"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/07/24 03:52:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-funihal1vewu" 2025/07/24 03:52:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/24 03:52:53 DEBUG : Creating backend with remote "TestDrive:crypt/9e7v2a8rcn68fp2luj92lsf693ibnb3lrdugpne69mq93a89itig" 2025/07/24 03:52:54 DEBUG : Creating backend with remote "/tmp/rclone4092724833" === 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-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", 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-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/07/24 03:52:55 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/24 03:52:55 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/24 03:52:55 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/07/24 03:52:55 DEBUG : potato: Seek from 10 to 0 2025/07/24 03:52:55 DEBUG : potato: Seek from 10 to 0 2025/07/24 03:52:55 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/07/24 03:52:55 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/24 03:52:55 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/24 03:52:55 DEBUG : potato: Seek from 5 to 2 2025/07/24 03:52:55 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/07/24 03:52:55 DEBUG : potato: Seek from 7 to 0 2025/07/24 03:52:55 DEBUG : potato: Seek from 7 to 0 2025/07/24 03:52:55 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/07/24 03:52:55 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/24 03:52:55 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/24 03:52:55 DEBUG : potato: Seek from 5 to 2 2025/07/24 03:52:55 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/07/24 03:52:55 DEBUG : potato: Seek from 8 to 0 2025/07/24 03:52:55 DEBUG : potato: Seek from 8 to 0 2025/07/24 03:52:55 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/07/24 03:52:55 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/24 03:52:55 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/24 03:52:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/24 03:52:55 DEBUG : potato: Seek from 5 to 2 2025/07/24 03:52:55 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/07/24 03:52:55 DEBUG : potato: Seek from 9 to 0 2025/07/24 03:52:55 DEBUG : potato: Seek from 9 to 0 2025/07/24 03:52:55 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-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:52:57 DEBUG : rutabaga: md5 = 24b9e515e42f3bd46ba1c97803a69fee OK === RUN TestCheck/1 === RUN TestCheck/2 2025/07/24 03:52:59 DEBUG : empty space: md5 = 7dd8af1764ef59458d094ac2dda40ff0 OK === RUN TestCheck/3 2025/07/24 03:53:01 DEBUG : potato2: md5 = c8dad5d35015c311f3274c6a4a59960c OK === RUN TestCheck/4 === RUN TestCheck/5 2025/07/24 03:53:03 DEBUG : remotepotato: md5 = 9be9fdf0a64057586b201c685023f214 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.01s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.23s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.28s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2025/07/24 03:53:06 DEBUG : Creating backend with remote "nonexistent" 2025/07/24 03:53:06 DEBUG : Creating backend with remote "nonexistent" 2025/07/24 03:53:06 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/07/24 03:53:06 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/07/24 03:53:06 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/07/24 03:53:06 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-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:53:07 DEBUG : rutabaga: md5 = 5a2760507de508e386ba0faa0f5f4f23 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/07/24 03:53:11 DEBUG : empty space: md5 = 5688191ce6617322eb1f0b540f4e6ea2 OK === RUN TestCheckDownload/3 2025/07/24 03:53:14 DEBUG : potato2: md5 = 85af3a8d898f1fdb76574a3fa47f7a83 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/07/24 03:53:17 DEBUG : remotepotato: md5 = 2c8d71bf26744297d741564fb56ae982 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.19s) --- PASS: TestCheckDownload/1 (1.11s) --- PASS: TestCheckDownload/2 (1.07s) --- PASS: TestCheckDownload/3 (1.11s) --- PASS: TestCheckDownload/4 (1.04s) --- PASS: TestCheckDownload/5 (1.06s) --- PASS: TestCheckDownload/6 (0.92s) --- PASS: TestCheckDownload/7 (1.23s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:53:23 DEBUG : rutabaga: md5 = 6ae637bf83e54b47f570a8e55dca2d87 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/07/24 03:53:25 DEBUG : empty space: md5 = b5d8d98830ee3b00576905bd7ef2d01b OK === RUN TestCheckSizeOnly/3 2025/07/24 03:53:27 DEBUG : potato2: md5 = 309bde3e9110a95e421e1c3228dbd5b0 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/07/24 03:53:29 DEBUG : remotepotato: md5 = c57594fb441422d93ff083b91153febe OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.07s) --- PASS: TestCheckSizeOnly/1 (0.24s) --- PASS: TestCheckSizeOnly/2 (0.23s) --- PASS: TestCheckSizeOnly/3 (0.22s) --- PASS: TestCheckSizeOnly/4 (0.24s) --- PASS: TestCheckSizeOnly/5 (0.22s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.25s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:53:33 DEBUG : test.sum: md5 = 55df7ebef26c6411523bb77b28925591 OK 2025/07/24 03:53:34 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/24 03:53:34 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/24 03:53:34 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/24 03:53:34 NOTICE: test.sum: 2 warning(s) suppressed... 2025/07/24 03:53:36 DEBUG : test.sum: md5 = fe7b98a852a58150f048a5d7cb8173eb OK 2025/07/24 03:53:37 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/24 03:53:37 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/24 03:53:37 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/24 03:53:37 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.91s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:53:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-funihal1vewu/data" 2025/07/24 03:53:38 DEBUG : Creating backend with remote "TestDrive:crypt/9e7v2a8rcn68fp2luj92lsf693ibnb3lrdugpne69mq93a89itig/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu/data' lacks md5, skipping --- SKIP: TestCheckSum (1.99s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:53:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-funihal1vewu/data" 2025/07/24 03:53:40 DEBUG : Creating backend with remote "TestDrive:crypt/9e7v2a8rcn68fp2luj92lsf693ibnb3lrdugpne69mq93a89itig/vjrnln8ratgmqakfosrqe8espk" 2025/07/24 03:53:43 DEBUG : data/banana: md5 = 55037cb93647bdaacc8e4231bf74e6d3 OK 2025/07/24 03:53:45 DEBUG : test.sum: md5 = 8b43f11ffd7598938fb7a6b97a9f8d08 OK === RUN TestCheckSumDownload/subtest1 2025/07/24 03:53:49 DEBUG : data/potato: md5 = 6bf6d0f325f24be086ce9b02a75df06e OK 2025/07/24 03:53:51 DEBUG : test.sum: md5 = e07a3ffa66e54f0c4cd2a826a5640d72 OK === RUN TestCheckSumDownload/subtest2 2025/07/24 03:53:55 DEBUG : test.sum: md5 = 68a1dd60e978cf1d708dcdb03a59934d OK === RUN TestCheckSumDownload/subtest3 2025/07/24 03:53:59 DEBUG : test.sum: md5 = 07c7c601e9dd78f668c5caee1dacea78 OK === RUN TestCheckSumDownload/subtest4 2025/07/24 03:54:04 DEBUG : test.sum: md5 = f0b4ce972bbd4c3fc0f4f8343148f8b3 OK === RUN TestCheckSumDownload/subtest5 2025/07/24 03:54:08 DEBUG : test.sum: md5 = d0b0e2769c544a3c014b518242333541 OK === RUN TestCheckSumDownload/subtest6 2025/07/24 03:54:13 DEBUG : data/banana: md5 = 2678acbd3424dcf63c617bf905694310 OK 2025/07/24 03:54:15 DEBUG : data/potato: md5 = c7ba6dea26a07bd934920cbc3e7a9b17 OK 2025/07/24 03:54:16 DEBUG : test.sum: md5 = 5eae050282a7df584713fd517c1d83f4 OK === RUN TestCheckSumDownload/subtest7 2025/07/24 03:54:21 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/07/24 03:54:21 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (41.39s) --- PASS: TestCheckSumDownload/subtest1 (2.56s) --- PASS: TestCheckSumDownload/subtest2 (2.28s) --- PASS: TestCheckSumDownload/subtest3 (2.28s) --- PASS: TestCheckSumDownload/subtest4 (2.62s) --- PASS: TestCheckSumDownload/subtest5 (2.49s) --- PASS: TestCheckSumDownload/subtest6 (2.11s) --- PASS: TestCheckSumDownload/subtest7 (2.15s) === RUN TestApplyTransforms 2025/07/24 03:54:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kubufon5teti" 2025/07/24 03:54:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/24 03:54:21 DEBUG : Creating backend with remote "TestDrive:crypt/31el4b35hua17ad4mp7eq19jb6lcef7jkvj18dui8eu5ut1a738g" 2025/07/24 03:54:22 DEBUG : Creating backend with remote "/tmp/rclone4193377027" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kubufon5teti'", Local "Local file system at /tmp/rclone4193377027", Modify Window "1ms" 2025/07/24 03:54:24 DEBUG : hello, world!: md5 = 921fb79f526fcf4366c241641d10e6a3 OK upper checkfile vs. lower remote (without normalization) 2025/07/24 03:54:25 ERROR : hello, world!: sum not found 2025/07/24 03:54:25 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-kubufon5teti' 2025/07/24 03:54:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kubufon5teti': 1 files missing 2025/07/24 03:54:25 NOTICE: 1 hashes missing 2025/07/24 03:54:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kubufon5teti': 1 differences found 2025/07/24 03:54:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kubufon5teti': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/07/24 03:54:26 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/24 03:54:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kubufon5teti': 0 differences found 2025/07/24 03:54:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kubufon5teti': 1 matching files 2025/07/24 03:54:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-docidav5defu" 2025/07/24 03:54:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/24 03:54:26 DEBUG : Creating backend with remote "TestDrive:crypt/ii86e7puc6iuj69g0q0tjauf7h7ncnimdabrbmfu2lhhqq6k7jng" 2025/07/24 03:54:27 DEBUG : Creating backend with remote "/tmp/rclone2675365896" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-docidav5defu'", Local "Local file system at /tmp/rclone2675365896", Modify Window "1ms" 2025/07/24 03:54:29 DEBUG : HELLO, WORLD!: md5 = 4f6c48107af3a91605c8b86e843b40fb OK lower checkfile vs. upper remote (without normalization) 2025/07/24 03:54:30 ERROR : HELLO, WORLD!: sum not found 2025/07/24 03:54:30 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-docidav5defu' 2025/07/24 03:54:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-docidav5defu': 1 files missing 2025/07/24 03:54:30 NOTICE: 1 hashes missing 2025/07/24 03:54:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-docidav5defu': 1 differences found 2025/07/24 03:54:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-docidav5defu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/07/24 03:54:31 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/24 03:54:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-docidav5defu': 0 differences found 2025/07/24 03:54:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-docidav5defu': 1 matching files 2025/07/24 03:54:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xilupek3tiwi" 2025/07/24 03:54:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/24 03:54:31 DEBUG : Creating backend with remote "TestDrive:crypt/mk46u8qcmbn4m9p40omci8l79nmdq650prmd9sh0ojs958u127k0" 2025/07/24 03:54:32 DEBUG : Creating backend with remote "/tmp/rclone4253448046" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xilupek3tiwi'", Local "Local file system at /tmp/rclone4253448046", Modify Window "1ms" 2025/07/24 03:54:34 DEBUG : HeLlO, wOrLd!: md5 = a5141511190409021213a1a397c1f1d0 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/07/24 03:54:35 ERROR : HeLlO, wOrLd!: sum not found 2025/07/24 03:54:35 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xilupek3tiwi' 2025/07/24 03:54:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xilupek3tiwi': 1 files missing 2025/07/24 03:54:35 NOTICE: 1 hashes missing 2025/07/24 03:54:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xilupek3tiwi': 1 differences found 2025/07/24 03:54:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xilupek3tiwi': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/07/24 03:54:36 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/24 03:54:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xilupek3tiwi': 0 differences found 2025/07/24 03:54:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xilupek3tiwi': 1 matching files 2025/07/24 03:54:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qutorev1yiha" 2025/07/24 03:54:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/24 03:54:36 DEBUG : Creating backend with remote "TestDrive:crypt/o1co3l553c5avd6uio9rrt26b3qhihfvvtj8e1h9qihtck75eftg" 2025/07/24 03:54:37 DEBUG : Creating backend with remote "/tmp/rclone2138964997" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qutorev1yiha'", Local "Local file system at /tmp/rclone2138964997", Modify Window "1ms" 2025/07/24 03:54:39 DEBUG : HELLO, WORLD!: md5 = 9b62b0cf3629268162109a26df5967d1 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/07/24 03:54:40 ERROR : HELLO, WORLD!: sum not found 2025/07/24 03:54:40 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qutorev1yiha' 2025/07/24 03:54:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qutorev1yiha': 1 files missing 2025/07/24 03:54:40 NOTICE: 1 hashes missing 2025/07/24 03:54:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qutorev1yiha': 1 differences found 2025/07/24 03:54:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qutorev1yiha': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/07/24 03:54:41 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/24 03:54:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qutorev1yiha': 0 differences found 2025/07/24 03:54:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qutorev1yiha': 1 matching files 2025/07/24 03:54:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fijucuw3muya" 2025/07/24 03:54:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/24 03:54:41 DEBUG : Creating backend with remote "TestDrive:crypt/8jcca50a9j5m3citn15goukjb2sv61k92oro7m65g0csjoh6m270" 2025/07/24 03:54:42 DEBUG : Creating backend with remote "/tmp/rclone3164668418" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fijucuw3muya'", Local "Local file system at /tmp/rclone3164668418", Modify Window "1ms" 2025/07/24 03:54:44 DEBUG : 測試_Русский___ě_áñ: md5 = 75fda91d77d4f6bd10b34d17a95746e0 OK NFD checkfile vs. NFC remote (without normalization) 2025/07/24 03:54:44 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/24 03:54:44 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fijucuw3muya' 2025/07/24 03:54:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fijucuw3muya': 1 files missing 2025/07/24 03:54:44 NOTICE: 1 hashes missing 2025/07/24 03:54:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fijucuw3muya': 1 differences found 2025/07/24 03:54:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fijucuw3muya': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/07/24 03:54:45 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/24 03:54:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fijucuw3muya': 0 differences found 2025/07/24 03:54:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fijucuw3muya': 1 matching files 2025/07/24 03:54:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fuxavak1yevo" 2025/07/24 03:54:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/24 03:54:45 DEBUG : Creating backend with remote "TestDrive:crypt/3kh2cimo8acmhhtarov3uo32aio4eu9eprjr1j87lfrtqist8fn0" 2025/07/24 03:54:46 DEBUG : Creating backend with remote "/tmp/rclone3162429041" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuxavak1yevo'", Local "Local file system at /tmp/rclone3162429041", Modify Window "1ms" 2025/07/24 03:54:48 DEBUG : 測試_Русский___ě_áñ: md5 = f69ec5df8a241bb279fd8e02cd5a644d OK NFC checkfile vs. NFD remote (without normalization) 2025/07/24 03:54:49 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/24 03:54:49 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fuxavak1yevo' 2025/07/24 03:54:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuxavak1yevo': 1 files missing 2025/07/24 03:54:49 NOTICE: 1 hashes missing 2025/07/24 03:54:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuxavak1yevo': 1 differences found 2025/07/24 03:54:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuxavak1yevo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/07/24 03:54:50 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/24 03:54:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuxavak1yevo': 0 differences found 2025/07/24 03:54:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fuxavak1yevo': 1 matching files 2025/07/24 03:54:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jivamep8vila" 2025/07/24 03:54:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/24 03:54:50 DEBUG : Creating backend with remote "TestDrive:crypt/vapfj3v2ipe29hc8lo95cqjpgq8jragfk1f0hbb9gr5cloae1d20" 2025/07/24 03:54:51 DEBUG : Creating backend with remote "/tmp/rclone1713075021" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jivamep8vila'", Local "Local file system at /tmp/rclone1713075021", Modify Window "1ms" 2025/07/24 03:54:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 9e43adf4858e9c17059ab6b4c5796b89 OK NFDx2 checkfile vs. both remote (without normalization) 2025/07/24 03:54:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/24 03:54:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jivamep8vila' 2025/07/24 03:54:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jivamep8vila': 1 files missing 2025/07/24 03:54:53 NOTICE: 1 hashes missing 2025/07/24 03:54:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jivamep8vila': 1 differences found 2025/07/24 03:54:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jivamep8vila': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/07/24 03:54:55 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/24 03:54:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jivamep8vila': 0 differences found 2025/07/24 03:54:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jivamep8vila': 1 matching files 2025/07/24 03:54:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kecihuf1qaxe" 2025/07/24 03:54:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/24 03:54:55 DEBUG : Creating backend with remote "TestDrive:crypt/5ec338jrvjagektq6dud4k5nftj4hjlce0tjmr3vf9telg9s3020" 2025/07/24 03:54:56 DEBUG : Creating backend with remote "/tmp/rclone4247986956" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kecihuf1qaxe'", Local "Local file system at /tmp/rclone4247986956", Modify Window "1ms" 2025/07/24 03:54:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = f8d17e6cc3e843ad9290899b9e0c4c9c OK NFCx2 checkfile vs. both remote (without normalization) 2025/07/24 03:54:58 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/24 03:54:58 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kecihuf1qaxe' 2025/07/24 03:54:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kecihuf1qaxe': 1 files missing 2025/07/24 03:54:58 NOTICE: 1 hashes missing 2025/07/24 03:54:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kecihuf1qaxe': 1 differences found 2025/07/24 03:54:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kecihuf1qaxe': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/07/24 03:54:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/24 03:54:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kecihuf1qaxe': 0 differences found 2025/07/24 03:54:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kecihuf1qaxe': 1 matching files 2025/07/24 03:54:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wukuget9jeco" 2025/07/24 03:54:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/24 03:54:59 DEBUG : Creating backend with remote "TestDrive:crypt/e2e010ep9k4uec02r65fl9a3rihqtq2ete1bnadvmoqehijlbtsg" 2025/07/24 03:55:00 DEBUG : Creating backend with remote "/tmp/rclone647406232" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wukuget9jeco'", Local "Local file system at /tmp/rclone647406232", Modify Window "1ms" 2025/07/24 03:55:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 561d834b677ea28360e617c70ada5fff OK both checkfile vs. NFDx2 remote (without normalization) 2025/07/24 03:55:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/24 03:55:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wukuget9jeco' 2025/07/24 03:55:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wukuget9jeco': 1 files missing 2025/07/24 03:55:03 NOTICE: 1 hashes missing 2025/07/24 03:55:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wukuget9jeco': 1 differences found 2025/07/24 03:55:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wukuget9jeco': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/07/24 03:55:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/24 03:55:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wukuget9jeco': 0 differences found 2025/07/24 03:55:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wukuget9jeco': 1 matching files 2025/07/24 03:55:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fenegod9ruqe" 2025/07/24 03:55:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/24 03:55:04 DEBUG : Creating backend with remote "TestDrive:crypt/lgrjnqm45rpcum8in4fgu7ifr39i0udrgc2t2pi5ndou77f41gig" 2025/07/24 03:55:05 DEBUG : Creating backend with remote "/tmp/rclone3944563815" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fenegod9ruqe'", Local "Local file system at /tmp/rclone3944563815", Modify Window "1ms" 2025/07/24 03:55:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 4c8823d8da138563ee8e201e7d150d5a OK both checkfile vs. NFCx2 remote (without normalization) 2025/07/24 03:55:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/24 03:55:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fenegod9ruqe' 2025/07/24 03:55:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fenegod9ruqe': 1 files missing 2025/07/24 03:55:08 NOTICE: 1 hashes missing 2025/07/24 03:55:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fenegod9ruqe': 1 differences found 2025/07/24 03:55:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fenegod9ruqe': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/07/24 03:55:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/24 03:55:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fenegod9ruqe': 0 differences found 2025/07/24 03:55:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fenegod9ruqe': 1 matching files 2025/07/24 03:55:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fenegod9ruqe': Purge remote 2025/07/24 03:55:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wukuget9jeco': Purge remote 2025/07/24 03:55:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kecihuf1qaxe': Purge remote 2025/07/24 03:55:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jivamep8vila': Purge remote 2025/07/24 03:55:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuxavak1yevo': Purge remote 2025/07/24 03:55:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fijucuw3muya': Purge remote 2025/07/24 03:55:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qutorev1yiha': Purge remote 2025/07/24 03:55:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xilupek3tiwi': Purge remote 2025/07/24 03:55:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-docidav5defu': Purge remote 2025/07/24 03:55:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kubufon5teti': Purge remote --- PASS: TestApplyTransforms (51.82s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:55:13 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/24 03:55:15 DEBUG : sub/file2: md5 = e98134d5a6ed0b3602a8aa1cbbc4c733 OK 2025/07/24 03:55:15 INFO : file1: Copied (new) to: sub/file2 2025/07/24 03:55:16 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/24 03:55:16 DEBUG : file1: Unchanged skipping 2025/07/24 03:55:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': don't need to copy/move sub/file2, it is already at target location 2025/07/24 03:55:18 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.76s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.43s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:55:22 DEBUG : dst/file1: md5 = 5025d077310f1c910aeb762838f34a94 OK 2025/07/24 03:55:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-funihal1vewu/backup" 2025/07/24 03:55:22 DEBUG : Creating backend with remote "TestDrive:crypt/9e7v2a8rcn68fp2luj92lsf693ibnb3lrdugpne69mq93a89itig/1nrff024r7pq65ecp72fc28jb0" 2025/07/24 03:55:24 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/24 03:55:26 INFO : dst/file1: Moved (server-side) 2025/07/24 03:55:28 DEBUG : dst/file1: md5 = 7d1483f741a75106819c7957bf583417 OK 2025/07/24 03:55:28 INFO : dst/file1: Copied (new) 2025/07/24 03:55:30 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/24 03:55:31 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/24 03:55:32 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.97s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:55:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-funihal1vewu/dst" 2025/07/24 03:55:32 DEBUG : Creating backend with remote "TestDrive:crypt/9e7v2a8rcn68fp2luj92lsf693ibnb3lrdugpne69mq93a89itig/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/24 03:55:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-funihal1vewu/CompareDest" 2025/07/24 03:55:34 DEBUG : Creating backend with remote "TestDrive:crypt/9e7v2a8rcn68fp2luj92lsf693ibnb3lrdugpne69mq93a89itig/gveqi14airsml4bgu7krj116o8" 2025/07/24 03:55:36 DEBUG : one: Need to transfer - File not found at Destination 2025/07/24 03:55:38 DEBUG : one: md5 = e28c6f523b600cbf863b9383ae6c6272 OK 2025/07/24 03:55:38 INFO : one: Copied (new) 2025/07/24 03:55:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/24 03:55:41 DEBUG : one: md5 = 3100b800fcd9b1fe53594bf2ab94ce6b OK 2025/07/24 03:55:41 INFO : one: Copied (replaced existing) 2025/07/24 03:55:43 DEBUG : dst/one: md5 = 16fcbf4d20aa6e78df6bd427c94b484b OK 2025/07/24 03:55:45 DEBUG : CompareDest/one: md5 = 2c7ccd7af084fb608aaf706184688a58 OK 2025/07/24 03:55:46 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/24 03:55:46 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/24 03:55:46 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/24 03:55:48 DEBUG : CompareDest/two: md5 = abf56902a8bbc56e1f2d2598c15b5a22 OK 2025/07/24 03:55:49 DEBUG : two: Need to transfer - File not found at Destination 2025/07/24 03:55:49 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/24 03:55:49 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/24 03:55:50 DEBUG : two: Need to transfer - File not found at Destination 2025/07/24 03:55:50 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/24 03:55:50 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/24 03:55:51 DEBUG : two: Need to transfer - File not found at Destination 2025/07/24 03:55:52 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/07/24 03:55:53 DEBUG : two: md5 = 3b78f89998102bceff54c59087a3a576 OK 2025/07/24 03:55:53 INFO : two: Copied (new) 2025/07/24 03:55:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/24 03:55:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 03:55:56 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 03:55:56 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.82s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:55:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-funihal1vewu/dst" 2025/07/24 03:55:57 DEBUG : Creating backend with remote "TestDrive:crypt/9e7v2a8rcn68fp2luj92lsf693ibnb3lrdugpne69mq93a89itig/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/24 03:55:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-funihal1vewu/CopyDest" 2025/07/24 03:55:59 DEBUG : Creating backend with remote "TestDrive:crypt/9e7v2a8rcn68fp2luj92lsf693ibnb3lrdugpne69mq93a89itig/d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/24 03:56:00 DEBUG : one: Need to transfer - File not found at Destination 2025/07/24 03:56:03 DEBUG : one: md5 = 16478defaeb9c31ad6400103eac14d54 OK 2025/07/24 03:56:03 INFO : one: Copied (new) 2025/07/24 03:56:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/24 03:56:05 DEBUG : one: md5 = 2e9bf20bc31e67082e482b16218f9375 OK 2025/07/24 03:56:05 INFO : one: Copied (replaced existing) 2025/07/24 03:56:07 DEBUG : dst/one: md5 = bb00afc5a2805d0d4540cc44b10e9eb9 OK 2025/07/24 03:56:09 DEBUG : CopyDest/one: md5 = 84d735c0acc14a4e76d968ed7ab90293 OK 2025/07/24 03:56:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-funihal1vewu/BackupDir" 2025/07/24 03:56:10 DEBUG : Creating backend with remote "TestDrive:crypt/9e7v2a8rcn68fp2luj92lsf693ibnb3lrdugpne69mq93a89itig/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/24 03:56:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/24 03:56:12 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/24 03:56:12 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/24 03:56:14 INFO : one: Moved (server-side) 2025/07/24 03:56:15 INFO : one: Copied (server-side copy) 2025/07/24 03:56:15 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/07/24 03:56:16 DEBUG : CopyDest/two: md5 = 5a71d4dfbfdeadf540e3f51649f59c44 OK 2025/07/24 03:56:17 DEBUG : two: Need to transfer - File not found at Destination 2025/07/24 03:56:17 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/24 03:56:18 INFO : two: Copied (server-side copy) 2025/07/24 03:56:18 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/07/24 03:56:19 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/24 03:56:19 DEBUG : two: Unchanged skipping 2025/07/24 03:56:21 DEBUG : CopyDest/three: md5 = fdeb2697039a6ee88b91c4ccca0aebb3 OK 2025/07/24 03:56:22 DEBUG : three: Need to transfer - File not found at Destination 2025/07/24 03:56:22 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/07/24 03:56:22 DEBUG : three: Destination not found in --copy-dest 2025/07/24 03:56:23 DEBUG : three: md5 = 7d1bef4f02daea0ee77b5eb9a7a049fc OK 2025/07/24 03:56:23 INFO : three: Copied (new) 2025/07/24 03:56:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/24 03:56:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/24 03:56:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 03:56:28 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 03:56:28 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/24 03:56:28 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/24 03:56:29 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.27s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.40s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.45s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:56:31 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/07/24 03:56:33 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 74fb8c2680cf88a5c18eb330b7b10179 OK 2025/07/24 03:56:33 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/07/24 03:56:33 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/07/24 03:56:34 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 2025/07/24 03:56:34 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/07/24 03:56:35 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/07/24 03:56:36 DEBUG : TestCopyFileMaxTransfer/file4: md5 = d1b16d76536fd1e775c394214e80fbeb OK 2025/07/24 03:56:36 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/07/24 03:56:39 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/07/24 03:56:39 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.91s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.43s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:56:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': Looking for duplicate names using skip mode. 2025/07/24 03:56:43 NOTICE: one: Found 2 files with duplicate names 2025/07/24 03:56:43 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.38s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:56:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': Looking for duplicate names using skip mode. 2025/07/24 03:56:48 NOTICE: one: Found 3 files with duplicate names 2025/07/24 03:56:48 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/07/24 03:56:49 INFO : one: Deleted 2025/07/24 03:56:49 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.13s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:56:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': Looking for duplicate names using first mode. 2025/07/24 03:56:54 NOTICE: one: Found 3 files with duplicate names 2025/07/24 03:56:55 INFO : one: Deleted 2025/07/24 03:56:55 INFO : one: Deleted 2025/07/24 03:56:55 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.28s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:57:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': Looking for duplicate names using newest mode. 2025/07/24 03:57:01 NOTICE: one: Found 3 files with duplicate names 2025/07/24 03:57:01 INFO : one: Deleted 2025/07/24 03:57:01 INFO : one: Deleted 2025/07/24 03:57:01 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.03s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.44s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:57:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': Looking for duplicate names using oldest mode. 2025/07/24 03:57:07 NOTICE: one: Found 3 files with duplicate names 2025/07/24 03:57:07 INFO : one: Deleted 2025/07/24 03:57:08 INFO : one: Deleted 2025/07/24 03:57:08 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.20s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:57:13 INFO : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': Looking for duplicate names using largest mode. 2025/07/24 03:57:13 NOTICE: one: Found 3 files with duplicate names 2025/07/24 03:57:13 INFO : one: Deleted 2025/07/24 03:57:14 INFO : one: Deleted 2025/07/24 03:57:14 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (5.90s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:57:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': Looking for duplicate names using smallest mode. 2025/07/24 03:57:19 NOTICE: one: Found 3 files with duplicate names 2025/07/24 03:57:20 INFO : one: Deleted 2025/07/24 03:57:20 INFO : one: Deleted 2025/07/24 03:57:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.05s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:57:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': Looking for duplicate names using rename mode. 2025/07/24 03:57:26 NOTICE: one.txt: Found 3 files with duplicate names 2025/07/24 03:57:27 INFO : one-2.txt: renamed from: one.txt 2025/07/24 03:57:29 INFO : one-3.txt: renamed from: one.txt 2025/07/24 03:57:30 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.08s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:57:34 DEBUG : dupe1/one.txt: md5 = 8d062b723733c1ed6ee3e9ce74eb0bcf OK 2025/07/24 03:57:36 DEBUG : dupe2/two.txt: md5 = 4928b94db255d288d5d1677ab33f6ff8 OK 2025/07/24 03:57:38 DEBUG : dupe3/three.txt: md5 = 0dc442f6ab7dea8f7c19b3279b229501 OK 2025/07/24 03:57:39 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/07/24 03:57:39 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/07/24 03:57:40 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/07/24 03:57:41 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/07/24 03:57:44 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/07/24 03:57:44 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/07/24 03:57:44 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.36s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:57:46 DEBUG : a.txt: md5 = 7f25fc09a7191a663bc827dea17dbf75 OK 2025/07/24 03:57:47 DEBUG : zend.txt: md5 = db31207acab3f053e7b53e6d4891dd77 OK 2025/07/24 03:57:49 DEBUG : sub dir/hello world: md5 = 2a46ae097759fd4828ef3b73884bf5d8 OK 2025/07/24 03:57:50 DEBUG : sub dir/hello world2: md5 = 2e713a79bfb4cc94728a0c4f89af7dd3 OK 2025/07/24 03:57:52 DEBUG : sub dir/ignore dir/.ignore: md5 = e5651b2ad63a27195cc51f31dbc0937f OK 2025/07/24 03:57:54 DEBUG : sub dir/ignore dir/should be ignored: md5 = 34caa284ac779553e412ebcc76eef270 OK 2025/07/24 03:57:56 DEBUG : sub dir/sub sub dir/hello world3: md5 = b46b9163550d5a82b8920dd243c6b24f OK 2025/07/24 03:57:57 DEBUG : a.txt: Excluded (Size Filter) 2025/07/24 03:57:57 DEBUG : a.txt: Excluded 2025/07/24 03:57:57 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/24 03:57:57 DEBUG : sub dir/hello world: Excluded 2025/07/24 03:57:57 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/24 03:57:57 DEBUG : sub dir/hello world2: Excluded 2025/07/24 03:57:58 DEBUG : sub dir/ignore dir: Excluded 2025/07/24 03:57:58 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/24 03:57:58 DEBUG : sub dir/hello world: Excluded 2025/07/24 03:57:58 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/24 03:57:58 DEBUG : sub dir/hello world2: Excluded 2025/07/24 03:57:58 DEBUG : sub dir/ignore dir: Excluded 2025/07/24 03:58:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/24 03:58:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/24 03:58:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/24 03:58:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/24 03:58:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/24 03:58:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/07/24 03:58:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (20.23s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:58:06 DEBUG : a.txt: md5 = fc2a4f81a2f71aa43015723f8f74a09b OK 2025/07/24 03:58:07 DEBUG : zend.txt: md5 = 60cf84267c4d28dd20653f6bb0bef94b OK 2025/07/24 03:58:09 DEBUG : sub dir/hello world: md5 = f1474a5c1e38cd5ffb6fef84caa8b0cc OK 2025/07/24 03:58:11 DEBUG : sub dir/hello world2: md5 = bb1c9b93e310368bc86798326b7e86da OK 2025/07/24 03:58:13 DEBUG : sub dir/ignore dir/.ignore: md5 = c4bf5193b9d62a58ac8470ea69988e38 OK 2025/07/24 03:58:14 DEBUG : sub dir/ignore dir/should be ignored: md5 = a8e0dd7af839099c09f51f9ce7e26949 OK 2025/07/24 03:58:16 DEBUG : sub dir/sub sub dir/hello world3: md5 = b3efaae1cb33ace3bd6e69e24b2c3e17 OK 2025/07/24 03:58:18 DEBUG : a.txt: Excluded (Size Filter) 2025/07/24 03:58:18 DEBUG : a.txt: Excluded 2025/07/24 03:58:18 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/24 03:58:18 DEBUG : sub dir/hello world: Excluded 2025/07/24 03:58:18 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/24 03:58:18 DEBUG : sub dir/hello world2: Excluded 2025/07/24 03:58:19 DEBUG : sub dir/ignore dir: Excluded 2025/07/24 03:58:19 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/24 03:58:19 DEBUG : sub dir/hello world: Excluded 2025/07/24 03:58:19 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/24 03:58:19 DEBUG : sub dir/hello world2: Excluded 2025/07/24 03:58:19 DEBUG : sub dir/ignore dir: Excluded 2025/07/24 03:58:23 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/24 03:58:24 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/24 03:58:24 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/24 03:58:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/24 03:58:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/24 03:58:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/07/24 03:58:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (20.70s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:58:27 DEBUG : file1: md5 = 2b82bbfd64b5f4458c8a1fee9964b190 OK 2025/07/24 03:58:29 DEBUG : sub/file2: md5 = ed8224f070470a002cff5649fffe9dd4 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 2025/07/24 03:58:32 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/07/24 03:58:32 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/07/24 03:58:32 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/07/24 03:58:34 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.25s) --- PASS: TestListJSON/Default (0.23s) --- PASS: TestListJSON/FilesOnly (0.27s) --- PASS: TestListJSON/DirsOnly (0.23s) --- PASS: TestListJSON/Recurse (0.47s) --- PASS: TestListJSON/SubDir (0.30s) --- PASS: TestListJSON/NoModTime (0.21s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.22s) --- PASS: TestListJSON/Metadata (0.77s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:58:36 DEBUG : file1: md5 = 1a4f0d787c51e9f92bf5388cdbe22fdc OK 2025/07/24 03:58:38 DEBUG : sub/file2: md5 = e416aa0fc61945c46b3ff7ca4ad5b45b 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 2025/07/24 03:58:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-funihal1vewu/notfound" 2025/07/24 03:58:42 DEBUG : Config file has changed externally - reloading 2025/07/24 03:58:42 DEBUG : Creating backend with remote "TestDrive:crypt/9e7v2a8rcn68fp2luj92lsf693ibnb3lrdugpne69mq93a89itig/qe0i31qdkoejk60elps0ni5sqk" 2025/07/24 03:58:45 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.22s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.22s) --- PASS: TestStatJSON/Dir (0.48s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.23s) --- PASS: TestStatJSON/NotFound (0.44s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.22s) --- PASS: TestStatJSON/FileDirsOnly (0.23s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.86s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:58:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': Making directory 2025/07/24 03:58:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': Making directory --- PASS: TestMkdir (0.60s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:58:49 DEBUG : sub dir/hello world: md5 = fe3663ac81b9a9ba9cf0f85b512a48e3 OK 2025/07/24 03:58:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.67s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:58:53 DEBUG : potato2: md5 = a75aafc2e40cf74f1049d9fb5d79c3b4 OK 2025/07/24 03:58:54 DEBUG : empty space: md5 = c0052e4db1877b6938d48d1adaeed125 OK --- PASS: TestLs (4.49s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:58:57 DEBUG : potato2: md5 = 4f2daa2115c70f63928508509c2eb0a7 OK 2025/07/24 03:58:58 DEBUG : empty space: md5 = abb7367e5285bc79bb5234115875dca1 OK 2025/07/24 03:58:59 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.45s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:59:02 DEBUG : potato2: md5 = 0003aa9eaaa90e60ae6072d51f86db8b OK 2025/07/24 03:59:03 DEBUG : empty space: md5 = 8f27d245ceab2c98403fabf90a439469 OK --- PASS: TestLsLong (4.59s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:59:06 DEBUG : potato2: md5 = 7db6f7385f28faff604bd51943b03b27 OK 2025/07/24 03:59:08 DEBUG : empty space: md5 = 2557815519ba0f4028793748f18e3eb3 OK --- PASS: TestHashSums (4.51s) === RUN TestHashSumsWithErrors 2025/07/24 03:59:09 DEBUG : Creating backend with remote ":memory:" 2025/07/24 03:59:09 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/07/24 03:59:09 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/24 03:59:09 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/24 03:59:09 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/24 03:59:09 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/24 03:59:09 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/24 03:59:09 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/24 03:59:09 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/07/24 03:59:09 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-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:59:11 DEBUG : potato2: md5 = 8ce910f77c4c411d78c9120236c330ae OK 2025/07/24 03:59:12 DEBUG : empty space: md5 = 0eef380c9340b211ed220b3a7ef7a135 OK 2025/07/24 03:59:14 DEBUG : sub dir/potato3: md5 = 9b47c5f72565f597d18c570d38e70a8c OK 2025/07/24 03:59:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.39s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:59:19 DEBUG : small: md5 = da3efab972a20a3f909091630b8450e7 OK 2025/07/24 03:59:20 DEBUG : medium: md5 = 11668ab781dc7bfff7a73284ec7800ed OK 2025/07/24 03:59:21 DEBUG : large: md5 = 9cb8638884f1adbfeb21600bf6f3069a OK 2025/07/24 03:59:22 DEBUG : Waiting for deletions to finish 2025/07/24 03:59:22 DEBUG : large: Excluded (Size Filter) 2025/07/24 03:59:22 INFO : small: Deleted 2025/07/24 03:59:22 INFO : medium: Deleted --- PASS: TestDelete (5.85s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:59:25 DEBUG : small: md5 = 56e0b7446b486bc557555868f8c5ead0 OK 2025/07/24 03:59:26 DEBUG : medium: md5 = b72f4368269226de81cc0643a6b46bfe OK 2025/07/24 03:59:28 DEBUG : large: md5 = 94d51d9fcc610f21e891ac39b39bbe16 OK 2025/07/24 03:59:28 DEBUG : Waiting for deletions to finish 2025/07/24 03:59:28 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/07/24 03:59:28 INFO : large: Deleted 2025/07/24 03:59:28 INFO : small: Deleted --- PASS: TestMaxDelete (6.62s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:59:31 DEBUG : small: md5 = ac2d6cdf5d3e57af18239e9092613105 OK 2025/07/24 03:59:33 DEBUG : medium: md5 = 12410552ff061beb41ce2b67ea1b94e1 OK 2025/07/24 03:59:34 DEBUG : large: md5 = 347d0ca0123ab7d36a62cfc15f061fe6 OK 2025/07/24 03:59:34 DEBUG : Waiting for deletions to finish 2025/07/24 03:59:35 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/24 03:59:35 INFO : medium: Deleted 2025/07/24 03:59:35 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.51s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:59:38 DEBUG : small: md5 = 18458b40281473470a92bc65d728be9c OK 2025/07/24 03:59:39 DEBUG : medium: md5 = 54f19f188240b1dcfa8d65cbec97276e OK 2025/07/24 03:59:41 DEBUG : large: md5 = f94229742c19bb99aa261e6b542bda3b OK 2025/07/24 03:59:41 DEBUG : Waiting for deletions to finish 2025/07/24 03:59:41 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/24 03:59:42 INFO : medium: Deleted 2025/07/24 03:59:42 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.74s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:59:45 DEBUG : ReadFile: md5 = a933617f165f93949e516878e2f058a5 OK --- PASS: TestReadFile (3.93s) === RUN TestRetry 2025/07/24 03:59:47 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/07/24 03:59:47 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/07/24 03:59:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/24 03:59:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/24 03:59:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/24 03:59:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/24 03:59:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 03:59:49 DEBUG : file1: md5 = 958e07bf0426ebb7da93dfbf77cfe250 OK 2025/07/24 03:59:50 DEBUG : file2: md5 = 6376c5501713ccebc2e8d7ea282ca14e OK --- PASS: TestCat (16.98s) === RUN TestPurge 2025/07/24 04:00:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xuwihel8yuqo" 2025/07/24 04:00:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/24 04:00:04 DEBUG : Creating backend with remote "TestDrive:crypt/tf0pfrb6hgai088ab40m4jv85dq6898opqh0geoof1tm51mfi9q0" 2025/07/24 04:00:05 DEBUG : Creating backend with remote "/tmp/rclone2418793328" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xuwihel8yuqo'", Local "Local file system at /tmp/rclone2418793328", Modify Window "1ms" 2025/07/24 04:00:10 DEBUG : A1/B1/C1/one: md5 = 7bf0df65b78e2b81c4dbe23dbf07f4cd OK 2025/07/24 04:00:10 INFO : A2: Making directory 2025/07/24 04:00:11 INFO : A1/B2: Making directory 2025/07/24 04:00:11 INFO : A1/B2/C2: Making directory 2025/07/24 04:00:12 INFO : A1/B1/C3: Making directory 2025/07/24 04:00:13 INFO : A3: Making directory 2025/07/24 04:00:14 INFO : A3/B3: Making directory 2025/07/24 04:00:15 INFO : A3/B3/C4: Making directory 2025/07/24 04:00:17 DEBUG : A1/two: md5 = 2bc8d888ddd3d37efa4c9cfc61717216 OK 2025/07/24 04:00:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xuwihel8yuqo': Purge remote 2025/07/24 04:00:21 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.75s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:00:24 DEBUG : A1/B1/C1/one: md5 = f14910334c4a6f9b5805b68be0303b8d OK 2025/07/24 04:00:24 INFO : A2: Making directory 2025/07/24 04:00:25 INFO : A1/B2: Making directory 2025/07/24 04:00:26 INFO : A1/B2/C2: Making directory 2025/07/24 04:00:27 INFO : A1/B1/C3: Making directory 2025/07/24 04:00:27 INFO : A3: Making directory 2025/07/24 04:00:28 INFO : A3/B3: Making directory 2025/07/24 04:00:29 INFO : A3/B3/C4: Making directory 2025/07/24 04:00:31 DEBUG : A1/two: md5 = 433d4cb9363ada1a6678c4d9ee165082 OK 2025/07/24 04:00:32 DEBUG : removing 1 level 3 directories 2025/07/24 04:00:32 INFO : A3/B3/C4: Removing directory 2025/07/24 04:00:35 DEBUG : removing 2 level 3 directories 2025/07/24 04:00:35 INFO : A1/B2/C2: Removing directory 2025/07/24 04:00:35 INFO : A1/B1/C3: Removing directory 2025/07/24 04:00:36 DEBUG : removing 2 level 2 directories 2025/07/24 04:00:36 INFO : A3/B3: Removing directory 2025/07/24 04:00:36 INFO : A1/B2: Removing directory 2025/07/24 04:00:36 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/24 04:00:36 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/07/24 04:00:36 DEBUG : removing 2 level 1 directories 2025/07/24 04:00:36 INFO : A3: Removing directory 2025/07/24 04:00:36 INFO : A2: Removing directory 2025/07/24 04:00:37 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/07/24 04:00:40 DEBUG : removing 1 level 3 directories 2025/07/24 04:00:40 INFO : A1/B1/C1: Removing directory 2025/07/24 04:00:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:41 DEBUG : removing 1 level 2 directories 2025/07/24 04:00:41 INFO : A1/B1: Removing directory 2025/07/24 04:00:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/24 04:00:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/24 04:00:42 DEBUG : removing 1 level 1 directories 2025/07/24 04:00:42 INFO : A1: Removing directory 2025/07/24 04:00:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/24 04:00:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/24 04:00:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/24 04:00:42 DEBUG : removing 1 level 0 directories 2025/07/24 04:00:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': Removing directory 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/24 04:00:43 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" --- PASS: TestRmdirsNoLeaveRoot (22.93s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:00:45 INFO : A1: Making directory 2025/07/24 04:00:45 INFO : A1/B1: Making directory 2025/07/24 04:00:46 INFO : A1/B1/C1: Making directory 2025/07/24 04:00:49 DEBUG : removing 1 level 3 directories 2025/07/24 04:00:49 INFO : A1/B1/C1: Removing directory 2025/07/24 04:00:49 DEBUG : removing 1 level 2 directories 2025/07/24 04:00:49 INFO : A1/B1: Removing directory 2025/07/24 04:00:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/24 04:00:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.87s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:00:52 INFO : A1: Making directory 2025/07/24 04:00:53 INFO : A1/B1: Making directory 2025/07/24 04:00:53 INFO : A1/B1/C1: Making directory 2025/07/24 04:00:56 DEBUG : removing 1 level 3 directories 2025/07/24 04:00:56 INFO : A1/B1/C1: Removing directory 2025/07/24 04:00:57 DEBUG : removing 1 level 2 directories 2025/07/24 04:00:57 INFO : A1/B1: Removing directory 2025/07/24 04:00:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/24 04:00:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.26s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:01:01 DEBUG : file1: md5 = 2865c647cce7451e76efb1518e21c01a OK 2025/07/24 04:01:01 DEBUG : filename.txt: File name found in url 2025/07/24 04:01:03 DEBUG : filename.txt: md5 = 8d3633cee0e0b5b3eb60ab65135f23b7 OK 2025/07/24 04:01:03 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/07/24 04:01:04 DEBUG : headerfilename.txt: md5 = 323cf9964db236041657aa6e9c126937 OK 2025/07/24 04:01:05 DEBUG : file2: md5 = d5bc1abed56220e101d2fb16faca9d3f OK --- PASS: TestCopyURL (8.79s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:01:08 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/24 04:01:10 DEBUG : sub/file2: md5 = 944c483ba8c54a1ee32e5d6d0ffa75f2 OK 2025/07/24 04:01:10 INFO : file1: Copied (new) to: sub/file2 2025/07/24 04:01:10 INFO : file1: Deleted 2025/07/24 04:01:11 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/24 04:01:11 DEBUG : file1: Unchanged skipping 2025/07/24 04:01:11 INFO : file1: Deleted 2025/07/24 04:01:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': don't need to copy/move sub/file2, it is already at target location 2025/07/24 04:01:13 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.95s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:01:14 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/24 04:01:15 DEBUG : file1: md5 = 03d21eecdb0e7174d1b63130e352ab5e OK 2025/07/24 04:01:15 INFO : file1: Copied (new) 2025/07/24 04:01:15 INFO : file1: Deleted 2025/07/24 04:01:16 DEBUG : file1: Destination exists, skipping 2025/07/24 04:01:16 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.32s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.45s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:01:20 DEBUG : dst/file1: md5 = ea25e3fa19e8c893569a48511ba70ed2 OK 2025/07/24 04:01:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-funihal1vewu/backup" 2025/07/24 04:01:21 DEBUG : Creating backend with remote "TestDrive:crypt/9e7v2a8rcn68fp2luj92lsf693ibnb3lrdugpne69mq93a89itig/1nrff024r7pq65ecp72fc28jb0" 2025/07/24 04:01:23 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/24 04:01:25 INFO : dst/file1: Moved (server-side) 2025/07/24 04:01:26 DEBUG : dst/file1: md5 = 67ba80405eca6b09b129ee2e7244e3c8 OK 2025/07/24 04:01:26 INFO : dst/file1: Copied (new) 2025/07/24 04:01:26 INFO : dst/file1: Deleted 2025/07/24 04:01:29 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/24 04:01:29 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/24 04:01:30 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.57s) === 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-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:01:33 DEBUG : A1/one: md5 = d8867a158d79b0c043f12f62aa1f5336 OK 2025/07/24 04:01:34 DEBUG : A1/two: md5 = f85765dc99cb2ed2fff36f01c4d2feb0 OK 2025/07/24 04:01:36 DEBUG : A1/B1/three: md5 = 1d59f94630fb86e38acfd8b1cc8c1566 OK 2025/07/24 04:01:38 DEBUG : A1/B1/C1/four: md5 = 17eed60084a3e45de7593606ed6ed90a OK 2025/07/24 04:01:41 DEBUG : A1/B1/C2/five: md5 = 287b3f99774d7c0d6ada2992f2d2bdff OK 2025/07/24 04:01:41 INFO : A1/B2: Making directory 2025/07/24 04:01:41 INFO : A1/B1/C3: Making directory 2025/07/24 04:01:51 INFO : A2/one: Moved (server-side) to: A3/one 2025/07/24 04:01:51 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/07/24 04:01:51 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/07/24 04:01:51 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/07/24 04:01:51 INFO : A2/two: Moved (server-side) to: A3/two 2025/07/24 04:01:54 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/24 04:01:54 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/24 04:01:54 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/24 04:01:55 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/24 04:01:55 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/24 04:01:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/07/24 04:02:02 INFO : A3/one: Moved (server-side) to: A4/one 2025/07/24 04:02:02 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/07/24 04:02:02 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/07/24 04:02:02 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/07/24 04:02:02 INFO : A3/two: Moved (server-side) to: A4/two 2025/07/24 04:02:05 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/24 04:02:05 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/24 04:02:05 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/24 04:02:06 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/24 04:02:06 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/24 04:02:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/07/24 04:02:13 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/07/24 04:02:13 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/24 04:02:13 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/24 04:02:13 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/24 04:02:13 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/24 04:02:14 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/24 04:02:14 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/24 04:02:14 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/24 04:02:14 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.20s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:02:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': File to upload is small (34 bytes), uploading instead of streaming 2025/07/24 04:02:17 DEBUG : no_checksum_small_file_from_pipe: md5 = 31e66403e56d7669e3ec24a784039665 OK 2025/07/24 04:02:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/07/24 04:02:17 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/24 04:02:17 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/07/24 04:02:18 DEBUG : no_checksum_big_file_from_pipe: md5 = 7b29a3caf91f6c798038b24036eb5bf2 OK 2025/07/24 04:02:18 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-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:02:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': File to upload is small (34 bytes), uploading instead of streaming 2025/07/24 04:02:21 DEBUG : with_checksum_small_file_from_pipe: md5 = eae2b4cf22456d0490cc28879d9fe013 OK 2025/07/24 04:02:21 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/24 04:02:22 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/07/24 04:02:23 DEBUG : with_checksum_big_file_from_pipe: md5 = c7234519b427d21b74515238cbc4d07b OK 2025/07/24 04:02:23 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-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:02:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': File to upload is small (34 bytes), uploading instead of streaming 2025/07/24 04:02:26 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/24 04:02:27 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/24 04:02:28 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-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:02:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': File to upload is small (34 bytes), uploading instead of streaming 2025/07/24 04:02:31 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/24 04:02:32 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/24 04:02:33 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.20s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.52s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.82s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.87s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.99s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/07/24 04:02:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': File to upload is small (48 bytes), uploading instead of streaming 2025/07/24 04:02:36 DEBUG : rcat_metadata: md5 = 524dc52eda72c211e19bbc3fbbbf40ec OK 2025/07/24 04:02:36 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/07/24 04:02:38 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/07/24 04:02:39 DEBUG : rcat_metadata_uploadcutoff0: md5 = 5ab1671958f44e85afa31c1fa20e5ee2 OK 2025/07/24 04:02:39 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.71s) --- PASS: TestRcatMetadata/Normal (2.47s) --- PASS: TestRcatMetadata/ViaDisk (2.79s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:02:42 DEBUG : potato1: md5 = fe98f8c93f00e9d8f91d93ced100855c OK 2025/07/24 04:02:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': File to upload is small (60 bytes), uploading instead of streaming 2025/07/24 04:02:43 DEBUG : potato2: md5 = 69dce4cd785144c44949c1c0eda72fb7 OK 2025/07/24 04:02:43 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.35s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:02:46 DEBUG : potato1: md5 = 1aa4e037448f3a8859fcb761228b1ce3 OK 2025/07/24 04:02:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': File to upload is small (60 bytes), uploading instead of streaming 2025/07/24 04:02:47 DEBUG : potato2: md5 = 9e618dadb0b0a8b535a519ad9bf5ae10 OK 2025/07/24 04:02:47 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.88s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:02:51 DEBUG : potato2: md5 = e587814e25372e6a33f9929f64764271 OK 2025/07/24 04:02:52 DEBUG : empty space: md5 = c8b8b7048b7929324b630c99447a8ea8 OK 2025/07/24 04:02:55 DEBUG : sub dir/potato3: md5 = 9f0679ae3fce4154c69a37e75b63d6cf OK 2025/07/24 04:02:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': Touching "sub dir/potato3" 2025/07/24 04:02:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': Touching "empty space" 2025/07/24 04:02:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': Touching "potato2" 2025/07/24 04:02:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.85s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:02:59 DEBUG : dir with metadata: Making directory with metadata 2025/07/24 04:03:00 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.44s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:03:02 DEBUG : directory with modtime: Making directory with metadata 2025/07/24 04:03:02 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.36s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:03:04 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/24 04:03:04 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/24 04:03:04 DEBUG : Google drive root 'crypt/9e7v2a8rcn68fp2luj92lsf693ibnb3lrdugpne69mq93a89itig': Skipping btime metadata as can't update it on an existing file: 2025-07-24T04:03:04.590931085Z 2025/07/24 04:03:05 INFO : non existent directory: Updated directory metadata 2025/07/24 04:03:07 DEBUG : Google drive root 'crypt/9e7v2a8rcn68fp2luj92lsf693ibnb3lrdugpne69mq93a89itig': Skipping btime metadata as can't update it on an existing file: 2025-07-24T04:03:04.590931085Z 2025/07/24 04:03:07 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.74s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:03:09 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/07/24 04:03:11 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/07/24 04:03:11 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.97s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:03:13 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/24 04:03:13 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/24 04:03:13 DEBUG : dst: Making directory with metadata 2025/07/24 04:03:14 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/24 04:03:14 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/24 04:03:14 INFO : dst: Set directory modification time (using SetModTime) 2025/07/24 04:03:14 INFO : dst: Set directory modification time (using SetModTime) 2025/07/24 04:03:14 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/07/24 04:03:15 INFO : dst: Set directory modification time (using SetModTime) 2025/07/24 04:03:15 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.38s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu'", Local "Local file system at /tmp/rclone4092724833", Modify Window "1ms" 2025/07/24 04:03:18 DEBUG : sub dir/test remove existing: md5 = c874f7755dc12e5c217b2e5981fbf042 OK 2025/07/24 04:03:20 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 4ff6004a025c8fbc175a39c2975c0624 OK 2025/07/24 04:03:21 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.segibem0" before starting 2025/07/24 04:03:22 DEBUG : sub dir/test remove existing.segibem0: TEST: removing renamed existing file after operation 2025/07/24 04:03:24 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gaqujaf2" before starting 2025/07/24 04:03:25 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gaqujaf2: TEST: renaming existing back after failed operation 2025/07/24 04:03:26 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nadukak7" before starting 2025/07/24 04:03:27 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nadukak7: TEST: removing renamed existing file after operation 2025/07/24 04:03:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "m0m5bcatufp7rsj2uub4rtu8hspl8fpr00oc4vp2lghkcu8gltbblat61o76335sq6rqdatel8dd6vclqfuscmhre7s5eehkg642uhg8hcdng5q5p2lqpcq43hkjromcvso3juhgm8lvctsd2h5p7bkq5cvp9vbiq9hvg31tm98vfu2h6660" 2025/07/24 04:03:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "1jcohmtgvv353456kr72ama6sa6qbj4aj82v7jk09cifrkadb6fg" --- PASS: TestRemoveExisting (12.92s) === 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 2025/07/24 04:03:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-funihal1vewu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m36.293986445s (try 1/5)