"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2024/11/20 01:31:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-poyapud9xegu" 2024/11/20 01:31:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/20 01:31:07 DEBUG : Creating backend with remote "TestDrive:crypt/3acuu48f3jiloen9cnqs5q2b5521kai10t6fh34t90l4ql0pr5f0" 2024/11/20 01:31:08 DEBUG : Creating backend with remote "/tmp/rclone3971529113" === 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-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.23s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", 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/11/20 01:31:09 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/20 01:31:09 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/20 01:31:09 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/11/20 01:31:09 DEBUG : potato: Seek from 10 to 0 2024/11/20 01:31:09 DEBUG : potato: Seek from 10 to 0 2024/11/20 01:31:09 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/11/20 01:31:09 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/20 01:31:09 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/20 01:31:09 DEBUG : potato: Seek from 5 to 2 2024/11/20 01:31:09 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/11/20 01:31:09 DEBUG : potato: Seek from 7 to 0 2024/11/20 01:31:09 DEBUG : potato: Seek from 7 to 0 2024/11/20 01:31:09 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/11/20 01:31:09 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/20 01:31:09 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/20 01:31:09 DEBUG : potato: Seek from 5 to 2 2024/11/20 01:31:09 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/11/20 01:31:09 DEBUG : potato: Seek from 8 to 0 2024/11/20 01:31:09 DEBUG : potato: Seek from 8 to 0 2024/11/20 01:31:09 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/11/20 01:31:09 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/20 01:31:09 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/20 01:31:09 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/20 01:31:09 DEBUG : potato: Seek from 5 to 2 2024/11/20 01:31:09 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/11/20 01:31:09 DEBUG : potato: Seek from 9 to 0 2024/11/20 01:31:09 DEBUG : potato: Seek from 9 to 0 2024/11/20 01:31:09 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-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:31:12 DEBUG : rutabaga: md5 = d848ec19dc835512609e3d61d08760f0 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/11/20 01:31:15 DEBUG : empty space: md5 = f55e32f5e6bd7af125aedefec0b61d7a OK === RUN TestCheck/3 2024/11/20 01:31:17 DEBUG : potato2: md5 = 6a51b00626e417afb0843ebca1efb323 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/11/20 01:31:20 DEBUG : remotepotato: md5 = e7d2180b763341af377d0e7a303b6003 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (14.60s) --- PASS: TestCheck/1 (0.29s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.27s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.27s) --- PASS: TestCheck/6 (0.24s) --- PASS: TestCheck/7 (0.25s) === RUN TestCheckFsError 2024/11/20 01:31:24 DEBUG : Creating backend with remote "nonexistent" 2024/11/20 01:31:24 DEBUG : Creating backend with remote "nonexistent" 2024/11/20 01:31:24 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/11/20 01:31:24 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/11/20 01:31:24 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/11/20 01:31:24 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-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:31:25 DEBUG : rutabaga: md5 = 3a123c42bb9087a4127c4518d442e630 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/11/20 01:31:30 DEBUG : empty space: md5 = 74b7cbcb85f744d888b9cf741e5e7efb OK === RUN TestCheckDownload/3 2024/11/20 01:31:34 DEBUG : potato2: md5 = 78a1539f8c4a0df5064222e020f965e4 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/11/20 01:31:39 DEBUG : remotepotato: md5 = dafb4a91ddee65790580a2595a4d86ad OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (22.06s) --- PASS: TestCheckDownload/1 (1.31s) --- PASS: TestCheckDownload/2 (1.79s) --- PASS: TestCheckDownload/3 (1.21s) --- PASS: TestCheckDownload/4 (2.35s) --- PASS: TestCheckDownload/5 (1.45s) --- PASS: TestCheckDownload/6 (1.29s) --- PASS: TestCheckDownload/7 (1.43s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:31:47 DEBUG : rutabaga: md5 = a4ac9dfc5f9777aaf9b3191a9743f2dd OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/11/20 01:31:50 DEBUG : empty space: md5 = a18c80e51a4ba3450fb8ac18ae50b7c6 OK === RUN TestCheckSizeOnly/3 2024/11/20 01:31:52 DEBUG : potato2: md5 = 6e05a7174b2c144347bb962a27021983 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/11/20 01:31:55 DEBUG : remotepotato: md5 = 4b7ba7900596f8cc5252d0c280399f74 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (14.01s) --- PASS: TestCheckSizeOnly/1 (0.27s) --- PASS: TestCheckSizeOnly/2 (0.27s) --- PASS: TestCheckSizeOnly/3 (0.26s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.28s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.87s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:32:01 DEBUG : test.sum: md5 = 1295d6a41734a3464334d71ea6c77a6f OK 2024/11/20 01:32:03 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/20 01:32:03 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/20 01:32:03 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/20 01:32:03 NOTICE: test.sum: 2 warning(s) suppressed... 2024/11/20 01:32:05 DEBUG : test.sum: md5 = 1349e71225bcc4ecdd71ba2afc20cbc0 OK 2024/11/20 01:32:07 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/20 01:32:07 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/20 01:32:07 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/20 01:32:07 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (8.44s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:32:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-poyapud9xegu/data" 2024/11/20 01:32:08 DEBUG : Creating backend with remote "TestDrive:crypt/3acuu48f3jiloen9cnqs5q2b5521kai10t6fh34t90l4ql0pr5f0/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu/data' lacks md5, skipping --- SKIP: TestCheckSum (2.07s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:32:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-poyapud9xegu/data" 2024/11/20 01:32:10 DEBUG : Creating backend with remote "TestDrive:crypt/3acuu48f3jiloen9cnqs5q2b5521kai10t6fh34t90l4ql0pr5f0/vjrnln8ratgmqakfosrqe8espk" 2024/11/20 01:32:15 DEBUG : data/banana: md5 = f186c584f1dfd178e07945eac3b61289 OK 2024/11/20 01:32:17 DEBUG : test.sum: md5 = 8e87e3eb69a162fda5f9b32a7bd911c6 OK === RUN TestCheckSumDownload/subtest1 2024/11/20 01:32:22 DEBUG : data/potato: md5 = ee70c29f1f9d5b32b626b4d3499fbe18 OK 2024/11/20 01:32:23 DEBUG : test.sum: md5 = 5ff3ee44b3eef82947b96b940aac6b25 OK === RUN TestCheckSumDownload/subtest2 2024/11/20 01:32:29 DEBUG : test.sum: md5 = 85735cc1dc844a11a68172f38b76325a OK === RUN TestCheckSumDownload/subtest3 2024/11/20 01:32:34 DEBUG : test.sum: md5 = d9410f5875d972432c869471a6f7e3a9 OK === RUN TestCheckSumDownload/subtest4 2024/11/20 01:32:40 DEBUG : test.sum: md5 = df192b97606b26028749d7d2d7a2373e OK === RUN TestCheckSumDownload/subtest5 2024/11/20 01:32:47 DEBUG : test.sum: md5 = a3060f4497655d4bb0f39473478b05ba OK === RUN TestCheckSumDownload/subtest6 2024/11/20 01:32:51 DEBUG : data/banana: md5 = 6eb97c202875a1e8add72b632d657331 OK 2024/11/20 01:32:53 DEBUG : data/potato: md5 = 35c5eb10795d2bb2805be1862d9270a0 OK 2024/11/20 01:32:55 DEBUG : test.sum: md5 = d692cff8433109b3538fe9886fce2a50 OK === RUN TestCheckSumDownload/subtest7 2024/11/20 01:33:01 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2024/11/20 01:33:01 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (51.37s) --- PASS: TestCheckSumDownload/subtest1 (2.75s) --- PASS: TestCheckSumDownload/subtest2 (3.38s) --- PASS: TestCheckSumDownload/subtest3 (2.93s) --- PASS: TestCheckSumDownload/subtest4 (3.46s) --- PASS: TestCheckSumDownload/subtest5 (2.46s) --- PASS: TestCheckSumDownload/subtest6 (2.23s) --- PASS: TestCheckSumDownload/subtest7 (2.95s) === RUN TestApplyTransforms 2024/11/20 01:33:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kiherus0lela" 2024/11/20 01:33:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/20 01:33:02 DEBUG : Creating backend with remote "TestDrive:crypt/covr35gmta3a607gjsq5gfeu6p5464adj0mmthqbbhq5gv2jsk5g" 2024/11/20 01:33:03 DEBUG : Creating backend with remote "/tmp/rclone3940397908" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kiherus0lela'", Local "Local file system at /tmp/rclone3940397908", Modify Window "1ms" 2024/11/20 01:33:05 DEBUG : hello, world!: md5 = b4db18fd52c0c1b585ec648100db5848 OK upper checkfile vs. lower remote (without normalization) 2024/11/20 01:33:06 ERROR : hello, world!: sum not found 2024/11/20 01:33:06 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-kiherus0lela' 2024/11/20 01:33:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiherus0lela': 1 files missing 2024/11/20 01:33:06 NOTICE: 1 hashes missing 2024/11/20 01:33:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiherus0lela': 2 differences found 2024/11/20 01:33:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiherus0lela': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/11/20 01:33:08 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/20 01:33:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiherus0lela': 0 differences found 2024/11/20 01:33:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiherus0lela': 1 matching files 2024/11/20 01:33:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-taziroy8remi" 2024/11/20 01:33:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/20 01:33:08 DEBUG : Creating backend with remote "TestDrive:crypt/p3a01t1jtf30uuaq43o46clli0mlcag13m9m1vrr0j87l60kg9hg" 2024/11/20 01:33:09 DEBUG : Creating backend with remote "/tmp/rclone1393393541" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taziroy8remi'", Local "Local file system at /tmp/rclone1393393541", Modify Window "1ms" 2024/11/20 01:33:12 DEBUG : HELLO, WORLD!: md5 = 6629d83b5d93e968d07ab73bac1ea8e1 OK lower checkfile vs. upper remote (without normalization) 2024/11/20 01:33:12 ERROR : HELLO, WORLD!: sum not found 2024/11/20 01:33:12 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-taziroy8remi' 2024/11/20 01:33:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-taziroy8remi': 1 files missing 2024/11/20 01:33:12 NOTICE: 1 hashes missing 2024/11/20 01:33:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-taziroy8remi': 2 differences found 2024/11/20 01:33:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-taziroy8remi': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/11/20 01:33:14 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/20 01:33:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-taziroy8remi': 0 differences found 2024/11/20 01:33:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-taziroy8remi': 1 matching files 2024/11/20 01:33:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bolumuv2cume" 2024/11/20 01:33:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/20 01:33:14 DEBUG : Creating backend with remote "TestDrive:crypt/go6dnq2mv3lrf145u5pep856gcliboc7p8j62veha8ds2abb1740" 2024/11/20 01:33:15 DEBUG : Creating backend with remote "/tmp/rclone4252040559" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bolumuv2cume'", Local "Local file system at /tmp/rclone4252040559", Modify Window "1ms" 2024/11/20 01:33:19 DEBUG : HeLlO, wOrLd!: md5 = 048b7375421529a9a32a03b7ce2cdcd1 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/11/20 01:33:19 ERROR : HeLlO, wOrLd!: sum not found 2024/11/20 01:33:19 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-bolumuv2cume' 2024/11/20 01:33:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bolumuv2cume': 1 files missing 2024/11/20 01:33:19 NOTICE: 1 hashes missing 2024/11/20 01:33:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bolumuv2cume': 2 differences found 2024/11/20 01:33:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bolumuv2cume': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/11/20 01:33:20 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/20 01:33:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bolumuv2cume': 0 differences found 2024/11/20 01:33:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bolumuv2cume': 1 matching files 2024/11/20 01:33:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wudanug8veba" 2024/11/20 01:33:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/20 01:33:21 DEBUG : Creating backend with remote "TestDrive:crypt/njshti9kqncqp5b3ggas523q1tdfh8vj4ghjpaim464l8fg2rud0" 2024/11/20 01:33:22 DEBUG : Creating backend with remote "/tmp/rclone3575206109" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wudanug8veba'", Local "Local file system at /tmp/rclone3575206109", Modify Window "1ms" 2024/11/20 01:33:26 DEBUG : HELLO, WORLD!: md5 = 79072b1ef8d66c3a2ba0116cc8013a1c OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/11/20 01:33:26 ERROR : HELLO, WORLD!: sum not found 2024/11/20 01:33:26 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-wudanug8veba' 2024/11/20 01:33:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wudanug8veba': 1 files missing 2024/11/20 01:33:26 NOTICE: 1 hashes missing 2024/11/20 01:33:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wudanug8veba': 2 differences found 2024/11/20 01:33:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wudanug8veba': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/11/20 01:33:28 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/20 01:33:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wudanug8veba': 0 differences found 2024/11/20 01:33:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wudanug8veba': 1 matching files 2024/11/20 01:33:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wehelut0sexu" 2024/11/20 01:33:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/20 01:33:28 DEBUG : Creating backend with remote "TestDrive:crypt/jllgtp957ehjvbqu60tevi2kmeekq4or1aep52v0brls22mje1c0" 2024/11/20 01:33:29 DEBUG : Creating backend with remote "/tmp/rclone3526629153" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehelut0sexu'", Local "Local file system at /tmp/rclone3526629153", Modify Window "1ms" 2024/11/20 01:33:31 DEBUG : 測試_Русский___ě_áñ: md5 = 864fdfdc7bedd517e79bcad9ec812f3c OK NFD checkfile vs. NFC remote (without normalization) 2024/11/20 01:33:32 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/20 01:33:32 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wehelut0sexu' 2024/11/20 01:33:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wehelut0sexu': 1 files missing 2024/11/20 01:33:32 NOTICE: 1 hashes missing 2024/11/20 01:33:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wehelut0sexu': 2 differences found 2024/11/20 01:33:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wehelut0sexu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/11/20 01:33:34 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/20 01:33:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wehelut0sexu': 0 differences found 2024/11/20 01:33:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wehelut0sexu': 1 matching files 2024/11/20 01:33:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fudonoz4mexa" 2024/11/20 01:33:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/20 01:33:34 DEBUG : Creating backend with remote "TestDrive:crypt/mr0qsr6vi1t5jsmf5iuj67bt89lthb1dnb016t90vtdmjkblnk0g" 2024/11/20 01:33:35 DEBUG : Creating backend with remote "/tmp/rclone3657666659" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fudonoz4mexa'", Local "Local file system at /tmp/rclone3657666659", Modify Window "1ms" 2024/11/20 01:33:38 DEBUG : 測試_Русский___ě_áñ: md5 = b231052c650e441b7d45de21b3c9c5c7 OK NFC checkfile vs. NFD remote (without normalization) 2024/11/20 01:33:38 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/20 01:33:38 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fudonoz4mexa' 2024/11/20 01:33:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fudonoz4mexa': 1 files missing 2024/11/20 01:33:38 NOTICE: 1 hashes missing 2024/11/20 01:33:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fudonoz4mexa': 2 differences found 2024/11/20 01:33:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fudonoz4mexa': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/11/20 01:33:40 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/20 01:33:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fudonoz4mexa': 0 differences found 2024/11/20 01:33:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fudonoz4mexa': 1 matching files 2024/11/20 01:33:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kerofor6fize" 2024/11/20 01:33:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/20 01:33:40 DEBUG : Creating backend with remote "TestDrive:crypt/n5epppadrolpian2v9pdcbbv74u61mci2advdt0teampv9nuedrg" 2024/11/20 01:33:41 DEBUG : Creating backend with remote "/tmp/rclone2842145677" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kerofor6fize'", Local "Local file system at /tmp/rclone2842145677", Modify Window "1ms" 2024/11/20 01:33:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = f44238c37838fb2cd610f605235c429c OK NFDx2 checkfile vs. both remote (without normalization) 2024/11/20 01:33:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/20 01:33:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kerofor6fize' 2024/11/20 01:33:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kerofor6fize': 1 files missing 2024/11/20 01:33:44 NOTICE: 1 hashes missing 2024/11/20 01:33:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kerofor6fize': 2 differences found 2024/11/20 01:33:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kerofor6fize': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/11/20 01:33:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/20 01:33:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kerofor6fize': 0 differences found 2024/11/20 01:33:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kerofor6fize': 1 matching files 2024/11/20 01:33:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-seqabej5jaza" 2024/11/20 01:33:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/20 01:33:45 DEBUG : Creating backend with remote "TestDrive:crypt/qqk4n4s971nv9gl3169g27iud914ckrpf15u914pvpmqs4iib0t0" 2024/11/20 01:33:46 DEBUG : Creating backend with remote "/tmp/rclone1766377750" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-seqabej5jaza'", Local "Local file system at /tmp/rclone1766377750", Modify Window "1ms" 2024/11/20 01:33:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5e982e0a80751cc76167819fd5dd567d OK NFCx2 checkfile vs. both remote (without normalization) 2024/11/20 01:33:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/20 01:33:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-seqabej5jaza' 2024/11/20 01:33:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-seqabej5jaza': 1 files missing 2024/11/20 01:33:50 NOTICE: 1 hashes missing 2024/11/20 01:33:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-seqabej5jaza': 2 differences found 2024/11/20 01:33:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-seqabej5jaza': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/11/20 01:33:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/20 01:33:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-seqabej5jaza': 0 differences found 2024/11/20 01:33:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-seqabej5jaza': 1 matching files 2024/11/20 01:33:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fecifix2zobo" 2024/11/20 01:33:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/20 01:33:51 DEBUG : Creating backend with remote "TestDrive:crypt/0ot6pmlm7rqmgu96b7qj22ipq6q5utkhcc49g53070q4593qpvrg" 2024/11/20 01:33:52 DEBUG : Creating backend with remote "/tmp/rclone3709913888" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fecifix2zobo'", Local "Local file system at /tmp/rclone3709913888", Modify Window "1ms" 2024/11/20 01:33:55 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 77e59da3898d9ed2eeda45345ae12e24 OK both checkfile vs. NFDx2 remote (without normalization) 2024/11/20 01:33:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/20 01:33:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fecifix2zobo' 2024/11/20 01:33:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fecifix2zobo': 1 files missing 2024/11/20 01:33:55 NOTICE: 1 hashes missing 2024/11/20 01:33:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fecifix2zobo': 2 differences found 2024/11/20 01:33:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fecifix2zobo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/11/20 01:33:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/20 01:33:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fecifix2zobo': 0 differences found 2024/11/20 01:33:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fecifix2zobo': 1 matching files 2024/11/20 01:33:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bexekug4duce" 2024/11/20 01:33:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/20 01:33:57 DEBUG : Creating backend with remote "TestDrive:crypt/s9nm2g2b6acq6otcm18urobrju7n0pkk86h2roh1iqeth3902ht0" 2024/11/20 01:33:58 DEBUG : Creating backend with remote "/tmp/rclone4277207881" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bexekug4duce'", Local "Local file system at /tmp/rclone4277207881", Modify Window "1ms" 2024/11/20 01:34:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 0b918ad5bb1ad8a18716376c7b1f3e8a OK both checkfile vs. NFCx2 remote (without normalization) 2024/11/20 01:34:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/20 01:34:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bexekug4duce' 2024/11/20 01:34:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bexekug4duce': 1 files missing 2024/11/20 01:34:01 NOTICE: 1 hashes missing 2024/11/20 01:34:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bexekug4duce': 2 differences found 2024/11/20 01:34:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bexekug4duce': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/11/20 01:34:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/20 01:34:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bexekug4duce': 0 differences found 2024/11/20 01:34:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bexekug4duce': 1 matching files 2024/11/20 01:34:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bexekug4duce': Purge remote 2024/11/20 01:34:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fecifix2zobo': Purge remote 2024/11/20 01:34:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-seqabej5jaza': Purge remote 2024/11/20 01:34:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kerofor6fize': Purge remote 2024/11/20 01:34:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fudonoz4mexa': Purge remote 2024/11/20 01:34:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wehelut0sexu': Purge remote 2024/11/20 01:34:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wudanug8veba': Purge remote 2024/11/20 01:34:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bolumuv2cume': Purge remote 2024/11/20 01:34:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-taziroy8remi': Purge remote 2024/11/20 01:34:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kiherus0lela': Purge remote --- PASS: TestApplyTransforms (67.79s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:34:10 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/20 01:34:13 DEBUG : sub/file2: md5 = 078919faa9664ab4b4753779f9a0d1d9 OK 2024/11/20 01:34:13 INFO : file1: Copied (new) to: sub/file2 2024/11/20 01:34:13 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/20 01:34:13 DEBUG : file1: Unchanged skipping 2024/11/20 01:34:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': don't need to copy/move sub/file2, it is already at target location 2024/11/20 01:34:16 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.49s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.46s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:34:20 DEBUG : dst/file1: md5 = 65933d9734051fdb28b156db84da6aea OK 2024/11/20 01:34:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-poyapud9xegu/backup" 2024/11/20 01:34:21 DEBUG : Creating backend with remote "TestDrive:crypt/3acuu48f3jiloen9cnqs5q2b5521kai10t6fh34t90l4ql0pr5f0/1nrff024r7pq65ecp72fc28jb0" 2024/11/20 01:34:22 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/20 01:34:26 INFO : dst/file1: Moved (server-side) 2024/11/20 01:34:27 DEBUG : dst/file1: md5 = d2a00eba3f9651506d7c8dfb4d12a6ac OK 2024/11/20 01:34:27 INFO : dst/file1: Copied (new) 2024/11/20 01:34:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/20 01:34:32 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/20 01:34:33 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (16.46s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:34:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-poyapud9xegu/dst" 2024/11/20 01:34:34 DEBUG : Creating backend with remote "TestDrive:crypt/3acuu48f3jiloen9cnqs5q2b5521kai10t6fh34t90l4ql0pr5f0/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/20 01:34:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-poyapud9xegu/CompareDest" 2024/11/20 01:34:36 DEBUG : Creating backend with remote "TestDrive:crypt/3acuu48f3jiloen9cnqs5q2b5521kai10t6fh34t90l4ql0pr5f0/gveqi14airsml4bgu7krj116o8" 2024/11/20 01:34:37 DEBUG : one: Need to transfer - File not found at Destination 2024/11/20 01:34:40 DEBUG : one: md5 = f5997b393569074caef7f426e7417492 OK 2024/11/20 01:34:40 INFO : one: Copied (new) 2024/11/20 01:34:41 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/20 01:34:43 DEBUG : one: md5 = 995d75ad35be020c72c61e9e3b2e12ab OK 2024/11/20 01:34:43 INFO : one: Copied (replaced existing) 2024/11/20 01:34:46 DEBUG : dst/one: md5 = 5302a73eb3481f21e48b24bc1b634eee OK 2024/11/20 01:34:49 DEBUG : CompareDest/one: md5 = d7e12ffcf0fcf82a6aab889cfc62d538 OK 2024/11/20 01:34:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/20 01:34:50 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/20 01:34:50 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/20 01:34:52 DEBUG : CompareDest/two: md5 = da58be0406fad9613043dc9a17ab8abe OK 2024/11/20 01:34:53 DEBUG : two: Need to transfer - File not found at Destination 2024/11/20 01:34:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/20 01:34:53 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/20 01:34:54 DEBUG : two: Need to transfer - File not found at Destination 2024/11/20 01:34:54 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/20 01:34:54 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/20 01:34:55 DEBUG : two: Need to transfer - File not found at Destination 2024/11/20 01:34:56 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/20 01:34:57 DEBUG : two: md5 = f1e2ad896a81a29975fad3cf6758abc4 OK 2024/11/20 01:34:57 INFO : two: Copied (new) 2024/11/20 01:35:01 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/20 01:35:01 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:35:02 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:35:02 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (29.57s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:35:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-poyapud9xegu/dst" 2024/11/20 01:35:03 DEBUG : Creating backend with remote "TestDrive:crypt/3acuu48f3jiloen9cnqs5q2b5521kai10t6fh34t90l4ql0pr5f0/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/20 01:35:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-poyapud9xegu/CopyDest" 2024/11/20 01:35:05 DEBUG : Creating backend with remote "TestDrive:crypt/3acuu48f3jiloen9cnqs5q2b5521kai10t6fh34t90l4ql0pr5f0/d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/20 01:35:07 DEBUG : one: Need to transfer - File not found at Destination 2024/11/20 01:35:10 DEBUG : one: md5 = 7d53d766edaaaf40c1ba2fc6ef3a4486 OK 2024/11/20 01:35:10 INFO : one: Copied (new) 2024/11/20 01:35:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/20 01:35:13 DEBUG : one: md5 = aa64a769908031c6db7b4e86b46a8cd2 OK 2024/11/20 01:35:13 INFO : one: Copied (replaced existing) 2024/11/20 01:35:15 DEBUG : dst/one: md5 = 538967ef5f7cebd2b2e93f566cc2ff9f OK 2024/11/20 01:35:18 DEBUG : CopyDest/one: md5 = dd337384753e1b8d1e8b4d72874d47c8 OK 2024/11/20 01:35:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-poyapud9xegu/BackupDir" 2024/11/20 01:35:19 DEBUG : Creating backend with remote "TestDrive:crypt/3acuu48f3jiloen9cnqs5q2b5521kai10t6fh34t90l4ql0pr5f0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/20 01:35:20 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/20 01:35:21 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/20 01:35:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/20 01:35:23 INFO : one: Moved (server-side) 2024/11/20 01:35:25 INFO : one: Copied (server-side copy) 2024/11/20 01:35:25 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/20 01:35:27 DEBUG : CopyDest/two: md5 = f167af246a50b6fad762afaea3d2d3d1 OK 2024/11/20 01:35:28 DEBUG : two: Need to transfer - File not found at Destination 2024/11/20 01:35:28 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/20 01:35:29 INFO : two: Copied (server-side copy) 2024/11/20 01:35:29 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/20 01:35:30 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/20 01:35:30 DEBUG : two: Unchanged skipping 2024/11/20 01:35:33 DEBUG : CopyDest/three: md5 = 63414216c7adf0ff8d16b879450b15bb OK 2024/11/20 01:35:33 DEBUG : three: Need to transfer - File not found at Destination 2024/11/20 01:35:34 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/20 01:35:34 DEBUG : three: Destination not found in --copy-dest 2024/11/20 01:35:35 DEBUG : three: md5 = 916b3630bddd0c14e57e440bbab09df1 OK 2024/11/20 01:35:35 INFO : three: Copied (new) 2024/11/20 01:35:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/20 01:35:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/20 01:35:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:35:42 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:35:42 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/20 01:35:42 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/20 01:35:43 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (40.31s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.49s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", 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-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:35:45 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/11/20 01:35:47 DEBUG : TestCopyFileMaxTransfer/file1: md5 = c31e5c712995225be5f0aa5d7c81e1ab OK 2024/11/20 01:35:47 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/11/20 01:35:48 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/11/20 01:35:48 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/11/20 01:35:49 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/11/20 01:35:50 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/11/20 01:35:52 DEBUG : TestCopyFileMaxTransfer/file4: md5 = a8fde1ec3f149a01ef2b4df21049490d OK 2024/11/20 01:35:52 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/11/20 01:35:54 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/11/20 01:35:54 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.78s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.46s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:35:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': Looking for duplicate names using skip mode. 2024/11/20 01:36:00 NOTICE: one: Found 2 files with duplicate names 2024/11/20 01:36:00 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.97s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:36:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': Looking for duplicate names using skip mode. 2024/11/20 01:36:07 NOTICE: one: Found 3 files with duplicate names 2024/11/20 01:36:07 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/11/20 01:36:08 INFO : one: Deleted 2024/11/20 01:36:08 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.98s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:36:15 INFO : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': Looking for duplicate names using first mode. 2024/11/20 01:36:15 NOTICE: one: Found 3 files with duplicate names 2024/11/20 01:36:16 INFO : one: Deleted 2024/11/20 01:36:16 INFO : one: Deleted 2024/11/20 01:36:16 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (8.06s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:36:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': Looking for duplicate names using newest mode. 2024/11/20 01:36:23 NOTICE: one: Found 3 files with duplicate names 2024/11/20 01:36:24 INFO : one: Deleted 2024/11/20 01:36:24 INFO : one: Deleted 2024/11/20 01:36:24 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.74s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.47s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:36:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': Looking for duplicate names using oldest mode. 2024/11/20 01:36:32 NOTICE: one: Found 3 files with duplicate names 2024/11/20 01:36:32 INFO : one: Deleted 2024/11/20 01:36:33 INFO : one: Deleted 2024/11/20 01:36:33 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (8.01s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:36:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': Looking for duplicate names using largest mode. 2024/11/20 01:36:39 NOTICE: one: Found 3 files with duplicate names 2024/11/20 01:36:40 INFO : one: Deleted 2024/11/20 01:36:40 INFO : one: Deleted 2024/11/20 01:36:40 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.69s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:36:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': Looking for duplicate names using smallest mode. 2024/11/20 01:36:47 NOTICE: one: Found 3 files with duplicate names 2024/11/20 01:36:48 INFO : one: Deleted 2024/11/20 01:36:48 INFO : one: Deleted 2024/11/20 01:36:48 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.94s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:36:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': Looking for duplicate names using rename mode. 2024/11/20 01:36:56 NOTICE: one.txt: Found 3 files with duplicate names 2024/11/20 01:36:58 INFO : one-2.txt: renamed from: one.txt 2024/11/20 01:36:59 INFO : one-3.txt: renamed from: one.txt 2024/11/20 01:37:00 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.97s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:37:07 DEBUG : dupe1/one.txt: md5 = f2bce4b28f4808a858ed25cbc5c46c72 OK 2024/11/20 01:37:09 DEBUG : dupe2/two.txt: md5 = aa9cd5913b33106f14e0a29f542f22a4 OK 2024/11/20 01:37:12 DEBUG : dupe3/three.txt: md5 = b3aa00344ea0df4b42668845f13349b9 OK 2024/11/20 01:37:13 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/11/20 01:37:14 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/11/20 01:37:15 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/11/20 01:37:16 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/11/20 01:37:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/11/20 01:37:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/11/20 01:37:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (16.80s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:37:22 DEBUG : a.txt: md5 = 9ac81b6df600efbce9d9f3fb1b4bc754 OK 2024/11/20 01:37:24 DEBUG : zend.txt: md5 = 7b41a028b7f87efcdc8274f015c511bf OK 2024/11/20 01:37:27 DEBUG : sub dir/hello world: md5 = 9b8e14b12909698521ed90c29481f055 OK 2024/11/20 01:37:29 DEBUG : sub dir/hello world2: md5 = cbef98ddfc86560a41d8d4e699c1f08d OK 2024/11/20 01:37:31 DEBUG : sub dir/ignore dir/.ignore: md5 = 951e26cc5a7eaa01e71ac3ae7fb79eac OK 2024/11/20 01:37:33 DEBUG : sub dir/ignore dir/should be ignored: md5 = daf91846b699ae6bf4ef8c0636e860b2 OK 2024/11/20 01:37:36 DEBUG : sub dir/sub sub dir/hello world3: md5 = 62552544f19dabcb01305821b633747d OK 2024/11/20 01:37:38 DEBUG : a.txt: Excluded (Size Filter) 2024/11/20 01:37:38 DEBUG : a.txt: Excluded 2024/11/20 01:37:39 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/20 01:37:39 DEBUG : sub dir/hello world: Excluded 2024/11/20 01:37:39 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/20 01:37:39 DEBUG : sub dir/hello world2: Excluded 2024/11/20 01:37:39 DEBUG : sub dir/ignore dir: Excluded 2024/11/20 01:37:39 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/20 01:37:39 DEBUG : sub dir/hello world: Excluded 2024/11/20 01:37:39 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/20 01:37:39 DEBUG : sub dir/hello world2: Excluded 2024/11/20 01:37:40 DEBUG : sub dir/ignore dir: Excluded 2024/11/20 01:37:46 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/11/20 01:37:47 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/11/20 01:37:47 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/11/20 01:37:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/11/20 01:37:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/11/20 01:37:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2024/11/20 01:37:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (27.82s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:37:50 DEBUG : file1: md5 = 1bf40780dfa1061b83bff04a387a2871 OK 2024/11/20 01:37:53 DEBUG : sub/file2: md5 = c1ceb694458c573fd8cf0cf88289bde5 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/11/20 01:37:56 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/11/20 01:37:56 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/11/20 01:37:56 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/11/20 01:37:59 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (11.39s) --- PASS: TestListJSON/Default (0.28s) --- PASS: TestListJSON/FilesOnly (0.26s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.47s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.29s) --- PASS: TestListJSON/NoMimeType (0.32s) --- PASS: TestListJSON/ShowHash (0.30s) --- PASS: TestListJSON/HashTypes (0.28s) --- PASS: TestListJSON/Metadata (0.86s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:38:01 DEBUG : file1: md5 = 0cdeec9ce371f4cdef48f813a198dc6f OK 2024/11/20 01:38:04 DEBUG : sub/file2: md5 = bc4d545c6bb3bd3e74b056bb835e6e1e 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/11/20 01:38:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-poyapud9xegu/notfound" 2024/11/20 01:38:08 DEBUG : Creating backend with remote "TestDrive:crypt/3acuu48f3jiloen9cnqs5q2b5521kai10t6fh34t90l4ql0pr5f0/qe0i31qdkoejk60elps0ni5sqk" 2024/11/20 01:38:12 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.35s) --- PASS: TestStatJSON/Root (0.46s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.36s) --- PASS: TestStatJSON/Dir (0.53s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.29s) --- PASS: TestStatJSON/File (0.26s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.27s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.26s) --- PASS: TestStatJSON/FileDirsOnly (0.23s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.82s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:38:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': Making directory 2024/11/20 01:38:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': Making directory --- PASS: TestMkdir (0.69s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:38:16 DEBUG : sub dir/hello world: md5 = 5dfcc4a43fea278ff203b9726ee82b24 OK 2024/11/20 01:38:19 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.77s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:38:21 DEBUG : potato2: md5 = 7c1e2d1188b7425f773157ffb50829eb OK 2024/11/20 01:38:23 DEBUG : empty space: md5 = 62b93a1c0e4580c841bf73893e90f340 OK --- PASS: TestLs (5.65s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:38:27 DEBUG : potato2: md5 = 7bc0f118b379f4abbaaf575746ebed8e OK 2024/11/20 01:38:28 DEBUG : empty space: md5 = b087a9b92db34983e14389136615e1f8 OK 2024/11/20 01:38:29 DEBUG : empty space: Excluded (FilesFrom Filter) 2024/11/20 01:38:29 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.87s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:38:33 DEBUG : potato2: md5 = e40cf66e588c04932e58c07eba2b7cde OK 2024/11/20 01:38:35 DEBUG : empty space: md5 = e502a5fab108427e2149bdeef9d12b05 OK --- PASS: TestLsLong (5.90s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:38:39 DEBUG : potato2: md5 = 3df89647d913e3da6871ee678bd223c0 OK 2024/11/20 01:38:40 DEBUG : empty space: md5 = 5b3e6a246d6574b6538c4935d91246cc OK --- PASS: TestHashSums (5.59s) === RUN TestHashSumsWithErrors 2024/11/20 01:38:42 DEBUG : Creating backend with remote ":memory:" 2024/11/20 01:38:42 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/11/20 01:38:42 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/20 01:38:42 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/20 01:38:42 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/20 01:38:42 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/20 01:38:42 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/20 01:38:42 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/20 01:38:42 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/11/20 01:38:42 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-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:38:47 DEBUG : potato2: md5 = 0bb5f35ad1c7ca223c58b882eb44631b OK 2024/11/20 01:38:49 DEBUG : empty space: md5 = 5b52954411cc2133de2de9ac263432c0 OK 2024/11/20 01:38:54 DEBUG : sub dir/potato3: md5 = 795537bf81af2f43adb71e84976e827c OK 2024/11/20 01:38:57 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (16.77s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:39:01 DEBUG : small: md5 = b93640b18d732885778173f84c3c42d3 OK 2024/11/20 01:39:03 DEBUG : medium: md5 = 84227ec3946f5c08718dedc361ec77eb OK 2024/11/20 01:39:05 DEBUG : large: md5 = a8466d4b2b6c21abfae137e521d4c9cf OK 2024/11/20 01:39:05 DEBUG : Waiting for deletions to finish 2024/11/20 01:39:05 DEBUG : large: Excluded (Size Filter) 2024/11/20 01:39:06 INFO : medium: Deleted 2024/11/20 01:39:06 INFO : small: Deleted --- PASS: TestDelete (7.78s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:39:09 DEBUG : small: md5 = a6bfbf776ee691e7bdfa1ecdceac75cb OK 2024/11/20 01:39:10 DEBUG : medium: md5 = 2ba85680d9c77b412499cd3ac77125e8 OK 2024/11/20 01:39:12 DEBUG : large: md5 = 7dd741e263846a8acc98af12f47ff24f OK 2024/11/20 01:39:12 DEBUG : Waiting for deletions to finish 2024/11/20 01:39:13 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2024/11/20 01:39:13 INFO : large: Deleted 2024/11/20 01:39:13 INFO : small: Deleted --- PASS: TestMaxDelete (8.26s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:39:17 DEBUG : small: md5 = 402cfbff6cb4bfbcf1c98006a1fdbcb9 OK 2024/11/20 01:39:19 DEBUG : medium: md5 = 51d3a89d074a59c10029d626f707dd4a OK 2024/11/20 01:39:21 DEBUG : large: md5 = 1a58896ce09b5017a484201e7af0cf7c OK 2024/11/20 01:39:21 DEBUG : Waiting for deletions to finish 2024/11/20 01:39:22 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/20 01:39:22 INFO : small: Deleted 2024/11/20 01:39:22 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (9.46s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:39:26 DEBUG : small: md5 = d0b7bea71d06aaa453858af6e19e1ee2 OK 2024/11/20 01:39:28 DEBUG : medium: md5 = 58d1dcd02b778d1c70db619c1312c328 OK 2024/11/20 01:39:30 DEBUG : large: md5 = eb18333d7063d95942116a44e26d70e5 OK 2024/11/20 01:39:30 DEBUG : Waiting for deletions to finish 2024/11/20 01:39:31 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/20 01:39:31 INFO : small: Deleted 2024/11/20 01:39:31 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (8.55s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:39:35 DEBUG : ReadFile: md5 = 8686a1deab5250c4328d1f36a4171230 OK --- PASS: TestReadFile (5.17s) === RUN TestRetry 2024/11/20 01:39:38 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/11/20 01:39:38 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/11/20 01:39:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/20 01:39:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/20 01:39:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/20 01:39:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/20 01:39:39 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-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:39:40 DEBUG : file1: md5 = 0a3be44bf9b7442dde9c91fbdf0f3360 OK 2024/11/20 01:39:42 DEBUG : file2: md5 = 555863377e41254bc88d8a550600a00c OK --- PASS: TestCat (19.38s) === RUN TestPurge 2024/11/20 01:39:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jareref1busi" 2024/11/20 01:39:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/20 01:39:58 DEBUG : Creating backend with remote "TestDrive:crypt/mn0uuks3gd4tgb2lrlqjga2f9js9tk7ss7peo01mbiphmcdamds0" 2024/11/20 01:39:59 DEBUG : Creating backend with remote "/tmp/rclone1079517370" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jareref1busi'", Local "Local file system at /tmp/rclone1079517370", Modify Window "1ms" 2024/11/20 01:40:05 DEBUG : A1/B1/C1/one: md5 = 2735922d0bef4b012c86cfc98dba4603 OK 2024/11/20 01:40:05 DEBUG : A2: Making directory 2024/11/20 01:40:06 DEBUG : A1/B2: Making directory 2024/11/20 01:40:08 DEBUG : A1/B2/C2: Making directory 2024/11/20 01:40:09 DEBUG : A1/B1/C3: Making directory 2024/11/20 01:40:10 DEBUG : A3: Making directory 2024/11/20 01:40:11 DEBUG : A3/B3: Making directory 2024/11/20 01:40:12 DEBUG : A3/B3/C4: Making directory 2024/11/20 01:40:14 DEBUG : A1/two: md5 = af37c3124be3f323e137db6081a127d6 OK 2024/11/20 01:40:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jareref1busi': Purge remote 2024/11/20 01:40:19 NOTICE: purge failed: directory not found --- PASS: TestPurge (21.17s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:40:24 DEBUG : A1/B1/C1/one: md5 = 6b03c35ac2d585a7283732d216cfa08d OK 2024/11/20 01:40:24 DEBUG : A2: Making directory 2024/11/20 01:40:25 DEBUG : A1/B2: Making directory 2024/11/20 01:40:27 DEBUG : A1/B2/C2: Making directory 2024/11/20 01:40:28 DEBUG : A1/B1/C3: Making directory 2024/11/20 01:40:29 DEBUG : A3: Making directory 2024/11/20 01:40:30 DEBUG : A3/B3: Making directory 2024/11/20 01:40:31 DEBUG : A3/B3/C4: Making directory 2024/11/20 01:40:34 DEBUG : A1/two: md5 = 269ecc1ee952df492b2cdec245c7f33b OK 2024/11/20 01:40:35 DEBUG : removing 1 level 3 directories 2024/11/20 01:40:35 INFO : A3/B3/C4: Removing directory 2024/11/20 01:40:38 DEBUG : removing 2 level 3 directories 2024/11/20 01:40:38 INFO : A1/B2/C2: Removing directory 2024/11/20 01:40:38 INFO : A1/B1/C3: Removing directory 2024/11/20 01:40:39 DEBUG : removing 2 level 2 directories 2024/11/20 01:40:39 INFO : A3/B3: Removing directory 2024/11/20 01:40:39 INFO : A1/B2: Removing directory 2024/11/20 01:40:39 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/20 01:40:39 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/11/20 01:40:40 DEBUG : removing 2 level 1 directories 2024/11/20 01:40:40 INFO : A3: Removing directory 2024/11/20 01:40:40 INFO : A2: Removing directory 2024/11/20 01:40:40 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/11/20 01:40:44 DEBUG : removing 1 level 3 directories 2024/11/20 01:40:44 INFO : A1/B1/C1: Removing directory 2024/11/20 01:40:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:45 DEBUG : removing 1 level 2 directories 2024/11/20 01:40:45 INFO : A1/B1: Removing directory 2024/11/20 01:40:45 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/20 01:40:45 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/20 01:40:46 DEBUG : removing 1 level 1 directories 2024/11/20 01:40:46 INFO : A1: Removing directory 2024/11/20 01:40:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/20 01:40:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/20 01:40:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/20 01:40:47 DEBUG : removing 1 level 0 directories 2024/11/20 01:40:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': Removing directory 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/20 01:40:47 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (29.77s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:40:50 DEBUG : A1: Making directory 2024/11/20 01:40:51 DEBUG : A1/B1: Making directory 2024/11/20 01:40:52 DEBUG : A1/B1/C1: Making directory 2024/11/20 01:40:55 DEBUG : removing 1 level 3 directories 2024/11/20 01:40:55 INFO : A1/B1/C1: Removing directory 2024/11/20 01:40:56 DEBUG : removing 1 level 2 directories 2024/11/20 01:40:56 INFO : A1/B1: Removing directory 2024/11/20 01:40:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/20 01:40:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (10.30s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:40:59 DEBUG : A1: Making directory 2024/11/20 01:41:00 DEBUG : A1/B1: Making directory 2024/11/20 01:41:02 DEBUG : A1/B1/C1: Making directory 2024/11/20 01:41:05 DEBUG : removing 1 level 3 directories 2024/11/20 01:41:05 INFO : A1/B1/C1: Removing directory 2024/11/20 01:41:06 DEBUG : removing 1 level 2 directories 2024/11/20 01:41:06 INFO : A1/B1: Removing directory 2024/11/20 01:41:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/20 01:41:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (9.91s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:41:11 DEBUG : file1: md5 = 06ba98a47bddb3b5ab23a7b83029b690 OK 2024/11/20 01:41:12 DEBUG : filename.txt: File name found in url 2024/11/20 01:41:13 DEBUG : filename.txt: md5 = a87b2108c6add9aa689ba8f6835951d8 OK 2024/11/20 01:41:13 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/11/20 01:41:15 DEBUG : headerfilename.txt: md5 = 751d065d7bcaec617ffd5759b3d03e1c OK 2024/11/20 01:41:17 DEBUG : file2: md5 = a47d6533331551d93651bda47f7fb7b3 OK --- PASS: TestCopyURL (11.15s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:41:20 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/20 01:41:23 DEBUG : sub/file2: md5 = ec969463c2dbeec4da90bf0fbc94b519 OK 2024/11/20 01:41:23 INFO : file1: Copied (new) to: sub/file2 2024/11/20 01:41:23 INFO : file1: Deleted 2024/11/20 01:41:24 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/20 01:41:24 DEBUG : file1: Unchanged skipping 2024/11/20 01:41:24 INFO : file1: Deleted 2024/11/20 01:41:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': don't need to copy/move sub/file2, it is already at target location 2024/11/20 01:41:26 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.83s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:41:27 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/20 01:41:29 DEBUG : file1: md5 = 4b7121c5efd9f2b7330a88a6c05670e9 OK 2024/11/20 01:41:29 INFO : file1: Copied (new) 2024/11/20 01:41:29 INFO : file1: Deleted 2024/11/20 01:41:29 DEBUG : file1: Destination exists, skipping 2024/11/20 01:41:29 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.65s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.45s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.48s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:41:35 DEBUG : dst/file1: md5 = 953888fbd9863bf1589dcc60e0b85ac7 OK 2024/11/20 01:41:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-poyapud9xegu/backup" 2024/11/20 01:41:35 DEBUG : Creating backend with remote "TestDrive:crypt/3acuu48f3jiloen9cnqs5q2b5521kai10t6fh34t90l4ql0pr5f0/1nrff024r7pq65ecp72fc28jb0" 2024/11/20 01:41:37 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/20 01:41:40 INFO : dst/file1: Moved (server-side) 2024/11/20 01:41:42 DEBUG : dst/file1: md5 = 97aca710838507695053c85b7bd12cd0 OK 2024/11/20 01:41:42 INFO : dst/file1: Copied (new) 2024/11/20 01:41:42 INFO : dst/file1: Deleted 2024/11/20 01:41:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/20 01:41:46 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/20 01:41:47 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (16.22s) === 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-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:41:51 DEBUG : A1/one: md5 = d075cbec43c47c6450440fff529e6436 OK 2024/11/20 01:41:52 DEBUG : A1/two: md5 = 72a8e0ae63e5e22948f01ed6ee78d5d2 OK 2024/11/20 01:41:55 DEBUG : A1/B1/three: md5 = ed6151a02de63369ab62f3b4445925b5 OK 2024/11/20 01:41:58 DEBUG : A1/B1/C1/four: md5 = 00885c34b5f142ab9fb17b6181b3f7f8 OK 2024/11/20 01:42:01 DEBUG : A1/B1/C2/five: md5 = 2c1b36e3da46b6198322445bab138cc6 OK 2024/11/20 01:42:01 DEBUG : A1/B2: Making directory 2024/11/20 01:42:02 DEBUG : A1/B1/C3: Making directory 2024/11/20 01:42:14 INFO : A2/two: Moved (server-side) to: A3/two 2024/11/20 01:42:14 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/11/20 01:42:14 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/11/20 01:42:14 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/11/20 01:42:15 INFO : A2/one: Moved (server-side) to: A3/one 2024/11/20 01:42:19 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/20 01:42:19 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/20 01:42:19 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/20 01:42:20 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/20 01:42:20 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/20 01:42:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/11/20 01:42:30 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/11/20 01:42:30 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/11/20 01:42:30 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/11/20 01:42:30 INFO : A3/one: Moved (server-side) to: A4/one 2024/11/20 01:42:30 INFO : A3/two: Moved (server-side) to: A4/two 2024/11/20 01:42:34 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/20 01:42:34 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/20 01:42:34 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/20 01:42:35 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/20 01:42:35 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/20 01:42:42 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/11/20 01:42:43 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/11/20 01:42:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/20 01:42:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/20 01:42:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/20 01:42:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/20 01:42:45 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/20 01:42:45 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/20 01:42:45 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/20 01:42:45 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (57.94s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:42:46 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.45s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:42:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': File to upload is small (34 bytes), uploading instead of streaming 2024/11/20 01:42:48 DEBUG : no_checksum_small_file_from_pipe: md5 = 9ff423254cb01d0a4a07fc85c4d19824 OK 2024/11/20 01:42:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/11/20 01:42:48 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/20 01:42:49 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/11/20 01:42:50 DEBUG : no_checksum_big_file_from_pipe: md5 = 8f4eccf6bddc5317d7f03cd235614a0c OK 2024/11/20 01:42:50 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-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:42:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': File to upload is small (34 bytes), uploading instead of streaming 2024/11/20 01:42:55 DEBUG : with_checksum_small_file_from_pipe: md5 = f30b60840201b5811911e0b876172fff OK 2024/11/20 01:42:55 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/20 01:42:55 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/11/20 01:42:57 DEBUG : with_checksum_big_file_from_pipe: md5 = b1cf95166be296478e3ca9a8781a8c95 OK 2024/11/20 01:42:57 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:42:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': File to upload is small (34 bytes), uploading instead of streaming 2024/11/20 01:43:00 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/20 01:43:01 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/20 01:43:02 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:43:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': File to upload is small (34 bytes), uploading instead of streaming 2024/11/20 01:43:06 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/20 01:43:07 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/20 01:43:08 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (23.74s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.17s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.13s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.69s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.75s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/11/20 01:43:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': File to upload is small (48 bytes), uploading instead of streaming 2024/11/20 01:43:12 DEBUG : rcat_metadata: md5 = ba193839981c8d4201d4c933972fd940 OK 2024/11/20 01:43:12 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/11/20 01:43:15 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/11/20 01:43:16 DEBUG : rcat_metadata_uploadcutoff0: md5 = 2bc84bc8c26dfe3a43cb185e758d4188 OK 2024/11/20 01:43:16 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (7.65s) --- PASS: TestRcatMetadata/Normal (3.84s) --- PASS: TestRcatMetadata/ViaDisk (3.34s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:43:19 DEBUG : potato1: md5 = 75840f51cb3e5ab747e5eb23ccd2886b OK 2024/11/20 01:43:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': File to upload is small (60 bytes), uploading instead of streaming 2024/11/20 01:43:21 DEBUG : potato2: md5 = c6122610349acc2da6adab2b595492c5 OK 2024/11/20 01:43:21 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.34s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:43:25 DEBUG : potato1: md5 = c3848e224bd37db716d7e22ddc89ee18 OK 2024/11/20 01:43:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': File to upload is small (60 bytes), uploading instead of streaming 2024/11/20 01:43:26 DEBUG : potato2: md5 = fec17adadbb616b9234a525270fa23d3 OK 2024/11/20 01:43:26 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.80s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:43:30 DEBUG : potato2: md5 = a2c0a0d95cd2bf0a6d8703d6f2e76888 OK 2024/11/20 01:43:32 DEBUG : empty space: md5 = d8272e81209aa0a8e2d23c64fe253566 OK 2024/11/20 01:43:35 DEBUG : sub dir/potato3: md5 = e89008d3b357fbe2048363a10539c0a1 OK 2024/11/20 01:43:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': Touching "empty space" 2024/11/20 01:43:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': Touching "potato2" 2024/11/20 01:43:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': Touching "sub dir/potato3" 2024/11/20 01:43:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (13.33s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:43:42 DEBUG : dir with metadata: Making directory with metadata 2024/11/20 01:43:43 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.89s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:43:45 DEBUG : directory with modtime: Making directory with metadata 2024/11/20 01:43:46 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (3.02s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:43:48 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/20 01:43:48 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/20 01:43:48 DEBUG : Google drive root 'crypt/3acuu48f3jiloen9cnqs5q2b5521kai10t6fh34t90l4ql0pr5f0': Skipping btime metadata as can't update it on an existing file: 2024-11-20T01:43:48.490275299Z 2024/11/20 01:43:49 INFO : non existent directory: Updated directory metadata 2024/11/20 01:43:52 DEBUG : Google drive root 'crypt/3acuu48f3jiloen9cnqs5q2b5521kai10t6fh34t90l4ql0pr5f0': Skipping btime metadata as can't update it on an existing file: 2024-11-20T01:43:48.490275299Z 2024/11/20 01:43:52 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.17s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:43:54 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/11/20 01:43:56 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/11/20 01:43:57 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.74s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:43:59 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/20 01:43:59 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/20 01:43:59 DEBUG : dst: Making directory with metadata 2024/11/20 01:44:00 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/20 01:44:00 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/20 01:44:01 INFO : dst: Set directory modification time (using SetModTime) 2024/11/20 01:44:02 INFO : dst: Set directory modification time (using SetModTime) 2024/11/20 01:44:02 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/11/20 01:44:02 INFO : dst: Set directory modification time (using SetModTime) 2024/11/20 01:44:02 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (5.12s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu'", Local "Local file system at /tmp/rclone3971529113", Modify Window "1ms" 2024/11/20 01:44:07 DEBUG : sub dir/test remove existing: md5 = ddd2251f2322154aa136e9d2d8578d2b OK 2024/11/20 01:44:09 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 99bf8ca9cf7e4aca3169457f9a73ab25 OK 2024/11/20 01:44:11 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.bovanud5" before starting 2024/11/20 01:44:12 DEBUG : sub dir/test remove existing.bovanud5: TEST: removing renamed existing file after operation 2024/11/20 01:44:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jacumis4" before starting 2024/11/20 01:44:15 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jacumis4: TEST: renaming existing back after failed operation 2024/11/20 01:44:17 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fadixub7" before starting 2024/11/20 01:44:18 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fadixub7: TEST: removing renamed existing file after operation 2024/11/20 01:44:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "1900c3rsm7ni6d0m683aoiltf9bmocjdlp6ktr96ar7ulu26eq2kfhsponhb2l2lqr034fbo4akc9mi5jo0srojtt33f8vi3q46c33emlpkltc6d3c4e5dln7kvemr6n0fnejdr9sj4a44cur9qfnhceoombtr5unrvvqarl6srqkgo6smpg" 2024/11/20 01:44:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "rsafjscd4fhp755b7p0qkfq35d0bddl1aq0fk30n7jb9nh5d3djg" --- PASS: TestRemoveExisting (16.35s) === 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/11/20 01:44:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-poyapud9xegu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 13m13.700349688s (try 1/5)