"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/05/07 06:24:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zufucax9cido" 2025/05/07 06:24:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/07 06:24:48 DEBUG : Creating backend with remote "TestDrive:crypt/7v6f0l294b0jgsbt2k2nt1t4r9puagi31efhae0i8aovfpqptju0" 2025/05/07 06:24:49 DEBUG : Creating backend with remote "/tmp/rclone952991613" === 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-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", 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-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/05/07 06:24:50 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/07 06:24:50 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/07 06:24:50 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/05/07 06:24:50 DEBUG : potato: Seek from 10 to 0 2025/05/07 06:24:50 DEBUG : potato: Seek from 10 to 0 2025/05/07 06:24:50 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/05/07 06:24:50 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/07 06:24:50 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/07 06:24:50 DEBUG : potato: Seek from 5 to 2 2025/05/07 06:24:50 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/05/07 06:24:50 DEBUG : potato: Seek from 7 to 0 2025/05/07 06:24:50 DEBUG : potato: Seek from 7 to 0 2025/05/07 06:24:50 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/05/07 06:24:50 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/07 06:24:50 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/07 06:24:50 DEBUG : potato: Seek from 5 to 2 2025/05/07 06:24:50 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/05/07 06:24:50 DEBUG : potato: Seek from 8 to 0 2025/05/07 06:24:50 DEBUG : potato: Seek from 8 to 0 2025/05/07 06:24:50 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/05/07 06:24:50 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/07 06:24:50 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/07 06:24:50 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/07 06:24:50 DEBUG : potato: Seek from 5 to 2 2025/05/07 06:24:50 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/05/07 06:24:50 DEBUG : potato: Seek from 9 to 0 2025/05/07 06:24:50 DEBUG : potato: Seek from 9 to 0 2025/05/07 06:24:50 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:24:52 DEBUG : rutabaga: md5 = f39da10c9da547641ac0c22c84d4ee96 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/05/07 06:24:54 DEBUG : empty space: md5 = 86c7a35e518f6b7a48f380856b13b6b4 OK === RUN TestCheck/3 2025/05/07 06:24:56 DEBUG : potato2: md5 = 538ac0c7a35c0a943f2e12e354256428 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/05/07 06:24:58 DEBUG : remotepotato: md5 = 3e700bdd094f6c0c3dca1c3d74d6bedc OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (10.94s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.27s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.24s) --- PASS: TestCheck/5 (0.22s) --- PASS: TestCheck/6 (0.24s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2025/05/07 06:25:01 DEBUG : Creating backend with remote "nonexistent" 2025/05/07 06:25:01 DEBUG : Creating backend with remote "nonexistent" 2025/05/07 06:25:01 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/05/07 06:25:01 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/05/07 06:25:01 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/05/07 06:25:01 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-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:25:02 DEBUG : rutabaga: md5 = 82ea8cd2c588ff7bf0c03ac6aeab40e2 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/05/07 06:25:06 DEBUG : empty space: md5 = cf2223b49e1c193d137e06fac0b37fc1 OK === RUN TestCheckDownload/3 2025/05/07 06:25:08 DEBUG : potato2: md5 = 44bb5b2c2998e79a6cd4b5120ba2283a OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/05/07 06:25:12 DEBUG : remotepotato: md5 = ab7bd652e99d4b5a7cde6303f0a4b110 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.18s) --- PASS: TestCheckDownload/1 (1.16s) --- PASS: TestCheckDownload/2 (1.10s) --- PASS: TestCheckDownload/3 (0.92s) --- PASS: TestCheckDownload/4 (1.13s) --- PASS: TestCheckDownload/5 (1.11s) --- PASS: TestCheckDownload/6 (0.92s) --- PASS: TestCheckDownload/7 (1.26s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:25:18 DEBUG : rutabaga: md5 = 1668a8689f99e5ee1fd3e3d28749bbfb OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/05/07 06:25:20 DEBUG : empty space: md5 = bca23ce5cc874006ee89ac31ece34f77 OK === RUN TestCheckSizeOnly/3 2025/05/07 06:25:22 DEBUG : potato2: md5 = daf54c2e2b07f9a2579d33642094d7be OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/05/07 06:25:24 DEBUG : remotepotato: md5 = 1a50b7dd91fda973e2084ff889e309fe OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.33s) --- PASS: TestCheckSizeOnly/1 (0.22s) --- PASS: TestCheckSizeOnly/2 (0.23s) --- PASS: TestCheckSizeOnly/3 (0.23s) --- PASS: TestCheckSizeOnly/4 (0.23s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.23s) --- PASS: TestCheckSizeOnly/7 (0.23s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:25:28 DEBUG : test.sum: md5 = 390b4cb6b032b246b8fe4910109bac47 OK 2025/05/07 06:25:30 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/07 06:25:30 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/07 06:25:30 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/07 06:25:30 NOTICE: test.sum: 2 warning(s) suppressed... 2025/05/07 06:25:31 DEBUG : test.sum: md5 = c6b59d53a1044e1ec0aa592789052dcd OK 2025/05/07 06:25:32 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/07 06:25:32 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/07 06:25:32 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/07 06:25:32 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.87s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:25:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zufucax9cido/data" 2025/05/07 06:25:33 DEBUG : Creating backend with remote "TestDrive:crypt/7v6f0l294b0jgsbt2k2nt1t4r9puagi31efhae0i8aovfpqptju0/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido/data' lacks md5, skipping --- SKIP: TestCheckSum (1.92s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:25:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zufucax9cido/data" 2025/05/07 06:25:35 DEBUG : Creating backend with remote "TestDrive:crypt/7v6f0l294b0jgsbt2k2nt1t4r9puagi31efhae0i8aovfpqptju0/vjrnln8ratgmqakfosrqe8espk" 2025/05/07 06:25:38 DEBUG : data/banana: md5 = ca0d83fbe7b0979c33abe1918036f91d OK 2025/05/07 06:25:39 DEBUG : test.sum: md5 = 16b2001896323b2034ce444924c3d509 OK === RUN TestCheckSumDownload/subtest1 2025/05/07 06:25:44 DEBUG : data/potato: md5 = 2294bd494300f9ce2f8f8d815a1d159d OK 2025/05/07 06:25:45 DEBUG : test.sum: md5 = 0afe71159886aff954504950f972f7d2 OK === RUN TestCheckSumDownload/subtest2 2025/05/07 06:25:49 DEBUG : test.sum: md5 = 6ce87ad29d063ac8a73a2d3748eecd4c OK === RUN TestCheckSumDownload/subtest3 2025/05/07 06:25:53 DEBUG : test.sum: md5 = 123eea4fd5fa1ad3e38698c2c3e32d2c OK === RUN TestCheckSumDownload/subtest4 2025/05/07 06:25:58 DEBUG : test.sum: md5 = c22d3e8de8cf1a4523c3e808da4036d5 OK === RUN TestCheckSumDownload/subtest5 2025/05/07 06:26:02 DEBUG : test.sum: md5 = 9ca06587d171fb28a50cac5a886ddc47 OK === RUN TestCheckSumDownload/subtest6 2025/05/07 06:26:05 DEBUG : data/banana: md5 = 69cdcf0bbf21c9d6663d9646be3f7a33 OK 2025/05/07 06:26:07 DEBUG : data/potato: md5 = 62ecb7ff73af7c23d75db60a195c3738 OK 2025/05/07 06:26:08 DEBUG : test.sum: md5 = 8f77321869cb15406ab8c455c8591c8d OK === RUN TestCheckSumDownload/subtest7 2025/05/07 06:26:12 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/05/07 06:26:12 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (38.28s) --- PASS: TestCheckSumDownload/subtest1 (2.33s) --- PASS: TestCheckSumDownload/subtest2 (2.07s) --- PASS: TestCheckSumDownload/subtest3 (2.51s) --- PASS: TestCheckSumDownload/subtest4 (2.45s) --- PASS: TestCheckSumDownload/subtest5 (1.98s) --- PASS: TestCheckSumDownload/subtest6 (2.04s) --- PASS: TestCheckSumDownload/subtest7 (2.06s) === RUN TestApplyTransforms 2025/05/07 06:26:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xofogoq7cexa" 2025/05/07 06:26:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/07 06:26:13 DEBUG : Creating backend with remote "TestDrive:crypt/bvp4r8angn55r19i0btcnd8ajg3ma7sabjssavumn2062asj0850" 2025/05/07 06:26:14 DEBUG : Creating backend with remote "/tmp/rclone3049590297" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xofogoq7cexa'", Local "Local file system at /tmp/rclone3049590297", Modify Window "1ms" 2025/05/07 06:26:16 DEBUG : hello, world!: md5 = 61d9f91abe0dbd0136877bf6bd304d17 OK upper checkfile vs. lower remote (without normalization) 2025/05/07 06:26:17 ERROR : hello, world!: sum not found 2025/05/07 06:26:17 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xofogoq7cexa' 2025/05/07 06:26:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xofogoq7cexa': 1 files missing 2025/05/07 06:26:17 NOTICE: 1 hashes missing 2025/05/07 06:26:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xofogoq7cexa': 2 differences found 2025/05/07 06:26:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xofogoq7cexa': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/05/07 06:26:18 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/07 06:26:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xofogoq7cexa': 0 differences found 2025/05/07 06:26:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xofogoq7cexa': 1 matching files 2025/05/07 06:26:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wezijad4naro" 2025/05/07 06:26:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/07 06:26:18 DEBUG : Creating backend with remote "TestDrive:crypt/j7ckljk251gccqo4cus2936cdesn8m6fb23h3d98cbs53vkb9d2g" 2025/05/07 06:26:19 DEBUG : Creating backend with remote "/tmp/rclone1546439398" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wezijad4naro'", Local "Local file system at /tmp/rclone1546439398", Modify Window "1ms" 2025/05/07 06:26:21 DEBUG : HELLO, WORLD!: md5 = 207711358b4d0e5806bd9f3fc10d5c07 OK lower checkfile vs. upper remote (without normalization) 2025/05/07 06:26:22 ERROR : HELLO, WORLD!: sum not found 2025/05/07 06:26:22 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-wezijad4naro' 2025/05/07 06:26:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wezijad4naro': 1 files missing 2025/05/07 06:26:22 NOTICE: 1 hashes missing 2025/05/07 06:26:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wezijad4naro': 2 differences found 2025/05/07 06:26:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wezijad4naro': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/05/07 06:26:23 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/07 06:26:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wezijad4naro': 0 differences found 2025/05/07 06:26:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wezijad4naro': 1 matching files 2025/05/07 06:26:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dokokez5fozi" 2025/05/07 06:26:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/07 06:26:23 DEBUG : Creating backend with remote "TestDrive:crypt/jm1tseqm434hm4kedf2fva21f4h2ogj4l705a0bo1fdpjvl7glt0" 2025/05/07 06:26:24 DEBUG : Creating backend with remote "/tmp/rclone4152314156" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dokokez5fozi'", Local "Local file system at /tmp/rclone4152314156", Modify Window "1ms" 2025/05/07 06:26:26 DEBUG : HeLlO, wOrLd!: md5 = 66f9a5408478f2ab85f0c8bf5e7d5b5c OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/05/07 06:26:27 ERROR : HeLlO, wOrLd!: sum not found 2025/05/07 06:26:27 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-dokokez5fozi' 2025/05/07 06:26:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dokokez5fozi': 1 files missing 2025/05/07 06:26:27 NOTICE: 1 hashes missing 2025/05/07 06:26:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dokokez5fozi': 2 differences found 2025/05/07 06:26:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dokokez5fozi': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/05/07 06:26:28 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/07 06:26:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dokokez5fozi': 0 differences found 2025/05/07 06:26:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dokokez5fozi': 1 matching files 2025/05/07 06:26:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lifacaq3zuji" 2025/05/07 06:26:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/07 06:26:28 DEBUG : Creating backend with remote "TestDrive:crypt/92oqfa9be8pq97lk38rcn70nq08nooehngasa8lpck12r6j1o2t0" 2025/05/07 06:26:29 DEBUG : Creating backend with remote "/tmp/rclone2202527528" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lifacaq3zuji'", Local "Local file system at /tmp/rclone2202527528", Modify Window "1ms" 2025/05/07 06:26:31 DEBUG : HELLO, WORLD!: md5 = c1f1d30906cac560a56e410e7d2d5194 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/05/07 06:26:31 ERROR : HELLO, WORLD!: sum not found 2025/05/07 06:26:31 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lifacaq3zuji' 2025/05/07 06:26:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lifacaq3zuji': 1 files missing 2025/05/07 06:26:31 NOTICE: 1 hashes missing 2025/05/07 06:26:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lifacaq3zuji': 2 differences found 2025/05/07 06:26:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lifacaq3zuji': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/05/07 06:26:32 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/07 06:26:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lifacaq3zuji': 0 differences found 2025/05/07 06:26:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lifacaq3zuji': 1 matching files 2025/05/07 06:26:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sajumah7bava" 2025/05/07 06:26:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/07 06:26:33 DEBUG : Creating backend with remote "TestDrive:crypt/sqn4pnr1qmnhifi92ivai7tn5njiqbt3v89mbhce6i0kjpgjv040" 2025/05/07 06:26:33 DEBUG : Creating backend with remote "/tmp/rclone3063268927" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sajumah7bava'", Local "Local file system at /tmp/rclone3063268927", Modify Window "1ms" 2025/05/07 06:26:35 DEBUG : 測試_Русский___ě_áñ: md5 = 3641628ff5124874a28b33b1542d10c7 OK NFD checkfile vs. NFC remote (without normalization) 2025/05/07 06:26:36 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/07 06:26:36 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-sajumah7bava' 2025/05/07 06:26:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sajumah7bava': 1 files missing 2025/05/07 06:26:36 NOTICE: 1 hashes missing 2025/05/07 06:26:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sajumah7bava': 2 differences found 2025/05/07 06:26:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sajumah7bava': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/05/07 06:26:37 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/07 06:26:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sajumah7bava': 0 differences found 2025/05/07 06:26:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sajumah7bava': 1 matching files 2025/05/07 06:26:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-keluyoh1yewu" 2025/05/07 06:26:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/07 06:26:37 DEBUG : Creating backend with remote "TestDrive:crypt/npic4gme8h4a7dvg9ren61t7occ2po6ji5t84rsa8csfh0omknqg" 2025/05/07 06:26:38 DEBUG : Creating backend with remote "/tmp/rclone13014382" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keluyoh1yewu'", Local "Local file system at /tmp/rclone13014382", Modify Window "1ms" 2025/05/07 06:26:40 DEBUG : 測試_Русский___ě_áñ: md5 = a461fc31eececbb053a61e74c9b5563f OK NFC checkfile vs. NFD remote (without normalization) 2025/05/07 06:26:40 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/07 06:26:40 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-keluyoh1yewu' 2025/05/07 06:26:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keluyoh1yewu': 1 files missing 2025/05/07 06:26:40 NOTICE: 1 hashes missing 2025/05/07 06:26:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keluyoh1yewu': 2 differences found 2025/05/07 06:26:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keluyoh1yewu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/05/07 06:26:41 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/07 06:26:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keluyoh1yewu': 0 differences found 2025/05/07 06:26:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keluyoh1yewu': 1 matching files 2025/05/07 06:26:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jitikof0dilu" 2025/05/07 06:26:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/07 06:26:42 DEBUG : Creating backend with remote "TestDrive:crypt/drpb4u0g9rrdqmra0jo2dqkk0obunq3i35c5pgsk53qcrmtrglc0" 2025/05/07 06:26:42 DEBUG : Creating backend with remote "/tmp/rclone741574637" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jitikof0dilu'", Local "Local file system at /tmp/rclone741574637", Modify Window "1ms" 2025/05/07 06:26:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 278d4ff4b56899abc4699459493c510c OK NFDx2 checkfile vs. both remote (without normalization) 2025/05/07 06:26:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/07 06:26:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jitikof0dilu' 2025/05/07 06:26:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jitikof0dilu': 1 files missing 2025/05/07 06:26:45 NOTICE: 1 hashes missing 2025/05/07 06:26:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jitikof0dilu': 2 differences found 2025/05/07 06:26:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jitikof0dilu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/05/07 06:26:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/07 06:26:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jitikof0dilu': 0 differences found 2025/05/07 06:26:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jitikof0dilu': 1 matching files 2025/05/07 06:26:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lanunom3woxu" 2025/05/07 06:26:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/07 06:26:46 DEBUG : Creating backend with remote "TestDrive:crypt/7v1gjv1uiai929vpbfk8nnjtktvhgq1bm992l6ggr7qemeqevbqg" 2025/05/07 06:26:47 DEBUG : Creating backend with remote "/tmp/rclone2198369497" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lanunom3woxu'", Local "Local file system at /tmp/rclone2198369497", Modify Window "1ms" 2025/05/07 06:26:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 199f6b30e7ded2c3f6a2516b24491526 OK NFCx2 checkfile vs. both remote (without normalization) 2025/05/07 06:26:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/07 06:26:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-lanunom3woxu' 2025/05/07 06:26:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lanunom3woxu': 1 files missing 2025/05/07 06:26:50 NOTICE: 1 hashes missing 2025/05/07 06:26:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lanunom3woxu': 2 differences found 2025/05/07 06:26:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lanunom3woxu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/05/07 06:26:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/07 06:26:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lanunom3woxu': 0 differences found 2025/05/07 06:26:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lanunom3woxu': 1 matching files 2025/05/07 06:26:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bewizer5cepa" 2025/05/07 06:26:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/07 06:26:51 DEBUG : Creating backend with remote "TestDrive:crypt/vau67l4juhbhd4p4iggngdrd7h9f9002ng66utejhtugi26n0340" 2025/05/07 06:26:52 DEBUG : Creating backend with remote "/tmp/rclone1863964837" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bewizer5cepa'", Local "Local file system at /tmp/rclone1863964837", Modify Window "1ms" 2025/05/07 06:26:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 0cfc8fbdcc61e3412024c12071551a8c OK both checkfile vs. NFDx2 remote (without normalization) 2025/05/07 06:26:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/07 06:26:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bewizer5cepa' 2025/05/07 06:26:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bewizer5cepa': 1 files missing 2025/05/07 06:26:55 NOTICE: 1 hashes missing 2025/05/07 06:26:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bewizer5cepa': 2 differences found 2025/05/07 06:26:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bewizer5cepa': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/05/07 06:26:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/07 06:26:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bewizer5cepa': 0 differences found 2025/05/07 06:26:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bewizer5cepa': 1 matching files 2025/05/07 06:26:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cuqoqow0zeri" 2025/05/07 06:26:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/07 06:26:56 DEBUG : Creating backend with remote "TestDrive:crypt/tdh6r86qvag1pj3dl43q8fnms6ffd9gbpkde4s20hjgo64uqoujg" 2025/05/07 06:26:57 DEBUG : Creating backend with remote "/tmp/rclone417359619" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cuqoqow0zeri'", Local "Local file system at /tmp/rclone417359619", Modify Window "1ms" 2025/05/07 06:26:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 3aa4cf0a31eb5cab9a4330cfb18d7dc2 OK both checkfile vs. NFCx2 remote (without normalization) 2025/05/07 06:27:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/07 06:27:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cuqoqow0zeri' 2025/05/07 06:27:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuqoqow0zeri': 1 files missing 2025/05/07 06:27:00 NOTICE: 1 hashes missing 2025/05/07 06:27:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuqoqow0zeri': 2 differences found 2025/05/07 06:27:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuqoqow0zeri': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/05/07 06:27:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/07 06:27:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuqoqow0zeri': 0 differences found 2025/05/07 06:27:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuqoqow0zeri': 1 matching files 2025/05/07 06:27:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cuqoqow0zeri': Purge remote 2025/05/07 06:27:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bewizer5cepa': Purge remote 2025/05/07 06:27:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lanunom3woxu': Purge remote 2025/05/07 06:27:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jitikof0dilu': Purge remote 2025/05/07 06:27:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-keluyoh1yewu': Purge remote 2025/05/07 06:27:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sajumah7bava': Purge remote 2025/05/07 06:27:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lifacaq3zuji': Purge remote 2025/05/07 06:27:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dokokez5fozi': Purge remote 2025/05/07 06:27:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wezijad4naro': Purge remote 2025/05/07 06:27:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xofogoq7cexa': Purge remote --- PASS: TestApplyTransforms (52.26s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:27:06 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/07 06:27:08 DEBUG : sub/file2: md5 = 845ca2a5fa09b18f4357efa861d80a82 OK 2025/05/07 06:27:08 INFO : file1: Copied (new) to: sub/file2 2025/05/07 06:27:08 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:27:08 DEBUG : file1: Unchanged skipping 2025/05/07 06:27:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': don't need to copy/move sub/file2, it is already at target location 2025/05/07 06:27:11 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.82s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.42s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:27:14 DEBUG : dst/file1: md5 = f6f390845c1e59b8295c4292393dde3f OK 2025/05/07 06:27:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zufucax9cido/backup" 2025/05/07 06:27:14 DEBUG : Creating backend with remote "TestDrive:crypt/7v6f0l294b0jgsbt2k2nt1t4r9puagi31efhae0i8aovfpqptju0/1nrff024r7pq65ecp72fc28jb0" 2025/05/07 06:27:16 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/07 06:27:18 INFO : dst/file1: Moved (server-side) 2025/05/07 06:27:19 DEBUG : dst/file1: md5 = 19ff9d992be9ab88807320195e927f8f OK 2025/05/07 06:27:19 INFO : dst/file1: Copied (new) 2025/05/07 06:27:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/07 06:27:23 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/07 06:27:23 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.30s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:27:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zufucax9cido/dst" 2025/05/07 06:27:24 DEBUG : Creating backend with remote "TestDrive:crypt/7v6f0l294b0jgsbt2k2nt1t4r9puagi31efhae0i8aovfpqptju0/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/07 06:27:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zufucax9cido/CompareDest" 2025/05/07 06:27:26 DEBUG : Creating backend with remote "TestDrive:crypt/7v6f0l294b0jgsbt2k2nt1t4r9puagi31efhae0i8aovfpqptju0/gveqi14airsml4bgu7krj116o8" 2025/05/07 06:27:27 DEBUG : one: Need to transfer - File not found at Destination 2025/05/07 06:27:30 DEBUG : one: md5 = f4a8a77b6cdf98de3025a0d41172c3f7 OK 2025/05/07 06:27:30 INFO : one: Copied (new) 2025/05/07 06:27:31 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/07 06:27:32 DEBUG : one: md5 = 040e1202b31b82b7f1ca57367958da94 OK 2025/05/07 06:27:32 INFO : one: Copied (replaced existing) 2025/05/07 06:27:34 DEBUG : dst/one: md5 = 4ed32de3f7c64a20dcdb6f572cf805c9 OK 2025/05/07 06:27:36 DEBUG : CompareDest/one: md5 = 546730299281139351c0c3713359dee9 OK 2025/05/07 06:27:36 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/07 06:27:37 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 06:27:37 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/07 06:27:39 DEBUG : CompareDest/two: md5 = 61a2fd554d7e523c3ac206d0cbdbbc0d OK 2025/05/07 06:27:39 DEBUG : two: Need to transfer - File not found at Destination 2025/05/07 06:27:40 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 06:27:40 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/07 06:27:40 DEBUG : two: Need to transfer - File not found at Destination 2025/05/07 06:27:41 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 06:27:41 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/07 06:27:42 DEBUG : two: Need to transfer - File not found at Destination 2025/05/07 06:27:42 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/07 06:27:43 DEBUG : two: md5 = ae808a7d49866904a09317b1011bbc11 OK 2025/05/07 06:27:43 INFO : two: Copied (new) 2025/05/07 06:27:46 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/07 06:27:46 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:27:47 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:27:47 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (23.66s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:27:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zufucax9cido/dst" 2025/05/07 06:27:48 DEBUG : Creating backend with remote "TestDrive:crypt/7v6f0l294b0jgsbt2k2nt1t4r9puagi31efhae0i8aovfpqptju0/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/07 06:27:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zufucax9cido/CopyDest" 2025/05/07 06:27:49 DEBUG : Creating backend with remote "TestDrive:crypt/7v6f0l294b0jgsbt2k2nt1t4r9puagi31efhae0i8aovfpqptju0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/05/07 06:27:51 DEBUG : one: Need to transfer - File not found at Destination 2025/05/07 06:27:53 DEBUG : one: md5 = d6e57bb2aa8f471ce271be1fdc7b7fae OK 2025/05/07 06:27:53 INFO : one: Copied (new) 2025/05/07 06:27:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/07 06:27:56 DEBUG : one: md5 = 979d99b14f30af642da82ec461ee1375 OK 2025/05/07 06:27:56 INFO : one: Copied (replaced existing) 2025/05/07 06:27:58 DEBUG : dst/one: md5 = 46056359858debaa32bd015ea44a6ce6 OK 2025/05/07 06:28:00 DEBUG : CopyDest/one: md5 = f1e128e91107206e840a0e95bc9530c4 OK 2025/05/07 06:28:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zufucax9cido/BackupDir" 2025/05/07 06:28:00 DEBUG : Creating backend with remote "TestDrive:crypt/7v6f0l294b0jgsbt2k2nt1t4r9puagi31efhae0i8aovfpqptju0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/05/07 06:28:02 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/07 06:28:02 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 06:28:02 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/07 06:28:04 INFO : one: Moved (server-side) 2025/05/07 06:28:05 INFO : one: Copied (server-side copy) 2025/05/07 06:28:05 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/07 06:28:07 DEBUG : CopyDest/two: md5 = d6139e1ad31cef650af5767bb83831a2 OK 2025/05/07 06:28:07 DEBUG : two: Need to transfer - File not found at Destination 2025/05/07 06:28:07 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 06:28:08 INFO : two: Copied (server-side copy) 2025/05/07 06:28:08 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/07 06:28:09 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 06:28:09 DEBUG : two: Unchanged skipping 2025/05/07 06:28:11 DEBUG : CopyDest/three: md5 = 3f1eb889c75e82c0a8fcd5c6a95dca64 OK 2025/05/07 06:28:12 DEBUG : three: Need to transfer - File not found at Destination 2025/05/07 06:28:12 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/07 06:28:12 DEBUG : three: Destination not found in --copy-dest 2025/05/07 06:28:13 DEBUG : three: md5 = eeecc1eae5ae489db1c7f05b2cb6e03d OK 2025/05/07 06:28:13 INFO : three: Copied (new) 2025/05/07 06:28:18 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/07 06:28:18 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:28:18 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/07 06:28:19 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:28:19 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/07 06:28:19 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/07 06:28:19 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.25s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.40s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.40s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:28:21 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/05/07 06:28:23 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 55390c9747412bb4d27cb6c2ee8d80bc OK 2025/05/07 06:28:23 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/05/07 06:28:23 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/05/07 06:28:24 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/05/07 06:28:25 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/05/07 06:28:26 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/05/07 06:28:27 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 7fad76ba3c0b1a2282cd2a69fba9ee39 OK 2025/05/07 06:28:27 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/05/07 06:28:29 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/05/07 06:28:29 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.55s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.44s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:28:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': Looking for duplicate names using skip mode. 2025/05/07 06:28:34 NOTICE: one: Found 2 files with duplicate names 2025/05/07 06:28:34 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.00s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:28:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': Looking for duplicate names using skip mode. 2025/05/07 06:28:40 NOTICE: one: Found 3 files with duplicate names 2025/05/07 06:28:40 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/05/07 06:28:40 INFO : one: Deleted 2025/05/07 06:28:40 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.28s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:28:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': Looking for duplicate names using first mode. 2025/05/07 06:28:46 NOTICE: one: Found 3 files with duplicate names 2025/05/07 06:28:46 INFO : one: Deleted 2025/05/07 06:28:47 INFO : one: Deleted 2025/05/07 06:28:47 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.12s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:28:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': Looking for duplicate names using newest mode. 2025/05/07 06:28:52 NOTICE: one: Found 3 files with duplicate names 2025/05/07 06:28:52 INFO : one: Deleted 2025/05/07 06:28:53 INFO : one: Deleted 2025/05/07 06:28:53 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (5.86s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.38s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:28:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': Looking for duplicate names using oldest mode. 2025/05/07 06:28:58 NOTICE: one: Found 3 files with duplicate names 2025/05/07 06:28:59 INFO : one: Deleted 2025/05/07 06:28:59 INFO : one: Deleted 2025/05/07 06:28:59 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.20s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:29:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': Looking for duplicate names using largest mode. 2025/05/07 06:29:04 NOTICE: one: Found 3 files with duplicate names 2025/05/07 06:29:05 INFO : one: Deleted 2025/05/07 06:29:05 INFO : one: Deleted 2025/05/07 06:29:05 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (5.99s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:29:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': Looking for duplicate names using smallest mode. 2025/05/07 06:29:11 NOTICE: one: Found 3 files with duplicate names 2025/05/07 06:29:11 INFO : one: Deleted 2025/05/07 06:29:12 INFO : one: Deleted 2025/05/07 06:29:12 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.41s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:29:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': Looking for duplicate names using rename mode. 2025/05/07 06:29:18 NOTICE: one.txt: Found 3 files with duplicate names 2025/05/07 06:29:19 INFO : one-2.txt: renamed from: one.txt 2025/05/07 06:29:21 INFO : one-3.txt: renamed from: one.txt 2025/05/07 06:29:22 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.52s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:29:26 DEBUG : dupe1/one.txt: md5 = f6e403d10c5f65519aede1a6997399d4 OK 2025/05/07 06:29:28 DEBUG : dupe2/two.txt: md5 = fdded8b9c9b241f63ed0f3e4632de85e OK 2025/05/07 06:29:30 DEBUG : dupe3/three.txt: md5 = c17473928a4e7d3c9936dec2dd37c90c OK 2025/05/07 06:29:31 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/05/07 06:29:31 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/05/07 06:29:32 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/05/07 06:29:32 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/05/07 06:29:36 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/05/07 06:29:36 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/05/07 06:29:36 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (11.94s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:29:38 DEBUG : a.txt: md5 = 8df5172510aba0b0c0febd7ee9c5acdc OK 2025/05/07 06:29:39 DEBUG : zend.txt: md5 = eb4f0826646e80444d0e1a85f1decffa OK 2025/05/07 06:29:41 DEBUG : sub dir/hello world: md5 = ce6c94a4c7cd269ecc613be597e76129 OK 2025/05/07 06:29:42 DEBUG : sub dir/hello world2: md5 = 574bb039ea5cc613179da7ece0f9e94b OK 2025/05/07 06:29:45 DEBUG : sub dir/ignore dir/.ignore: md5 = d6fd737c1c0b09bfa0745bda57276129 OK 2025/05/07 06:29:46 DEBUG : sub dir/ignore dir/should be ignored: md5 = e3c3c8d6c355713f3ac537e7fdfd6505 OK 2025/05/07 06:29:48 DEBUG : sub dir/sub sub dir/hello world3: md5 = 411945854744eadf3a785b2a170c1379 OK 2025/05/07 06:29:49 DEBUG : a.txt: Excluded (Size Filter) 2025/05/07 06:29:49 DEBUG : a.txt: Excluded 2025/05/07 06:29:50 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/07 06:29:50 DEBUG : sub dir/hello world: Excluded 2025/05/07 06:29:50 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/07 06:29:50 DEBUG : sub dir/hello world2: Excluded 2025/05/07 06:29:50 DEBUG : sub dir/ignore dir: Excluded 2025/05/07 06:29:50 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/07 06:29:50 DEBUG : sub dir/hello world: Excluded 2025/05/07 06:29:50 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/07 06:29:50 DEBUG : sub dir/hello world2: Excluded 2025/05/07 06:29:50 DEBUG : sub dir/ignore dir: Excluded 2025/05/07 06:29:55 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/05/07 06:29:56 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/05/07 06:29:56 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/05/07 06:29:56 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/05/07 06:29:56 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/05/07 06:29:56 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/05/07 06:29:56 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (20.66s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:29:58 DEBUG : a.txt: md5 = 517dd8b6a8cf1bce310792da811ae0b7 OK 2025/05/07 06:30:00 DEBUG : zend.txt: md5 = 6cf8ca36bbeaa4ea0ac534103a8381c0 OK 2025/05/07 06:30:02 DEBUG : sub dir/hello world: md5 = ddd119b241bb5bdae81bacbd6d3839c1 OK 2025/05/07 06:30:03 DEBUG : sub dir/hello world2: md5 = 2d280e2a8b5a90f23e5d284b6cb1ed21 OK 2025/05/07 06:30:06 DEBUG : sub dir/ignore dir/.ignore: md5 = 4b5f2297e56694d2cc1aac7aa014e63a OK 2025/05/07 06:30:07 DEBUG : sub dir/ignore dir/should be ignored: md5 = 50e111e83779a00e5f660ff0755f8c76 OK 2025/05/07 06:30:09 DEBUG : sub dir/sub sub dir/hello world3: md5 = 4f1cadcbb8bff3ca1d804f43cf8773b0 OK 2025/05/07 06:30:10 DEBUG : a.txt: Excluded (Size Filter) 2025/05/07 06:30:10 DEBUG : a.txt: Excluded 2025/05/07 06:30:11 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/07 06:30:11 DEBUG : sub dir/hello world2: Excluded 2025/05/07 06:30:11 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/07 06:30:11 DEBUG : sub dir/hello world: Excluded 2025/05/07 06:30:12 DEBUG : sub dir/ignore dir: Excluded 2025/05/07 06:30:12 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/07 06:30:12 DEBUG : sub dir/hello world2: Excluded 2025/05/07 06:30:12 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/07 06:30:12 DEBUG : sub dir/hello world: Excluded 2025/05/07 06:30:12 DEBUG : sub dir/ignore dir: Excluded 2025/05/07 06:30:17 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/05/07 06:30:17 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/05/07 06:30:17 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/05/07 06:30:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/05/07 06:30:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/05/07 06:30:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/05/07 06:30:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (21.76s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:30:20 DEBUG : file1: md5 = 342c3b6d38f780878be2817c8776e407 OK 2025/05/07 06:30:22 DEBUG : sub/file2: md5 = 2c29b1090d2bb0bdc1086781864aea90 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/05/07 06:30:25 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/05/07 06:30:26 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/05/07 06:30:26 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/05/07 06:30:28 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.67s) --- PASS: TestListJSON/Default (0.41s) --- PASS: TestListJSON/FilesOnly (0.23s) --- PASS: TestListJSON/DirsOnly (0.23s) --- PASS: TestListJSON/Recurse (0.45s) --- PASS: TestListJSON/SubDir (0.30s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.23s) --- PASS: TestListJSON/ShowHash (0.23s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.65s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:30:30 DEBUG : file1: md5 = 8ccdcec4a0379692c8c23982e3547c9f OK 2025/05/07 06:30:32 DEBUG : sub/file2: md5 = 3903914ffba1524d04d1feb8d5400f39 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/05/07 06:30:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zufucax9cido/notfound" 2025/05/07 06:30:37 DEBUG : Creating backend with remote "TestDrive:crypt/7v6f0l294b0jgsbt2k2nt1t4r9puagi31efhae0i8aovfpqptju0/qe0i31qdkoejk60elps0ni5sqk" 2025/05/07 06:30:40 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.11s) --- PASS: TestStatJSON/Root (0.23s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.49s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.20s) --- PASS: TestStatJSON/NotFound (1.49s) --- PASS: TestStatJSON/DirFilesOnly (0.22s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.20s) --- PASS: TestStatJSON/DirDirsOnly (0.22s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.67s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:30:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': Making directory 2025/05/07 06:30:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': Making directory --- PASS: TestMkdir (0.65s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:30:43 DEBUG : sub dir/hello world: md5 = f5ad21f5832ca9ffb7a5459530cd4b19 OK 2025/05/07 06:30:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.76s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:30:47 DEBUG : potato2: md5 = 99664a250ec94cb79213c79cf9e4d13a OK 2025/05/07 06:30:49 DEBUG : empty space: md5 = 732363fdf4027b61e3254bd46400b8b1 OK --- PASS: TestLs (4.51s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:30:52 DEBUG : potato2: md5 = 4cb7bc4ea6a91d58c6356568208730b9 OK 2025/05/07 06:30:53 DEBUG : empty space: md5 = 220e424d9a74fe6f87ebfd71a856ac8d OK 2025/05/07 06:30:54 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.96s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:30:57 DEBUG : potato2: md5 = 6589cc7ac1b18583cb7bd24ef7105b26 OK 2025/05/07 06:30:58 DEBUG : empty space: md5 = ad1bc52ff453eb719c740b7a61492568 OK --- PASS: TestLsLong (4.58s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:31:01 DEBUG : potato2: md5 = 35eae33a259f0e456bf7cca3ecfba019 OK 2025/05/07 06:31:03 DEBUG : empty space: md5 = 6b083712c5e4c8d1ddbf0841e35a7459 OK --- PASS: TestHashSums (4.34s) === RUN TestHashSumsWithErrors 2025/05/07 06:31:04 DEBUG : Creating backend with remote ":memory:" 2025/05/07 06:31:04 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/05/07 06:31:04 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/07 06:31:04 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/07 06:31:04 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/07 06:31:04 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/07 06:31:04 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/07 06:31:04 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/07 06:31:04 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/05/07 06:31:04 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-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:31:06 DEBUG : potato2: md5 = afc243d47a33669a01819f9aac9815dc OK 2025/05/07 06:31:07 DEBUG : empty space: md5 = 1aea1dfcbe2a3698f7f0ba0747855931 OK 2025/05/07 06:31:09 DEBUG : sub dir/potato3: md5 = 47078a4479afde5286086af25012addd OK 2025/05/07 06:31:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.43s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:31:14 DEBUG : small: md5 = 8bbe325196e6091b98e48042dd36323f OK 2025/05/07 06:31:16 DEBUG : medium: md5 = 7851213baeb8f561c8267b766cfd1963 OK 2025/05/07 06:31:17 DEBUG : large: md5 = e9f86a553395d6d8c1ca74822afefa34 OK 2025/05/07 06:31:18 DEBUG : Waiting for deletions to finish 2025/05/07 06:31:18 DEBUG : large: Excluded (Size Filter) 2025/05/07 06:31:18 INFO : small: Deleted 2025/05/07 06:31:18 INFO : medium: Deleted --- PASS: TestDelete (6.71s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:31:21 DEBUG : small: md5 = 1684ed16f58a8921255d2e24dee77168 OK 2025/05/07 06:31:22 DEBUG : medium: md5 = 5c6b3d538c38c53438680c3e60376f49 OK 2025/05/07 06:31:23 DEBUG : large: md5 = 7cfcd098899d850a5088e20286c96f33 OK 2025/05/07 06:31:24 DEBUG : Waiting for deletions to finish 2025/05/07 06:31:24 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/05/07 06:31:24 INFO : small: Deleted 2025/05/07 06:31:24 INFO : medium: Deleted --- PASS: TestMaxDelete (6.66s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:31:27 DEBUG : small: md5 = 200d9c806cb8e3f73886a86eaa47b186 OK 2025/05/07 06:31:29 DEBUG : medium: md5 = f61b40b50146a8181a18efb74ce35eb0 OK 2025/05/07 06:31:30 DEBUG : large: md5 = 4e95c7f0c868f7d968c07a7d1044ae5d OK 2025/05/07 06:31:30 DEBUG : Waiting for deletions to finish 2025/05/07 06:31:31 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/07 06:31:31 INFO : medium: Deleted 2025/05/07 06:31:31 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.54s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:31:34 DEBUG : small: md5 = 11248c1cf9429c978de674ccdaf52acb OK 2025/05/07 06:31:35 DEBUG : medium: md5 = a3ede93674ff6e92aac48c3d898158d5 OK 2025/05/07 06:31:36 DEBUG : large: md5 = d7ad45c4f16c0a944cc28c841d8120ac OK 2025/05/07 06:31:37 DEBUG : Waiting for deletions to finish 2025/05/07 06:31:37 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/05/07 06:31:37 INFO : small: Deleted 2025/05/07 06:31:37 INFO : large: Deleted --- PASS: TestMaxDeleteSize (6.45s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:31:40 DEBUG : ReadFile: md5 = 6a81ddead986c6c2df380d080dbb8285 OK --- PASS: TestReadFile (3.79s) === RUN TestRetry 2025/05/07 06:31:43 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/05/07 06:31:43 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/05/07 06:31:43 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/07 06:31:43 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/07 06:31:43 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/07 06:31:43 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/07 06:31:43 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:31:44 DEBUG : file1: md5 = 99ee24a3226b6551cb25b807897c99a2 OK 2025/05/07 06:31:46 DEBUG : file2: md5 = ddeab1d1f0595289ff9f2193aecf9a2d OK --- PASS: TestCat (19.69s) === RUN TestPurge 2025/05/07 06:32:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-levohok2gogi" 2025/05/07 06:32:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/07 06:32:03 DEBUG : Creating backend with remote "TestDrive:crypt/65ahfhmh76r8lrhmknnr8f6gj2pdl0gmikg0ptknsn938ebhj6a0" 2025/05/07 06:32:04 DEBUG : Creating backend with remote "/tmp/rclone4160769458" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-levohok2gogi'", Local "Local file system at /tmp/rclone4160769458", Modify Window "1ms" 2025/05/07 06:32:08 DEBUG : A1/B1/C1/one: md5 = fdf6939cb9907abaaddc1d7c08f5be1b OK 2025/05/07 06:32:08 INFO : A2: Making directory 2025/05/07 06:32:09 INFO : A1/B2: Making directory 2025/05/07 06:32:10 INFO : A1/B2/C2: Making directory 2025/05/07 06:32:11 INFO : A1/B1/C3: Making directory 2025/05/07 06:32:11 INFO : A3: Making directory 2025/05/07 06:32:12 INFO : A3/B3: Making directory 2025/05/07 06:32:13 INFO : A3/B3/C4: Making directory 2025/05/07 06:32:15 DEBUG : A1/two: md5 = 653cf28ad924af2848a5f651e3a17501 OK 2025/05/07 06:32:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-levohok2gogi': Purge remote 2025/05/07 06:32:18 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.76s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:32:22 DEBUG : A1/B1/C1/one: md5 = 50b659a69c81bf0d7e8b2d3b35bfcd60 OK 2025/05/07 06:32:22 INFO : A2: Making directory 2025/05/07 06:32:23 INFO : A1/B2: Making directory 2025/05/07 06:32:24 INFO : A1/B2/C2: Making directory 2025/05/07 06:32:24 INFO : A1/B1/C3: Making directory 2025/05/07 06:32:25 INFO : A3: Making directory 2025/05/07 06:32:26 INFO : A3/B3: Making directory 2025/05/07 06:32:26 INFO : A3/B3/C4: Making directory 2025/05/07 06:32:28 DEBUG : A1/two: md5 = d305fbbbad0abdfde32aa139a177aa01 OK 2025/05/07 06:32:30 DEBUG : removing 1 level 3 directories 2025/05/07 06:32:30 INFO : A3/B3/C4: Removing directory 2025/05/07 06:32:32 DEBUG : removing 2 level 3 directories 2025/05/07 06:32:32 INFO : A1/B2/C2: Removing directory 2025/05/07 06:32:32 INFO : A1/B1/C3: Removing directory 2025/05/07 06:32:33 DEBUG : removing 2 level 2 directories 2025/05/07 06:32:33 INFO : A3/B3: Removing directory 2025/05/07 06:32:33 INFO : A1/B2: Removing directory 2025/05/07 06:32:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/07 06:32:33 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/05/07 06:32:34 DEBUG : removing 2 level 1 directories 2025/05/07 06:32:34 INFO : A3: Removing directory 2025/05/07 06:32:34 INFO : A2: Removing directory 2025/05/07 06:32:34 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/05/07 06:32:37 DEBUG : removing 1 level 3 directories 2025/05/07 06:32:37 INFO : A1/B1/C1: Removing directory 2025/05/07 06:32:38 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:38 DEBUG : removing 1 level 2 directories 2025/05/07 06:32:38 INFO : A1/B1: Removing directory 2025/05/07 06:32:38 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/07 06:32:38 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/07 06:32:39 DEBUG : removing 1 level 1 directories 2025/05/07 06:32:39 INFO : A1: Removing directory 2025/05/07 06:32:39 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/07 06:32:39 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/07 06:32:39 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/07 06:32:40 DEBUG : removing 1 level 0 directories 2025/05/07 06:32:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': Removing directory 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/07 06:32:40 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" --- PASS: TestRmdirsNoLeaveRoot (22.67s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:32:42 INFO : A1: Making directory 2025/05/07 06:32:42 INFO : A1/B1: Making directory 2025/05/07 06:32:43 INFO : A1/B1/C1: Making directory 2025/05/07 06:32:46 DEBUG : removing 1 level 3 directories 2025/05/07 06:32:46 INFO : A1/B1/C1: Removing directory 2025/05/07 06:32:46 DEBUG : removing 1 level 2 directories 2025/05/07 06:32:46 INFO : A1/B1: Removing directory 2025/05/07 06:32:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/07 06:32:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.81s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:32:49 INFO : A1: Making directory 2025/05/07 06:32:50 INFO : A1/B1: Making directory 2025/05/07 06:32:51 INFO : A1/B1/C1: Making directory 2025/05/07 06:32:53 DEBUG : removing 1 level 3 directories 2025/05/07 06:32:53 INFO : A1/B1/C1: Removing directory 2025/05/07 06:32:54 DEBUG : removing 1 level 2 directories 2025/05/07 06:32:54 INFO : A1/B1: Removing directory 2025/05/07 06:32:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/07 06:32:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.51s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:32:58 DEBUG : file1: md5 = 1944d8d9020c138a494dfc1f67cf91c5 OK 2025/05/07 06:32:59 DEBUG : filename.txt: File name found in url 2025/05/07 06:33:00 DEBUG : filename.txt: md5 = 34ad285cfbffa51f5aaeede8046d4074 OK 2025/05/07 06:33:00 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/05/07 06:33:01 DEBUG : headerfilename.txt: md5 = 5804788f413be368093585e686be65d5 OK 2025/05/07 06:33:03 DEBUG : file2: md5 = ebc8920c0b7a093f0839c0fabc0942e3 OK --- PASS: TestCopyURL (9.04s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:33:06 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/07 06:33:08 DEBUG : sub/file2: md5 = 782160516b346ededc9d5121c999efe6 OK 2025/05/07 06:33:08 INFO : file1: Copied (new) to: sub/file2 2025/05/07 06:33:08 INFO : file1: Deleted 2025/05/07 06:33:09 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:33:09 DEBUG : file1: Unchanged skipping 2025/05/07 06:33:09 INFO : file1: Deleted 2025/05/07 06:33:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': don't need to copy/move sub/file2, it is already at target location 2025/05/07 06:33:11 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.28s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:33:12 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/07 06:33:13 DEBUG : file1: md5 = 3824829333c9110656beb875f4ad9398 OK 2025/05/07 06:33:13 INFO : file1: Copied (new) 2025/05/07 06:33:13 INFO : file1: Deleted 2025/05/07 06:33:14 DEBUG : file1: Destination exists, skipping 2025/05/07 06:33:14 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.31s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.42s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:33:18 DEBUG : dst/file1: md5 = 542ac41a950ace51357c2233cb3602fd OK 2025/05/07 06:33:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zufucax9cido/backup" 2025/05/07 06:33:19 DEBUG : Config file has changed externally - reloading 2025/05/07 06:33:19 DEBUG : Creating backend with remote "TestDrive:crypt/7v6f0l294b0jgsbt2k2nt1t4r9puagi31efhae0i8aovfpqptju0/1nrff024r7pq65ecp72fc28jb0" 2025/05/07 06:33:20 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/07 06:33:23 INFO : dst/file1: Moved (server-side) 2025/05/07 06:33:24 DEBUG : dst/file1: md5 = 09ade645170956cb610451a1b7c9e261 OK 2025/05/07 06:33:24 INFO : dst/file1: Copied (new) 2025/05/07 06:33:24 INFO : dst/file1: Deleted 2025/05/07 06:33:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/07 06:33:27 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/07 06:33:28 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.67s) === 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-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:33:31 DEBUG : A1/one: md5 = 7936c650798a1a51eaf98324ea782aa5 OK 2025/05/07 06:33:32 DEBUG : A1/two: md5 = c2a6630acd0ab9a40c8e4930ceffde88 OK 2025/05/07 06:33:34 DEBUG : A1/B1/three: md5 = c3bd4f4a1809acbe5f1a3c687a9f0bf4 OK 2025/05/07 06:33:36 DEBUG : A1/B1/C1/four: md5 = 098b66a74cef4dd940d2fa2b8496d20f OK 2025/05/07 06:33:38 DEBUG : A1/B1/C2/five: md5 = 3690cb16964780de2d221bfc014ebb48 OK 2025/05/07 06:33:38 INFO : A1/B2: Making directory 2025/05/07 06:33:39 INFO : A1/B1/C3: Making directory 2025/05/07 06:33:49 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/05/07 06:33:49 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/05/07 06:33:49 INFO : A2/two: Moved (server-side) to: A3/two 2025/05/07 06:33:49 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/05/07 06:33:49 INFO : A2/one: Moved (server-side) to: A3/one 2025/05/07 06:33:52 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/07 06:33:52 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/07 06:33:52 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/07 06:33:53 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/07 06:33:53 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/07 06:33:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/05/07 06:34:00 INFO : A3/two: Moved (server-side) to: A4/two 2025/05/07 06:34:00 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/05/07 06:34:00 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/05/07 06:34:00 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/05/07 06:34:00 INFO : A3/one: Moved (server-side) to: A4/one 2025/05/07 06:34:03 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/07 06:34:03 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/07 06:34:03 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/07 06:34:04 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/07 06:34:04 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/07 06:34:11 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/05/07 06:34:11 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/05/07 06:34:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/07 06:34:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/07 06:34:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/07 06:34:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/07 06:34:13 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/07 06:34:13 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/07 06:34:13 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/07 06:34:13 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.87s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:34:13 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.61s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:34:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': File to upload is small (34 bytes), uploading instead of streaming 2025/05/07 06:34:16 DEBUG : no_checksum_small_file_from_pipe: md5 = 73a8798a7f0e3d83fc9700bd47a9a046 OK 2025/05/07 06:34:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/05/07 06:34:16 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/07 06:34:17 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/05/07 06:34:18 DEBUG : no_checksum_big_file_from_pipe: md5 = 45fbee0bf4022d726b01e402fbde76d5 OK 2025/05/07 06:34:18 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:34:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': File to upload is small (34 bytes), uploading instead of streaming 2025/05/07 06:34:21 DEBUG : with_checksum_small_file_from_pipe: md5 = bfe799e2ba33f4759aff83ce09c0148e OK 2025/05/07 06:34:21 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/07 06:34:22 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/05/07 06:34:23 DEBUG : with_checksum_big_file_from_pipe: md5 = 38eec732311e4b33e54dd53524d1b61f OK 2025/05/07 06:34:23 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:34:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': File to upload is small (34 bytes), uploading instead of streaming 2025/05/07 06:34:26 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:34:27 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/05/07 06:34:28 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:34:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': File to upload is small (34 bytes), uploading instead of streaming 2025/05/07 06:34:31 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/07 06:34:32 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/05/07 06:34:33 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.56s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.09s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.52s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.79s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.16s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/05/07 06:34:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': File to upload is small (48 bytes), uploading instead of streaming 2025/05/07 06:34:36 DEBUG : rcat_metadata: md5 = d48a97a3dd6b0bfff7cafcde4e7c047e OK 2025/05/07 06:34:36 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/05/07 06:34:38 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/05/07 06:34:39 DEBUG : rcat_metadata_uploadcutoff0: md5 = 6c9ecf19071f22e834878d75f0036a23 OK 2025/05/07 06:34:39 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.01s) --- PASS: TestRcatMetadata/Normal (2.64s) --- PASS: TestRcatMetadata/ViaDisk (2.91s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:34:42 DEBUG : potato1: md5 = f99a8b4b2a8b768f24a1e51d176a1de4 OK 2025/05/07 06:34:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': File to upload is small (60 bytes), uploading instead of streaming 2025/05/07 06:34:43 DEBUG : potato2: md5 = 37ec2df7bed3da898c2bfed93efae3d4 OK 2025/05/07 06:34:43 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.37s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:34:46 DEBUG : potato1: md5 = c717bd200cdbf1274b8ff43c1e0308a6 OK 2025/05/07 06:34:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': File to upload is small (60 bytes), uploading instead of streaming 2025/05/07 06:34:48 DEBUG : potato2: md5 = 35e83c0b17f812e1788215c83174b737 OK 2025/05/07 06:34:48 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.12s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:34:51 DEBUG : potato2: md5 = d9f434434a1131e5e9a9552b274c03b4 OK 2025/05/07 06:34:53 DEBUG : empty space: md5 = 9b93c821fcc3f926115564cda3c412f1 OK 2025/05/07 06:34:55 DEBUG : sub dir/potato3: md5 = c2c5fb73420ffbfebeb46f0f513652cb OK 2025/05/07 06:34:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': Touching "sub dir/potato3" 2025/05/07 06:34:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': Touching "empty space" 2025/05/07 06:34:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': Touching "potato2" 2025/05/07 06:34:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.73s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:35:00 DEBUG : dir with metadata: Making directory with metadata 2025/05/07 06:35:01 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.33s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:35:02 DEBUG : directory with modtime: Making directory with metadata 2025/05/07 06:35:03 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.49s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:35:05 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/05/07 06:35:05 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/07 06:35:05 DEBUG : Google drive root 'crypt/7v6f0l294b0jgsbt2k2nt1t4r9puagi31efhae0i8aovfpqptju0': Skipping btime metadata as can't update it on an existing file: 2025-05-07T06:35:05.145552235Z 2025/05/07 06:35:06 INFO : non existent directory: Updated directory metadata 2025/05/07 06:35:08 DEBUG : Google drive root 'crypt/7v6f0l294b0jgsbt2k2nt1t4r9puagi31efhae0i8aovfpqptju0': Skipping btime metadata as can't update it on an existing file: 2025-05-07T06:35:05.145552235Z 2025/05/07 06:35:08 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.00s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:35:10 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/05/07 06:35:11 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/05/07 06:35:12 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.17s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:35:14 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/05/07 06:35:14 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/07 06:35:14 DEBUG : dst: Making directory with metadata 2025/05/07 06:35:15 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/07 06:35:15 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:35:15 INFO : dst: Set directory modification time (using SetModTime) 2025/05/07 06:35:16 INFO : dst: Set directory modification time (using SetModTime) 2025/05/07 06:35:16 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/05/07 06:35:16 INFO : dst: Set directory modification time (using SetModTime) 2025/05/07 06:35:16 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.66s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido'", Local "Local file system at /tmp/rclone952991613", Modify Window "1ms" 2025/05/07 06:35:20 DEBUG : sub dir/test remove existing: md5 = c2a597b339cf002e0279d045ca033ac5 OK 2025/05/07 06:35:21 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 1db06ce2b382461ad65dc41799ad765c OK 2025/05/07 06:35:23 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.wamenel8" before starting 2025/05/07 06:35:24 DEBUG : sub dir/test remove existing.wamenel8: TEST: removing renamed existing file after operation 2025/05/07 06:35:25 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.patinag2" before starting 2025/05/07 06:35:26 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.patinag2: TEST: renaming existing back after failed operation 2025/05/07 06:35:28 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fikulaj0" before starting 2025/05/07 06:35:29 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fikulaj0: TEST: removing renamed existing file after operation 2025/05/07 06:35:30 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "olajusjkodcfuqpv7kh2f0j85l2nnmotjfd37p2hhc7r63gcp600" 2025/05/07 06:35:30 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "dfss74pkfecj2a644upbuihelaehrbvo23s0hbdopqti1t5niclsi9aom1s2o51gjs2co6tiqmi6cgpu1g9l467fc65us8pr6539mgiin68ep3bem9u8uteflnbnun52aopk9bba8i32qgsg9j79bkqggf6amhejk21h78mnvpss90st7u8g" --- PASS: TestRemoveExisting (13.43s) === 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/05/07 06:35:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zufucax9cido': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m43.329461188s (try 1/5)