"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/03/07 10:08:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesicav8koya" 2025/03/07 10:08:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/07 10:08:11 DEBUG : Creating backend with remote "TestDrive:crypt/nenepb5p9ecia6e4g2ltfhqdpvciksqm03p57bg97l045trf3m10" 2025/03/07 10:08:12 DEBUG : Creating backend with remote "/tmp/rclone3192023938" === 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-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.26s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", 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/03/07 10:08:13 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/07 10:08:13 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/07 10:08:13 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/03/07 10:08:13 DEBUG : potato: Seek from 10 to 0 2025/03/07 10:08:13 DEBUG : potato: Seek from 10 to 0 2025/03/07 10:08:13 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/03/07 10:08:13 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/07 10:08:13 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/07 10:08:13 DEBUG : potato: Seek from 5 to 2 2025/03/07 10:08:13 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/03/07 10:08:13 DEBUG : potato: Seek from 7 to 0 2025/03/07 10:08:13 DEBUG : potato: Seek from 7 to 0 2025/03/07 10:08:13 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/03/07 10:08:13 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/07 10:08:13 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/07 10:08:13 DEBUG : potato: Seek from 5 to 2 2025/03/07 10:08:13 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/03/07 10:08:13 DEBUG : potato: Seek from 8 to 0 2025/03/07 10:08:13 DEBUG : potato: Seek from 8 to 0 2025/03/07 10:08:13 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/03/07 10:08:13 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/07 10:08:13 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/07 10:08:13 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/07 10:08:13 DEBUG : potato: Seek from 5 to 2 2025/03/07 10:08:13 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/03/07 10:08:13 DEBUG : potato: Seek from 9 to 0 2025/03/07 10:08:13 DEBUG : potato: Seek from 9 to 0 2025/03/07 10:08:13 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-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:08:15 DEBUG : rutabaga: md5 = fd87ffad167a5651fad603e2a8474d4e OK === RUN TestCheck/1 === RUN TestCheck/2 2025/03/07 10:08:18 DEBUG : empty space: md5 = 80cfe02d3995b6fcc015eb220a011c16 OK === RUN TestCheck/3 2025/03/07 10:08:19 DEBUG : potato2: md5 = c649d3cbac0a10c4c785eee193ba077b OK === RUN TestCheck/4 === RUN TestCheck/5 2025/03/07 10:08:22 DEBUG : remotepotato: md5 = edef4fee1d16b58aa79932a10f0c3948 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.83s) --- PASS: TestCheck/1 (0.29s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.29s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.28s) --- PASS: TestCheck/6 (0.32s) --- PASS: TestCheck/7 (0.27s) === RUN TestCheckFsError 2025/03/07 10:08:25 DEBUG : Creating backend with remote "nonexistent" 2025/03/07 10:08:25 DEBUG : Creating backend with remote "nonexistent" 2025/03/07 10:08:25 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/03/07 10:08:25 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/03/07 10:08:25 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/03/07 10:08:25 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-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:08:27 DEBUG : rutabaga: md5 = f3853f1c5f249347df95b6be479212bd OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/03/07 10:08:32 DEBUG : empty space: md5 = e04eb3b45c49a12e443dae3551313f5f OK === RUN TestCheckDownload/3 2025/03/07 10:08:34 DEBUG : potato2: md5 = 59240f9ce4266308b20e96ba3e59d8bf OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/03/07 10:08:38 DEBUG : remotepotato: md5 = 381c45179d78a4cc900cafef0a86a007 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.94s) --- PASS: TestCheckDownload/1 (1.09s) --- PASS: TestCheckDownload/2 (1.66s) --- PASS: TestCheckDownload/3 (0.87s) --- PASS: TestCheckDownload/4 (1.36s) --- PASS: TestCheckDownload/5 (0.98s) --- PASS: TestCheckDownload/6 (0.91s) --- PASS: TestCheckDownload/7 (1.11s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:08:45 DEBUG : rutabaga: md5 = 527a2dc6d665caf343f98694eb0713f2 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/03/07 10:08:47 DEBUG : empty space: md5 = a8575047aaebfd1e4bc51b1bbc5f5950 OK === RUN TestCheckSizeOnly/3 2025/03/07 10:08:49 DEBUG : potato2: md5 = 1946a79b3aae703b73de0eb23a79c95f OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/03/07 10:08:51 DEBUG : remotepotato: md5 = 9d726a53d178d64e655ad3ffcec7a3a9 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.50s) --- PASS: TestCheckSizeOnly/1 (0.29s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.27s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.30s) --- PASS: TestCheckSizeOnly/6 (0.28s) --- PASS: TestCheckSizeOnly/7 (0.29s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:08:56 DEBUG : test.sum: md5 = 2788eab03cf6c6591b400cd78728b1d6 OK 2025/03/07 10:08:57 NOTICE: test.sum: improperly formatted checksum line 4 2025/03/07 10:08:57 NOTICE: test.sum: improperly formatted checksum line 5 2025/03/07 10:08:57 NOTICE: test.sum: improperly formatted checksum line 6 2025/03/07 10:08:57 NOTICE: test.sum: 2 warning(s) suppressed... 2025/03/07 10:08:59 DEBUG : test.sum: md5 = 4253783f2669d69b1cf12d52c6acb182 OK 2025/03/07 10:09:00 NOTICE: test.sum: improperly formatted checksum line 4 2025/03/07 10:09:00 NOTICE: test.sum: improperly formatted checksum line 5 2025/03/07 10:09:00 NOTICE: test.sum: improperly formatted checksum line 6 2025/03/07 10:09:00 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.92s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:09:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesicav8koya/data" 2025/03/07 10:09:01 DEBUG : Creating backend with remote "TestDrive:crypt/nenepb5p9ecia6e4g2ltfhqdpvciksqm03p57bg97l045trf3m10/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya/data' lacks md5, skipping --- SKIP: TestCheckSum (1.98s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:09:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesicav8koya/data" 2025/03/07 10:09:03 DEBUG : Creating backend with remote "TestDrive:crypt/nenepb5p9ecia6e4g2ltfhqdpvciksqm03p57bg97l045trf3m10/vjrnln8ratgmqakfosrqe8espk" 2025/03/07 10:09:07 DEBUG : data/banana: md5 = 815f9aaa35487038490460faa0e3e991 OK 2025/03/07 10:09:08 DEBUG : test.sum: md5 = 9b2b0d714ce5b784a06e61f404caccc8 OK === RUN TestCheckSumDownload/subtest1 2025/03/07 10:09:13 DEBUG : data/potato: md5 = 96f5254cd3170779d92404d3ffe1f0a0 OK 2025/03/07 10:09:15 DEBUG : test.sum: md5 = 0b40c9758629a72e2d7f0d841e95eda4 OK === RUN TestCheckSumDownload/subtest2 2025/03/07 10:09:19 DEBUG : test.sum: md5 = 9dc1d68a8dd0360c2eb8099845a7c498 OK === RUN TestCheckSumDownload/subtest3 2025/03/07 10:09:23 DEBUG : test.sum: md5 = ae86c1cbdd63262b3e08cc99128a62fd OK === RUN TestCheckSumDownload/subtest4 2025/03/07 10:09:28 DEBUG : test.sum: md5 = 0cff5508577ae1a6e76cc7abf2390cbe OK === RUN TestCheckSumDownload/subtest5 2025/03/07 10:09:32 DEBUG : test.sum: md5 = a4d70366e3835be9ba2629c529ea35c1 OK === RUN TestCheckSumDownload/subtest6 2025/03/07 10:09:38 DEBUG : data/banana: md5 = 292362161eeceef76469b5e649b033fe OK 2025/03/07 10:09:39 DEBUG : data/potato: md5 = 13d9695320ea9269a0ea2646305b4a6d OK 2025/03/07 10:09:41 DEBUG : test.sum: md5 = 6168adfe0fcec30a7bc1a7d8483727e1 OK === RUN TestCheckSumDownload/subtest7 2025/03/07 10:09:46 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/03/07 10:09:46 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (43.77s) --- PASS: TestCheckSumDownload/subtest1 (2.93s) --- PASS: TestCheckSumDownload/subtest2 (2.08s) --- PASS: TestCheckSumDownload/subtest3 (2.54s) --- PASS: TestCheckSumDownload/subtest4 (2.40s) --- PASS: TestCheckSumDownload/subtest5 (2.11s) --- PASS: TestCheckSumDownload/subtest6 (3.28s) --- PASS: TestCheckSumDownload/subtest7 (2.47s) === RUN TestApplyTransforms 2025/03/07 10:09:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mixeyer0qopa" 2025/03/07 10:09:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/07 10:09:47 DEBUG : Creating backend with remote "TestDrive:crypt/057ahlgliqhei0b48qietcd066nn2elas5gjivu7uqr9kn3qek4g" 2025/03/07 10:09:48 DEBUG : Creating backend with remote "/tmp/rclone370062198" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mixeyer0qopa'", Local "Local file system at /tmp/rclone370062198", Modify Window "1ms" 2025/03/07 10:09:50 DEBUG : hello, world!: md5 = 88545f5977288951df8aca23537ff2a0 OK upper checkfile vs. lower remote (without normalization) 2025/03/07 10:09:50 ERROR : hello, world!: sum not found 2025/03/07 10:09:50 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-mixeyer0qopa' 2025/03/07 10:09:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mixeyer0qopa': 1 files missing 2025/03/07 10:09:50 NOTICE: 1 hashes missing 2025/03/07 10:09:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mixeyer0qopa': 2 differences found 2025/03/07 10:09:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mixeyer0qopa': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/03/07 10:09:51 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/07 10:09:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mixeyer0qopa': 0 differences found 2025/03/07 10:09:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mixeyer0qopa': 1 matching files 2025/03/07 10:09:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwopam1biwe" 2025/03/07 10:09:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/07 10:09:52 DEBUG : Creating backend with remote "TestDrive:crypt/kp6qjkgss3pfhjj1s63t6gfgupmrgs6j85qg1eradstd8uds87bg" 2025/03/07 10:09:53 DEBUG : Creating backend with remote "/tmp/rclone1830863605" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwopam1biwe'", Local "Local file system at /tmp/rclone1830863605", Modify Window "1ms" 2025/03/07 10:09:55 DEBUG : HELLO, WORLD!: md5 = 770bfd7058120878cec055d6ff61ec33 OK lower checkfile vs. upper remote (without normalization) 2025/03/07 10:09:55 ERROR : HELLO, WORLD!: sum not found 2025/03/07 10:09:55 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-biwopam1biwe' 2025/03/07 10:09:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biwopam1biwe': 1 files missing 2025/03/07 10:09:55 NOTICE: 1 hashes missing 2025/03/07 10:09:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biwopam1biwe': 2 differences found 2025/03/07 10:09:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biwopam1biwe': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/03/07 10:09:56 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/07 10:09:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biwopam1biwe': 0 differences found 2025/03/07 10:09:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biwopam1biwe': 1 matching files 2025/03/07 10:09:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mokocig8puqa" 2025/03/07 10:09:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/07 10:09:56 DEBUG : Creating backend with remote "TestDrive:crypt/aeh4f6h8m13becqb38llade1uf3ms1k9boilnj9cmt4iljd1kj80" 2025/03/07 10:09:57 DEBUG : Creating backend with remote "/tmp/rclone3141572232" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mokocig8puqa'", Local "Local file system at /tmp/rclone3141572232", Modify Window "1ms" 2025/03/07 10:10:00 DEBUG : HeLlO, wOrLd!: md5 = e721ff2e520e3a1eac69ab619d800407 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/03/07 10:10:00 ERROR : HeLlO, wOrLd!: sum not found 2025/03/07 10:10:00 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-mokocig8puqa' 2025/03/07 10:10:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mokocig8puqa': 1 files missing 2025/03/07 10:10:00 NOTICE: 1 hashes missing 2025/03/07 10:10:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mokocig8puqa': 2 differences found 2025/03/07 10:10:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mokocig8puqa': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/03/07 10:10:01 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/07 10:10:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mokocig8puqa': 0 differences found 2025/03/07 10:10:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mokocig8puqa': 1 matching files 2025/03/07 10:10:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jeqehuk9patu" 2025/03/07 10:10:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/07 10:10:01 DEBUG : Creating backend with remote "TestDrive:crypt/bhpskutdcuuelcng9rfqi48fdtglvd03ibscjuiq3f0cn3mp60o0" 2025/03/07 10:10:02 DEBUG : Creating backend with remote "/tmp/rclone1116628198" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jeqehuk9patu'", Local "Local file system at /tmp/rclone1116628198", Modify Window "1ms" 2025/03/07 10:10:05 DEBUG : HELLO, WORLD!: md5 = 9a8aa407108d62487159306c40794b9b OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/03/07 10:10:05 ERROR : HELLO, WORLD!: sum not found 2025/03/07 10:10:05 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jeqehuk9patu' 2025/03/07 10:10:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jeqehuk9patu': 1 files missing 2025/03/07 10:10:05 NOTICE: 1 hashes missing 2025/03/07 10:10:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jeqehuk9patu': 2 differences found 2025/03/07 10:10:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jeqehuk9patu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/03/07 10:10:06 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/07 10:10:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jeqehuk9patu': 0 differences found 2025/03/07 10:10:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jeqehuk9patu': 1 matching files 2025/03/07 10:10:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hutakuc3zepu" 2025/03/07 10:10:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/07 10:10:06 DEBUG : Creating backend with remote "TestDrive:crypt/mom2l5e66836jf3ub8sc4edio5gbq53nnaktu9v150b8e29pv2c0" 2025/03/07 10:10:08 DEBUG : Creating backend with remote "/tmp/rclone3170300120" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hutakuc3zepu'", Local "Local file system at /tmp/rclone3170300120", Modify Window "1ms" 2025/03/07 10:10:10 DEBUG : 測試_Русский___ě_áñ: md5 = 06a41de3abe0d03ad2c9515fd8e5b196 OK NFD checkfile vs. NFC remote (without normalization) 2025/03/07 10:10:10 ERROR : 測試_Русский___ě_áñ: sum not found 2025/03/07 10:10:10 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hutakuc3zepu' 2025/03/07 10:10:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hutakuc3zepu': 1 files missing 2025/03/07 10:10:10 NOTICE: 1 hashes missing 2025/03/07 10:10:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hutakuc3zepu': 2 differences found 2025/03/07 10:10:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hutakuc3zepu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/03/07 10:10:11 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/07 10:10:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hutakuc3zepu': 0 differences found 2025/03/07 10:10:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hutakuc3zepu': 1 matching files 2025/03/07 10:10:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vizajaw6vupu" 2025/03/07 10:10:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/07 10:10:11 DEBUG : Creating backend with remote "TestDrive:crypt/llh1qekvim370e9be6e8c8an67102p0c1p7l343nkp5jicgbs1d0" 2025/03/07 10:10:12 DEBUG : Creating backend with remote "/tmp/rclone747987277" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vizajaw6vupu'", Local "Local file system at /tmp/rclone747987277", Modify Window "1ms" 2025/03/07 10:10:15 DEBUG : 測試_Русский___ě_áñ: md5 = 913bf346e51b105802a5f66f371fd173 OK NFC checkfile vs. NFD remote (without normalization) 2025/03/07 10:10:15 ERROR : 測試_Русский___ě_áñ: sum not found 2025/03/07 10:10:15 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vizajaw6vupu' 2025/03/07 10:10:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vizajaw6vupu': 1 files missing 2025/03/07 10:10:15 NOTICE: 1 hashes missing 2025/03/07 10:10:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vizajaw6vupu': 2 differences found 2025/03/07 10:10:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vizajaw6vupu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/03/07 10:10:16 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/07 10:10:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vizajaw6vupu': 0 differences found 2025/03/07 10:10:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vizajaw6vupu': 1 matching files 2025/03/07 10:10:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-koyijax3naro" 2025/03/07 10:10:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/07 10:10:17 DEBUG : Creating backend with remote "TestDrive:crypt/vjur9o0lmueql6id5m5l08ai9esko3isi5uqv3l7qcpoq127ht30" 2025/03/07 10:10:18 DEBUG : Creating backend with remote "/tmp/rclone2974950204" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-koyijax3naro'", Local "Local file system at /tmp/rclone2974950204", Modify Window "1ms" 2025/03/07 10:10:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 079f5a5608a288ee2351927c252de908 OK NFDx2 checkfile vs. both remote (without normalization) 2025/03/07 10:10:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/07 10:10:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-koyijax3naro' 2025/03/07 10:10:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-koyijax3naro': 1 files missing 2025/03/07 10:10:20 NOTICE: 1 hashes missing 2025/03/07 10:10:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-koyijax3naro': 2 differences found 2025/03/07 10:10:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-koyijax3naro': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/03/07 10:10:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/07 10:10:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-koyijax3naro': 0 differences found 2025/03/07 10:10:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-koyijax3naro': 1 matching files 2025/03/07 10:10:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yevirel7hoqu" 2025/03/07 10:10:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/07 10:10:22 DEBUG : Creating backend with remote "TestDrive:crypt/4125ja63jb2mfe1fbs1sf76tvdn0a29gul3u84mcu5m28v08lig0" 2025/03/07 10:10:23 DEBUG : Creating backend with remote "/tmp/rclone2647486378" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yevirel7hoqu'", Local "Local file system at /tmp/rclone2647486378", Modify Window "1ms" 2025/03/07 10:10:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = ff894bc6cb251cdaeac6b50a8c6eaaf0 OK NFCx2 checkfile vs. both remote (without normalization) 2025/03/07 10:10:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/07 10:10:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yevirel7hoqu' 2025/03/07 10:10:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yevirel7hoqu': 1 files missing 2025/03/07 10:10:25 NOTICE: 1 hashes missing 2025/03/07 10:10:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yevirel7hoqu': 2 differences found 2025/03/07 10:10:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yevirel7hoqu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/03/07 10:10:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/07 10:10:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yevirel7hoqu': 0 differences found 2025/03/07 10:10:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yevirel7hoqu': 1 matching files 2025/03/07 10:10:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-puyowez2reha" 2025/03/07 10:10:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/07 10:10:27 DEBUG : Creating backend with remote "TestDrive:crypt/ss9dbv44is50vtd00f0sugnqsun1um9g45r5gi94epoeb4rjijj0" 2025/03/07 10:10:28 DEBUG : Creating backend with remote "/tmp/rclone2076688509" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puyowez2reha'", Local "Local file system at /tmp/rclone2076688509", Modify Window "1ms" 2025/03/07 10:10:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = ca860676838cdfe0a93c67d81ef66d7c OK both checkfile vs. NFDx2 remote (without normalization) 2025/03/07 10:10:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/07 10:10:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-puyowez2reha' 2025/03/07 10:10:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puyowez2reha': 1 files missing 2025/03/07 10:10:30 NOTICE: 1 hashes missing 2025/03/07 10:10:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puyowez2reha': 2 differences found 2025/03/07 10:10:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puyowez2reha': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/03/07 10:10:32 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/07 10:10:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puyowez2reha': 0 differences found 2025/03/07 10:10:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puyowez2reha': 1 matching files 2025/03/07 10:10:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rutagil0gocu" 2025/03/07 10:10:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/07 10:10:32 DEBUG : Creating backend with remote "TestDrive:crypt/c5eitgubhe84alutiuhht4na4e9qnssbc1u6ru53ivbb4t1vtkq0" 2025/03/07 10:10:33 DEBUG : Creating backend with remote "/tmp/rclone642965122" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rutagil0gocu'", Local "Local file system at /tmp/rclone642965122", Modify Window "1ms" 2025/03/07 10:10:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 070f8cdb82ac1ab08dadb406b7693e7d OK both checkfile vs. NFCx2 remote (without normalization) 2025/03/07 10:10:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/07 10:10:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-rutagil0gocu' 2025/03/07 10:10:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rutagil0gocu': 1 files missing 2025/03/07 10:10:36 NOTICE: 1 hashes missing 2025/03/07 10:10:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rutagil0gocu': 2 differences found 2025/03/07 10:10:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rutagil0gocu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/03/07 10:10:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/07 10:10:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rutagil0gocu': 0 differences found 2025/03/07 10:10:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rutagil0gocu': 1 matching files 2025/03/07 10:10:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rutagil0gocu': Purge remote 2025/03/07 10:10:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puyowez2reha': Purge remote 2025/03/07 10:10:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yevirel7hoqu': Purge remote 2025/03/07 10:10:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-koyijax3naro': Purge remote 2025/03/07 10:10:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vizajaw6vupu': Purge remote 2025/03/07 10:10:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hutakuc3zepu': Purge remote 2025/03/07 10:10:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jeqehuk9patu': Purge remote 2025/03/07 10:10:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mokocig8puqa': Purge remote 2025/03/07 10:10:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwopam1biwe': Purge remote 2025/03/07 10:10:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mixeyer0qopa': Purge remote --- PASS: TestApplyTransforms (55.36s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:10:42 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/07 10:10:44 DEBUG : sub/file2: md5 = 6eb9e753cbe5386edc830e911848bcc4 OK 2025/03/07 10:10:44 INFO : file1: Copied (new) to: sub/file2 2025/03/07 10:10:45 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/07 10:10:45 DEBUG : file1: Unchanged skipping 2025/03/07 10:10:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': don't need to copy/move sub/file2, it is already at target location 2025/03/07 10:10:47 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.28s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.43s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:10:51 DEBUG : dst/file1: md5 = 4e15427b6dc2ea036d03ef13c9e630d6 OK 2025/03/07 10:10:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesicav8koya/backup" 2025/03/07 10:10:52 DEBUG : Config file has changed externally - reloading 2025/03/07 10:10:52 DEBUG : Creating backend with remote "TestDrive:crypt/nenepb5p9ecia6e4g2ltfhqdpvciksqm03p57bg97l045trf3m10/1nrff024r7pq65ecp72fc28jb0" 2025/03/07 10:10:53 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/03/07 10:10:56 INFO : dst/file1: Moved (server-side) 2025/03/07 10:10:57 DEBUG : dst/file1: md5 = 4fe5d4059da959243def1b84696be720 OK 2025/03/07 10:10:57 INFO : dst/file1: Copied (new) 2025/03/07 10:11:00 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/07 10:11:01 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/07 10:11:01 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.50s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:11:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesicav8koya/dst" 2025/03/07 10:11:02 DEBUG : Config file has changed externally - reloading 2025/03/07 10:11:02 DEBUG : Creating backend with remote "TestDrive:crypt/nenepb5p9ecia6e4g2ltfhqdpvciksqm03p57bg97l045trf3m10/31u3jie661vd5p8j7rtc3hgbh0" 2025/03/07 10:11:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesicav8koya/CompareDest" 2025/03/07 10:11:04 DEBUG : Creating backend with remote "TestDrive:crypt/nenepb5p9ecia6e4g2ltfhqdpvciksqm03p57bg97l045trf3m10/gveqi14airsml4bgu7krj116o8" 2025/03/07 10:11:05 DEBUG : one: Need to transfer - File not found at Destination 2025/03/07 10:11:08 DEBUG : one: md5 = b88b9e3371b930deb18dd32fe5eb3a79 OK 2025/03/07 10:11:08 INFO : one: Copied (new) 2025/03/07 10:11:09 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/07 10:11:11 DEBUG : one: md5 = 8f9f8de145128f5d1fb8ae70fc6db1db OK 2025/03/07 10:11:11 INFO : one: Copied (replaced existing) 2025/03/07 10:11:13 DEBUG : dst/one: md5 = 977dc786059378f0f88b998271768aad OK 2025/03/07 10:11:15 DEBUG : CompareDest/one: md5 = e4798204ac63a5c22598bccc559b9998 OK 2025/03/07 10:11:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/07 10:11:16 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/07 10:11:16 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/07 10:11:18 DEBUG : CompareDest/two: md5 = d5ac8be2b6f7b12069ecf7c5382feaad OK 2025/03/07 10:11:19 DEBUG : two: Need to transfer - File not found at Destination 2025/03/07 10:11:19 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/07 10:11:19 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/07 10:11:20 DEBUG : two: Need to transfer - File not found at Destination 2025/03/07 10:11:20 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/07 10:11:20 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/07 10:11:21 DEBUG : two: Need to transfer - File not found at Destination 2025/03/07 10:11:22 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/03/07 10:11:23 DEBUG : two: md5 = 92d3f3b493625ba49c2099b6a9dda5a3 OK 2025/03/07 10:11:23 INFO : two: Copied (new) 2025/03/07 10:11:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/07 10:11:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:11:27 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:11:27 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (26.01s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:11:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesicav8koya/dst" 2025/03/07 10:11:28 DEBUG : Creating backend with remote "TestDrive:crypt/nenepb5p9ecia6e4g2ltfhqdpvciksqm03p57bg97l045trf3m10/31u3jie661vd5p8j7rtc3hgbh0" 2025/03/07 10:11:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesicav8koya/CopyDest" 2025/03/07 10:11:30 DEBUG : Creating backend with remote "TestDrive:crypt/nenepb5p9ecia6e4g2ltfhqdpvciksqm03p57bg97l045trf3m10/d09o6po3f7bm6ce32vdgs8h9ls" 2025/03/07 10:11:31 DEBUG : one: Need to transfer - File not found at Destination 2025/03/07 10:11:34 DEBUG : one: md5 = b04c473db052606f1d7780f0c518684c OK 2025/03/07 10:11:34 INFO : one: Copied (new) 2025/03/07 10:11:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/07 10:11:36 DEBUG : one: md5 = 2be36bda8f6ca816c511fc562797760f OK 2025/03/07 10:11:36 INFO : one: Copied (replaced existing) 2025/03/07 10:11:39 DEBUG : dst/one: md5 = 8a8a29f9b6f3dbfbe208cb0f8faae8f8 OK 2025/03/07 10:11:41 DEBUG : CopyDest/one: md5 = b20f1bf6f2059abbf5e83008e7490b34 OK 2025/03/07 10:11:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesicav8koya/BackupDir" 2025/03/07 10:11:42 DEBUG : Creating backend with remote "TestDrive:crypt/nenepb5p9ecia6e4g2ltfhqdpvciksqm03p57bg97l045trf3m10/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/03/07 10:11:43 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/07 10:11:44 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/07 10:11:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/07 10:11:45 INFO : one: Moved (server-side) 2025/03/07 10:11:46 INFO : one: Copied (server-side copy) 2025/03/07 10:11:46 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/03/07 10:11:48 DEBUG : CopyDest/two: md5 = 14d3f35f90ce88cc63a01dfdbc8d76d3 OK 2025/03/07 10:11:49 DEBUG : two: Need to transfer - File not found at Destination 2025/03/07 10:11:49 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/07 10:11:50 INFO : two: Copied (server-side copy) 2025/03/07 10:11:50 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/03/07 10:11:51 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/07 10:11:51 DEBUG : two: Unchanged skipping 2025/03/07 10:11:53 DEBUG : CopyDest/three: md5 = 0839703c8152825d7a0ad588da95d7ef OK 2025/03/07 10:11:54 DEBUG : three: Need to transfer - File not found at Destination 2025/03/07 10:11:54 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/03/07 10:11:54 DEBUG : three: Destination not found in --copy-dest 2025/03/07 10:11:56 DEBUG : three: md5 = 3e18bbe6dc9b32767228e0f6925b8abf OK 2025/03/07 10:11:56 INFO : three: Copied (new) 2025/03/07 10:12:00 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/07 10:12:00 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:12:00 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/07 10:12:01 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:12:01 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/07 10:12:01 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/07 10:12:02 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (34.61s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.49s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:12:04 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/03/07 10:12:06 DEBUG : TestCopyFileMaxTransfer/file1: md5 = c1f8b9df002f9097a3c5af1579cdb7c4 OK 2025/03/07 10:12:06 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/03/07 10:12:07 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/03/07 10:12:07 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/03/07 10:12:08 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/03/07 10:12:09 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/03/07 10:12:10 DEBUG : TestCopyFileMaxTransfer/file4: md5 = bea1be22df7aa3b4257696a268e2bed7 OK 2025/03/07 10:12:10 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/03/07 10:12:12 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/03/07 10:12:12 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.24s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.47s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:12:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': Looking for duplicate names using skip mode. 2025/03/07 10:12:17 NOTICE: one: Found 2 files with duplicate names 2025/03/07 10:12:17 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.84s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:12:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': Looking for duplicate names using skip mode. 2025/03/07 10:12:23 NOTICE: one: Found 3 files with duplicate names 2025/03/07 10:12:23 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/03/07 10:12:23 INFO : one: Deleted 2025/03/07 10:12:23 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.77s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:12:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': Looking for duplicate names using first mode. 2025/03/07 10:12:29 NOTICE: one: Found 3 files with duplicate names 2025/03/07 10:12:30 INFO : one: Deleted 2025/03/07 10:12:30 INFO : one: Deleted 2025/03/07 10:12:30 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.42s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:12:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': Looking for duplicate names using newest mode. 2025/03/07 10:12:36 NOTICE: one: Found 3 files with duplicate names 2025/03/07 10:12:36 INFO : one: Deleted 2025/03/07 10:12:37 INFO : one: Deleted 2025/03/07 10:12:37 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.61s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.47s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:12:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': Looking for duplicate names using oldest mode. 2025/03/07 10:12:43 NOTICE: one: Found 3 files with duplicate names 2025/03/07 10:12:43 INFO : one: Deleted 2025/03/07 10:12:44 INFO : one: Deleted 2025/03/07 10:12:44 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.63s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:12:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': Looking for duplicate names using largest mode. 2025/03/07 10:12:50 NOTICE: one: Found 3 files with duplicate names 2025/03/07 10:12:50 INFO : one: Deleted 2025/03/07 10:12:51 INFO : one: Deleted 2025/03/07 10:12:51 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.55s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:12:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': Looking for duplicate names using smallest mode. 2025/03/07 10:12:56 NOTICE: one: Found 3 files with duplicate names 2025/03/07 10:12:57 INFO : one: Deleted 2025/03/07 10:12:57 INFO : one: Deleted 2025/03/07 10:12:57 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.80s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:13:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': Looking for duplicate names using rename mode. 2025/03/07 10:13:04 NOTICE: one.txt: Found 3 files with duplicate names 2025/03/07 10:13:05 INFO : one-2.txt: renamed from: one.txt 2025/03/07 10:13:06 INFO : one-3.txt: renamed from: one.txt 2025/03/07 10:13:08 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.77s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:13:12 DEBUG : dupe1/one.txt: md5 = 7f3b2349d20f388d97f5aaa0b8232933 OK 2025/03/07 10:13:15 DEBUG : dupe2/two.txt: md5 = fc1d9e7ab1a21d21049f3a0a656d27e9 OK 2025/03/07 10:13:17 DEBUG : dupe3/three.txt: md5 = 02f02cb74268f0c4e2418e9766d116a3 OK 2025/03/07 10:13:17 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/03/07 10:13:18 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/03/07 10:13:19 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/03/07 10:13:19 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/03/07 10:13:23 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/03/07 10:13:23 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/03/07 10:13:23 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.11s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:13:25 DEBUG : a.txt: md5 = 7230694c41efe140a5b220ec86ac5377 OK 2025/03/07 10:13:26 DEBUG : zend.txt: md5 = 38a2aeb2f08b9043af26e3808f5fc399 OK 2025/03/07 10:13:29 DEBUG : sub dir/hello world: md5 = da5084e93781ed385743a712449e12cf OK 2025/03/07 10:13:30 DEBUG : sub dir/hello world2: md5 = c06bc3dee24ce1f6d5025c715c610b42 OK 2025/03/07 10:13:32 DEBUG : sub dir/ignore dir/.ignore: md5 = 4d572639f9834d8e564157548671cf6b OK 2025/03/07 10:13:33 DEBUG : sub dir/ignore dir/should be ignored: md5 = 623ba2a5dc425f75a4581f57e0fd396b OK 2025/03/07 10:13:36 DEBUG : sub dir/sub sub dir/hello world3: md5 = f9ee0ca930f725c6828b5927de852702 OK 2025/03/07 10:13:37 DEBUG : a.txt: Excluded (Size Filter) 2025/03/07 10:13:37 DEBUG : a.txt: Excluded 2025/03/07 10:13:38 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/03/07 10:13:38 DEBUG : sub dir/hello world2: Excluded 2025/03/07 10:13:38 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/03/07 10:13:38 DEBUG : sub dir/hello world: Excluded 2025/03/07 10:13:38 DEBUG : sub dir/ignore dir: Excluded 2025/03/07 10:13:38 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/03/07 10:13:38 DEBUG : sub dir/hello world2: Excluded 2025/03/07 10:13:38 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/03/07 10:13:38 DEBUG : sub dir/hello world: Excluded 2025/03/07 10:13:39 DEBUG : sub dir/ignore dir: Excluded 2025/03/07 10:13:44 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/03/07 10:13:44 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/03/07 10:13:44 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/03/07 10:13:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/03/07 10:13:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/03/07 10:13:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/03/07 10:13:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (22.57s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:13:47 DEBUG : file1: md5 = 93e159fa6997cbab29360c462716fa05 OK 2025/03/07 10:13:50 DEBUG : sub/file2: md5 = 6ca8ff571c2245827cde9d3f7155f6d5 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/03/07 10:13:53 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/03/07 10:13:53 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/03/07 10:13:53 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/03/07 10:13:55 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.19s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.22s) --- PASS: TestListJSON/DirsOnly (0.23s) --- PASS: TestListJSON/Recurse (0.50s) --- PASS: TestListJSON/SubDir (0.26s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.29s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.70s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:13:58 DEBUG : file1: md5 = e7bb560cb9902bfc435f263fff773176 OK 2025/03/07 10:14:00 DEBUG : sub/file2: md5 = 86e30f7dafe558bc3f66286d5af3e091 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/03/07 10:14:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesicav8koya/notfound" 2025/03/07 10:14:04 DEBUG : Creating backend with remote "TestDrive:crypt/nenepb5p9ecia6e4g2ltfhqdpvciksqm03p57bg97l045trf3m10/qe0i31qdkoejk60elps0ni5sqk" 2025/03/07 10:14:07 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.02s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.25s) --- PASS: TestStatJSON/Dir (0.50s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.24s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.48s) --- PASS: TestStatJSON/DirFilesOnly (0.23s) --- PASS: TestStatJSON/FileFilesOnly (0.27s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.28s) --- PASS: TestStatJSON/FileDirsOnly (0.23s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.28s) --- PASS: TestStatJSON/RootNotFound (1.78s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:14:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': Making directory 2025/03/07 10:14:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': Making directory --- PASS: TestMkdir (0.64s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:14:11 DEBUG : sub dir/hello world: md5 = 0fc426702eca55d8a775deeaea7c3e0c OK 2025/03/07 10:14:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.09s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:14:15 DEBUG : potato2: md5 = d2aad3cabe1b857c132c984e5a313b73 OK 2025/03/07 10:14:17 DEBUG : empty space: md5 = 01438d0b7fd4f91c6debd8a8f6d1ca6f OK --- PASS: TestLs (4.54s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:14:20 DEBUG : potato2: md5 = a4cfd94bc9c56d5e02b332cf217de324 OK 2025/03/07 10:14:21 DEBUG : empty space: md5 = 5fb93d45f406d94ac735319befd4e0af OK 2025/03/07 10:14:22 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/03/07 10:14:22 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.28s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:14:25 DEBUG : potato2: md5 = a9c9ad04762d7ed70ff8a6ac96461d94 OK 2025/03/07 10:14:26 DEBUG : empty space: md5 = 0595f279ef3222e10af80f1b26e5a87b OK --- PASS: TestLsLong (4.79s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:14:30 DEBUG : potato2: md5 = e9bf21060d45611ae7de68aaf43a7d18 OK 2025/03/07 10:14:31 DEBUG : empty space: md5 = e6a3037ff30d4848dfe63fb962fd36dd OK --- PASS: TestHashSums (4.61s) === RUN TestHashSumsWithErrors 2025/03/07 10:14:33 DEBUG : Creating backend with remote ":memory:" 2025/03/07 10:14:33 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/03/07 10:14:33 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/03/07 10:14:33 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/03/07 10:14:33 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/03/07 10:14:33 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/03/07 10:14:33 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/03/07 10:14:33 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/03/07 10:14:33 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/03/07 10:14:33 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-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:14:34 DEBUG : potato2: md5 = 8009b63d1d5ad1b9b0f56bd8e9f1a8f7 OK 2025/03/07 10:14:36 DEBUG : empty space: md5 = 07b5327e8b4b7c54b14cbc5224cfa958 OK 2025/03/07 10:14:38 DEBUG : sub dir/potato3: md5 = 40d0382e88716c7e4a37a55cd7bd35df OK 2025/03/07 10:14:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.50s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:14:43 DEBUG : small: md5 = b1d1ed0424bce086e61af22afed2d92a OK 2025/03/07 10:14:45 DEBUG : medium: md5 = 7cfcd75c66fc390013e1959d12ccb3d4 OK 2025/03/07 10:14:46 DEBUG : large: md5 = bbdeca4d36608525f6aa29a1d457e82d OK 2025/03/07 10:14:46 DEBUG : Waiting for deletions to finish 2025/03/07 10:14:46 DEBUG : large: Excluded (Size Filter) 2025/03/07 10:14:47 INFO : medium: Deleted 2025/03/07 10:14:47 INFO : small: Deleted --- PASS: TestDelete (6.54s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:14:50 DEBUG : small: md5 = 2025b45cc525bf97e7234ebf876a420b OK 2025/03/07 10:14:51 DEBUG : medium: md5 = 3d0590388a0b8a703da2125008488754 OK 2025/03/07 10:14:53 DEBUG : large: md5 = 05c83c04a14781e622974ec69d1a480a OK 2025/03/07 10:14:53 DEBUG : Waiting for deletions to finish 2025/03/07 10:14:53 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/03/07 10:14:54 INFO : large: Deleted 2025/03/07 10:14:54 INFO : small: Deleted --- PASS: TestMaxDelete (7.18s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:14:57 DEBUG : small: md5 = fd9cba4673458c1b20d85fbe060835ca OK 2025/03/07 10:14:58 DEBUG : medium: md5 = 20bfa21034955ef773ee761a727c07ec OK 2025/03/07 10:15:00 DEBUG : large: md5 = 93730fdf456c3e23286bc744e609fe67 OK 2025/03/07 10:15:00 DEBUG : Waiting for deletions to finish 2025/03/07 10:15:01 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/03/07 10:15:01 INFO : medium: Deleted 2025/03/07 10:15:01 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.35s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:15:04 DEBUG : small: md5 = 83b486aa5af8bd0c190796869796e5aa OK 2025/03/07 10:15:06 DEBUG : medium: md5 = 31180e78b7b776542b3631739ab92acb OK 2025/03/07 10:15:07 DEBUG : large: md5 = 6bbc9770520ec7c093b59dce7cb7e5ca OK 2025/03/07 10:15:07 DEBUG : Waiting for deletions to finish 2025/03/07 10:15:08 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/03/07 10:15:08 INFO : large: Deleted 2025/03/07 10:15:08 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.12s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:15:11 DEBUG : ReadFile: md5 = 103d1169074396423211c93fa10d3284 OK --- PASS: TestReadFile (4.15s) === RUN TestRetry 2025/03/07 10:15:14 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/03/07 10:15:14 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/03/07 10:15:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/07 10:15:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/07 10:15:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/07 10:15:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/07 10:15:14 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-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:15:15 DEBUG : file1: md5 = 75e68d39165425e54bcc9d71f2ca0d83 OK 2025/03/07 10:15:17 DEBUG : file2: md5 = be5ba4c0f451caf1ec5f201607d3d919 OK --- PASS: TestCat (16.47s) === RUN TestPurge 2025/03/07 10:15:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sukayal7wudu" 2025/03/07 10:15:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/07 10:15:31 DEBUG : Creating backend with remote "TestDrive:crypt/4icacajo288ce4tr1kfqi4bsmqir4a6kiehu7v02ue2j7568vs3g" 2025/03/07 10:15:32 DEBUG : Creating backend with remote "/tmp/rclone3726615155" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sukayal7wudu'", Local "Local file system at /tmp/rclone3726615155", Modify Window "1ms" 2025/03/07 10:15:36 DEBUG : A1/B1/C1/one: md5 = b723a2bf6f382cdc0efc4daca3b91b3b OK 2025/03/07 10:15:36 INFO : A2: Making directory 2025/03/07 10:15:37 INFO : A1/B2: Making directory 2025/03/07 10:15:38 INFO : A1/B2/C2: Making directory 2025/03/07 10:15:38 INFO : A1/B1/C3: Making directory 2025/03/07 10:15:39 INFO : A3: Making directory 2025/03/07 10:15:40 INFO : A3/B3: Making directory 2025/03/07 10:15:41 INFO : A3/B3/C4: Making directory 2025/03/07 10:15:43 DEBUG : A1/two: md5 = a64ad283ba033c9212f6fdff27d6dd03 OK 2025/03/07 10:15:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sukayal7wudu': Purge remote 2025/03/07 10:15:47 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.39s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:15:51 DEBUG : A1/B1/C1/one: md5 = a88facfa67d6ce5eb61a26109b8018c6 OK 2025/03/07 10:15:51 INFO : A2: Making directory 2025/03/07 10:15:52 INFO : A1/B2: Making directory 2025/03/07 10:15:52 INFO : A1/B2/C2: Making directory 2025/03/07 10:15:53 INFO : A1/B1/C3: Making directory 2025/03/07 10:15:54 INFO : A3: Making directory 2025/03/07 10:15:55 INFO : A3/B3: Making directory 2025/03/07 10:15:56 INFO : A3/B3/C4: Making directory 2025/03/07 10:15:58 DEBUG : A1/two: md5 = 1e661abcfe2e5f1fb4c2a0400d53b75f OK 2025/03/07 10:15:59 DEBUG : removing 1 level 3 directories 2025/03/07 10:15:59 INFO : A3/B3/C4: Removing directory 2025/03/07 10:16:02 DEBUG : removing 2 level 3 directories 2025/03/07 10:16:02 INFO : A1/B2/C2: Removing directory 2025/03/07 10:16:02 INFO : A1/B1/C3: Removing directory 2025/03/07 10:16:03 DEBUG : removing 2 level 2 directories 2025/03/07 10:16:03 INFO : A3/B3: Removing directory 2025/03/07 10:16:03 INFO : A1/B2: Removing directory 2025/03/07 10:16:03 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/03/07 10:16:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/07 10:16:04 DEBUG : removing 2 level 1 directories 2025/03/07 10:16:04 INFO : A3: Removing directory 2025/03/07 10:16:04 INFO : A2: Removing directory 2025/03/07 10:16:04 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/03/07 10:16:08 DEBUG : removing 1 level 3 directories 2025/03/07 10:16:08 INFO : A1/B1/C1: Removing directory 2025/03/07 10:16:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:16:09 DEBUG : removing 1 level 2 directories 2025/03/07 10:16:09 INFO : A1/B1: Removing directory 2025/03/07 10:16:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/07 10:16:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/07 10:16:09 DEBUG : removing 1 level 1 directories 2025/03/07 10:16:09 INFO : A1: Removing directory 2025/03/07 10:16:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/07 10:16:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/07 10:16:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/07 10:16:10 DEBUG : removing 1 level 0 directories 2025/03/07 10:16:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': Removing directory 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/03/07 10:16:10 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (24.75s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:16:12 INFO : A1: Making directory 2025/03/07 10:16:13 INFO : A1/B1: Making directory 2025/03/07 10:16:14 INFO : A1/B1/C1: Making directory 2025/03/07 10:16:16 DEBUG : removing 1 level 3 directories 2025/03/07 10:16:16 INFO : A1/B1/C1: Removing directory 2025/03/07 10:16:17 DEBUG : removing 1 level 2 directories 2025/03/07 10:16:17 INFO : A1/B1: Removing directory 2025/03/07 10:16:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/07 10:16:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.09s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:16:20 INFO : A1: Making directory 2025/03/07 10:16:20 INFO : A1/B1: Making directory 2025/03/07 10:16:21 INFO : A1/B1/C1: Making directory 2025/03/07 10:16:24 DEBUG : removing 1 level 3 directories 2025/03/07 10:16:24 INFO : A1/B1/C1: Removing directory 2025/03/07 10:16:25 DEBUG : removing 1 level 2 directories 2025/03/07 10:16:25 INFO : A1/B1: Removing directory 2025/03/07 10:16:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/07 10:16:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.82s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:16:29 DEBUG : file1: md5 = 842875581b670c63c40eeabdc19c7ec5 OK 2025/03/07 10:16:30 DEBUG : filename.txt: File name found in url 2025/03/07 10:16:31 DEBUG : filename.txt: md5 = 7ae2f63a38b696cc351905a75a7eaf28 OK 2025/03/07 10:16:31 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/03/07 10:16:33 DEBUG : headerfilename.txt: md5 = 5843095cf70c0c68b0582b39ce69425b OK 2025/03/07 10:16:34 DEBUG : file2: md5 = 9fea3fd64c2835289b259be96190fdce OK --- PASS: TestCopyURL (9.26s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:16:37 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/07 10:16:39 DEBUG : sub/file2: md5 = ec2f2774708f6dc0ada73cef5f9cc136 OK 2025/03/07 10:16:39 INFO : file1: Copied (new) to: sub/file2 2025/03/07 10:16:39 INFO : file1: Deleted 2025/03/07 10:16:40 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/07 10:16:40 DEBUG : file1: Unchanged skipping 2025/03/07 10:16:40 INFO : file1: Deleted 2025/03/07 10:16:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': don't need to copy/move sub/file2, it is already at target location 2025/03/07 10:16:42 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.11s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:16:43 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/07 10:16:44 DEBUG : file1: md5 = 6f2a068fa26a37be6def828af00a4c18 OK 2025/03/07 10:16:44 INFO : file1: Copied (new) 2025/03/07 10:16:44 INFO : file1: Deleted 2025/03/07 10:16:45 DEBUG : file1: Destination exists, skipping 2025/03/07 10:16:45 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.28s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.46s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:16:49 DEBUG : dst/file1: md5 = c06a32e68b902d7bf3946eb07451e5fb OK 2025/03/07 10:16:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesicav8koya/backup" 2025/03/07 10:16:50 DEBUG : Creating backend with remote "TestDrive:crypt/nenepb5p9ecia6e4g2ltfhqdpvciksqm03p57bg97l045trf3m10/1nrff024r7pq65ecp72fc28jb0" 2025/03/07 10:16:52 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/03/07 10:16:54 INFO : dst/file1: Moved (server-side) 2025/03/07 10:16:56 DEBUG : dst/file1: md5 = 274c2839a103b74943104f9d09db46ce OK 2025/03/07 10:16:56 INFO : dst/file1: Copied (new) 2025/03/07 10:16:56 INFO : dst/file1: Deleted 2025/03/07 10:16:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/07 10:16:59 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/07 10:17:00 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.32s) === 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-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:17:03 DEBUG : A1/one: md5 = b8ca968305bd060e3a202429b9f8364c OK 2025/03/07 10:17:04 DEBUG : A1/two: md5 = 99e94d84706011f802eb9d5e8c4dab09 OK 2025/03/07 10:17:07 DEBUG : A1/B1/three: md5 = 673e2a52f869e6b6600d73200d37f9ed OK 2025/03/07 10:17:09 DEBUG : A1/B1/C1/four: md5 = 3a6ce3c445f8b7b30c4f599e834bfcaf OK 2025/03/07 10:17:11 DEBUG : A1/B1/C2/five: md5 = d9f519c3fe57fd8c8a34d77e26d14547 OK 2025/03/07 10:17:11 INFO : A1/B2: Making directory 2025/03/07 10:17:12 INFO : A1/B1/C3: Making directory 2025/03/07 10:17:22 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/03/07 10:17:23 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/03/07 10:17:23 INFO : A2/two: Moved (server-side) to: A3/two 2025/03/07 10:17:23 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/03/07 10:17:23 INFO : A2/one: Moved (server-side) to: A3/one 2025/03/07 10:17:26 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/07 10:17:26 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/07 10:17:26 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/07 10:17:27 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/07 10:17:27 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/07 10:17:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/03/07 10:17:34 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/03/07 10:17:34 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/03/07 10:17:35 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/03/07 10:17:35 INFO : A3/one: Moved (server-side) to: A4/one 2025/03/07 10:17:35 INFO : A3/two: Moved (server-side) to: A4/two 2025/03/07 10:17:38 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/07 10:17:38 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/07 10:17:38 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/07 10:17:39 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/07 10:17:39 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/07 10:17:45 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/03/07 10:17:46 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/03/07 10:17:47 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/07 10:17:47 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/07 10:17:47 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/07 10:17:47 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/07 10:17:48 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/07 10:17:48 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/07 10:17:48 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/07 10:17:48 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (48.07s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:17:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': File to upload is small (34 bytes), uploading instead of streaming 2025/03/07 10:17:51 DEBUG : no_checksum_small_file_from_pipe: md5 = c79ed15574aac94ffb006201451eaaec OK 2025/03/07 10:17:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/03/07 10:17:51 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/07 10:17:51 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/03/07 10:17:52 DEBUG : no_checksum_big_file_from_pipe: md5 = c3e1e017166ea37fb73e67845cc0da98 OK 2025/03/07 10:17:52 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-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:17:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': File to upload is small (34 bytes), uploading instead of streaming 2025/03/07 10:17:56 DEBUG : with_checksum_small_file_from_pipe: md5 = 66458d72f68281c9ad2d578c92719cd3 OK 2025/03/07 10:17:56 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/07 10:17:57 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/03/07 10:17:57 DEBUG : with_checksum_big_file_from_pipe: md5 = abcb94fc74ccafb6092d5170ac129770 OK 2025/03/07 10:17:57 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:17:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': File to upload is small (34 bytes), uploading instead of streaming 2025/03/07 10:18:01 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/07 10:18:02 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/03/07 10:18:03 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-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:18:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': File to upload is small (34 bytes), uploading instead of streaming 2025/03/07 10:18:07 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/07 10:18:08 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/03/07 10:18:08 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (21.24s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.18s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.92s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.35s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.79s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/03/07 10:18:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': File to upload is small (48 bytes), uploading instead of streaming 2025/03/07 10:18:12 DEBUG : rcat_metadata: md5 = ae1d705fecf42411486492b3dcc66974 OK 2025/03/07 10:18:12 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/03/07 10:18:14 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/03/07 10:18:15 DEBUG : rcat_metadata_uploadcutoff0: md5 = 7bd3f14dc442ead1238f6f02b92fdf2a OK 2025/03/07 10:18:15 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.96s) --- PASS: TestRcatMetadata/Normal (2.63s) --- PASS: TestRcatMetadata/ViaDisk (2.88s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:18:17 DEBUG : potato1: md5 = 80ca672d644dedd1f3525bd044120a76 OK 2025/03/07 10:18:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': File to upload is small (60 bytes), uploading instead of streaming 2025/03/07 10:18:19 DEBUG : potato2: md5 = a9a7f9f914d5e70ba4567fb72af3290b OK 2025/03/07 10:18:19 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.46s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:18:22 DEBUG : potato1: md5 = 59a9a78050d1b0074e4037ab106eae07 OK 2025/03/07 10:18:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': File to upload is small (60 bytes), uploading instead of streaming 2025/03/07 10:18:23 DEBUG : potato2: md5 = dbd51972f886be6ad836e03961144340 OK 2025/03/07 10:18:23 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.15s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:18:27 DEBUG : potato2: md5 = b38eeb4e9fc9670d76c109e27b7b77f1 OK 2025/03/07 10:18:29 DEBUG : empty space: md5 = 0db0208495fb301060f28516ea0e31b6 OK 2025/03/07 10:18:31 DEBUG : sub dir/potato3: md5 = f32cbd75611666826021a6ea3bac6b8a OK 2025/03/07 10:18:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': Touching "sub dir/potato3" 2025/03/07 10:18:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': Touching "potato2" 2025/03/07 10:18:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': Touching "empty space" 2025/03/07 10:18:36 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.65s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:18:36 DEBUG : dir with metadata: Making directory with metadata 2025/03/07 10:18:37 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.68s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:18:39 DEBUG : directory with modtime: Making directory with metadata 2025/03/07 10:18:40 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.54s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:18:42 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/03/07 10:18:42 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/07 10:18:42 DEBUG : Google drive root 'crypt/nenepb5p9ecia6e4g2ltfhqdpvciksqm03p57bg97l045trf3m10': Skipping btime metadata as can't update it on an existing file: 2025-03-07T10:18:42.092536512Z 2025/03/07 10:18:42 INFO : non existent directory: Updated directory metadata 2025/03/07 10:18:44 DEBUG : Google drive root 'crypt/nenepb5p9ecia6e4g2ltfhqdpvciksqm03p57bg97l045trf3m10': Skipping btime metadata as can't update it on an existing file: 2025-03-07T10:18:42.092536512Z 2025/03/07 10:18:45 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.97s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:18:47 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/03/07 10:18:48 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/03/07 10:18:49 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.25s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:18:51 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/03/07 10:18:51 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/07 10:18:51 DEBUG : dst: Making directory with metadata 2025/03/07 10:18:52 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/07 10:18:52 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/07 10:18:52 INFO : dst: Set directory modification time (using SetModTime) 2025/03/07 10:18:53 INFO : dst: Set directory modification time (using SetModTime) 2025/03/07 10:18:53 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/03/07 10:18:53 INFO : dst: Set directory modification time (using SetModTime) 2025/03/07 10:18:53 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.72s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya'", Local "Local file system at /tmp/rclone3192023938", Modify Window "1ms" 2025/03/07 10:18:57 DEBUG : sub dir/test remove existing: md5 = db8b217fccca9e405076c7245b426eea OK 2025/03/07 10:18:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 56fe28b0bd447df4224b5f20bdfa6ab5 OK 2025/03/07 10:19:00 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.yixitah1" before starting 2025/03/07 10:19:01 DEBUG : sub dir/test remove existing.yixitah1: TEST: removing renamed existing file after operation 2025/03/07 10:19:02 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pekoleq3" before starting 2025/03/07 10:19:03 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pekoleq3: TEST: renaming existing back after failed operation 2025/03/07 10:19:05 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vabomub7" before starting 2025/03/07 10:19:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vabomub7: TEST: removing renamed existing file after operation 2025/03/07 10:19:08 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "c4nko359q64u2s09ctjo4ldfkbuci7dbnb0c293959en0hf8q7q6ihd94fd29opsav5pqf8bldi69ges05lonsbsp8lok5puou07pq9n1gu4r1dlu9brcvqvg35dag99rsbo0cag30scctsh6tnbi1s1cmllj8ljjgtgmqe5q879do2vr2lg" 2025/03/07 10:19:08 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "fn5g18fcpvfia4ile7g5iqu89naocmgkot928etnpigft4mv17g0" --- PASS: TestRemoveExisting (13.73s) === 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/03/07 10:19:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesicav8koya': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m57.937573062s (try 1/5)