"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2024/10/03 01:00:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cofosis0neko" 2024/10/03 01:00:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/03 01:00:37 DEBUG : Creating backend with remote "TestDrive:crypt/dee2lvgmu6h5tm3vmbd9u74kmj0uan3uv8ifovn54q9qsefbshrg" 2024/10/03 01:00:38 DEBUG : Creating backend with remote "/tmp/rclone1445327987" === 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-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.24s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.26s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/10/03 01:00:39 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/03 01:00:39 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/03 01:00:39 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/10/03 01:00:39 DEBUG : potato: Seek from 10 to 0 2024/10/03 01:00:39 DEBUG : potato: Seek from 10 to 0 2024/10/03 01:00:39 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/10/03 01:00:39 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/03 01:00:39 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/03 01:00:39 DEBUG : potato: Seek from 5 to 2 2024/10/03 01:00:39 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/10/03 01:00:39 DEBUG : potato: Seek from 7 to 0 2024/10/03 01:00:39 DEBUG : potato: Seek from 7 to 0 2024/10/03 01:00:39 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/10/03 01:00:39 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/03 01:00:39 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/03 01:00:39 DEBUG : potato: Seek from 5 to 2 2024/10/03 01:00:39 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/10/03 01:00:39 DEBUG : potato: Seek from 8 to 0 2024/10/03 01:00:39 DEBUG : potato: Seek from 8 to 0 2024/10/03 01:00:39 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/10/03 01:00:39 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/03 01:00:39 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/03 01:00:39 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/03 01:00:39 DEBUG : potato: Seek from 5 to 2 2024/10/03 01:00:39 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/10/03 01:00:39 DEBUG : potato: Seek from 9 to 0 2024/10/03 01:00:39 DEBUG : potato: Seek from 9 to 0 2024/10/03 01:00:39 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-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:00:42 DEBUG : rutabaga: md5 = 51e9c34a240ae505618a8bbb2121d5f4 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/10/03 01:00:46 DEBUG : empty space: md5 = df7227b709f6c559bae91a4266b6a35d OK === RUN TestCheck/3 2024/10/03 01:00:48 DEBUG : potato2: md5 = 3520605eedf61f356b2ebeccd8a42a10 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/10/03 01:00:52 DEBUG : remotepotato: md5 = 9a5abf7cc0b8ddfc07a9150664cf2c79 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (17.97s) --- PASS: TestCheck/1 (0.31s) --- PASS: TestCheck/2 (0.45s) --- PASS: TestCheck/3 (0.30s) --- PASS: TestCheck/4 (0.32s) --- PASS: TestCheck/5 (0.37s) --- PASS: TestCheck/6 (0.37s) --- PASS: TestCheck/7 (0.41s) === RUN TestCheckFsError 2024/10/03 01:00:57 DEBUG : Creating backend with remote "nonexistent" 2024/10/03 01:00:57 DEBUG : Creating backend with remote "nonexistent" 2024/10/03 01:00:57 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/10/03 01:00:57 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2024/10/03 01:00:57 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/10/03 01:00:57 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-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:00:59 DEBUG : rutabaga: md5 = 6c92bb13762c3a5773719398b7b7c1ae OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/10/03 01:01:03 DEBUG : empty space: md5 = 41dc601ff8ab445b6bfb02f2a3684fb5 OK === RUN TestCheckDownload/3 2024/10/03 01:01:07 DEBUG : potato2: md5 = 99124851edc9018f29d5ff5cccba4ada OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/10/03 01:01:12 DEBUG : remotepotato: md5 = f2c2c6380fe0e3d53594e0cff526981b OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (21.95s) --- PASS: TestCheckDownload/1 (1.33s) --- PASS: TestCheckDownload/2 (1.09s) --- PASS: TestCheckDownload/3 (1.08s) --- PASS: TestCheckDownload/4 (1.43s) --- PASS: TestCheckDownload/5 (1.19s) --- PASS: TestCheckDownload/6 (1.29s) --- PASS: TestCheckDownload/7 (1.32s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:01:21 DEBUG : rutabaga: md5 = c381acc872781d41ba659ec53263a9f1 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/10/03 01:01:24 DEBUG : empty space: md5 = 175b9a351e5e50645a1c2eaa22459eb9 OK === RUN TestCheckSizeOnly/3 2024/10/03 01:01:26 DEBUG : potato2: md5 = 18dbcfc9889112479b6fd6c7a586db46 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/10/03 01:01:29 DEBUG : remotepotato: md5 = 83980477169c711b7a49321669b78c51 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (15.42s) --- PASS: TestCheckSizeOnly/1 (0.31s) --- PASS: TestCheckSizeOnly/2 (0.31s) --- PASS: TestCheckSizeOnly/3 (0.30s) --- PASS: TestCheckSizeOnly/4 (0.31s) --- PASS: TestCheckSizeOnly/5 (0.30s) --- PASS: TestCheckSizeOnly/6 (0.33s) --- PASS: TestCheckSizeOnly/7 (0.31s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:01:36 DEBUG : test.sum: md5 = ee3dfe27c481296cf2c78fed221636aa OK 2024/10/03 01:01:38 NOTICE: test.sum: improperly formatted checksum line 4 2024/10/03 01:01:38 NOTICE: test.sum: improperly formatted checksum line 5 2024/10/03 01:01:38 NOTICE: test.sum: improperly formatted checksum line 6 2024/10/03 01:01:38 NOTICE: test.sum: 2 warning(s) suppressed... 2024/10/03 01:01:40 DEBUG : test.sum: md5 = a392aea9b80823b4dd055617069c14c4 OK 2024/10/03 01:01:41 NOTICE: test.sum: improperly formatted checksum line 4 2024/10/03 01:01:41 NOTICE: test.sum: improperly formatted checksum line 5 2024/10/03 01:01:41 NOTICE: test.sum: improperly formatted checksum line 6 2024/10/03 01:01:41 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (8.61s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:01:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cofosis0neko/data" 2024/10/03 01:01:43 DEBUG : Creating backend with remote "TestDrive:crypt/dee2lvgmu6h5tm3vmbd9u74kmj0uan3uv8ifovn54q9qsefbshrg/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko/data' lacks md5, skipping --- SKIP: TestCheckSum (2.33s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:01:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cofosis0neko/data" 2024/10/03 01:01:45 DEBUG : Creating backend with remote "TestDrive:crypt/dee2lvgmu6h5tm3vmbd9u74kmj0uan3uv8ifovn54q9qsefbshrg/vjrnln8ratgmqakfosrqe8espk" 2024/10/03 01:01:50 DEBUG : data/banana: md5 = e804034855649e0a6ac74781cc2d861a OK 2024/10/03 01:01:52 DEBUG : test.sum: md5 = 18ca80b4f3850e15c08e4aafe3ddf487 OK === RUN TestCheckSumDownload/subtest1 2024/10/03 01:01:59 DEBUG : data/potato: md5 = 44eb42d95d8d61abfb183be363701bcc OK 2024/10/03 01:02:01 DEBUG : test.sum: md5 = 6450647ded7e9085f98c1beade094e0e OK === RUN TestCheckSumDownload/subtest2 2024/10/03 01:02:06 DEBUG : test.sum: md5 = 15f28e3f55459fb32454f4f2a98d2c93 OK === RUN TestCheckSumDownload/subtest3 2024/10/03 01:02:12 DEBUG : test.sum: md5 = 673d873c708f02050142887f048beb48 OK === RUN TestCheckSumDownload/subtest4 2024/10/03 01:02:18 DEBUG : test.sum: md5 = 78b95ab66f53888811b7ef185689a144 OK === RUN TestCheckSumDownload/subtest5 2024/10/03 01:02:23 DEBUG : test.sum: md5 = ba5060d163ab73f65cb535a3358cda2d OK === RUN TestCheckSumDownload/subtest6 2024/10/03 01:02:29 DEBUG : data/banana: md5 = 46b4517259f35dfdeec72dcd59f612f0 OK 2024/10/03 01:02:31 DEBUG : data/potato: md5 = c13f6243b08602b71a56359a62af03b4 OK 2024/10/03 01:02:33 DEBUG : test.sum: md5 = 0326d9dc0d16ad570fb72321c34797d9 OK === RUN TestCheckSumDownload/subtest7 2024/10/03 01:02:41 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2024/10/03 01:02:41 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (56.85s) --- PASS: TestCheckSumDownload/subtest1 (3.75s) --- PASS: TestCheckSumDownload/subtest2 (2.83s) --- PASS: TestCheckSumDownload/subtest3 (3.26s) --- PASS: TestCheckSumDownload/subtest4 (3.14s) --- PASS: TestCheckSumDownload/subtest5 (2.77s) --- PASS: TestCheckSumDownload/subtest6 (2.79s) --- PASS: TestCheckSumDownload/subtest7 (3.62s) === RUN TestApplyTransforms 2024/10/03 01:02:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zunabid3xuge" 2024/10/03 01:02:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/03 01:02:42 DEBUG : Creating backend with remote "TestDrive:crypt/p14u1edeg298id1g30r2pl19obh6l3aen0jsnopoi0oargbrhbg0" 2024/10/03 01:02:43 DEBUG : Creating backend with remote "/tmp/rclone963505605" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zunabid3xuge'", Local "Local file system at /tmp/rclone963505605", Modify Window "1ms" 2024/10/03 01:02:46 DEBUG : hello, world!: md5 = f90d543fef22e725184606db2c98dd02 OK upper checkfile vs. lower remote (without normalization) 2024/10/03 01:02:47 ERROR : hello, world!: sum not found 2024/10/03 01:02:47 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zunabid3xuge' 2024/10/03 01:02:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zunabid3xuge': 1 files missing 2024/10/03 01:02:47 NOTICE: 1 hashes missing 2024/10/03 01:02:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zunabid3xuge': 2 differences found 2024/10/03 01:02:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zunabid3xuge': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/10/03 01:02:48 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/03 01:02:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zunabid3xuge': 0 differences found 2024/10/03 01:02:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zunabid3xuge': 1 matching files 2024/10/03 01:02:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuvazac2vaha" 2024/10/03 01:02:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/03 01:02:48 DEBUG : Creating backend with remote "TestDrive:crypt/9men8edap9j44djbjlhschd6ot7cmku88504lg4nk30a0emj52n0" 2024/10/03 01:02:49 DEBUG : Creating backend with remote "/tmp/rclone1285477875" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuvazac2vaha'", Local "Local file system at /tmp/rclone1285477875", Modify Window "1ms" 2024/10/03 01:02:53 DEBUG : HELLO, WORLD!: md5 = 96095a77b9b90038409711be3c9a4b05 OK lower checkfile vs. upper remote (without normalization) 2024/10/03 01:02:53 ERROR : HELLO, WORLD!: sum not found 2024/10/03 01:02:53 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-nuvazac2vaha' 2024/10/03 01:02:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuvazac2vaha': 1 files missing 2024/10/03 01:02:53 NOTICE: 1 hashes missing 2024/10/03 01:02:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuvazac2vaha': 2 differences found 2024/10/03 01:02:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuvazac2vaha': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/10/03 01:02:55 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/03 01:02:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuvazac2vaha': 0 differences found 2024/10/03 01:02:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuvazac2vaha': 1 matching files 2024/10/03 01:02:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yuxotaj9tito" 2024/10/03 01:02:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/03 01:02:55 DEBUG : Creating backend with remote "TestDrive:crypt/onh0ita2sf8g2u1mjc5b1bghp299sgcp9a2s19sd6pajpr57gb4g" 2024/10/03 01:02:56 DEBUG : Creating backend with remote "/tmp/rclone1189310539" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yuxotaj9tito'", Local "Local file system at /tmp/rclone1189310539", Modify Window "1ms" 2024/10/03 01:02:59 DEBUG : HeLlO, wOrLd!: md5 = f25f7f3523a038016c69817af56208a2 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/10/03 01:03:00 ERROR : HeLlO, wOrLd!: sum not found 2024/10/03 01:03:00 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yuxotaj9tito' 2024/10/03 01:03:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yuxotaj9tito': 1 files missing 2024/10/03 01:03:00 NOTICE: 1 hashes missing 2024/10/03 01:03:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yuxotaj9tito': 2 differences found 2024/10/03 01:03:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yuxotaj9tito': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/10/03 01:03:01 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/03 01:03:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yuxotaj9tito': 0 differences found 2024/10/03 01:03:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yuxotaj9tito': 1 matching files 2024/10/03 01:03:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-terolic8maye" 2024/10/03 01:03:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/03 01:03:01 DEBUG : Creating backend with remote "TestDrive:crypt/fu6ne4fkpo0p3cuphcgasu6tu41rkhp0n28c2fie3kjjte76v2fg" 2024/10/03 01:03:03 DEBUG : Creating backend with remote "/tmp/rclone796162554" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-terolic8maye'", Local "Local file system at /tmp/rclone796162554", Modify Window "1ms" 2024/10/03 01:03:06 DEBUG : HELLO, WORLD!: md5 = 8555f89618aef6b1f7a382de781f3b58 OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/10/03 01:03:06 ERROR : HELLO, WORLD!: sum not found 2024/10/03 01:03:06 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-terolic8maye' 2024/10/03 01:03:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-terolic8maye': 1 files missing 2024/10/03 01:03:06 NOTICE: 1 hashes missing 2024/10/03 01:03:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-terolic8maye': 2 differences found 2024/10/03 01:03:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-terolic8maye': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/10/03 01:03:08 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/03 01:03:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-terolic8maye': 0 differences found 2024/10/03 01:03:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-terolic8maye': 1 matching files 2024/10/03 01:03:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-soxibod4lomo" 2024/10/03 01:03:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/03 01:03:08 DEBUG : Creating backend with remote "TestDrive:crypt/8fkh8k6jbl0i9cpff8rc5chjhmvcukhaktvvak4792faqtpi60qg" 2024/10/03 01:03:09 DEBUG : Creating backend with remote "/tmp/rclone2835602237" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-soxibod4lomo'", Local "Local file system at /tmp/rclone2835602237", Modify Window "1ms" 2024/10/03 01:03:12 DEBUG : 測試_Русский___ě_áñ: md5 = a958e871749e1aa661c1c7b5bc3895ff OK NFD checkfile vs. NFC remote (without normalization) 2024/10/03 01:03:13 ERROR : 測試_Русский___ě_áñ: sum not found 2024/10/03 01:03:13 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-soxibod4lomo' 2024/10/03 01:03:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soxibod4lomo': 1 files missing 2024/10/03 01:03:13 NOTICE: 1 hashes missing 2024/10/03 01:03:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soxibod4lomo': 2 differences found 2024/10/03 01:03:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soxibod4lomo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/10/03 01:03:14 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/03 01:03:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soxibod4lomo': 0 differences found 2024/10/03 01:03:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soxibod4lomo': 1 matching files 2024/10/03 01:03:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qatapeg0kaga" 2024/10/03 01:03:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/03 01:03:15 DEBUG : Creating backend with remote "TestDrive:crypt/dfqdpanf07r4dhhf5dq8s19iur022ighdtftml9dt7tun697q3ng" 2024/10/03 01:03:16 DEBUG : Creating backend with remote "/tmp/rclone27504144" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatapeg0kaga'", Local "Local file system at /tmp/rclone27504144", Modify Window "1ms" 2024/10/03 01:03:19 DEBUG : 測試_Русский___ě_áñ: md5 = ef4a31eee8c4d66f28c0332f9ab63006 OK NFC checkfile vs. NFD remote (without normalization) 2024/10/03 01:03:19 ERROR : 測試_Русский___ě_áñ: sum not found 2024/10/03 01:03:19 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qatapeg0kaga' 2024/10/03 01:03:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qatapeg0kaga': 1 files missing 2024/10/03 01:03:19 NOTICE: 1 hashes missing 2024/10/03 01:03:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qatapeg0kaga': 2 differences found 2024/10/03 01:03:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qatapeg0kaga': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/10/03 01:03:21 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/03 01:03:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qatapeg0kaga': 0 differences found 2024/10/03 01:03:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qatapeg0kaga': 1 matching files 2024/10/03 01:03:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vetesoz9ceye" 2024/10/03 01:03:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/03 01:03:21 DEBUG : Creating backend with remote "TestDrive:crypt/210m4br5telha44qbg6cs27vtet4u15g6erk23cbikfcsckmvblg" 2024/10/03 01:03:22 DEBUG : Creating backend with remote "/tmp/rclone4263890673" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vetesoz9ceye'", Local "Local file system at /tmp/rclone4263890673", Modify Window "1ms" 2024/10/03 01:03:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 8f75e541c7227d43f127cdcc9dd5d4bb OK NFDx2 checkfile vs. both remote (without normalization) 2024/10/03 01:03:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/03 01:03:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vetesoz9ceye' 2024/10/03 01:03:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vetesoz9ceye': 1 files missing 2024/10/03 01:03:26 NOTICE: 1 hashes missing 2024/10/03 01:03:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vetesoz9ceye': 2 differences found 2024/10/03 01:03:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vetesoz9ceye': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/10/03 01:03:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/03 01:03:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vetesoz9ceye': 0 differences found 2024/10/03 01:03:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vetesoz9ceye': 1 matching files 2024/10/03 01:03:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wuxapah0noco" 2024/10/03 01:03:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/03 01:03:28 DEBUG : Creating backend with remote "TestDrive:crypt/o40hnshje0muim27u7nrkvbg7uef4u49q9akr51g9br7545vuteg" 2024/10/03 01:03:29 DEBUG : Creating backend with remote "/tmp/rclone174137020" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuxapah0noco'", Local "Local file system at /tmp/rclone174137020", Modify Window "1ms" 2024/10/03 01:03:32 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 1c2f7bb4cdb094df303cfe9a39737ba6 OK NFCx2 checkfile vs. both remote (without normalization) 2024/10/03 01:03:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/03 01:03:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wuxapah0noco' 2024/10/03 01:03:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuxapah0noco': 1 files missing 2024/10/03 01:03:33 NOTICE: 1 hashes missing 2024/10/03 01:03:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuxapah0noco': 2 differences found 2024/10/03 01:03:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuxapah0noco': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/10/03 01:03:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/03 01:03:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuxapah0noco': 0 differences found 2024/10/03 01:03:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuxapah0noco': 1 matching files 2024/10/03 01:03:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-funebar0gani" 2024/10/03 01:03:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/03 01:03:34 DEBUG : Creating backend with remote "TestDrive:crypt/qnmbp50a1ih7sd1gcbof1mc5nc4d3ol0le9c7pfvp4ps5guejc20" 2024/10/03 01:03:35 DEBUG : Creating backend with remote "/tmp/rclone955499001" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funebar0gani'", Local "Local file system at /tmp/rclone955499001", Modify Window "1ms" 2024/10/03 01:03:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 9dca1dd8951368e0c3607ae523687e23 OK both checkfile vs. NFDx2 remote (without normalization) 2024/10/03 01:03:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/03 01:03:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-funebar0gani' 2024/10/03 01:03:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-funebar0gani': 1 files missing 2024/10/03 01:03:39 NOTICE: 1 hashes missing 2024/10/03 01:03:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-funebar0gani': 2 differences found 2024/10/03 01:03:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-funebar0gani': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/10/03 01:03:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/03 01:03:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-funebar0gani': 0 differences found 2024/10/03 01:03:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-funebar0gani': 1 matching files 2024/10/03 01:03:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ruwobah6mefe" 2024/10/03 01:03:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/03 01:03:40 DEBUG : Creating backend with remote "TestDrive:crypt/er788lkrncmoa7r8penqqcdiekp4f1sdnfdtlitpe1o5ehes1v70" 2024/10/03 01:03:42 DEBUG : Creating backend with remote "/tmp/rclone630453525" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ruwobah6mefe'", Local "Local file system at /tmp/rclone630453525", Modify Window "1ms" 2024/10/03 01:03:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 8844a76f304b099db90389eeeefae712 OK both checkfile vs. NFCx2 remote (without normalization) 2024/10/03 01:03:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/03 01:03:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-ruwobah6mefe' 2024/10/03 01:03:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruwobah6mefe': 1 files missing 2024/10/03 01:03:45 NOTICE: 1 hashes missing 2024/10/03 01:03:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruwobah6mefe': 2 differences found 2024/10/03 01:03:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruwobah6mefe': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/10/03 01:03:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/03 01:03:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruwobah6mefe': 0 differences found 2024/10/03 01:03:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruwobah6mefe': 1 matching files 2024/10/03 01:03:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ruwobah6mefe': Purge remote 2024/10/03 01:03:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-funebar0gani': Purge remote 2024/10/03 01:03:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wuxapah0noco': Purge remote 2024/10/03 01:03:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vetesoz9ceye': Purge remote 2024/10/03 01:03:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qatapeg0kaga': Purge remote 2024/10/03 01:03:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-soxibod4lomo': Purge remote 2024/10/03 01:03:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-terolic8maye': Purge remote 2024/10/03 01:03:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yuxotaj9tito': Purge remote 2024/10/03 01:03:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuvazac2vaha': Purge remote 2024/10/03 01:03:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zunabid3xuge': Purge remote --- PASS: TestApplyTransforms (72.93s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:03:55 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/03 01:03:58 DEBUG : sub/file2: md5 = d61240f36eba0561444c69958208ce08 OK 2024/10/03 01:03:58 INFO : file1: Copied (new) to: sub/file2 2024/10/03 01:03:59 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/03 01:03:59 DEBUG : file1: Unchanged skipping 2024/10/03 01:04:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': don't need to copy/move sub/file2, it is already at target location 2024/10/03 01:04:02 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (8.53s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.52s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:04:07 DEBUG : dst/file1: md5 = 26d450e13b567f5a6aeb53c734b834c8 OK 2024/10/03 01:04:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cofosis0neko/backup" 2024/10/03 01:04:08 DEBUG : Creating backend with remote "TestDrive:crypt/dee2lvgmu6h5tm3vmbd9u74kmj0uan3uv8ifovn54q9qsefbshrg/1nrff024r7pq65ecp72fc28jb0" 2024/10/03 01:04:10 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/10/03 01:04:13 INFO : dst/file1: Moved (server-side) 2024/10/03 01:04:16 DEBUG : dst/file1: md5 = 7a61b41280522e9892530066a2371263 OK 2024/10/03 01:04:16 INFO : dst/file1: Copied (new) 2024/10/03 01:04:19 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/03 01:04:21 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/03 01:04:22 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (19.11s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:04:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cofosis0neko/dst" 2024/10/03 01:04:23 DEBUG : Creating backend with remote "TestDrive:crypt/dee2lvgmu6h5tm3vmbd9u74kmj0uan3uv8ifovn54q9qsefbshrg/31u3jie661vd5p8j7rtc3hgbh0" 2024/10/03 01:04:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cofosis0neko/CompareDest" 2024/10/03 01:04:25 DEBUG : Creating backend with remote "TestDrive:crypt/dee2lvgmu6h5tm3vmbd9u74kmj0uan3uv8ifovn54q9qsefbshrg/gveqi14airsml4bgu7krj116o8" 2024/10/03 01:04:27 DEBUG : one: Need to transfer - File not found at Destination 2024/10/03 01:04:31 DEBUG : one: md5 = 5fc7e235de06ad8a9b781d286ff5bedc OK 2024/10/03 01:04:31 INFO : one: Copied (new) 2024/10/03 01:04:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/03 01:04:34 DEBUG : one: md5 = 790038a5c98a7e008b0ec319aa121a97 OK 2024/10/03 01:04:34 INFO : one: Copied (replaced existing) 2024/10/03 01:04:37 DEBUG : dst/one: md5 = a5287da025c44cfddb1f791a4e34db66 OK 2024/10/03 01:04:40 DEBUG : CompareDest/one: md5 = 4b692c5ccef92f1220b37e3203317548 OK 2024/10/03 01:04:41 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/03 01:04:41 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/03 01:04:41 DEBUG : one: Destination found in --compare-dest, skipping 2024/10/03 01:04:44 DEBUG : CompareDest/two: md5 = 7ea270b0c8b5e1dd0a82a6f63e7cd40f OK 2024/10/03 01:04:45 DEBUG : two: Need to transfer - File not found at Destination 2024/10/03 01:04:45 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/03 01:04:45 DEBUG : two: Destination found in --compare-dest, skipping 2024/10/03 01:04:46 DEBUG : two: Need to transfer - File not found at Destination 2024/10/03 01:04:47 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/03 01:04:47 DEBUG : two: Destination found in --compare-dest, skipping 2024/10/03 01:04:48 DEBUG : two: Need to transfer - File not found at Destination 2024/10/03 01:04:49 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/10/03 01:04:51 DEBUG : two: md5 = 5e99a51e260215d1d58ee043d7e8cafd OK 2024/10/03 01:04:51 INFO : two: Copied (new) 2024/10/03 01:04:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/03 01:04:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:04:56 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/03 01:04:56 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (34.69s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:04:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cofosis0neko/dst" 2024/10/03 01:04:58 DEBUG : Creating backend with remote "TestDrive:crypt/dee2lvgmu6h5tm3vmbd9u74kmj0uan3uv8ifovn54q9qsefbshrg/31u3jie661vd5p8j7rtc3hgbh0" 2024/10/03 01:05:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cofosis0neko/CopyDest" 2024/10/03 01:05:00 DEBUG : Creating backend with remote "TestDrive:crypt/dee2lvgmu6h5tm3vmbd9u74kmj0uan3uv8ifovn54q9qsefbshrg/d09o6po3f7bm6ce32vdgs8h9ls" 2024/10/03 01:05:02 DEBUG : one: Need to transfer - File not found at Destination 2024/10/03 01:05:05 DEBUG : one: md5 = 1376ebc1d8a3a6f03501334c0cd477c5 OK 2024/10/03 01:05:05 INFO : one: Copied (new) 2024/10/03 01:05:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/03 01:05:09 DEBUG : one: md5 = 49dc223c81b682d2842bca34b3499bcf OK 2024/10/03 01:05:09 INFO : one: Copied (replaced existing) 2024/10/03 01:05:11 DEBUG : dst/one: md5 = c05fb11a9a56e4f290723ba3a96463cb OK 2024/10/03 01:05:15 DEBUG : CopyDest/one: md5 = 0521a4208e8e2ec6f30fe9343ceaf822 OK 2024/10/03 01:05:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cofosis0neko/BackupDir" 2024/10/03 01:05:16 DEBUG : Creating backend with remote "TestDrive:crypt/dee2lvgmu6h5tm3vmbd9u74kmj0uan3uv8ifovn54q9qsefbshrg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/10/03 01:05:18 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/03 01:05:18 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/03 01:05:18 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/03 01:05:21 INFO : one: Moved (server-side) 2024/10/03 01:05:23 INFO : one: Copied (server-side copy) 2024/10/03 01:05:23 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/10/03 01:05:25 DEBUG : CopyDest/two: md5 = b06099aed53774b22c3db055d3dcfb83 OK 2024/10/03 01:05:26 DEBUG : two: Need to transfer - File not found at Destination 2024/10/03 01:05:26 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/03 01:05:28 INFO : two: Copied (server-side copy) 2024/10/03 01:05:28 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/10/03 01:05:29 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/03 01:05:29 DEBUG : two: Unchanged skipping 2024/10/03 01:05:32 DEBUG : CopyDest/three: md5 = e7bc14bade31bd1c7267d182271ec8a0 OK 2024/10/03 01:05:33 DEBUG : three: Need to transfer - File not found at Destination 2024/10/03 01:05:33 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/10/03 01:05:33 DEBUG : three: Destination not found in --copy-dest 2024/10/03 01:05:35 DEBUG : three: md5 = 82bf19cb80fc83246f33dc40148dee33 OK 2024/10/03 01:05:35 INFO : three: Copied (new) 2024/10/03 01:05:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/03 01:05:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/03 01:05:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:05:43 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/03 01:05:43 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/03 01:05:43 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:05:44 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (47.47s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.54s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.52s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:05:46 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/10/03 01:05:50 DEBUG : TestCopyFileMaxTransfer/file1: md5 = a5ac3a0fc4ec92c7da62f1dfc218e838 OK 2024/10/03 01:05:50 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/10/03 01:05:51 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/10/03 01:05:51 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2024/10/03 01:05:52 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/10/03 01:05:53 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/10/03 01:05:55 DEBUG : TestCopyFileMaxTransfer/file4: md5 = c733ab6d30c78586263e87b76d9223eb OK 2024/10/03 01:05:55 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/10/03 01:05:58 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/10/03 01:05:58 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (13.05s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.53s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:06:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': Looking for duplicate names using skip mode. 2024/10/03 01:06:04 NOTICE: one: Found 2 files with duplicate names 2024/10/03 01:06:04 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (7.02s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:06:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': Looking for duplicate names using skip mode. 2024/10/03 01:06:13 NOTICE: one: Found 3 files with duplicate names 2024/10/03 01:06:13 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/10/03 01:06:14 INFO : one: Deleted 2024/10/03 01:06:14 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (9.51s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:06:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': Looking for duplicate names using first mode. 2024/10/03 01:06:22 NOTICE: one: Found 3 files with duplicate names 2024/10/03 01:06:23 INFO : one: Deleted 2024/10/03 01:06:24 INFO : one: Deleted 2024/10/03 01:06:24 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (9.06s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:06:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': Looking for duplicate names using newest mode. 2024/10/03 01:06:31 NOTICE: one: Found 3 files with duplicate names 2024/10/03 01:06:32 INFO : one: Deleted 2024/10/03 01:06:33 INFO : one: Deleted 2024/10/03 01:06:33 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (9.41s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.51s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:06:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': Looking for duplicate names using oldest mode. 2024/10/03 01:06:42 NOTICE: one: Found 3 files with duplicate names 2024/10/03 01:06:42 INFO : one: Deleted 2024/10/03 01:06:43 INFO : one: Deleted 2024/10/03 01:06:43 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (9.56s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:06:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': Looking for duplicate names using largest mode. 2024/10/03 01:06:51 NOTICE: one: Found 3 files with duplicate names 2024/10/03 01:06:52 INFO : one: Deleted 2024/10/03 01:06:52 INFO : one: Deleted 2024/10/03 01:06:52 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (9.45s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:07:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': Looking for duplicate names using smallest mode. 2024/10/03 01:07:00 NOTICE: one: Found 3 files with duplicate names 2024/10/03 01:07:01 INFO : one: Deleted 2024/10/03 01:07:02 INFO : one: Deleted 2024/10/03 01:07:02 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (9.32s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:07:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': Looking for duplicate names using rename mode. 2024/10/03 01:07:11 NOTICE: one.txt: Found 3 files with duplicate names 2024/10/03 01:07:13 INFO : one-2.txt: renamed from: one.txt 2024/10/03 01:07:15 INFO : one-3.txt: renamed from: one.txt 2024/10/03 01:07:17 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (17.07s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:07:24 DEBUG : dupe1/one.txt: md5 = 96241f20e920c2f5815631ef183471fa OK 2024/10/03 01:07:27 DEBUG : dupe2/two.txt: md5 = 6c875174fe2c9c562eca1b1c085bfc17 OK 2024/10/03 01:07:30 DEBUG : dupe3/three.txt: md5 = cb10948d11efb3433f7d09f3c3475f87 OK 2024/10/03 01:07:30 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/10/03 01:07:31 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/10/03 01:07:33 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/10/03 01:07:34 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/10/03 01:07:39 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/10/03 01:07:39 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/10/03 01:07:39 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (18.97s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:07:41 DEBUG : a.txt: md5 = 0975c9fc083dfcb9bf2e3db90e9a12c2 OK 2024/10/03 01:07:43 DEBUG : zend.txt: md5 = dbce40b1be51ea16f006eb4336fb7380 OK 2024/10/03 01:07:46 DEBUG : sub dir/hello world: md5 = e6d57099a18d1337a3bdc003486a1775 OK 2024/10/03 01:07:48 DEBUG : sub dir/hello world2: md5 = 9831e7c377dc25c928774030064936d2 OK 2024/10/03 01:07:51 DEBUG : sub dir/ignore dir/.ignore: md5 = 80a6e99f79e633e25107c09c7150a634 OK 2024/10/03 01:07:53 DEBUG : sub dir/ignore dir/should be ignored: md5 = 9f3f7316c82f3b75d98a5e150d743e8a OK 2024/10/03 01:07:56 DEBUG : sub dir/sub sub dir/hello world3: md5 = af1c37d2b7b30dae3a43c9770d5d3f60 OK 2024/10/03 01:07:58 DEBUG : a.txt: Excluded (Size Filter) 2024/10/03 01:07:58 DEBUG : a.txt: Excluded 2024/10/03 01:07:59 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/10/03 01:07:59 DEBUG : sub dir/hello world2: Excluded 2024/10/03 01:07:59 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/10/03 01:07:59 DEBUG : sub dir/hello world: Excluded 2024/10/03 01:08:00 DEBUG : sub dir/ignore dir: Excluded 2024/10/03 01:08:00 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/10/03 01:08:00 DEBUG : sub dir/hello world2: Excluded 2024/10/03 01:08:00 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/10/03 01:08:00 DEBUG : sub dir/hello world: Excluded 2024/10/03 01:08:00 DEBUG : sub dir/ignore dir: Excluded 2024/10/03 01:08:07 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/10/03 01:08:08 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/10/03 01:08:08 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/10/03 01:08:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/10/03 01:08:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/10/03 01:08:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2024/10/03 01:08:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (30.66s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:08:12 DEBUG : file1: md5 = e2c65d7779e724b5a16c5c2cc04914b2 OK 2024/10/03 01:08:15 DEBUG : sub/file2: md5 = 6f25355f648cb7000f7256e8ad552991 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2024/10/03 01:08:19 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/10/03 01:08:20 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/10/03 01:08:20 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/10/03 01:08:23 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (13.50s) --- PASS: TestListJSON/Default (0.34s) --- PASS: TestListJSON/FilesOnly (0.33s) --- PASS: TestListJSON/DirsOnly (0.35s) --- PASS: TestListJSON/Recurse (0.68s) --- PASS: TestListJSON/SubDir (0.33s) --- PASS: TestListJSON/NoModTime (0.33s) --- PASS: TestListJSON/NoMimeType (0.37s) --- PASS: TestListJSON/ShowHash (0.34s) --- PASS: TestListJSON/HashTypes (0.41s) --- PASS: TestListJSON/Metadata (0.93s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:08:26 DEBUG : file1: md5 = 87cf7562d32aace6024d855ba04e69e1 OK 2024/10/03 01:08:29 DEBUG : sub/file2: md5 = 5bc61fe036780d49a85801cd6f96c216 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2024/10/03 01:08:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cofosis0neko/notfound" 2024/10/03 01:08:34 DEBUG : Creating backend with remote "TestDrive:crypt/dee2lvgmu6h5tm3vmbd9u74kmj0uan3uv8ifovn54q9qsefbshrg/qe0i31qdkoejk60elps0ni5sqk" 2024/10/03 01:08:39 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (16.43s) --- PASS: TestStatJSON/Root (0.32s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.36s) --- PASS: TestStatJSON/Dir (0.69s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.29s) --- PASS: TestStatJSON/File (0.32s) --- PASS: TestStatJSON/NotFound (0.60s) --- PASS: TestStatJSON/DirFilesOnly (0.35s) --- PASS: TestStatJSON/FileFilesOnly (0.31s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.27s) --- PASS: TestStatJSON/DirDirsOnly (0.32s) --- PASS: TestStatJSON/FileDirsOnly (0.33s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.34s) --- PASS: TestStatJSON/RootNotFound (2.21s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:08:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': Making directory 2024/10/03 01:08:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': Making directory --- PASS: TestMkdir (0.83s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:08:44 DEBUG : sub dir/hello world: md5 = edb380ef5a272ffde857d40ebeced816 OK 2024/10/03 01:08:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (6.69s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:08:50 DEBUG : potato2: md5 = f43d00805925a3a21c503cf985739cc4 OK 2024/10/03 01:08:51 DEBUG : empty space: md5 = c609d19734d99c9cd5d8755aeae48372 OK --- PASS: TestLs (6.37s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:08:56 DEBUG : potato2: md5 = 46142e793e40fd40d15b1d4a816acdd2 OK 2024/10/03 01:08:58 DEBUG : empty space: md5 = 53e5963a267557a1eeaf50714680259f OK 2024/10/03 01:08:59 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (7.43s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:09:04 DEBUG : potato2: md5 = cc780fa7a08283c6034026a36f4370f9 OK 2024/10/03 01:09:05 DEBUG : empty space: md5 = 55f98c6554b4f73209615b67b55d963a OK --- PASS: TestLsLong (6.54s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:09:10 DEBUG : potato2: md5 = e5c7ec2eb1b88742c7202bcd1347d5ae OK 2024/10/03 01:09:12 DEBUG : empty space: md5 = e4b8c49d8ce8eb7f7c45d82b246c9c70 OK --- PASS: TestHashSums (6.59s) === RUN TestHashSumsWithErrors 2024/10/03 01:09:15 DEBUG : Creating backend with remote ":memory:" 2024/10/03 01:09:15 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/10/03 01:09:15 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/10/03 01:09:15 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/10/03 01:09:15 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/10/03 01:09:15 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/10/03 01:09:15 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/10/03 01:09:15 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/10/03 01:09:15 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/10/03 01:09:15 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-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:09:17 DEBUG : potato2: md5 = f7453ef931c1b96d5afb77c8ea33c88d OK 2024/10/03 01:09:19 DEBUG : empty space: md5 = fc90f7799b2d0b280bb88f86a70cd9f2 OK 2024/10/03 01:09:22 DEBUG : sub dir/potato3: md5 = f92fd63348c931e73bddfeb6cd4fb3ec OK 2024/10/03 01:09:26 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (12.20s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:09:29 DEBUG : small: md5 = 97890f95578632d4d2014f1d9ff1fa9e OK 2024/10/03 01:09:30 DEBUG : medium: md5 = 688e3e6e8e21b32ceeab5ba821a0acd3 OK 2024/10/03 01:09:32 DEBUG : large: md5 = 53f8d43c31f3153fe30140baa9076954 OK 2024/10/03 01:09:33 DEBUG : Waiting for deletions to finish 2024/10/03 01:09:33 DEBUG : large: Excluded (Size Filter) 2024/10/03 01:09:34 INFO : medium: Deleted 2024/10/03 01:09:34 INFO : small: Deleted --- PASS: TestDelete (8.65s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:09:37 DEBUG : small: md5 = 5171cb37e4ae7e6fc71d6bc70721a22f OK 2024/10/03 01:09:39 DEBUG : medium: md5 = 7032503783cc624ae10aed4b0b332576 OK 2024/10/03 01:09:41 DEBUG : large: md5 = 0a843d9f23fbcadb8f9ed8c3a27430f1 OK 2024/10/03 01:09:41 DEBUG : Waiting for deletions to finish 2024/10/03 01:09:42 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2024/10/03 01:09:43 INFO : large: Deleted 2024/10/03 01:09:43 INFO : small: Deleted --- PASS: TestMaxDelete (9.27s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:09:47 DEBUG : small: md5 = b015509d46110ca23cf95bfb042b67bb OK 2024/10/03 01:09:48 DEBUG : medium: md5 = d4abacd3259cc79e148f2314b9c5aebb OK 2024/10/03 01:09:50 DEBUG : large: md5 = d7bdc273151f5a5f018895812777817c OK 2024/10/03 01:09:51 DEBUG : Waiting for deletions to finish 2024/10/03 01:09:51 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/10/03 01:09:52 INFO : small: Deleted 2024/10/03 01:09:52 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (9.08s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:09:56 DEBUG : small: md5 = 4dec56d77651b3010452d076ad2a6ec0 OK 2024/10/03 01:09:57 DEBUG : medium: md5 = f49932c9175bd039f0baca510c5d2d02 OK 2024/10/03 01:09:59 DEBUG : large: md5 = 6414260681130aeb21ef85f750cf55e6 OK 2024/10/03 01:10:00 DEBUG : Waiting for deletions to finish 2024/10/03 01:10:00 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/10/03 01:10:01 INFO : medium: Deleted 2024/10/03 01:10:01 INFO : small: Deleted --- PASS: TestMaxDeleteSize (9.26s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:10:05 DEBUG : ReadFile: md5 = bb83d7fd9bcac9318702be3b25e87208 OK --- PASS: TestReadFile (5.53s) === RUN TestRetry 2024/10/03 01:10:09 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/10/03 01:10:09 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/10/03 01:10:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/03 01:10:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/03 01:10:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/03 01:10:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/03 01:10:09 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-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:10:11 DEBUG : file1: md5 = 5ef48716ded69186ae4f092bf327c523 OK 2024/10/03 01:10:12 DEBUG : file2: md5 = 995c3f0028986cbcd596aeb20a14f28f OK --- PASS: TestCat (21.69s) === RUN TestPurge 2024/10/03 01:10:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mayikeh5huza" 2024/10/03 01:10:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/03 01:10:30 DEBUG : Creating backend with remote "TestDrive:crypt/8fj3coqiptdud5k4f7feq4bk5cup97huon168g0e6tqrnubdpbb0" 2024/10/03 01:10:32 DEBUG : Creating backend with remote "/tmp/rclone3395271972" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mayikeh5huza'", Local "Local file system at /tmp/rclone3395271972", Modify Window "1ms" 2024/10/03 01:10:39 DEBUG : A1/B1/C1/one: md5 = 7bc8d528d4bd385efe7eee2b41ac393f OK 2024/10/03 01:10:39 DEBUG : A2: Making directory 2024/10/03 01:10:40 DEBUG : A1/B2: Making directory 2024/10/03 01:10:42 DEBUG : A1/B2/C2: Making directory 2024/10/03 01:10:43 DEBUG : A1/B1/C3: Making directory 2024/10/03 01:10:44 DEBUG : A3: Making directory 2024/10/03 01:10:46 DEBUG : A3/B3: Making directory 2024/10/03 01:10:47 DEBUG : A3/B3/C4: Making directory 2024/10/03 01:10:50 DEBUG : A1/two: md5 = d00e66c6b9c3ca2c70a9360406656996 OK 2024/10/03 01:10:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mayikeh5huza': Purge remote 2024/10/03 01:10:55 NOTICE: purge failed: directory not found --- PASS: TestPurge (24.87s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:11:01 DEBUG : A1/B1/C1/one: md5 = 72f15b761dd9452b0dd0c92edd776bb1 OK 2024/10/03 01:11:01 DEBUG : A2: Making directory 2024/10/03 01:11:02 DEBUG : A1/B2: Making directory 2024/10/03 01:11:03 DEBUG : A1/B2/C2: Making directory 2024/10/03 01:11:05 DEBUG : A1/B1/C3: Making directory 2024/10/03 01:11:06 DEBUG : A3: Making directory 2024/10/03 01:11:07 DEBUG : A3/B3: Making directory 2024/10/03 01:11:08 DEBUG : A3/B3/C4: Making directory 2024/10/03 01:11:11 DEBUG : A1/two: md5 = 6967e139f84bf5ca89fb5a61a29ef478 OK 2024/10/03 01:11:13 DEBUG : removing 1 level 3 directories 2024/10/03 01:11:13 INFO : A3/B3/C4: Removing directory 2024/10/03 01:11:17 DEBUG : removing 2 level 3 directories 2024/10/03 01:11:17 INFO : A1/B2/C2: Removing directory 2024/10/03 01:11:17 INFO : A1/B1/C3: Removing directory 2024/10/03 01:11:18 DEBUG : removing 2 level 2 directories 2024/10/03 01:11:18 INFO : A3/B3: Removing directory 2024/10/03 01:11:18 INFO : A1/B2: Removing directory 2024/10/03 01:11:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/03 01:11:19 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/10/03 01:11:20 DEBUG : removing 2 level 1 directories 2024/10/03 01:11:20 INFO : A3: Removing directory 2024/10/03 01:11:20 INFO : A2: Removing directory 2024/10/03 01:11:20 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/10/03 01:11:25 DEBUG : removing 1 level 3 directories 2024/10/03 01:11:25 INFO : A1/B1/C1: Removing directory 2024/10/03 01:11:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:26 DEBUG : removing 1 level 2 directories 2024/10/03 01:11:26 INFO : A1/B1: Removing directory 2024/10/03 01:11:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/03 01:11:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/03 01:11:28 DEBUG : removing 1 level 1 directories 2024/10/03 01:11:28 INFO : A1: Removing directory 2024/10/03 01:11:28 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/03 01:11:28 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/03 01:11:28 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/03 01:11:29 DEBUG : removing 1 level 0 directories 2024/10/03 01:11:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': Removing directory 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/03 01:11:29 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" --- PASS: TestRmdirsNoLeaveRoot (35.44s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:11:32 DEBUG : A1: Making directory 2024/10/03 01:11:33 DEBUG : A1/B1: Making directory 2024/10/03 01:11:34 DEBUG : A1/B1/C1: Making directory 2024/10/03 01:11:38 DEBUG : removing 1 level 3 directories 2024/10/03 01:11:38 INFO : A1/B1/C1: Removing directory 2024/10/03 01:11:39 DEBUG : removing 1 level 2 directories 2024/10/03 01:11:39 INFO : A1/B1: Removing directory 2024/10/03 01:11:39 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/03 01:11:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (11.66s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:11:42 DEBUG : A1: Making directory 2024/10/03 01:11:44 DEBUG : A1/B1: Making directory 2024/10/03 01:11:45 DEBUG : A1/B1/C1: Making directory 2024/10/03 01:11:49 DEBUG : removing 1 level 3 directories 2024/10/03 01:11:49 INFO : A1/B1/C1: Removing directory 2024/10/03 01:11:50 DEBUG : removing 1 level 2 directories 2024/10/03 01:11:50 INFO : A1/B1: Removing directory 2024/10/03 01:11:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/03 01:11:52 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (10.96s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:11:56 DEBUG : file1: md5 = c6dd94475f8fee199161fc8cb5d1c43e OK 2024/10/03 01:11:56 DEBUG : filename.txt: File name found in url 2024/10/03 01:11:58 DEBUG : filename.txt: md5 = 2485214ff1d7041844c124390f68de75 OK 2024/10/03 01:11:58 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/10/03 01:12:00 DEBUG : headerfilename.txt: md5 = b144205b1e0fb8db9e2f00ecd4956b2c OK 2024/10/03 01:12:02 DEBUG : file2: md5 = 200c4e99cd9a8404071930c2475eb2b8 OK --- PASS: TestCopyURL (13.40s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:12:07 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/03 01:12:10 DEBUG : sub/file2: md5 = a82d1d9e9f96fcda7453450569bc4969 OK 2024/10/03 01:12:10 INFO : file1: Copied (new) to: sub/file2 2024/10/03 01:12:10 INFO : file1: Deleted 2024/10/03 01:12:11 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/03 01:12:11 DEBUG : file1: Unchanged skipping 2024/10/03 01:12:11 INFO : file1: Deleted 2024/10/03 01:12:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': don't need to copy/move sub/file2, it is already at target location 2024/10/03 01:12:14 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (8.29s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:12:15 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/03 01:12:17 DEBUG : file1: md5 = 3c420cbc25d32011757c75359e407157 OK 2024/10/03 01:12:17 INFO : file1: Copied (new) 2024/10/03 01:12:17 INFO : file1: Deleted 2024/10/03 01:12:18 DEBUG : file1: Destination exists, skipping 2024/10/03 01:12:18 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (4.63s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.52s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.52s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:12:24 DEBUG : dst/file1: md5 = 90bde3ebdee6cad2bc176fb4ade32017 OK 2024/10/03 01:12:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cofosis0neko/backup" 2024/10/03 01:12:25 DEBUG : Creating backend with remote "TestDrive:crypt/dee2lvgmu6h5tm3vmbd9u74kmj0uan3uv8ifovn54q9qsefbshrg/1nrff024r7pq65ecp72fc28jb0" 2024/10/03 01:12:27 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/10/03 01:12:32 INFO : dst/file1: Moved (server-side) 2024/10/03 01:12:34 DEBUG : dst/file1: md5 = 1c4039ec2f18cedce52d57106054b6af OK 2024/10/03 01:12:34 INFO : dst/file1: Copied (new) 2024/10/03 01:12:34 INFO : dst/file1: Deleted 2024/10/03 01:12:38 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/03 01:12:39 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/03 01:12:41 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (20.98s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:12:45 DEBUG : A1/one: md5 = 033a89aa4fdc37117e51dd6ff27dd6ce OK 2024/10/03 01:12:47 DEBUG : A1/two: md5 = b3d1b06a551cf340147953023449eea4 OK 2024/10/03 01:12:50 DEBUG : A1/B1/three: md5 = 6b2bb282aec97155d7571cbb2fbcee8b OK 2024/10/03 01:12:53 DEBUG : A1/B1/C1/four: md5 = 22fb41516c2147764c50e58f25d60f23 OK 2024/10/03 01:12:56 DEBUG : A1/B1/C2/five: md5 = c32709578460ef75a930ca2c837436ec OK 2024/10/03 01:12:56 DEBUG : A1/B2: Making directory 2024/10/03 01:12:57 DEBUG : A1/B1/C3: Making directory 2024/10/03 01:13:12 INFO : A2/two: Moved (server-side) to: A3/two 2024/10/03 01:13:12 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/10/03 01:13:12 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/10/03 01:13:12 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/10/03 01:13:12 INFO : A2/one: Moved (server-side) to: A3/one 2024/10/03 01:13:17 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/03 01:13:17 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/03 01:13:17 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/03 01:13:19 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/03 01:13:19 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/03 01:13:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/10/03 01:13:47 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/10/03 01:13:47 INFO : A3/one: Moved (server-side) to: A4/one 2024/10/03 01:13:48 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/10/03 01:13:48 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/10/03 01:13:48 INFO : A3/two: Moved (server-side) to: A4/two 2024/10/03 01:13:53 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/03 01:13:53 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/03 01:13:53 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/03 01:13:54 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/03 01:13:54 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/03 01:14:03 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/10/03 01:14:04 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/10/03 01:14:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/03 01:14:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/03 01:14:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/03 01:14:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/03 01:14:07 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/03 01:14:07 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/03 01:14:07 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/03 01:14:07 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (86.19s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" --- PASS: TestGetFsInfo (0.50s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:14:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': File to upload is small (34 bytes), uploading instead of streaming 2024/10/03 01:14:10 DEBUG : no_checksum_small_file_from_pipe: md5 = c3389e7ae29cef80d67d875646017f8d OK 2024/10/03 01:14:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/10/03 01:14:10 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/03 01:14:11 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/10/03 01:14:13 DEBUG : no_checksum_big_file_from_pipe: md5 = 221f3b1c74525f63df391a7460dc1c82 OK 2024/10/03 01:14:13 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-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:14:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': File to upload is small (34 bytes), uploading instead of streaming 2024/10/03 01:14:17 DEBUG : with_checksum_small_file_from_pipe: md5 = da2dc56a3236e8ec4fe21bbe287613ad OK 2024/10/03 01:14:17 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/03 01:14:18 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/10/03 01:14:20 DEBUG : with_checksum_big_file_from_pipe: md5 = 1aefdb6e66e19dc054a096774e7d210d OK 2024/10/03 01:14:20 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-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:14:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': File to upload is small (34 bytes), uploading instead of streaming 2024/10/03 01:14:24 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/03 01:14:25 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/10/03 01:14:27 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-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:14:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': File to upload is small (34 bytes), uploading instead of streaming 2024/10/03 01:14:32 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/03 01:14:33 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/10/03 01:14:34 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (29.31s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.92s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.94s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (7.33s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (8.11s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/10/03 01:14:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': File to upload is small (48 bytes), uploading instead of streaming 2024/10/03 01:14:40 DEBUG : rcat_metadata: md5 = 0fffd6576ecda86381d46d2471637161 OK 2024/10/03 01:14:40 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/10/03 01:14:42 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/10/03 01:14:45 DEBUG : rcat_metadata_uploadcutoff0: md5 = 51b98207d9070e3273a98db85f6c27e1 OK 2024/10/03 01:14:45 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (9.11s) --- PASS: TestRcatMetadata/Normal (3.54s) --- PASS: TestRcatMetadata/ViaDisk (5.03s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:14:49 DEBUG : potato1: md5 = 81179631946da5e763f46ecb49e1cc46 OK 2024/10/03 01:14:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': File to upload is small (60 bytes), uploading instead of streaming 2024/10/03 01:14:51 DEBUG : potato2: md5 = 79629c72628333aff12aff86d72c6837 OK 2024/10/03 01:14:51 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (6.73s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:14:55 DEBUG : potato1: md5 = 037195f2b8ba4ce980aacda84b6d717f OK 2024/10/03 01:14:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': File to upload is small (60 bytes), uploading instead of streaming 2024/10/03 01:14:57 DEBUG : potato2: md5 = 4c8f44243bf4fc76ad51f4f601ede116 OK 2024/10/03 01:14:57 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (7.07s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:15:02 DEBUG : potato2: md5 = bef505712463a3dfe8f15dcfdea3b62d OK 2024/10/03 01:15:05 DEBUG : empty space: md5 = 1ea5d9adbc644738d4cd12ac0c6c5424 OK 2024/10/03 01:15:08 DEBUG : sub dir/potato3: md5 = 5790db7e231bf49c4f6096dc4324e0a5 OK 2024/10/03 01:15:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': Touching "empty space" 2024/10/03 01:15:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': Touching "potato2" 2024/10/03 01:15:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': Touching "sub dir/potato3" 2024/10/03 01:15:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (17.06s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:15:18 DEBUG : dir with metadata: Making directory with metadata 2024/10/03 01:15:19 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (3.63s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:15:21 DEBUG : directory with modtime: Making directory with metadata 2024/10/03 01:15:23 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (3.60s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:15:25 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/10/03 01:15:25 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/03 01:15:25 DEBUG : Google drive root 'crypt/dee2lvgmu6h5tm3vmbd9u74kmj0uan3uv8ifovn54q9qsefbshrg': Skipping btime metadata as can't update it on an existing file: 2024-10-03T01:15:25.248518727Z 2024/10/03 01:15:26 INFO : non existent directory: Updated directory metadata 2024/10/03 01:15:29 DEBUG : Google drive root 'crypt/dee2lvgmu6h5tm3vmbd9u74kmj0uan3uv8ifovn54q9qsefbshrg': Skipping btime metadata as can't update it on an existing file: 2024-10-03T01:15:25.248518727Z 2024/10/03 01:15:29 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (7.01s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:15:32 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/10/03 01:15:34 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/10/03 01:15:36 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (6.04s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko'", Local "Local file system at /tmp/rclone1445327987", Modify Window "1ms" 2024/10/03 01:15:38 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/10/03 01:15:38 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/03 01:15:38 DEBUG : dst: Making directory with metadata 2024/10/03 01:15:39 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/03 01:15:39 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/03 01:15:40 INFO : dst: Set directory modification time (using SetModTime) 2024/10/03 01:15:41 INFO : dst: Set directory modification time (using SetModTime) 2024/10/03 01:15:41 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/10/03 01:15:42 INFO : dst: Set directory modification time (using SetModTime) 2024/10/03 01:15:42 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (5.63s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2024/10/03 01:15:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cofosis0neko': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 15m7.722948936s (try 1/5)