"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/07/07 03:17:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kufiyil6yeza" 2025/07/07 03:17:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 03:17:07 DEBUG : Creating backend with remote "TestDrive:crypt/0707fa6l69q20fsuimdak6fs7b1vjjkjn2bo45uajis9qtj400h0" 2025/07/07 03:17:08 DEBUG : Creating backend with remote "/tmp/rclone3877668393" === 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-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.25s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.25s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/07/07 03:17:08 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/07 03:17:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/07 03:17:08 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/07/07 03:17:08 DEBUG : potato: Seek from 10 to 0 2025/07/07 03:17:08 DEBUG : potato: Seek from 10 to 0 2025/07/07 03:17:08 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/07/07 03:17:08 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/07 03:17:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/07 03:17:08 DEBUG : potato: Seek from 5 to 2 2025/07/07 03:17:08 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/07/07 03:17:08 DEBUG : potato: Seek from 7 to 0 2025/07/07 03:17:08 DEBUG : potato: Seek from 7 to 0 2025/07/07 03:17:08 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/07/07 03:17:08 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/07 03:17:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/07 03:17:08 DEBUG : potato: Seek from 5 to 2 2025/07/07 03:17:08 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/07/07 03:17:08 DEBUG : potato: Seek from 8 to 0 2025/07/07 03:17:08 DEBUG : potato: Seek from 8 to 0 2025/07/07 03:17:08 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/07/07 03:17:08 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/07 03:17:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/07 03:17:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/07 03:17:08 DEBUG : potato: Seek from 5 to 2 2025/07/07 03:17:08 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/07/07 03:17:08 DEBUG : potato: Seek from 9 to 0 2025/07/07 03:17:08 DEBUG : potato: Seek from 9 to 0 2025/07/07 03:17:08 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.01s) --- 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-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:17:11 DEBUG : rutabaga: md5 = a538ce3b1149bd24596f9725e2597dfd OK === RUN TestCheck/1 === RUN TestCheck/2 2025/07/07 03:17:13 DEBUG : empty space: md5 = 973c4df1f9dbe2531b5733476c5719cb OK === RUN TestCheck/3 2025/07/07 03:17:15 DEBUG : potato2: md5 = 611f4c3d21d9a215e05361ed33388999 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/07/07 03:17:17 DEBUG : remotepotato: md5 = e444f44f6b033bf4403f6b304187d459 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.14s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.28s) --- PASS: TestCheck/4 (0.29s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.28s) === RUN TestCheckFsError 2025/07/07 03:17:20 DEBUG : Creating backend with remote "nonexistent" 2025/07/07 03:17:20 DEBUG : Creating backend with remote "nonexistent" 2025/07/07 03:17:20 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/07/07 03:17:20 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/07 03:17:20 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/07/07 03:17:20 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-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:17:22 DEBUG : rutabaga: md5 = 179aa8b3b3557c63a81e8d33abc406f7 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/07/07 03:17:26 DEBUG : empty space: md5 = ec735de854f5e38f019d38494b5a203f OK === RUN TestCheckDownload/3 2025/07/07 03:17:29 DEBUG : potato2: md5 = d3558bc23772364ada12818736672d5d OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/07/07 03:17:33 DEBUG : remotepotato: md5 = ed88d8595bf9c43302e81446c9130091 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.83s) --- PASS: TestCheckDownload/1 (1.16s) --- PASS: TestCheckDownload/2 (1.02s) --- PASS: TestCheckDownload/3 (1.16s) --- PASS: TestCheckDownload/4 (1.17s) --- PASS: TestCheckDownload/5 (0.88s) --- PASS: TestCheckDownload/6 (1.09s) --- PASS: TestCheckDownload/7 (0.98s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:17:39 DEBUG : rutabaga: md5 = dd5093605a2cf77e8df9981d8decb96b OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/07/07 03:17:41 DEBUG : empty space: md5 = f9fff8d29371b8ab85e39ac093c0a44f OK === RUN TestCheckSizeOnly/3 2025/07/07 03:17:43 DEBUG : potato2: md5 = a837892b5259aab0a4d949ef903a1b6c OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/07/07 03:17:45 DEBUG : remotepotato: md5 = 7f5f0a37c39ab422d5fd72bc48fa7841 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.02s) --- PASS: TestCheckSizeOnly/1 (0.34s) --- PASS: TestCheckSizeOnly/2 (0.28s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.28s) --- PASS: TestCheckSizeOnly/5 (0.25s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.25s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:17:50 DEBUG : test.sum: md5 = b047b9d54899f97643c49c9cb4f3b118 OK 2025/07/07 03:17:51 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/07 03:17:51 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/07 03:17:51 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/07 03:17:51 NOTICE: test.sum: 2 warning(s) suppressed... 2025/07/07 03:17:52 DEBUG : test.sum: md5 = bdfd216894202d51a1d48f876ffebe53 OK 2025/07/07 03:17:54 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/07 03:17:54 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/07 03:17:54 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/07 03:17:54 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.13s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:17:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kufiyil6yeza/data" 2025/07/07 03:17:55 DEBUG : Creating backend with remote "TestDrive:crypt/0707fa6l69q20fsuimdak6fs7b1vjjkjn2bo45uajis9qtj400h0/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza/data' lacks md5, skipping --- SKIP: TestCheckSum (2.29s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:17:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kufiyil6yeza/data" 2025/07/07 03:17:57 DEBUG : Creating backend with remote "TestDrive:crypt/0707fa6l69q20fsuimdak6fs7b1vjjkjn2bo45uajis9qtj400h0/vjrnln8ratgmqakfosrqe8espk" 2025/07/07 03:18:01 DEBUG : data/banana: md5 = f216701c6ddd0de27a8718567060a87c OK 2025/07/07 03:18:02 DEBUG : test.sum: md5 = 5fc9ab8b8c67799d174317338c3880dc OK === RUN TestCheckSumDownload/subtest1 2025/07/07 03:18:07 DEBUG : data/potato: md5 = 2cb21b0d391ab8b8d111f81206295612 OK 2025/07/07 03:18:08 DEBUG : test.sum: md5 = af70ce45f65efad0d54e23cbb68a0a0e OK === RUN TestCheckSumDownload/subtest2 2025/07/07 03:18:12 DEBUG : test.sum: md5 = 2e0616299be2fd0e1fe8607b9404d44a OK === RUN TestCheckSumDownload/subtest3 2025/07/07 03:18:16 DEBUG : test.sum: md5 = f0f1123cf8ad8846d97aa89b9898c94c OK === RUN TestCheckSumDownload/subtest4 2025/07/07 03:18:21 DEBUG : test.sum: md5 = d67a9da4e25df6a9f2117485b35628d3 OK === RUN TestCheckSumDownload/subtest5 2025/07/07 03:18:25 DEBUG : test.sum: md5 = ac4d99a72c391d6092fab021f9c92287 OK === RUN TestCheckSumDownload/subtest6 2025/07/07 03:18:28 DEBUG : data/banana: md5 = 2214cddc21973f6ed10b09e4d2c010ee OK 2025/07/07 03:18:30 DEBUG : data/potato: md5 = fc1e9f49973f3185cf8b01ac8924dbfc OK 2025/07/07 03:18:31 DEBUG : test.sum: md5 = bb7d08e4543102cda0962f3f75fc2cfc OK === RUN TestCheckSumDownload/subtest7 2025/07/07 03:18:37 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/07/07 03:18:37 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (40.50s) --- PASS: TestCheckSumDownload/subtest1 (2.45s) --- PASS: TestCheckSumDownload/subtest2 (2.09s) --- PASS: TestCheckSumDownload/subtest3 (2.37s) --- PASS: TestCheckSumDownload/subtest4 (2.09s) --- PASS: TestCheckSumDownload/subtest5 (2.23s) --- PASS: TestCheckSumDownload/subtest6 (1.97s) --- PASS: TestCheckSumDownload/subtest7 (2.46s) === RUN TestApplyTransforms 2025/07/07 03:18:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaqehim6bilo" 2025/07/07 03:18:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 03:18:37 DEBUG : Creating backend with remote "TestDrive:crypt/8vakutn4aocoie5u9cj7c656obrej0s9ijdr16dq07d0mckdfjeg" 2025/07/07 03:18:38 DEBUG : Creating backend with remote "/tmp/rclone2527036940" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaqehim6bilo'", Local "Local file system at /tmp/rclone2527036940", Modify Window "1ms" 2025/07/07 03:18:40 DEBUG : hello, world!: md5 = 944001481bd7a66b53823b1ca6cf9798 OK upper checkfile vs. lower remote (without normalization) 2025/07/07 03:18:41 ERROR : hello, world!: sum not found 2025/07/07 03:18:41 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qaqehim6bilo' 2025/07/07 03:18:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qaqehim6bilo': 1 files missing 2025/07/07 03:18:41 NOTICE: 1 hashes missing 2025/07/07 03:18:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qaqehim6bilo': 2 differences found 2025/07/07 03:18:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qaqehim6bilo': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/07/07 03:18:42 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/07 03:18:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qaqehim6bilo': 0 differences found 2025/07/07 03:18:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qaqehim6bilo': 1 matching files 2025/07/07 03:18:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nucugon8loto" 2025/07/07 03:18:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 03:18:42 DEBUG : Creating backend with remote "TestDrive:crypt/t7n3g7bjnll7jgf3if4s90gei9b0novcok3ct6p6vp41i1gqamrg" 2025/07/07 03:18:43 DEBUG : Creating backend with remote "/tmp/rclone431740813" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nucugon8loto'", Local "Local file system at /tmp/rclone431740813", Modify Window "1ms" 2025/07/07 03:18:45 DEBUG : HELLO, WORLD!: md5 = d15671a9bfef555785202acf755527fc OK lower checkfile vs. upper remote (without normalization) 2025/07/07 03:18:46 ERROR : HELLO, WORLD!: sum not found 2025/07/07 03:18:46 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-nucugon8loto' 2025/07/07 03:18:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nucugon8loto': 1 files missing 2025/07/07 03:18:46 NOTICE: 1 hashes missing 2025/07/07 03:18:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nucugon8loto': 2 differences found 2025/07/07 03:18:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nucugon8loto': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/07/07 03:18:47 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/07 03:18:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nucugon8loto': 0 differences found 2025/07/07 03:18:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nucugon8loto': 1 matching files 2025/07/07 03:18:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jopomal4yamo" 2025/07/07 03:18:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 03:18:47 DEBUG : Creating backend with remote "TestDrive:crypt/agjksm3166nf78onfr55oq2ejlb3d8f8vu40p6fnjj1iq0a5hibg" 2025/07/07 03:18:48 DEBUG : Creating backend with remote "/tmp/rclone2012335323" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jopomal4yamo'", Local "Local file system at /tmp/rclone2012335323", Modify Window "1ms" 2025/07/07 03:18:50 DEBUG : HeLlO, wOrLd!: md5 = 3bfb4f6deac1530afeac3729b83991bf OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/07/07 03:18:50 ERROR : HeLlO, wOrLd!: sum not found 2025/07/07 03:18:50 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jopomal4yamo' 2025/07/07 03:18:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jopomal4yamo': 1 files missing 2025/07/07 03:18:50 NOTICE: 1 hashes missing 2025/07/07 03:18:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jopomal4yamo': 2 differences found 2025/07/07 03:18:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jopomal4yamo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/07/07 03:18:52 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/07 03:18:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jopomal4yamo': 0 differences found 2025/07/07 03:18:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jopomal4yamo': 1 matching files 2025/07/07 03:18:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zujuwid1goka" 2025/07/07 03:18:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 03:18:52 DEBUG : Creating backend with remote "TestDrive:crypt/k57tap8g9cr9ahf2bd03s3uo7gq0ni6f6pd7l6iu4ahrahikkap0" 2025/07/07 03:18:53 DEBUG : Creating backend with remote "/tmp/rclone1790908600" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zujuwid1goka'", Local "Local file system at /tmp/rclone1790908600", Modify Window "1ms" 2025/07/07 03:18:55 DEBUG : HELLO, WORLD!: md5 = 122dee4e9dd85d98402783a6b729c88a OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/07/07 03:18:55 ERROR : HELLO, WORLD!: sum not found 2025/07/07 03:18:55 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zujuwid1goka' 2025/07/07 03:18:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zujuwid1goka': 1 files missing 2025/07/07 03:18:55 NOTICE: 1 hashes missing 2025/07/07 03:18:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zujuwid1goka': 2 differences found 2025/07/07 03:18:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zujuwid1goka': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/07/07 03:18:57 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/07 03:18:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zujuwid1goka': 0 differences found 2025/07/07 03:18:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zujuwid1goka': 1 matching files 2025/07/07 03:18:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xurekev4mube" 2025/07/07 03:18:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 03:18:57 DEBUG : Creating backend with remote "TestDrive:crypt/gld6tpi2atoa6ollloh6vorq2p29jloug8gj16ugcr377hm3r120" 2025/07/07 03:18:58 DEBUG : Creating backend with remote "/tmp/rclone2370468469" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xurekev4mube'", Local "Local file system at /tmp/rclone2370468469", Modify Window "1ms" 2025/07/07 03:19:00 DEBUG : 測試_Русский___ě_áñ: md5 = 74a7e702800eb5a6c26c524e7fec8c11 OK NFD checkfile vs. NFC remote (without normalization) 2025/07/07 03:19:00 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/07 03:19:00 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xurekev4mube' 2025/07/07 03:19:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xurekev4mube': 1 files missing 2025/07/07 03:19:00 NOTICE: 1 hashes missing 2025/07/07 03:19:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xurekev4mube': 2 differences found 2025/07/07 03:19:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xurekev4mube': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/07/07 03:19:02 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/07 03:19:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xurekev4mube': 0 differences found 2025/07/07 03:19:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xurekev4mube': 1 matching files 2025/07/07 03:19:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cesukib0suwi" 2025/07/07 03:19:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 03:19:02 DEBUG : Creating backend with remote "TestDrive:crypt/dnd0q0h4k5bapf8abb53sds70gp0vhd26hujrl7q9tl3h0l5vdv0" 2025/07/07 03:19:03 DEBUG : Creating backend with remote "/tmp/rclone3434169831" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cesukib0suwi'", Local "Local file system at /tmp/rclone3434169831", Modify Window "1ms" 2025/07/07 03:19:05 DEBUG : 測試_Русский___ě_áñ: md5 = c4107c9e21e4e494e41ca4f6e62d6564 OK NFC checkfile vs. NFD remote (without normalization) 2025/07/07 03:19:06 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/07 03:19:06 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cesukib0suwi' 2025/07/07 03:19:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cesukib0suwi': 1 files missing 2025/07/07 03:19:06 NOTICE: 1 hashes missing 2025/07/07 03:19:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cesukib0suwi': 2 differences found 2025/07/07 03:19:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cesukib0suwi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/07/07 03:19:07 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/07 03:19:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cesukib0suwi': 0 differences found 2025/07/07 03:19:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cesukib0suwi': 1 matching files 2025/07/07 03:19:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-teqirox8noze" 2025/07/07 03:19:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 03:19:07 DEBUG : Creating backend with remote "TestDrive:crypt/td8qblhqkpa0dukk00mbn1u7925ji6qp6h7vpr7a6iassahtsdqg" 2025/07/07 03:19:08 DEBUG : Creating backend with remote "/tmp/rclone3916231004" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-teqirox8noze'", Local "Local file system at /tmp/rclone3916231004", Modify Window "1ms" 2025/07/07 03:19:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 7d9961d5fac35f2108acd9ef7f590eeb OK NFDx2 checkfile vs. both remote (without normalization) 2025/07/07 03:19:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/07 03:19:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-teqirox8noze' 2025/07/07 03:19:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-teqirox8noze': 1 files missing 2025/07/07 03:19:11 NOTICE: 1 hashes missing 2025/07/07 03:19:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-teqirox8noze': 2 differences found 2025/07/07 03:19:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-teqirox8noze': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/07/07 03:19:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/07 03:19:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-teqirox8noze': 0 differences found 2025/07/07 03:19:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-teqirox8noze': 1 matching files 2025/07/07 03:19:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bumonok8poco" 2025/07/07 03:19:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 03:19:12 DEBUG : Creating backend with remote "TestDrive:crypt/ga94ta0j6t1cvqtj1b1vumtt728bui5s37p295q2gni304i199bg" 2025/07/07 03:19:13 DEBUG : Creating backend with remote "/tmp/rclone199479632" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bumonok8poco'", Local "Local file system at /tmp/rclone199479632", Modify Window "1ms" 2025/07/07 03:19:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b77a0278b6e7f39e2f65ce9af30002b7 OK NFCx2 checkfile vs. both remote (without normalization) 2025/07/07 03:19:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/07 03:19:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bumonok8poco' 2025/07/07 03:19:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bumonok8poco': 1 files missing 2025/07/07 03:19:16 NOTICE: 1 hashes missing 2025/07/07 03:19:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bumonok8poco': 2 differences found 2025/07/07 03:19:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bumonok8poco': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/07/07 03:19:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/07 03:19:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bumonok8poco': 0 differences found 2025/07/07 03:19:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bumonok8poco': 1 matching files 2025/07/07 03:19:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xanitim6saja" 2025/07/07 03:19:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 03:19:17 DEBUG : Creating backend with remote "TestDrive:crypt/6e99u753acon03v4smhl472rma6upft3c9q2h52ukh31viq2mo50" 2025/07/07 03:19:18 DEBUG : Creating backend with remote "/tmp/rclone1359598003" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanitim6saja'", Local "Local file system at /tmp/rclone1359598003", Modify Window "1ms" 2025/07/07 03:19:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c5c8407616faa48367b5b3e2457c636c OK both checkfile vs. NFDx2 remote (without normalization) 2025/07/07 03:19:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/07 03:19:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xanitim6saja' 2025/07/07 03:19:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xanitim6saja': 1 files missing 2025/07/07 03:19:21 NOTICE: 1 hashes missing 2025/07/07 03:19:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xanitim6saja': 2 differences found 2025/07/07 03:19:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xanitim6saja': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/07/07 03:19:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/07 03:19:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xanitim6saja': 0 differences found 2025/07/07 03:19:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xanitim6saja': 1 matching files 2025/07/07 03:19:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rehitic8gila" 2025/07/07 03:19:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 03:19:22 DEBUG : Creating backend with remote "TestDrive:crypt/jrvjetop543ddlj1pbleajm10hbi441m8j9alb5bmi31phqqptr0" 2025/07/07 03:19:23 DEBUG : Creating backend with remote "/tmp/rclone1789641034" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rehitic8gila'", Local "Local file system at /tmp/rclone1789641034", Modify Window "1ms" 2025/07/07 03:19:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 7a923c6ab5c20a5e3ae89f5738e3c9aa OK both checkfile vs. NFCx2 remote (without normalization) 2025/07/07 03:19:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/07 03:19:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-rehitic8gila' 2025/07/07 03:19:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rehitic8gila': 1 files missing 2025/07/07 03:19:26 NOTICE: 1 hashes missing 2025/07/07 03:19:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rehitic8gila': 2 differences found 2025/07/07 03:19:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rehitic8gila': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/07/07 03:19:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/07 03:19:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rehitic8gila': 0 differences found 2025/07/07 03:19:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rehitic8gila': 1 matching files 2025/07/07 03:19:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rehitic8gila': Purge remote 2025/07/07 03:19:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xanitim6saja': Purge remote 2025/07/07 03:19:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bumonok8poco': Purge remote 2025/07/07 03:19:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-teqirox8noze': Purge remote 2025/07/07 03:19:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cesukib0suwi': Purge remote 2025/07/07 03:19:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xurekev4mube': Purge remote 2025/07/07 03:19:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zujuwid1goka': Purge remote 2025/07/07 03:19:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jopomal4yamo': Purge remote 2025/07/07 03:19:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nucugon8loto': Purge remote 2025/07/07 03:19:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaqehim6bilo': Purge remote --- PASS: TestApplyTransforms (54.77s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:19:32 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/07 03:19:34 DEBUG : sub/file2: md5 = 4c2fcc4314c19b3b6815524e6f3de118 OK 2025/07/07 03:19:34 INFO : file1: Copied (new) to: sub/file2 2025/07/07 03:19:35 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/07 03:19:35 DEBUG : file1: Unchanged skipping 2025/07/07 03:19:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': don't need to copy/move sub/file2, it is already at target location 2025/07/07 03:19:37 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.89s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.45s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:19:41 DEBUG : dst/file1: md5 = 31d63a7ee4ab0128d271a35bc4231f6d OK 2025/07/07 03:19:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kufiyil6yeza/backup" 2025/07/07 03:19:41 DEBUG : Creating backend with remote "TestDrive:crypt/0707fa6l69q20fsuimdak6fs7b1vjjkjn2bo45uajis9qtj400h0/1nrff024r7pq65ecp72fc28jb0" 2025/07/07 03:19:43 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/07 03:19:45 INFO : dst/file1: Moved (server-side) 2025/07/07 03:19:46 DEBUG : dst/file1: md5 = 77b148b061b0c9262d098daf3fe5b27f OK 2025/07/07 03:19:46 INFO : dst/file1: Copied (new) 2025/07/07 03:19:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/07 03:19:50 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/07 03:19:51 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.84s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:19:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kufiyil6yeza/dst" 2025/07/07 03:19:51 DEBUG : Creating backend with remote "TestDrive:crypt/0707fa6l69q20fsuimdak6fs7b1vjjkjn2bo45uajis9qtj400h0/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/07 03:19:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kufiyil6yeza/CompareDest" 2025/07/07 03:19:53 DEBUG : Creating backend with remote "TestDrive:crypt/0707fa6l69q20fsuimdak6fs7b1vjjkjn2bo45uajis9qtj400h0/gveqi14airsml4bgu7krj116o8" 2025/07/07 03:19:55 DEBUG : one: Need to transfer - File not found at Destination 2025/07/07 03:19:57 DEBUG : one: md5 = c9310e7eb567a965ffec162150752e24 OK 2025/07/07 03:19:57 INFO : one: Copied (new) 2025/07/07 03:19:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/07 03:19:59 DEBUG : one: md5 = f5835ccfbca018d19ad14bd4451a1514 OK 2025/07/07 03:19:59 INFO : one: Copied (replaced existing) 2025/07/07 03:20:01 DEBUG : dst/one: md5 = ac6b646b39dc7a49912b73cd6ff6b22a OK 2025/07/07 03:20:04 DEBUG : CompareDest/one: md5 = 00165f5cc025a408a0f82dadca8b56d3 OK 2025/07/07 03:20:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/07 03:20:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/07 03:20:05 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/07 03:20:07 DEBUG : CompareDest/two: md5 = c65154f8fd4becabddd6895d47bccd97 OK 2025/07/07 03:20:07 DEBUG : two: Need to transfer - File not found at Destination 2025/07/07 03:20:08 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/07 03:20:08 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/07 03:20:08 DEBUG : two: Need to transfer - File not found at Destination 2025/07/07 03:20:09 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/07 03:20:09 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/07 03:20:10 DEBUG : two: Need to transfer - File not found at Destination 2025/07/07 03:20:10 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/07/07 03:20:12 DEBUG : two: md5 = d8aafd56eee8c6f79709d6204c07aa6b OK 2025/07/07 03:20:12 INFO : two: Copied (new) 2025/07/07 03:20:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/07 03:20:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:20:15 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:20:15 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.90s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:20:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kufiyil6yeza/dst" 2025/07/07 03:20:16 DEBUG : Creating backend with remote "TestDrive:crypt/0707fa6l69q20fsuimdak6fs7b1vjjkjn2bo45uajis9qtj400h0/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/07 03:20:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kufiyil6yeza/CopyDest" 2025/07/07 03:20:18 DEBUG : Creating backend with remote "TestDrive:crypt/0707fa6l69q20fsuimdak6fs7b1vjjkjn2bo45uajis9qtj400h0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/07 03:20:19 DEBUG : one: Need to transfer - File not found at Destination 2025/07/07 03:20:22 DEBUG : one: md5 = 35ade18d33466e3b3cbb9627b9e51ed9 OK 2025/07/07 03:20:22 INFO : one: Copied (new) 2025/07/07 03:20:23 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/07 03:20:25 DEBUG : one: md5 = 490e6520a66e328194321fdd550dd407 OK 2025/07/07 03:20:25 INFO : one: Copied (replaced existing) 2025/07/07 03:20:27 DEBUG : dst/one: md5 = 1ad34b12646241c66f270be23470ee73 OK 2025/07/07 03:20:29 DEBUG : CopyDest/one: md5 = 7e7d31326acce8aa1f04dfe2c2cc7bbd OK 2025/07/07 03:20:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kufiyil6yeza/BackupDir" 2025/07/07 03:20:30 DEBUG : Creating backend with remote "TestDrive:crypt/0707fa6l69q20fsuimdak6fs7b1vjjkjn2bo45uajis9qtj400h0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/07 03:20:31 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/07 03:20:32 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/07 03:20:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/07 03:20:33 INFO : one: Moved (server-side) 2025/07/07 03:20:34 INFO : one: Copied (server-side copy) 2025/07/07 03:20:34 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/07/07 03:20:36 DEBUG : CopyDest/two: md5 = c57642b1695d92c80286db7ae28de7d7 OK 2025/07/07 03:20:37 DEBUG : two: Need to transfer - File not found at Destination 2025/07/07 03:20:37 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/07 03:20:38 INFO : two: Copied (server-side copy) 2025/07/07 03:20:38 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/07/07 03:20:39 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/07 03:20:39 DEBUG : two: Unchanged skipping 2025/07/07 03:20:41 DEBUG : CopyDest/three: md5 = edda9327395681e8a13974351c18a543 OK 2025/07/07 03:20:41 DEBUG : three: Need to transfer - File not found at Destination 2025/07/07 03:20:42 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/07/07 03:20:42 DEBUG : three: Destination not found in --copy-dest 2025/07/07 03:20:43 DEBUG : three: md5 = 4593b8d44e93d4bb2ae2ea73a798782e OK 2025/07/07 03:20:43 INFO : three: Copied (new) 2025/07/07 03:20:47 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/07 03:20:47 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/07 03:20:47 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:20:48 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:20:48 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/07 03:20:48 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/07 03:20:49 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.14s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.49s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:20:50 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/07/07 03:20:52 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 696f5128f8af6ba8c974ad82119a14dc OK 2025/07/07 03:20:52 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/07/07 03:20:53 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/07/07 03:20:53 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/07 03:20:54 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/07/07 03:20:55 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/07/07 03:20:56 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 2a70b6bdabc44fbc514db27d4a4ff3cc OK 2025/07/07 03:20:56 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/07/07 03:20:59 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/07/07 03:20:59 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.21s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", 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-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:21:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': Looking for duplicate names using skip mode. 2025/07/07 03:21:03 NOTICE: one: Found 2 files with duplicate names 2025/07/07 03:21:03 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.80s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:21:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': Looking for duplicate names using skip mode. 2025/07/07 03:21:09 NOTICE: one: Found 3 files with duplicate names 2025/07/07 03:21:09 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/07/07 03:21:09 INFO : one: Deleted 2025/07/07 03:21:09 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.29s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:21:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': Looking for duplicate names using first mode. 2025/07/07 03:21:15 NOTICE: one: Found 3 files with duplicate names 2025/07/07 03:21:15 INFO : one: Deleted 2025/07/07 03:21:16 INFO : one: Deleted 2025/07/07 03:21:16 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.16s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:21:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': Looking for duplicate names using newest mode. 2025/07/07 03:21:21 NOTICE: one: Found 3 files with duplicate names 2025/07/07 03:21:22 INFO : one: Deleted 2025/07/07 03:21:22 INFO : one: Deleted 2025/07/07 03:21:22 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.14s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.46s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:21:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': Looking for duplicate names using oldest mode. 2025/07/07 03:21:28 NOTICE: one: Found 3 files with duplicate names 2025/07/07 03:21:28 INFO : one: Deleted 2025/07/07 03:21:28 INFO : one: Deleted 2025/07/07 03:21:28 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (5.85s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:21:31 DEBUG : Config file has changed externally - reloading 2025/07/07 03:21:31 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2025/07/07 03:21:31 DEBUG : Saving config "token" in section "TestDrive" of the config file 2025/07/07 03:21:31 DEBUG : TestDrive: Saved new token in config file 2025/07/07 03:21:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': Looking for duplicate names using largest mode. 2025/07/07 03:21:34 NOTICE: one: Found 3 files with duplicate names 2025/07/07 03:21:34 INFO : one: Deleted 2025/07/07 03:21:34 INFO : one: Deleted 2025/07/07 03:21:34 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.11s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:21:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': Looking for duplicate names using smallest mode. 2025/07/07 03:21:40 NOTICE: one: Found 3 files with duplicate names 2025/07/07 03:21:40 INFO : one: Deleted 2025/07/07 03:21:41 INFO : one: Deleted 2025/07/07 03:21:41 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.30s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:21:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': Looking for duplicate names using rename mode. 2025/07/07 03:21:47 NOTICE: one.txt: Found 3 files with duplicate names 2025/07/07 03:21:48 INFO : one-2.txt: renamed from: one.txt 2025/07/07 03:21:50 INFO : one-3.txt: renamed from: one.txt 2025/07/07 03:21:51 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.47s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:21:56 DEBUG : dupe1/one.txt: md5 = 7f8326f86fbd91022ae224bdad705877 OK 2025/07/07 03:21:58 DEBUG : dupe2/two.txt: md5 = f69dead31868c90bd373117b7357136e OK 2025/07/07 03:21:59 DEBUG : dupe3/three.txt: md5 = 12727a1c336bb21db5dedbc2c15a939c OK 2025/07/07 03:22:00 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/07/07 03:22:01 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/07/07 03:22:01 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/07/07 03:22:02 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/07/07 03:22:05 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/07/07 03:22:05 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/07/07 03:22:05 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.26s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:22:07 DEBUG : a.txt: md5 = b3330a13f8310efb251434b1f089a179 OK 2025/07/07 03:22:08 DEBUG : zend.txt: md5 = 27a0ebdea3c6841d6d8933da8abb7405 OK 2025/07/07 03:22:10 DEBUG : sub dir/hello world: md5 = fa97a0b91ba3a37dce88332a7aa8a925 OK 2025/07/07 03:22:12 DEBUG : sub dir/hello world2: md5 = 0f9c51475d113b26416e81cdf5dcbdea OK 2025/07/07 03:22:14 DEBUG : sub dir/ignore dir/.ignore: md5 = 5e8d934ebefd2937ffb6287fa3ee21be OK 2025/07/07 03:22:15 DEBUG : sub dir/ignore dir/should be ignored: md5 = 97c581f568bcda8a7e798b8d4c527a60 OK 2025/07/07 03:22:17 DEBUG : sub dir/sub sub dir/hello world3: md5 = a329e9de9897087b9466aea8d806ddc8 OK 2025/07/07 03:22:19 DEBUG : a.txt: Excluded (Size Filter) 2025/07/07 03:22:19 DEBUG : a.txt: Excluded 2025/07/07 03:22:19 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/07 03:22:19 DEBUG : sub dir/hello world: Excluded 2025/07/07 03:22:19 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/07 03:22:19 DEBUG : sub dir/hello world2: Excluded 2025/07/07 03:22:20 DEBUG : sub dir/ignore dir: Excluded 2025/07/07 03:22:20 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/07 03:22:20 DEBUG : sub dir/hello world: Excluded 2025/07/07 03:22:20 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/07 03:22:20 DEBUG : sub dir/hello world2: Excluded 2025/07/07 03:22:20 DEBUG : sub dir/ignore dir: Excluded 2025/07/07 03:22:25 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/07 03:22:25 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/07 03:22:25 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/07 03:22:26 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/07 03:22:26 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/07 03:22:26 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/07/07 03:22:26 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (20.93s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:22:28 DEBUG : a.txt: md5 = a75c0819c637ec0ab95daff5612e81e2 OK 2025/07/07 03:22:29 DEBUG : zend.txt: md5 = dac223309f7c3b47f372fa5649b10cd8 OK 2025/07/07 03:22:31 DEBUG : sub dir/hello world: md5 = 686b85a889612c483333839b1820bb82 OK 2025/07/07 03:22:33 DEBUG : sub dir/hello world2: md5 = ddf2a0c981318a0b04c5a69519a6285f OK 2025/07/07 03:22:35 DEBUG : sub dir/ignore dir/.ignore: md5 = 541ad2d8ac102a77dda30e3a144ac0b7 OK 2025/07/07 03:22:36 DEBUG : sub dir/ignore dir/should be ignored: md5 = d88b72b01e77a1196b9ec32045df7922 OK 2025/07/07 03:22:38 DEBUG : sub dir/sub sub dir/hello world3: md5 = ab37df3c6a710587950719a4f59ae4ac OK 2025/07/07 03:22:40 DEBUG : a.txt: Excluded (Size Filter) 2025/07/07 03:22:40 DEBUG : a.txt: Excluded 2025/07/07 03:22:40 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/07 03:22:40 DEBUG : sub dir/hello world: Excluded 2025/07/07 03:22:40 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/07 03:22:40 DEBUG : sub dir/hello world2: Excluded 2025/07/07 03:22:41 DEBUG : sub dir/ignore dir: Excluded 2025/07/07 03:22:41 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/07 03:22:41 DEBUG : sub dir/hello world: Excluded 2025/07/07 03:22:41 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/07 03:22:41 DEBUG : sub dir/hello world2: Excluded 2025/07/07 03:22:41 DEBUG : sub dir/ignore dir: Excluded 2025/07/07 03:22:46 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/07 03:22:47 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/07 03:22:47 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/07 03:22:48 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/07 03:22:48 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/07 03:22:48 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/07/07 03:22:48 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (21.64s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:22:50 DEBUG : file1: md5 = c52f244fe92a7ba50caac383e0349ec7 OK 2025/07/07 03:22:52 DEBUG : sub/file2: md5 = be7a6bca4ae9a3f3a95a4edcd2da9db0 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/07 03:22:55 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/07/07 03:22:55 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/07/07 03:22:55 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/07/07 03:22:57 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.71s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.29s) --- PASS: TestListJSON/DirsOnly (0.23s) --- PASS: TestListJSON/Recurse (0.50s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.30s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.27s) --- PASS: TestListJSON/Metadata (0.71s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:22:59 DEBUG : file1: md5 = a0ff08dbca43ffe235792f0f07911dc2 OK 2025/07/07 03:23:02 DEBUG : sub/file2: md5 = 24ad340a9e4b78313b1dc8621e958947 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/07 03:23:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kufiyil6yeza/notfound" 2025/07/07 03:23:06 DEBUG : Creating backend with remote "TestDrive:crypt/0707fa6l69q20fsuimdak6fs7b1vjjkjn2bo45uajis9qtj400h0/qe0i31qdkoejk60elps0ni5sqk" 2025/07/07 03:23:09 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.89s) --- PASS: TestStatJSON/Root (0.27s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.27s) --- PASS: TestStatJSON/Dir (0.48s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.54s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.25s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.76s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:23:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': Making directory 2025/07/07 03:23:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': Making directory --- PASS: TestMkdir (0.70s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:23:13 DEBUG : sub dir/hello world: md5 = 5a2439674d8520a2357b42b02bf75ac3 OK 2025/07/07 03:23:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.83s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:23:17 DEBUG : potato2: md5 = b4bd79435a9a9d5ea6a086e531067ceb OK 2025/07/07 03:23:18 DEBUG : empty space: md5 = 58358b10eedfbb2e9d6662532b345adb OK --- PASS: TestLs (4.43s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:23:21 DEBUG : potato2: md5 = 395f411ea02bf5550cf8042c97c025a2 OK 2025/07/07 03:23:22 DEBUG : empty space: md5 = 7d1daa517db875264842c5fed480559b OK 2025/07/07 03:23:23 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/07/07 03:23:23 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.91s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:23:26 DEBUG : potato2: md5 = d67b648be51b5feb127dff638ebc7c0f OK 2025/07/07 03:23:27 DEBUG : empty space: md5 = e8b0ca700be235fdf5dfd695729775dc OK --- PASS: TestLsLong (4.55s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:23:31 DEBUG : potato2: md5 = c79623cff1633791f4b5b5c954ee24cd OK 2025/07/07 03:23:32 DEBUG : empty space: md5 = 124afd9aa5fafc5c640b806e1a0e7d75 OK --- PASS: TestHashSums (4.55s) === RUN TestHashSumsWithErrors 2025/07/07 03:23:34 DEBUG : Creating backend with remote ":memory:" 2025/07/07 03:23:34 DEBUG : Config file has changed externally - reloading 2025/07/07 03:23:34 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/07/07 03:23:34 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/07 03:23:34 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/07 03:23:34 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/07 03:23:34 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/07 03:23:34 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/07 03:23:34 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/07 03:23:34 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/07/07 03:23:34 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-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:23:35 DEBUG : potato2: md5 = 32657a64c56ec6726740c663344785f7 OK 2025/07/07 03:23:37 DEBUG : empty space: md5 = fbe54ba5df18dcbbe1fc4da69f03a82c OK 2025/07/07 03:23:39 DEBUG : sub dir/potato3: md5 = 9d2e84cb1573de01422ce5474210bf96 OK 2025/07/07 03:23:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.50s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:23:44 DEBUG : small: md5 = 9e4e2dcaf7e9c4707aa580ab425e965a OK 2025/07/07 03:23:45 DEBUG : medium: md5 = a9467c0ee18f02ab1d20fcd9f27d8de9 OK 2025/07/07 03:23:47 DEBUG : large: md5 = 046f783fffb69f85c62ef7b81d7d142a OK 2025/07/07 03:23:47 DEBUG : Waiting for deletions to finish 2025/07/07 03:23:47 DEBUG : large: Excluded (Size Filter) 2025/07/07 03:23:48 INFO : small: Deleted 2025/07/07 03:23:48 INFO : medium: Deleted --- PASS: TestDelete (6.49s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:23:50 DEBUG : small: md5 = 6d9dd3d82ed0e1b062e6fda96e270430 OK 2025/07/07 03:23:52 DEBUG : medium: md5 = de4ed6d9463eb8de899efdf573b8e4fe OK 2025/07/07 03:23:53 DEBUG : large: md5 = b670cff07a89255934757c7a285329f4 OK 2025/07/07 03:23:53 DEBUG : Waiting for deletions to finish 2025/07/07 03:23:54 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/07/07 03:23:54 INFO : medium: Deleted 2025/07/07 03:23:54 INFO : large: Deleted --- PASS: TestMaxDelete (6.79s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:23:57 DEBUG : small: md5 = 2ba1e1cd29a81fe22d99d4fd5361050f OK 2025/07/07 03:23:58 DEBUG : medium: md5 = 1b919b6804e8f49db29eba69528c83a2 OK 2025/07/07 03:24:00 DEBUG : large: md5 = 8ac1d1f6e89865bd8345da92189d4ee5 OK 2025/07/07 03:24:00 DEBUG : Waiting for deletions to finish 2025/07/07 03:24:00 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/07 03:24:01 INFO : small: Deleted 2025/07/07 03:24:01 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.90s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:24:04 DEBUG : small: md5 = 51d05535f019ab15d33ef825fc1503d4 OK 2025/07/07 03:24:05 DEBUG : medium: md5 = c8c199cd0bee10846be985feec603cc2 OK 2025/07/07 03:24:07 DEBUG : large: md5 = 342f2513b2decf78c93e3a99d87b1997 OK 2025/07/07 03:24:07 DEBUG : Waiting for deletions to finish 2025/07/07 03:24:08 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/07 03:24:08 INFO : medium: Deleted 2025/07/07 03:24:08 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.19s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:24:11 DEBUG : ReadFile: md5 = 621371702a38308467f140545772ef77 OK --- PASS: TestReadFile (4.30s) === RUN TestRetry 2025/07/07 03:24:14 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/07/07 03:24:14 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/07/07 03:24:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/07 03:24:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/07 03:24:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/07 03:24:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/07 03:24:14 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-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:24:15 DEBUG : file1: md5 = 173db5a303013e6751647701c70fc48a OK 2025/07/07 03:24:17 DEBUG : file2: md5 = 7f2b655831d559e98ef6202ee8990d5b OK --- PASS: TestCat (16.63s) === RUN TestPurge 2025/07/07 03:24:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wulugul8mowo" 2025/07/07 03:24:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/07 03:24:31 DEBUG : Creating backend with remote "TestDrive:crypt/0umhotmmvknfps6rg0t64s06g0vr9c62p5m86jku42j0oblmff5g" 2025/07/07 03:24:32 DEBUG : Creating backend with remote "/tmp/rclone362421448" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wulugul8mowo'", Local "Local file system at /tmp/rclone362421448", Modify Window "1ms" 2025/07/07 03:24:36 DEBUG : A1/B1/C1/one: md5 = 972cc4cdef55db5378239ab3bbf48b8d OK 2025/07/07 03:24:36 INFO : A2: Making directory 2025/07/07 03:24:37 INFO : A1/B2: Making directory 2025/07/07 03:24:38 INFO : A1/B2/C2: Making directory 2025/07/07 03:24:39 INFO : A1/B1/C3: Making directory 2025/07/07 03:24:39 INFO : A3: Making directory 2025/07/07 03:24:40 INFO : A3/B3: Making directory 2025/07/07 03:24:41 INFO : A3/B3/C4: Making directory 2025/07/07 03:24:43 DEBUG : A1/two: md5 = d39ebe85888b99870503e26306241aff OK 2025/07/07 03:24:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wulugul8mowo': Purge remote 2025/07/07 03:24:47 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.94s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:24:50 DEBUG : A1/B1/C1/one: md5 = 8fdd6dc59669dfaf212158be311374d5 OK 2025/07/07 03:24:50 INFO : A2: Making directory 2025/07/07 03:24:51 INFO : A1/B2: Making directory 2025/07/07 03:24:52 INFO : A1/B2/C2: Making directory 2025/07/07 03:24:52 INFO : A1/B1/C3: Making directory 2025/07/07 03:24:53 INFO : A3: Making directory 2025/07/07 03:24:54 INFO : A3/B3: Making directory 2025/07/07 03:24:55 INFO : A3/B3/C4: Making directory 2025/07/07 03:24:57 DEBUG : A1/two: md5 = e467eb827192c23363843f96dd76bdaf OK 2025/07/07 03:24:58 DEBUG : removing 1 level 3 directories 2025/07/07 03:24:58 INFO : A3/B3/C4: Removing directory 2025/07/07 03:25:01 DEBUG : removing 2 level 3 directories 2025/07/07 03:25:01 INFO : A1/B2/C2: Removing directory 2025/07/07 03:25:01 INFO : A1/B1/C3: Removing directory 2025/07/07 03:25:01 DEBUG : removing 2 level 2 directories 2025/07/07 03:25:01 INFO : A3/B3: Removing directory 2025/07/07 03:25:01 INFO : A1/B2: Removing directory 2025/07/07 03:25:02 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/07/07 03:25:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/07 03:25:02 DEBUG : removing 2 level 1 directories 2025/07/07 03:25:02 INFO : A3: Removing directory 2025/07/07 03:25:02 INFO : A2: Removing directory 2025/07/07 03:25:02 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/07/07 03:25:06 DEBUG : removing 1 level 3 directories 2025/07/07 03:25:06 INFO : A1/B1/C1: Removing directory 2025/07/07 03:25:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:07 DEBUG : removing 1 level 2 directories 2025/07/07 03:25:07 INFO : A1/B1: Removing directory 2025/07/07 03:25:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/07 03:25:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/07 03:25:07 DEBUG : removing 1 level 1 directories 2025/07/07 03:25:07 INFO : A1: Removing directory 2025/07/07 03:25:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/07 03:25:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/07 03:25:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/07 03:25:08 DEBUG : removing 1 level 0 directories 2025/07/07 03:25:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': Removing directory 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/07 03:25:09 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" --- PASS: TestRmdirsNoLeaveRoot (23.17s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:25:11 INFO : A1: Making directory 2025/07/07 03:25:11 INFO : A1/B1: Making directory 2025/07/07 03:25:12 INFO : A1/B1/C1: Making directory 2025/07/07 03:25:15 DEBUG : removing 1 level 3 directories 2025/07/07 03:25:15 INFO : A1/B1/C1: Removing directory 2025/07/07 03:25:15 DEBUG : removing 1 level 2 directories 2025/07/07 03:25:15 INFO : A1/B1: Removing directory 2025/07/07 03:25:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/07 03:25:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.09s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:25:18 INFO : A1: Making directory 2025/07/07 03:25:19 INFO : A1/B1: Making directory 2025/07/07 03:25:20 INFO : A1/B1/C1: Making directory 2025/07/07 03:25:22 DEBUG : removing 1 level 3 directories 2025/07/07 03:25:22 INFO : A1/B1/C1: Removing directory 2025/07/07 03:25:23 DEBUG : removing 1 level 2 directories 2025/07/07 03:25:23 INFO : A1/B1: Removing directory 2025/07/07 03:25:23 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/07 03:25:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.94s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:25:27 DEBUG : file1: md5 = eae1673f77f0b7e4e39a383acde34479 OK 2025/07/07 03:25:28 DEBUG : filename.txt: File name found in url 2025/07/07 03:25:29 DEBUG : filename.txt: md5 = b4ab6823d7c7db30935d469d3b1e3c59 OK 2025/07/07 03:25:29 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/07/07 03:25:31 DEBUG : headerfilename.txt: md5 = 4e201663e5e7ea630e0e67d9bce039f4 OK 2025/07/07 03:25:32 DEBUG : file2: md5 = 2219d186bf5a15c2823e56965dac0405 OK --- PASS: TestCopyURL (8.94s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:25:35 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/07 03:25:37 DEBUG : sub/file2: md5 = 88407e0735937a9fce26e78454024075 OK 2025/07/07 03:25:37 INFO : file1: Copied (new) to: sub/file2 2025/07/07 03:25:37 INFO : file1: Deleted 2025/07/07 03:25:38 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/07 03:25:38 DEBUG : file1: Unchanged skipping 2025/07/07 03:25:38 INFO : file1: Deleted 2025/07/07 03:25:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': don't need to copy/move sub/file2, it is already at target location 2025/07/07 03:25:40 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.86s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:25:41 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/07 03:25:42 DEBUG : file1: md5 = 6129f708053fb904f1e0efa0e97c433f OK 2025/07/07 03:25:42 INFO : file1: Copied (new) 2025/07/07 03:25:42 INFO : file1: Deleted 2025/07/07 03:25:43 DEBUG : file1: Destination exists, skipping 2025/07/07 03:25:43 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.12s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.43s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.49s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:25:47 DEBUG : dst/file1: md5 = 8b059c8e8e1465e8eae490b56c9180fa OK 2025/07/07 03:25:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kufiyil6yeza/backup" 2025/07/07 03:25:48 DEBUG : Creating backend with remote "TestDrive:crypt/0707fa6l69q20fsuimdak6fs7b1vjjkjn2bo45uajis9qtj400h0/1nrff024r7pq65ecp72fc28jb0" 2025/07/07 03:25:49 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/07 03:25:51 INFO : dst/file1: Moved (server-side) 2025/07/07 03:25:53 DEBUG : dst/file1: md5 = d1fa0d889467c2191bbc7a5659a92b82 OK 2025/07/07 03:25:53 INFO : dst/file1: Copied (new) 2025/07/07 03:25:53 INFO : dst/file1: Deleted 2025/07/07 03:25:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/07 03:25:56 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/07 03:25:57 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.82s) === 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-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:26:00 DEBUG : A1/one: md5 = 3ea7911c3dca907c50ab8a09484144ae OK 2025/07/07 03:26:01 DEBUG : A1/two: md5 = 7a803f701ce716bf2202876affba2d5e OK 2025/07/07 03:26:03 DEBUG : A1/B1/three: md5 = 669443c13c128336e3e4d0080ca3f24a OK 2025/07/07 03:26:05 DEBUG : A1/B1/C1/four: md5 = d1d0656e3fb79246e2a74cf05c7136c4 OK 2025/07/07 03:26:08 DEBUG : A1/B1/C2/five: md5 = 3112c67ce6c035b23ab640c8337f066b OK 2025/07/07 03:26:08 INFO : A1/B2: Making directory 2025/07/07 03:26:08 INFO : A1/B1/C3: Making directory 2025/07/07 03:26:18 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/07/07 03:26:18 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/07/07 03:26:18 INFO : A2/two: Moved (server-side) to: A3/two 2025/07/07 03:26:18 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/07/07 03:26:18 INFO : A2/one: Moved (server-side) to: A3/one 2025/07/07 03:26:22 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/07 03:26:22 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/07 03:26:22 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/07 03:26:22 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/07 03:26:22 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/07 03:26:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/07/07 03:26:30 INFO : A3/one: Moved (server-side) to: A4/one 2025/07/07 03:26:30 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/07/07 03:26:30 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/07/07 03:26:30 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/07/07 03:26:30 INFO : A3/two: Moved (server-side) to: A4/two 2025/07/07 03:26:33 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/07 03:26:33 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/07 03:26:33 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/07 03:26:34 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/07 03:26:34 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/07 03:26:39 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/07/07 03:26:40 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/07/07 03:26:41 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/07 03:26:41 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/07 03:26:41 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/07 03:26:41 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/07 03:26:41 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/07 03:26:41 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/07 03:26:41 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/07 03:26:41 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.68s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:26:42 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.44s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:26:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': File to upload is small (34 bytes), uploading instead of streaming 2025/07/07 03:26:44 DEBUG : no_checksum_small_file_from_pipe: md5 = ade3862d6013b0f1f4be8839764d6d2d OK 2025/07/07 03:26:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/07/07 03:26:44 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/07 03:26:45 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/07/07 03:26:46 DEBUG : no_checksum_big_file_from_pipe: md5 = 687784c6343cd9dc8272e6f66ad09ade OK 2025/07/07 03:26:46 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-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:26:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': File to upload is small (34 bytes), uploading instead of streaming 2025/07/07 03:26:49 DEBUG : with_checksum_small_file_from_pipe: md5 = ea4d887520db3cd2d808f25989dbb242 OK 2025/07/07 03:26:49 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/07 03:26:49 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/07/07 03:26:50 DEBUG : with_checksum_big_file_from_pipe: md5 = 0f65f8a2f467249a8f3bcd9f2e08aa48 OK 2025/07/07 03:26:50 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-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:26:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': File to upload is small (34 bytes), uploading instead of streaming 2025/07/07 03:26:53 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/07 03:26:54 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/07 03:26:55 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-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:26:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': File to upload is small (34 bytes), uploading instead of streaming 2025/07/07 03:26:58 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/07 03:26:59 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/07 03:27:00 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (18.81s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.68s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.64s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.71s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.78s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/07/07 03:27:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': File to upload is small (48 bytes), uploading instead of streaming 2025/07/07 03:27:03 DEBUG : rcat_metadata: md5 = a9d4d8e50199744fa3e35c533e8e71b9 OK 2025/07/07 03:27:03 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/07/07 03:27:05 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/07/07 03:27:06 DEBUG : rcat_metadata_uploadcutoff0: md5 = 2a02af8eac0a98ea4e9d2fdd2221dfab OK 2025/07/07 03:27:06 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.06s) --- PASS: TestRcatMetadata/Normal (2.67s) --- PASS: TestRcatMetadata/ViaDisk (2.95s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:27:09 DEBUG : potato1: md5 = 00c9638de7a63bbcea2fc68259b664b9 OK 2025/07/07 03:27:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': File to upload is small (60 bytes), uploading instead of streaming 2025/07/07 03:27:10 DEBUG : potato2: md5 = d6ed58b9ae7133583286657f558b82dd OK 2025/07/07 03:27:10 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.41s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:27:13 DEBUG : potato1: md5 = 088c59d131318c9151da55f517008d4b OK 2025/07/07 03:27:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': File to upload is small (60 bytes), uploading instead of streaming 2025/07/07 03:27:14 DEBUG : potato2: md5 = 770b2b4e0a581433464ada679b30d278 OK 2025/07/07 03:27:14 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.77s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:27:18 DEBUG : potato2: md5 = 3ff860682ff3beedc198487fdf8b70a5 OK 2025/07/07 03:27:19 DEBUG : empty space: md5 = 3452bc03274436648375dd77e38df1d6 OK 2025/07/07 03:27:22 DEBUG : sub dir/potato3: md5 = 4c15e5c3909958c8074deff406c66530 OK 2025/07/07 03:27:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': Touching "sub dir/potato3" 2025/07/07 03:27:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': Touching "empty space" 2025/07/07 03:27:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': Touching "potato2" 2025/07/07 03:27:26 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.86s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:27:26 DEBUG : dir with metadata: Making directory with metadata 2025/07/07 03:27:27 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.63s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:27:29 DEBUG : directory with modtime: Making directory with metadata 2025/07/07 03:27:30 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-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:27:31 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/07 03:27:31 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/07 03:27:32 DEBUG : Google drive root 'crypt/0707fa6l69q20fsuimdak6fs7b1vjjkjn2bo45uajis9qtj400h0': Skipping btime metadata as can't update it on an existing file: 2025-07-07T03:27:31.967233229Z 2025/07/07 03:27:32 INFO : non existent directory: Updated directory metadata 2025/07/07 03:27:34 DEBUG : Google drive root 'crypt/0707fa6l69q20fsuimdak6fs7b1vjjkjn2bo45uajis9qtj400h0': Skipping btime metadata as can't update it on an existing file: 2025-07-07T03:27:31.967233229Z 2025/07/07 03:27:35 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.91s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:27:36 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/07/07 03:27:38 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/07/07 03:27:39 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.15s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:27:41 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/07 03:27:41 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/07 03:27:41 DEBUG : dst: Making directory with metadata 2025/07/07 03:27:41 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/07 03:27:41 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/07 03:27:42 INFO : dst: Set directory modification time (using SetModTime) 2025/07/07 03:27:42 INFO : dst: Set directory modification time (using SetModTime) 2025/07/07 03:27:42 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/07/07 03:27:43 INFO : dst: Set directory modification time (using SetModTime) 2025/07/07 03:27:43 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.47s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza'", Local "Local file system at /tmp/rclone3877668393", Modify Window "1ms" 2025/07/07 03:27:46 DEBUG : sub dir/test remove existing: md5 = 5ac54673c9e529a569cb646f5004c2b4 OK 2025/07/07 03:27:48 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 1bde67dc69cfaeb66d9e6b80de6bc214 OK 2025/07/07 03:27:50 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.tumayog1" before starting 2025/07/07 03:27:51 DEBUG : sub dir/test remove existing.tumayog1: TEST: removing renamed existing file after operation 2025/07/07 03:27:52 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yonoyig4" before starting 2025/07/07 03:27:53 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yonoyig4: TEST: renaming existing back after failed operation 2025/07/07 03:27:55 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yicojes9" before starting 2025/07/07 03:27:56 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yicojes9: TEST: removing renamed existing file after operation 2025/07/07 03:27:57 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "jl79f9101u4jikoj1tsf34p1rk5u2p2e8jc3ov63sqopoovdbsol62bh5prs8f9keka4rk13jdabktbvas4encb1hfs34ft3jjf666h3rr2dbp7ao23uedr4bvst5v7kjh504qngv1a3b1svhjlpv2b24l3t8619ufh61cc93ert87vja3d0" 2025/07/07 03:27:57 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8m9c1ohu32j1gq4s3v9jibacqg23qgsmnalkkqhpjqum9qgn93p0" --- PASS: TestRemoveExisting (13.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/07 03:27:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kufiyil6yeza': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m51.790622961s (try 1/5)