"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/07/20 02:45:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-layewod4xune" 2025/07/20 02:45:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/20 02:45:04 DEBUG : Creating backend with remote "TestDrive:crypt/j43enk3mk1nmf0j7t2v25dt0v2du9drqh5n5aff5spec7a7kcdi0" 2025/07/20 02:45:05 DEBUG : Creating backend with remote "/tmp/rclone3594684382" === 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-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.30s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.36s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/07/20 02:45:06 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/20 02:45:06 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/20 02:45:06 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/07/20 02:45:06 DEBUG : potato: Seek from 10 to 0 2025/07/20 02:45:06 DEBUG : potato: Seek from 10 to 0 2025/07/20 02:45:06 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/07/20 02:45:06 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/20 02:45:06 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/20 02:45:06 DEBUG : potato: Seek from 5 to 2 2025/07/20 02:45:06 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/07/20 02:45:06 DEBUG : potato: Seek from 7 to 0 2025/07/20 02:45:06 DEBUG : potato: Seek from 7 to 0 2025/07/20 02:45:06 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/07/20 02:45:06 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/20 02:45:06 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/20 02:45:06 DEBUG : potato: Seek from 5 to 2 2025/07/20 02:45:06 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/07/20 02:45:06 DEBUG : potato: Seek from 8 to 0 2025/07/20 02:45:06 DEBUG : potato: Seek from 8 to 0 2025/07/20 02:45:06 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/07/20 02:45:06 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/20 02:45:06 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/20 02:45:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/20 02:45:06 DEBUG : potato: Seek from 5 to 2 2025/07/20 02:45:06 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/07/20 02:45:06 DEBUG : potato: Seek from 9 to 0 2025/07/20 02:45:06 DEBUG : potato: Seek from 9 to 0 2025/07/20 02:45:06 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-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:45:08 DEBUG : rutabaga: md5 = 6b882355e127993ac6a7a9138646d809 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/07/20 02:45:11 DEBUG : empty space: md5 = 92df9a112cc1272debc06d978d5dde2e OK === RUN TestCheck/3 2025/07/20 02:45:13 DEBUG : potato2: md5 = 92b9f2aee0ac6f70d4e216c86e28b0e6 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/07/20 02:45:15 DEBUG : remotepotato: md5 = fe98dbc320b0d3807e3b8eb119100b62 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.74s) --- PASS: TestCheck/1 (0.32s) --- PASS: TestCheck/2 (0.29s) --- PASS: TestCheck/3 (0.29s) --- PASS: TestCheck/4 (0.30s) --- PASS: TestCheck/5 (0.33s) --- PASS: TestCheck/6 (0.32s) --- PASS: TestCheck/7 (0.31s) === RUN TestCheckFsError 2025/07/20 02:45:19 DEBUG : Creating backend with remote "nonexistent" 2025/07/20 02:45:19 DEBUG : Creating backend with remote "nonexistent" 2025/07/20 02:45:19 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/07/20 02:45:19 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/07/20 02:45:19 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/07/20 02:45:19 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-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:45:20 DEBUG : rutabaga: md5 = af99ffdce5cb8a3275005607bdcfaf76 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/07/20 02:45:24 DEBUG : empty space: md5 = c6e489967abb82ebca5a5a558e56becf OK === RUN TestCheckDownload/3 2025/07/20 02:45:27 DEBUG : potato2: md5 = ce281d00bbda0ffeac2baa0112cd0ae6 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/07/20 02:45:32 DEBUG : remotepotato: md5 = 44565823a546bd5471ef588fcf32194f OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (18.28s) --- PASS: TestCheckDownload/1 (1.30s) --- PASS: TestCheckDownload/2 (1.01s) --- PASS: TestCheckDownload/3 (1.29s) --- PASS: TestCheckDownload/4 (1.55s) --- PASS: TestCheckDownload/5 (1.14s) --- PASS: TestCheckDownload/6 (1.03s) --- PASS: TestCheckDownload/7 (1.20s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:45:39 DEBUG : rutabaga: md5 = 7b685ca6b0307d03527cc150e1cb7a3e OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/07/20 02:45:41 DEBUG : empty space: md5 = 3cd64bab01a2e9727f08ea2c67712de5 OK === RUN TestCheckSizeOnly/3 2025/07/20 02:45:43 DEBUG : potato2: md5 = 181f345800545fe0e8b4aeed24100898 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/07/20 02:45:45 DEBUG : remotepotato: md5 = 3a428e50dfab7f6e93fe8eed0d3339e8 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.84s) --- PASS: TestCheckSizeOnly/1 (0.33s) --- PASS: TestCheckSizeOnly/2 (0.29s) --- PASS: TestCheckSizeOnly/3 (0.31s) --- PASS: TestCheckSizeOnly/4 (0.32s) --- PASS: TestCheckSizeOnly/5 (0.31s) --- PASS: TestCheckSizeOnly/6 (0.32s) --- PASS: TestCheckSizeOnly/7 (0.33s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:45:50 DEBUG : test.sum: md5 = b21cd6feb99956bd721ed43441946435 OK 2025/07/20 02:45:52 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/20 02:45:52 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/20 02:45:52 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/20 02:45:52 NOTICE: test.sum: 2 warning(s) suppressed... 2025/07/20 02:45:53 DEBUG : test.sum: md5 = 99ed47aad245a1bd1efcd1c76b27da4c OK 2025/07/20 02:45:54 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/20 02:45:54 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/20 02:45:54 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/20 02:45:54 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.54s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:45:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-layewod4xune/data" 2025/07/20 02:45:56 DEBUG : Creating backend with remote "TestDrive:crypt/j43enk3mk1nmf0j7t2v25dt0v2du9drqh5n5aff5spec7a7kcdi0/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune/data' lacks md5, skipping --- SKIP: TestCheckSum (2.64s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:45:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-layewod4xune/data" 2025/07/20 02:45:58 DEBUG : Creating backend with remote "TestDrive:crypt/j43enk3mk1nmf0j7t2v25dt0v2du9drqh5n5aff5spec7a7kcdi0/vjrnln8ratgmqakfosrqe8espk" 2025/07/20 02:46:02 DEBUG : data/banana: md5 = 6fe0ce2b5593994fce8e20a95a6056d5 OK 2025/07/20 02:46:04 DEBUG : test.sum: md5 = e6eaca62ab68325fa91c02ccec92a085 OK === RUN TestCheckSumDownload/subtest1 2025/07/20 02:46:09 DEBUG : data/potato: md5 = d77f05ef551f77bb19f4837a885c8411 OK 2025/07/20 02:46:10 DEBUG : test.sum: md5 = 1f62a8c757cf0ad1147f77fc2cedf73a OK === RUN TestCheckSumDownload/subtest2 2025/07/20 02:46:15 DEBUG : test.sum: md5 = a3fc848582c4deb4025b4c41067b8f84 OK === RUN TestCheckSumDownload/subtest3 2025/07/20 02:46:20 DEBUG : test.sum: md5 = b7e39b15bf348851c8a30136a8a36e7b OK === RUN TestCheckSumDownload/subtest4 2025/07/20 02:46:25 DEBUG : test.sum: md5 = 0686638d56d26c35261ba1e8024af341 OK === RUN TestCheckSumDownload/subtest5 2025/07/20 02:46:29 DEBUG : test.sum: md5 = 48611db1a7a51000fb5ce76c7bb34f97 OK === RUN TestCheckSumDownload/subtest6 2025/07/20 02:46:34 DEBUG : data/banana: md5 = 860e66aa4cb0df071f41bbcb70aa5b00 OK 2025/07/20 02:46:35 DEBUG : data/potato: md5 = d7780fcd33cc802e4aae43d82615ac81 OK 2025/07/20 02:46:37 DEBUG : test.sum: md5 = 0eaaa5cb80bd6558ccc2a765f95b0abb OK === RUN TestCheckSumDownload/subtest7 2025/07/20 02:46:42 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/07/20 02:46:42 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (45.00s) --- PASS: TestCheckSumDownload/subtest1 (2.84s) --- PASS: TestCheckSumDownload/subtest2 (2.48s) --- PASS: TestCheckSumDownload/subtest3 (2.62s) --- PASS: TestCheckSumDownload/subtest4 (2.61s) --- PASS: TestCheckSumDownload/subtest5 (2.42s) --- PASS: TestCheckSumDownload/subtest6 (2.65s) --- PASS: TestCheckSumDownload/subtest7 (2.51s) === RUN TestApplyTransforms 2025/07/20 02:46:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-juxedoy1wago" 2025/07/20 02:46:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/20 02:46:43 DEBUG : Creating backend with remote "TestDrive:crypt/5lmdfo2t74v921i6n7ls5p8mthe8r74713ernt5pcti8hkfmbjp0" 2025/07/20 02:46:45 DEBUG : Creating backend with remote "/tmp/rclone1230748694" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-juxedoy1wago'", Local "Local file system at /tmp/rclone1230748694", Modify Window "1ms" 2025/07/20 02:46:47 DEBUG : hello, world!: md5 = cf2751be2f26a398d3ec8195e4d940a9 OK upper checkfile vs. lower remote (without normalization) 2025/07/20 02:46:48 ERROR : hello, world!: sum not found 2025/07/20 02:46:48 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-juxedoy1wago' 2025/07/20 02:46:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juxedoy1wago': 1 files missing 2025/07/20 02:46:48 NOTICE: 1 hashes missing 2025/07/20 02:46:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juxedoy1wago': 1 differences found 2025/07/20 02:46:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juxedoy1wago': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/07/20 02:46:49 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/20 02:46:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juxedoy1wago': 0 differences found 2025/07/20 02:46:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-juxedoy1wago': 1 matching files 2025/07/20 02:46:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wuzirab0gote" 2025/07/20 02:46:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/20 02:46:49 DEBUG : Creating backend with remote "TestDrive:crypt/ams8hprl36pi9e67859gevfrmue5u3fgs10lu3fe68q12ui6q4n0" 2025/07/20 02:46:50 DEBUG : Creating backend with remote "/tmp/rclone1595130554" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuzirab0gote'", Local "Local file system at /tmp/rclone1595130554", Modify Window "1ms" 2025/07/20 02:46:52 DEBUG : HELLO, WORLD!: md5 = 805689bae418ae62a961b9ea634137aa OK lower checkfile vs. upper remote (without normalization) 2025/07/20 02:46:53 ERROR : HELLO, WORLD!: sum not found 2025/07/20 02:46:53 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-wuzirab0gote' 2025/07/20 02:46:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuzirab0gote': 1 files missing 2025/07/20 02:46:53 NOTICE: 1 hashes missing 2025/07/20 02:46:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuzirab0gote': 1 differences found 2025/07/20 02:46:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuzirab0gote': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/07/20 02:46:54 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/20 02:46:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuzirab0gote': 0 differences found 2025/07/20 02:46:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuzirab0gote': 1 matching files 2025/07/20 02:46:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jinofem7tifa" 2025/07/20 02:46:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/20 02:46:54 DEBUG : Creating backend with remote "TestDrive:crypt/nk32o4a22kbv9cpgairtdt8g474bck5v1k3cakejas44hhmv4et0" 2025/07/20 02:46:56 DEBUG : Creating backend with remote "/tmp/rclone655386303" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jinofem7tifa'", Local "Local file system at /tmp/rclone655386303", Modify Window "1ms" 2025/07/20 02:46:58 DEBUG : HeLlO, wOrLd!: md5 = d8927d118ebc5d922839707425a1f152 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/07/20 02:46:59 ERROR : HeLlO, wOrLd!: sum not found 2025/07/20 02:46:59 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jinofem7tifa' 2025/07/20 02:46:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jinofem7tifa': 1 files missing 2025/07/20 02:46:59 NOTICE: 1 hashes missing 2025/07/20 02:46:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jinofem7tifa': 1 differences found 2025/07/20 02:46:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jinofem7tifa': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/07/20 02:47:00 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/20 02:47:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jinofem7tifa': 0 differences found 2025/07/20 02:47:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jinofem7tifa': 1 matching files 2025/07/20 02:47:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-siwoyaz6hecu" 2025/07/20 02:47:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/20 02:47:00 DEBUG : Creating backend with remote "TestDrive:crypt/ap7l0vvvu69m37g91q1fri0t3ameuj9c49t0h2gv2u6mrespdng0" 2025/07/20 02:47:01 DEBUG : Creating backend with remote "/tmp/rclone1932963260" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-siwoyaz6hecu'", Local "Local file system at /tmp/rclone1932963260", Modify Window "1ms" 2025/07/20 02:47:04 DEBUG : HELLO, WORLD!: md5 = d04d8fa68699327692b9fbd27523d58f OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/07/20 02:47:04 ERROR : HELLO, WORLD!: sum not found 2025/07/20 02:47:04 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-siwoyaz6hecu' 2025/07/20 02:47:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-siwoyaz6hecu': 1 files missing 2025/07/20 02:47:04 NOTICE: 1 hashes missing 2025/07/20 02:47:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-siwoyaz6hecu': 1 differences found 2025/07/20 02:47:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-siwoyaz6hecu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/07/20 02:47:06 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/20 02:47:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-siwoyaz6hecu': 0 differences found 2025/07/20 02:47:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-siwoyaz6hecu': 1 matching files 2025/07/20 02:47:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-botihab9xeno" 2025/07/20 02:47:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/20 02:47:06 DEBUG : Creating backend with remote "TestDrive:crypt/u1ir4jmcugikuvisnabnt4td3sj30hn86ik7r1cefjo13n3vit40" 2025/07/20 02:47:07 DEBUG : Creating backend with remote "/tmp/rclone2471419284" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-botihab9xeno'", Local "Local file system at /tmp/rclone2471419284", Modify Window "1ms" 2025/07/20 02:47:09 DEBUG : 測試_Русский___ě_áñ: md5 = 53dc226c4c1bbb47a9bc55f022790b3d OK NFD checkfile vs. NFC remote (without normalization) 2025/07/20 02:47:10 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/20 02:47:10 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-botihab9xeno' 2025/07/20 02:47:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-botihab9xeno': 1 files missing 2025/07/20 02:47:10 NOTICE: 1 hashes missing 2025/07/20 02:47:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-botihab9xeno': 1 differences found 2025/07/20 02:47:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-botihab9xeno': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/07/20 02:47:11 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/20 02:47:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-botihab9xeno': 0 differences found 2025/07/20 02:47:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-botihab9xeno': 1 matching files 2025/07/20 02:47:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jaxezar2jeyi" 2025/07/20 02:47:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/20 02:47:11 DEBUG : Creating backend with remote "TestDrive:crypt/qp17bffcarlkrnjs5oedueqarea3min0ev6uff679enfiorj1k0g" 2025/07/20 02:47:13 DEBUG : Creating backend with remote "/tmp/rclone2415388410" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jaxezar2jeyi'", Local "Local file system at /tmp/rclone2415388410", Modify Window "1ms" 2025/07/20 02:47:15 DEBUG : 測試_Русский___ě_áñ: md5 = 12326272fc25ca29719af4d2a66a9bc9 OK NFC checkfile vs. NFD remote (without normalization) 2025/07/20 02:47:16 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/20 02:47:16 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jaxezar2jeyi' 2025/07/20 02:47:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jaxezar2jeyi': 1 files missing 2025/07/20 02:47:16 NOTICE: 1 hashes missing 2025/07/20 02:47:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jaxezar2jeyi': 1 differences found 2025/07/20 02:47:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jaxezar2jeyi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/07/20 02:47:17 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/20 02:47:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jaxezar2jeyi': 0 differences found 2025/07/20 02:47:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jaxezar2jeyi': 1 matching files 2025/07/20 02:47:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lagevan9cite" 2025/07/20 02:47:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/20 02:47:17 DEBUG : Creating backend with remote "TestDrive:crypt/dtig80vp1d2gk1h0v5kfjvroa8epd5q5c2tr9ooola396mdlvosg" 2025/07/20 02:47:19 DEBUG : Creating backend with remote "/tmp/rclone4068645070" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lagevan9cite'", Local "Local file system at /tmp/rclone4068645070", Modify Window "1ms" 2025/07/20 02:47:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 568219b6baf984549fa0c110385b7106 OK NFDx2 checkfile vs. both remote (without normalization) 2025/07/20 02:47:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/20 02:47:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-lagevan9cite' 2025/07/20 02:47:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lagevan9cite': 1 files missing 2025/07/20 02:47:21 NOTICE: 1 hashes missing 2025/07/20 02:47:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lagevan9cite': 1 differences found 2025/07/20 02:47:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lagevan9cite': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/07/20 02:47:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/20 02:47:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lagevan9cite': 0 differences found 2025/07/20 02:47:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lagevan9cite': 1 matching files 2025/07/20 02:47:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hevokod3fapi" 2025/07/20 02:47:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/20 02:47:23 DEBUG : Creating backend with remote "TestDrive:crypt/jgqvcvvuou2ubggeoonfbg21sq5nri136en6beb60iokiqno0gk0" 2025/07/20 02:47:24 DEBUG : Creating backend with remote "/tmp/rclone2193054570" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hevokod3fapi'", Local "Local file system at /tmp/rclone2193054570", Modify Window "1ms" 2025/07/20 02:47:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 6f8e7de64cd7d4d89f92fa04c6a7800b OK NFCx2 checkfile vs. both remote (without normalization) 2025/07/20 02:47:27 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/20 02:47:27 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hevokod3fapi' 2025/07/20 02:47:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hevokod3fapi': 1 files missing 2025/07/20 02:47:27 NOTICE: 1 hashes missing 2025/07/20 02:47:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hevokod3fapi': 1 differences found 2025/07/20 02:47:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hevokod3fapi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/07/20 02:47:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/20 02:47:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hevokod3fapi': 0 differences found 2025/07/20 02:47:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hevokod3fapi': 1 matching files 2025/07/20 02:47:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xanases0yica" 2025/07/20 02:47:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/20 02:47:29 DEBUG : Creating backend with remote "TestDrive:crypt/mhcggfe10kfb8kn80s0vtpa2oa6oct69nbktfjln2se9o51olb5g" 2025/07/20 02:47:30 DEBUG : Creating backend with remote "/tmp/rclone379592615" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanases0yica'", Local "Local file system at /tmp/rclone379592615", Modify Window "1ms" 2025/07/20 02:47:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = ff21ebb57ae938a2621342a7103e5f23 OK both checkfile vs. NFDx2 remote (without normalization) 2025/07/20 02:47:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/20 02:47:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xanases0yica' 2025/07/20 02:47:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xanases0yica': 1 files missing 2025/07/20 02:47:33 NOTICE: 1 hashes missing 2025/07/20 02:47:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xanases0yica': 1 differences found 2025/07/20 02:47:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xanases0yica': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/07/20 02:47:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/20 02:47:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xanases0yica': 0 differences found 2025/07/20 02:47:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xanases0yica': 1 matching files 2025/07/20 02:47:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-revokok2lazo" 2025/07/20 02:47:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/20 02:47:34 DEBUG : Creating backend with remote "TestDrive:crypt/blnv0tta3bipok80bntmsvunr69iu5o9o00hh5vncar7u06rlph0" 2025/07/20 02:47:36 DEBUG : Creating backend with remote "/tmp/rclone2716031744" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-revokok2lazo'", Local "Local file system at /tmp/rclone2716031744", Modify Window "1ms" 2025/07/20 02:47:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b32661d96f606aba989f6e84d38d1a85 OK both checkfile vs. NFCx2 remote (without normalization) 2025/07/20 02:47:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/20 02:47:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-revokok2lazo' 2025/07/20 02:47:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-revokok2lazo': 1 files missing 2025/07/20 02:47:39 NOTICE: 1 hashes missing 2025/07/20 02:47:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-revokok2lazo': 1 differences found 2025/07/20 02:47:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-revokok2lazo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/07/20 02:47:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/20 02:47:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-revokok2lazo': 0 differences found 2025/07/20 02:47:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-revokok2lazo': 1 matching files 2025/07/20 02:47:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-revokok2lazo': Purge remote 2025/07/20 02:47:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xanases0yica': Purge remote 2025/07/20 02:47:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hevokod3fapi': Purge remote 2025/07/20 02:47:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lagevan9cite': Purge remote 2025/07/20 02:47:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jaxezar2jeyi': Purge remote 2025/07/20 02:47:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-botihab9xeno': Purge remote 2025/07/20 02:47:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-siwoyaz6hecu': Purge remote 2025/07/20 02:47:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jinofem7tifa': Purge remote 2025/07/20 02:47:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wuzirab0gote': Purge remote 2025/07/20 02:47:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-juxedoy1wago': Purge remote --- PASS: TestApplyTransforms (61.58s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:47:45 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/20 02:47:47 DEBUG : sub/file2: md5 = 888978e313740d5b67562b3788ab479a OK 2025/07/20 02:47:47 INFO : file1: Copied (new) to: sub/file2 2025/07/20 02:47:48 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/20 02:47:48 DEBUG : file1: Unchanged skipping 2025/07/20 02:47:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': don't need to copy/move sub/file2, it is already at target location 2025/07/20 02:47:51 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.07s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.59s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:47:55 DEBUG : dst/file1: md5 = 65ad634ed672c1fdc8c2f791a2241b8f OK 2025/07/20 02:47:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-layewod4xune/backup" 2025/07/20 02:47:56 DEBUG : Creating backend with remote "TestDrive:crypt/j43enk3mk1nmf0j7t2v25dt0v2du9drqh5n5aff5spec7a7kcdi0/1nrff024r7pq65ecp72fc28jb0" 2025/07/20 02:47:58 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/20 02:48:00 INFO : dst/file1: Moved (server-side) 2025/07/20 02:48:02 DEBUG : dst/file1: md5 = 4f1384e7dfe74fda4f2b9b6bbcf5acf8 OK 2025/07/20 02:48:02 INFO : dst/file1: Copied (new) 2025/07/20 02:48:05 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/20 02:48:06 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/20 02:48:07 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.09s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:48:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-layewod4xune/dst" 2025/07/20 02:48:07 DEBUG : Creating backend with remote "TestDrive:crypt/j43enk3mk1nmf0j7t2v25dt0v2du9drqh5n5aff5spec7a7kcdi0/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/20 02:48:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-layewod4xune/CompareDest" 2025/07/20 02:48:10 DEBUG : Creating backend with remote "TestDrive:crypt/j43enk3mk1nmf0j7t2v25dt0v2du9drqh5n5aff5spec7a7kcdi0/gveqi14airsml4bgu7krj116o8" 2025/07/20 02:48:12 DEBUG : one: Need to transfer - File not found at Destination 2025/07/20 02:48:15 DEBUG : one: md5 = f3983e1b96656dbb30a2be24b90db687 OK 2025/07/20 02:48:15 INFO : one: Copied (new) 2025/07/20 02:48:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/20 02:48:18 DEBUG : one: md5 = 7a3dfe1ceebc66cc83efb655b26e5ab4 OK 2025/07/20 02:48:18 INFO : one: Copied (replaced existing) 2025/07/20 02:48:20 DEBUG : dst/one: md5 = 6607abbf115d741d1c173bc2fe130aa6 OK 2025/07/20 02:48:22 DEBUG : CompareDest/one: md5 = 27e93aca44f6b889a6b04e07483eabb7 OK 2025/07/20 02:48:23 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/20 02:48:24 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/20 02:48:24 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/20 02:48:26 DEBUG : CompareDest/two: md5 = 2ede7ae3bb0e5857356fa1866be84f29 OK 2025/07/20 02:48:27 DEBUG : two: Need to transfer - File not found at Destination 2025/07/20 02:48:27 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/20 02:48:27 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/20 02:48:28 DEBUG : two: Need to transfer - File not found at Destination 2025/07/20 02:48:28 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/20 02:48:28 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/20 02:48:30 DEBUG : two: Need to transfer - File not found at Destination 2025/07/20 02:48:30 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/07/20 02:48:32 DEBUG : two: md5 = 53e5bae22bafb723a744c59e25a479fe OK 2025/07/20 02:48:32 INFO : two: Copied (new) 2025/07/20 02:48:35 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/20 02:48:35 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:48:36 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/20 02:48:36 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (29.52s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:48:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-layewod4xune/dst" 2025/07/20 02:48:37 DEBUG : Creating backend with remote "TestDrive:crypt/j43enk3mk1nmf0j7t2v25dt0v2du9drqh5n5aff5spec7a7kcdi0/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/20 02:48:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-layewod4xune/CopyDest" 2025/07/20 02:48:39 DEBUG : Creating backend with remote "TestDrive:crypt/j43enk3mk1nmf0j7t2v25dt0v2du9drqh5n5aff5spec7a7kcdi0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/20 02:48:41 DEBUG : one: Need to transfer - File not found at Destination 2025/07/20 02:48:44 DEBUG : one: md5 = cf4ce9dd00709a900e7ccc06f929b899 OK 2025/07/20 02:48:44 INFO : one: Copied (new) 2025/07/20 02:48:46 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/20 02:48:47 DEBUG : one: md5 = 8df69a08de6c4ef36d5470a9ea54772f OK 2025/07/20 02:48:47 INFO : one: Copied (replaced existing) 2025/07/20 02:48:49 DEBUG : dst/one: md5 = 2fc0a36e2622418e29f99fcb113cac85 OK 2025/07/20 02:48:51 DEBUG : CopyDest/one: md5 = f80a5e36f6f13bb9eec2676fe4a6395f OK 2025/07/20 02:48:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-layewod4xune/BackupDir" 2025/07/20 02:48:52 DEBUG : Creating backend with remote "TestDrive:crypt/j43enk3mk1nmf0j7t2v25dt0v2du9drqh5n5aff5spec7a7kcdi0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/20 02:48:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/20 02:48:55 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/20 02:48:55 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/20 02:48:57 INFO : one: Moved (server-side) 2025/07/20 02:48:58 INFO : one: Copied (server-side copy) 2025/07/20 02:48:58 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/07/20 02:49:00 DEBUG : CopyDest/two: md5 = 1f23687856f8abd5f99003abd71bfee7 OK 2025/07/20 02:49:01 DEBUG : two: Need to transfer - File not found at Destination 2025/07/20 02:49:01 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/20 02:49:03 INFO : two: Copied (server-side copy) 2025/07/20 02:49:03 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/07/20 02:49:04 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/20 02:49:04 DEBUG : two: Unchanged skipping 2025/07/20 02:49:06 DEBUG : CopyDest/three: md5 = 97b95445d61e6a51c2cba6a0eefd9ae6 OK 2025/07/20 02:49:07 DEBUG : three: Need to transfer - File not found at Destination 2025/07/20 02:49:07 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/07/20 02:49:07 DEBUG : three: Destination not found in --copy-dest 2025/07/20 02:49:08 DEBUG : three: md5 = c497da808a2bf16feafe6d731f5c7fcc OK 2025/07/20 02:49:08 INFO : three: Copied (new) 2025/07/20 02:49:14 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/20 02:49:14 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:49:14 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/20 02:49:14 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/20 02:49:14 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/20 02:49:14 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:49:15 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (39.11s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.57s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.61s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:49:18 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/07/20 02:49:20 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 1f4b64c9513d274b3e4b7637a0d62d50 OK 2025/07/20 02:49:20 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/07/20 02:49:21 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/07/20 02:49:21 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/07/20 02:49:22 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/07/20 02:49:23 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/07/20 02:49:24 DEBUG : TestCopyFileMaxTransfer/file4: md5 = a4d9ab22cff250342bc501faccaf6da2 OK 2025/07/20 02:49:24 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/07/20 02:49:27 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/07/20 02:49:27 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.69s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.60s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:49:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': Looking for duplicate names using skip mode. 2025/07/20 02:49:32 NOTICE: one: Found 2 files with duplicate names 2025/07/20 02:49:32 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.68s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:49:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': Looking for duplicate names using skip mode. 2025/07/20 02:49:39 NOTICE: one: Found 3 files with duplicate names 2025/07/20 02:49:39 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/07/20 02:49:39 INFO : one: Deleted 2025/07/20 02:49:39 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.91s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:49:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': Looking for duplicate names using first mode. 2025/07/20 02:49:45 NOTICE: one: Found 3 files with duplicate names 2025/07/20 02:49:46 INFO : one: Deleted 2025/07/20 02:49:46 INFO : one: Deleted 2025/07/20 02:49:46 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.74s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:49:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': Looking for duplicate names using newest mode. 2025/07/20 02:49:52 NOTICE: one: Found 3 files with duplicate names 2025/07/20 02:49:53 INFO : one: Deleted 2025/07/20 02:49:53 INFO : one: Deleted 2025/07/20 02:49:53 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.83s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.61s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:49:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': Looking for duplicate names using oldest mode. 2025/07/20 02:50:00 NOTICE: one: Found 3 files with duplicate names 2025/07/20 02:50:00 INFO : one: Deleted 2025/07/20 02:50:01 INFO : one: Deleted 2025/07/20 02:50:01 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.77s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:50:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': Looking for duplicate names using largest mode. 2025/07/20 02:50:06 NOTICE: one: Found 3 files with duplicate names 2025/07/20 02:50:07 INFO : one: Deleted 2025/07/20 02:50:07 INFO : one: Deleted 2025/07/20 02:50:07 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.57s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:50:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': Looking for duplicate names using smallest mode. 2025/07/20 02:50:13 NOTICE: one: Found 3 files with duplicate names 2025/07/20 02:50:13 INFO : one: Deleted 2025/07/20 02:50:14 INFO : one: Deleted 2025/07/20 02:50:14 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.75s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:50:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': Looking for duplicate names using rename mode. 2025/07/20 02:50:21 NOTICE: one.txt: Found 3 files with duplicate names 2025/07/20 02:50:23 INFO : one-2.txt: renamed from: one.txt 2025/07/20 02:50:25 INFO : one-3.txt: renamed from: one.txt 2025/07/20 02:50:26 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.81s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:50:31 DEBUG : dupe1/one.txt: md5 = 9fcbf478b15da4dd3ef7c489e801678c OK 2025/07/20 02:50:34 DEBUG : dupe2/two.txt: md5 = c81e162d5b2b47220de864620bda5f4b OK 2025/07/20 02:50:36 DEBUG : dupe3/three.txt: md5 = a2d9ddddb98fe85c7cbae14d8d63423a OK 2025/07/20 02:50:37 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/07/20 02:50:39 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/07/20 02:50:39 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/07/20 02:50:40 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/07/20 02:50:44 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/07/20 02:50:44 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/07/20 02:50:44 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (15.49s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:50:46 DEBUG : a.txt: md5 = fd50404c2d73db4a532429da51b21685 OK 2025/07/20 02:50:48 DEBUG : zend.txt: md5 = d53a14abe094e5808f65e08b0dbeaf4d OK 2025/07/20 02:50:50 DEBUG : sub dir/hello world: md5 = dd9c35be46558fd2457823cf71658564 OK 2025/07/20 02:50:51 DEBUG : sub dir/hello world2: md5 = 77273ba6926f4c1d153ccc09c1045a13 OK 2025/07/20 02:50:54 DEBUG : sub dir/ignore dir/.ignore: md5 = bcd9ba71b850329bdfe2679c53930428 OK 2025/07/20 02:50:55 DEBUG : sub dir/ignore dir/should be ignored: md5 = 2d1d2eeba2b213f937f26b206e69e890 OK 2025/07/20 02:50:58 DEBUG : sub dir/sub sub dir/hello world3: md5 = 135910194079acc48300120c87be308b OK 2025/07/20 02:51:00 DEBUG : a.txt: Excluded (Size Filter) 2025/07/20 02:51:00 DEBUG : a.txt: Excluded 2025/07/20 02:51:00 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/20 02:51:00 DEBUG : sub dir/hello world2: Excluded 2025/07/20 02:51:00 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/20 02:51:00 DEBUG : sub dir/hello world: Excluded 2025/07/20 02:51:01 DEBUG : sub dir/ignore dir: Excluded 2025/07/20 02:51:01 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/20 02:51:01 DEBUG : sub dir/hello world2: Excluded 2025/07/20 02:51:01 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/20 02:51:01 DEBUG : sub dir/hello world: Excluded 2025/07/20 02:51:02 DEBUG : sub dir/ignore dir: Excluded 2025/07/20 02:51:07 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/20 02:51:08 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/20 02:51:08 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/20 02:51:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/20 02:51:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/20 02:51:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/07/20 02:51:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (24.70s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:51:11 DEBUG : a.txt: md5 = 5dde6751d9304a71ef56304ce99127d9 OK 2025/07/20 02:51:12 DEBUG : zend.txt: md5 = 63f84e13e6adf0d9917c875e5e4cfca8 OK 2025/07/20 02:51:15 DEBUG : sub dir/hello world: md5 = 8c6d7fe6d3ff02d70a33e60e9f8ee68f OK 2025/07/20 02:51:16 DEBUG : sub dir/hello world2: md5 = 78a1e35e0a53fc3dd65ed9eea60ee274 OK 2025/07/20 02:51:18 DEBUG : sub dir/ignore dir/.ignore: md5 = 55f708d21c381858af4fc632165b3d26 OK 2025/07/20 02:51:20 DEBUG : sub dir/ignore dir/should be ignored: md5 = eb2db9951b8aff4ec66d6e0547a0bd3e OK 2025/07/20 02:51:22 DEBUG : sub dir/sub sub dir/hello world3: md5 = 8db6dbecc8831bb808e2edf9ef018ecf OK 2025/07/20 02:51:24 DEBUG : a.txt: Excluded (Size Filter) 2025/07/20 02:51:24 DEBUG : a.txt: Excluded 2025/07/20 02:51:24 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/20 02:51:24 DEBUG : sub dir/hello world: Excluded 2025/07/20 02:51:24 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/20 02:51:24 DEBUG : sub dir/hello world2: Excluded 2025/07/20 02:51:25 DEBUG : sub dir/ignore dir: Excluded 2025/07/20 02:51:25 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/20 02:51:25 DEBUG : sub dir/hello world: Excluded 2025/07/20 02:51:25 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/20 02:51:25 DEBUG : sub dir/hello world2: Excluded 2025/07/20 02:51:26 DEBUG : sub dir/ignore dir: Excluded 2025/07/20 02:51:31 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/20 02:51:32 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/20 02:51:32 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/20 02:51:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/20 02:51:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/20 02:51:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/07/20 02:51:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (23.87s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:51:35 DEBUG : file1: md5 = a3df850b90b8581cac646316cde88e36 OK 2025/07/20 02:51:37 DEBUG : sub/file2: md5 = 56adb4483f9dfc69f0217efffcca250a OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/07/20 02:51:41 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/07/20 02:51:41 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/07/20 02:51:41 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/07/20 02:51:44 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (11.16s) --- PASS: TestListJSON/Default (0.34s) --- PASS: TestListJSON/FilesOnly (0.32s) --- PASS: TestListJSON/DirsOnly (0.31s) --- PASS: TestListJSON/Recurse (0.62s) --- PASS: TestListJSON/SubDir (0.33s) --- PASS: TestListJSON/NoModTime (0.33s) --- PASS: TestListJSON/NoMimeType (0.32s) --- PASS: TestListJSON/ShowHash (0.32s) --- PASS: TestListJSON/HashTypes (0.28s) --- PASS: TestListJSON/Metadata (0.86s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:51:46 DEBUG : file1: md5 = 52a1a19b7e6912acf009ecb153d93bfe OK 2025/07/20 02:51:48 DEBUG : sub/file2: md5 = f8983cab2a1999e5c8f3ef57f887918b OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/07/20 02:51:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-layewod4xune/notfound" 2025/07/20 02:51:53 DEBUG : Creating backend with remote "TestDrive:crypt/j43enk3mk1nmf0j7t2v25dt0v2du9drqh5n5aff5spec7a7kcdi0/qe0i31qdkoejk60elps0ni5sqk" 2025/07/20 02:51:57 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.79s) --- PASS: TestStatJSON/Root (0.36s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.30s) --- PASS: TestStatJSON/Dir (0.59s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.28s) --- PASS: TestStatJSON/File (0.30s) --- PASS: TestStatJSON/NotFound (0.61s) --- PASS: TestStatJSON/DirFilesOnly (0.28s) --- PASS: TestStatJSON/FileFilesOnly (0.31s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.29s) --- PASS: TestStatJSON/DirDirsOnly (0.32s) --- PASS: TestStatJSON/FileDirsOnly (0.32s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.33s) --- PASS: TestStatJSON/RootNotFound (2.37s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:51:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': Making directory 2025/07/20 02:51:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': Making directory --- PASS: TestMkdir (0.89s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:52:01 DEBUG : sub dir/hello world: md5 = 65a1b1f8eea855b32ed9a37a2e330bcd OK 2025/07/20 02:52:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.49s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:52:06 DEBUG : potato2: md5 = 162a34eaa72da0054d340b4ab4fc2962 OK 2025/07/20 02:52:07 DEBUG : empty space: md5 = 0210f9e9d3c2ae6808bfe96c10f2454f OK --- PASS: TestLs (5.20s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:52:11 DEBUG : potato2: md5 = 39076918ac2717a1da2378fd66bc1f0b OK 2025/07/20 02:52:13 DEBUG : empty space: md5 = 16742cc8fbc0fca173ac79174dbc765a OK 2025/07/20 02:52:13 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.52s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:52:17 DEBUG : potato2: md5 = 6e35e938da3b50030778754e808e5167 OK 2025/07/20 02:52:18 DEBUG : empty space: md5 = 8e104451d6c02dc32234f12d434badc7 OK --- PASS: TestLsLong (5.03s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:52:22 DEBUG : potato2: md5 = d6257717e3d379274d168136638a0d64 OK 2025/07/20 02:52:23 DEBUG : empty space: md5 = ddde01aa2409be76099e2a6f5b45504a OK --- PASS: TestHashSums (4.84s) === RUN TestHashSumsWithErrors 2025/07/20 02:52:25 DEBUG : Creating backend with remote ":memory:" 2025/07/20 02:52:25 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/07/20 02:52:25 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/20 02:52:25 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/20 02:52:25 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/20 02:52:25 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/20 02:52:25 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/20 02:52:25 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/20 02:52:25 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/07/20 02:52:25 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-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:52:27 DEBUG : potato2: md5 = 1a4361441bdfcc32f8feafacf7caee22 OK 2025/07/20 02:52:28 DEBUG : empty space: md5 = ac6281b5afcca5b730a95b51fc00e2c5 OK 2025/07/20 02:52:30 DEBUG : sub dir/potato3: md5 = 65902734a33aa29a232f6290184265f1 OK 2025/07/20 02:52:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (9.20s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:52:36 DEBUG : small: md5 = 3e91d595e50f74b575cc8be3c6afe5a9 OK 2025/07/20 02:52:37 DEBUG : medium: md5 = dbb3f327d30bb37d1cf4db6ef5f2543e OK 2025/07/20 02:52:39 DEBUG : large: md5 = 830674b0a37b8f60b5b0781a7c9acfdd OK 2025/07/20 02:52:39 DEBUG : Waiting for deletions to finish 2025/07/20 02:52:40 DEBUG : large: Excluded (Size Filter) 2025/07/20 02:52:40 INFO : small: Deleted 2025/07/20 02:52:40 INFO : medium: Deleted --- PASS: TestDelete (7.06s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:52:43 DEBUG : small: md5 = c12e2fc40d5a2173abbf665ee46f00b5 OK 2025/07/20 02:52:44 DEBUG : medium: md5 = f67003f7ba646882135b4a1b7f707af6 OK 2025/07/20 02:52:46 DEBUG : large: md5 = 465383e975cab49634eabd2a0b74c76e OK 2025/07/20 02:52:46 DEBUG : Waiting for deletions to finish 2025/07/20 02:52:46 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/07/20 02:52:47 INFO : large: Deleted 2025/07/20 02:52:47 INFO : small: Deleted --- PASS: TestMaxDelete (7.34s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:52:50 DEBUG : small: md5 = 6dbe37b29e8d071ebc103ba9443e26e8 OK 2025/07/20 02:52:52 DEBUG : medium: md5 = cb5828e8f6568804d49f39337f30ed5a OK 2025/07/20 02:52:53 DEBUG : large: md5 = 0a61494363f08477ca1ecf51007205a5 OK 2025/07/20 02:52:53 DEBUG : Waiting for deletions to finish 2025/07/20 02:52:54 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/20 02:52:54 INFO : medium: Deleted 2025/07/20 02:52:54 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.47s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:52:58 DEBUG : small: md5 = 9e06a6ca6f846a8cab02de7d53e9de9c OK 2025/07/20 02:52:59 DEBUG : medium: md5 = e9776c35d698a29e6067028c6d43c00b OK 2025/07/20 02:53:01 DEBUG : large: md5 = 2869ba983b76de842d4b0000e49a83e1 OK 2025/07/20 02:53:01 DEBUG : Waiting for deletions to finish 2025/07/20 02:53:01 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/07/20 02:53:02 INFO : small: Deleted 2025/07/20 02:53:02 INFO : large: Deleted --- PASS: TestMaxDeleteSize (7.76s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:53:05 DEBUG : ReadFile: md5 = f2c881a13e2401b9aaec90588a6a4a0f OK --- PASS: TestReadFile (4.78s) === RUN TestRetry 2025/07/20 02:53:09 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/07/20 02:53:09 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/07/20 02:53:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/20 02:53:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/20 02:53:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/20 02:53:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/20 02:53:09 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:53:10 DEBUG : file1: md5 = 76e2e275e7ffafc6df6a4222f94b80e8 OK 2025/07/20 02:53:12 DEBUG : file2: md5 = fc9d4f3a934e00272587fba040755ada OK --- PASS: TestCat (18.35s) === RUN TestPurge 2025/07/20 02:53:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fopizam6data" 2025/07/20 02:53:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/20 02:53:27 DEBUG : Creating backend with remote "TestDrive:crypt/rikifn4kg5tqqftvp0tu78c72nlbs1vmf02cd72mj6qfs29epb40" 2025/07/20 02:53:29 DEBUG : Creating backend with remote "/tmp/rclone2924124468" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fopizam6data'", Local "Local file system at /tmp/rclone2924124468", Modify Window "1ms" 2025/07/20 02:53:33 DEBUG : A1/B1/C1/one: md5 = 8369f063520236f745ade2aae49ad836 OK 2025/07/20 02:53:33 INFO : A2: Making directory 2025/07/20 02:53:34 INFO : A1/B2: Making directory 2025/07/20 02:53:35 INFO : A1/B2/C2: Making directory 2025/07/20 02:53:36 INFO : A1/B1/C3: Making directory 2025/07/20 02:53:37 INFO : A3: Making directory 2025/07/20 02:53:38 INFO : A3/B3: Making directory 2025/07/20 02:53:39 INFO : A3/B3/C4: Making directory 2025/07/20 02:53:41 DEBUG : A1/two: md5 = ce2ca76180a0043ff91e1f2aacafa819 OK 2025/07/20 02:53:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fopizam6data': Purge remote 2025/07/20 02:53:46 NOTICE: purge failed: directory not found --- PASS: TestPurge (18.52s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:53:50 DEBUG : A1/B1/C1/one: md5 = a7e5a89e27a55b7738b2ec035c1a82b3 OK 2025/07/20 02:53:50 INFO : A2: Making directory 2025/07/20 02:53:51 INFO : A1/B2: Making directory 2025/07/20 02:53:52 INFO : A1/B2/C2: Making directory 2025/07/20 02:53:53 INFO : A1/B1/C3: Making directory 2025/07/20 02:53:53 INFO : A3: Making directory 2025/07/20 02:53:54 INFO : A3/B3: Making directory 2025/07/20 02:53:55 INFO : A3/B3/C4: Making directory 2025/07/20 02:53:58 DEBUG : A1/two: md5 = 53725b894e5511366e2b4999507f3c5b OK 2025/07/20 02:53:59 DEBUG : removing 1 level 3 directories 2025/07/20 02:53:59 INFO : A3/B3/C4: Removing directory 2025/07/20 02:54:03 DEBUG : removing 2 level 3 directories 2025/07/20 02:54:03 INFO : A1/B2/C2: Removing directory 2025/07/20 02:54:03 INFO : A1/B1/C3: Removing directory 2025/07/20 02:54:03 DEBUG : removing 2 level 2 directories 2025/07/20 02:54:03 INFO : A3/B3: Removing directory 2025/07/20 02:54:03 INFO : A1/B2: Removing directory 2025/07/20 02:54:04 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/07/20 02:54:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/20 02:54:04 DEBUG : removing 2 level 1 directories 2025/07/20 02:54:04 INFO : A3: Removing directory 2025/07/20 02:54:04 INFO : A2: Removing directory 2025/07/20 02:54:05 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/07/20 02:54:09 DEBUG : removing 1 level 3 directories 2025/07/20 02:54:09 INFO : A1/B1/C1: Removing directory 2025/07/20 02:54:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:10 DEBUG : removing 1 level 2 directories 2025/07/20 02:54:10 INFO : A1/B1: Removing directory 2025/07/20 02:54:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/20 02:54:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/20 02:54:11 DEBUG : removing 1 level 1 directories 2025/07/20 02:54:11 INFO : A1: Removing directory 2025/07/20 02:54:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/20 02:54:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/20 02:54:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/20 02:54:12 DEBUG : removing 1 level 0 directories 2025/07/20 02:54:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': Removing directory 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/20 02:54:12 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (27.91s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:54:14 INFO : A1: Making directory 2025/07/20 02:54:15 INFO : A1/B1: Making directory 2025/07/20 02:54:16 INFO : A1/B1/C1: Making directory 2025/07/20 02:54:19 DEBUG : removing 1 level 3 directories 2025/07/20 02:54:19 INFO : A1/B1/C1: Removing directory 2025/07/20 02:54:20 DEBUG : removing 1 level 2 directories 2025/07/20 02:54:20 INFO : A1/B1: Removing directory 2025/07/20 02:54:20 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/20 02:54:22 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.42s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:54:23 INFO : A1: Making directory 2025/07/20 02:54:24 INFO : A1/B1: Making directory 2025/07/20 02:54:25 INFO : A1/B1/C1: Making directory 2025/07/20 02:54:28 DEBUG : removing 1 level 3 directories 2025/07/20 02:54:28 INFO : A1/B1/C1: Removing directory 2025/07/20 02:54:29 DEBUG : removing 1 level 2 directories 2025/07/20 02:54:29 INFO : A1/B1: Removing directory 2025/07/20 02:54:29 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/20 02:54:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.96s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:54:34 DEBUG : file1: md5 = e58d7de051bf0f33f64d25993a0976a5 OK 2025/07/20 02:54:34 DEBUG : filename.txt: File name found in url 2025/07/20 02:54:36 DEBUG : filename.txt: md5 = 19873a9dd178aae5a33d9e85bd5d67f2 OK 2025/07/20 02:54:36 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/07/20 02:54:37 DEBUG : headerfilename.txt: md5 = 025dee4fa5a3a261f7ba2286e979ef3f OK 2025/07/20 02:54:39 DEBUG : file2: md5 = 44f20d03ad015e42292da61f62e6d0c7 OK --- PASS: TestCopyURL (9.81s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:54:42 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/20 02:54:44 DEBUG : sub/file2: md5 = 1aa553a3d483c69c8173f313ed608f69 OK 2025/07/20 02:54:44 INFO : file1: Copied (new) to: sub/file2 2025/07/20 02:54:44 INFO : file1: Deleted 2025/07/20 02:54:45 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/20 02:54:45 DEBUG : file1: Unchanged skipping 2025/07/20 02:54:45 INFO : file1: Deleted 2025/07/20 02:54:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': don't need to copy/move sub/file2, it is already at target location 2025/07/20 02:54:48 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.96s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:54:49 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/20 02:54:51 DEBUG : file1: md5 = d6929b8f11b2c6868a41de4747a07c64 OK 2025/07/20 02:54:51 INFO : file1: Copied (new) 2025/07/20 02:54:51 INFO : file1: Deleted 2025/07/20 02:54:51 DEBUG : file1: Destination exists, skipping 2025/07/20 02:54:51 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.88s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.62s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.59s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:54:56 DEBUG : dst/file1: md5 = c14193671968d9d509a2329586f669f9 OK 2025/07/20 02:54:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-layewod4xune/backup" 2025/07/20 02:54:57 DEBUG : Config file has changed externally - reloading 2025/07/20 02:54:57 DEBUG : Creating backend with remote "TestDrive:crypt/j43enk3mk1nmf0j7t2v25dt0v2du9drqh5n5aff5spec7a7kcdi0/1nrff024r7pq65ecp72fc28jb0" 2025/07/20 02:54:59 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/20 02:55:03 INFO : dst/file1: Moved (server-side) 2025/07/20 02:55:04 DEBUG : dst/file1: md5 = 57a9e4f6737572e4765d0a99f01dd09e OK 2025/07/20 02:55:04 INFO : dst/file1: Copied (new) 2025/07/20 02:55:04 INFO : dst/file1: Deleted 2025/07/20 02:55:07 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/20 02:55:08 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/20 02:55:09 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.93s) === 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-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:55:12 DEBUG : A1/one: md5 = 53e4185a7a5b3112080004c75de1155f OK 2025/07/20 02:55:14 DEBUG : A1/two: md5 = a04f96f8e48c573d7eff8eea5994d121 OK 2025/07/20 02:55:16 DEBUG : A1/B1/three: md5 = 5e0335beeab0292d4ef9376e17ecc562 OK 2025/07/20 02:55:18 DEBUG : A1/B1/C1/four: md5 = a4fe2e3e31aab49a6fb6ef8f6eb34f6a OK 2025/07/20 02:55:21 DEBUG : A1/B1/C2/five: md5 = b797a464161f71c23024b4708247b3ce OK 2025/07/20 02:55:21 INFO : A1/B2: Making directory 2025/07/20 02:55:22 INFO : A1/B1/C3: Making directory 2025/07/20 02:55:33 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/07/20 02:55:33 INFO : A2/one: Moved (server-side) to: A3/one 2025/07/20 02:55:33 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/07/20 02:55:34 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/07/20 02:55:34 INFO : A2/two: Moved (server-side) to: A3/two 2025/07/20 02:55:37 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/20 02:55:37 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/20 02:55:37 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/20 02:55:38 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/20 02:55:38 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/20 02:55:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/07/20 02:55:46 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/07/20 02:55:46 INFO : A3/one: Moved (server-side) to: A4/one 2025/07/20 02:55:46 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/07/20 02:55:46 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/07/20 02:55:47 INFO : A3/two: Moved (server-side) to: A4/two 2025/07/20 02:55:50 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/20 02:55:50 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/20 02:55:50 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/20 02:55:51 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/20 02:55:51 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/20 02:55:58 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/07/20 02:55:59 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/07/20 02:56:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/20 02:56:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/20 02:56:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/20 02:56:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/20 02:56:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/20 02:56:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/20 02:56:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/20 02:56:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (51.76s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" --- PASS: TestGetFsInfo (0.59s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:56:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': File to upload is small (34 bytes), uploading instead of streaming 2025/07/20 02:56:04 DEBUG : no_checksum_small_file_from_pipe: md5 = 175b046a3d61d6a430debf217177d44c OK 2025/07/20 02:56:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/07/20 02:56:04 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/20 02:56:05 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/07/20 02:56:06 DEBUG : no_checksum_big_file_from_pipe: md5 = 9a68a12b52ae660125ecb9af8f269b7b OK 2025/07/20 02:56:06 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-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:56:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': File to upload is small (34 bytes), uploading instead of streaming 2025/07/20 02:56:10 DEBUG : with_checksum_small_file_from_pipe: md5 = 1ab182cc986c4ef4f5eb1d9543812145 OK 2025/07/20 02:56:10 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/20 02:56:11 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/07/20 02:56:12 DEBUG : with_checksum_big_file_from_pipe: md5 = ece0cb366dbbce7b2c70e1a7cd4d7360 OK 2025/07/20 02:56:12 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-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:56:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': File to upload is small (34 bytes), uploading instead of streaming 2025/07/20 02:56:16 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/20 02:56:17 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/20 02:56:18 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-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:56:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': File to upload is small (34 bytes), uploading instead of streaming 2025/07/20 02:56:21 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/20 02:56:22 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/20 02:56:23 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (23.26s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.00s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.74s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.65s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.87s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/07/20 02:56:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': File to upload is small (48 bytes), uploading instead of streaming 2025/07/20 02:56:27 DEBUG : rcat_metadata: md5 = db426d2e0884fc30d5c7ba989c72663d OK 2025/07/20 02:56:27 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/07/20 02:56:30 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/07/20 02:56:31 DEBUG : rcat_metadata_uploadcutoff0: md5 = ef90030a436e3aa60a0b575e847bb8e7 OK 2025/07/20 02:56:31 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.81s) --- PASS: TestRcatMetadata/Normal (2.85s) --- PASS: TestRcatMetadata/ViaDisk (3.38s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:56:34 DEBUG : potato1: md5 = 39eed48fc233c286fc40d2f0582aed27 OK 2025/07/20 02:56:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': File to upload is small (60 bytes), uploading instead of streaming 2025/07/20 02:56:35 DEBUG : potato2: md5 = 1d0926cf8393fd12dbd1f98327e93eff OK 2025/07/20 02:56:35 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.75s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:56:38 DEBUG : potato1: md5 = 10def63dd1c71cb4b1c740da3ab9ced7 OK 2025/07/20 02:56:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': File to upload is small (60 bytes), uploading instead of streaming 2025/07/20 02:56:40 DEBUG : potato2: md5 = c73fd17f2e13552a5a1840b039eab67f OK 2025/07/20 02:56:40 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.28s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:56:44 DEBUG : potato2: md5 = 05223405ff553cf148c65f45becff2ff OK 2025/07/20 02:56:45 DEBUG : empty space: md5 = 9d1766466dc55de6054c069fca6c2abd OK 2025/07/20 02:56:48 DEBUG : sub dir/potato3: md5 = c44ca8f26a4662bbeecf60454964279f OK 2025/07/20 02:56:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': Touching "sub dir/potato3" 2025/07/20 02:56:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': Touching "empty space" 2025/07/20 02:56:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': Touching "potato2" 2025/07/20 02:56:52 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.98s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:56:53 DEBUG : dir with metadata: Making directory with metadata 2025/07/20 02:56:54 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.85s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:56:56 DEBUG : directory with modtime: Making directory with metadata 2025/07/20 02:56:57 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.90s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:56:59 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/20 02:56:59 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/20 02:56:59 DEBUG : Google drive root 'crypt/j43enk3mk1nmf0j7t2v25dt0v2du9drqh5n5aff5spec7a7kcdi0': Skipping btime metadata as can't update it on an existing file: 2025-07-20T02:56:59.464522484Z 2025/07/20 02:57:00 INFO : non existent directory: Updated directory metadata 2025/07/20 02:57:02 DEBUG : Google drive root 'crypt/j43enk3mk1nmf0j7t2v25dt0v2du9drqh5n5aff5spec7a7kcdi0': Skipping btime metadata as can't update it on an existing file: 2025-07-20T02:56:59.464522484Z 2025/07/20 02:57:03 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.94s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:57:05 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/07/20 02:57:07 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/07/20 02:57:08 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.85s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:57:10 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/20 02:57:10 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/20 02:57:10 DEBUG : dst: Making directory with metadata 2025/07/20 02:57:11 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/20 02:57:11 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/20 02:57:11 INFO : dst: Set directory modification time (using SetModTime) 2025/07/20 02:57:12 INFO : dst: Set directory modification time (using SetModTime) 2025/07/20 02:57:12 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/07/20 02:57:12 INFO : dst: Set directory modification time (using SetModTime) 2025/07/20 02:57:12 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.96s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune'", Local "Local file system at /tmp/rclone3594684382", Modify Window "1ms" 2025/07/20 02:57:16 DEBUG : sub dir/test remove existing: md5 = 3a4af6b6536c2a9e61ae0c013bd62490 OK 2025/07/20 02:57:17 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 5f088fbb21dbfb94b74003ad6504c27a OK 2025/07/20 02:57:20 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.lahuxub5" before starting 2025/07/20 02:57:21 DEBUG : sub dir/test remove existing.lahuxub5: TEST: removing renamed existing file after operation 2025/07/20 02:57:23 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.xujoqoz4" before starting 2025/07/20 02:57:24 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.xujoqoz4: TEST: renaming existing back after failed operation 2025/07/20 02:57:25 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zirefiq4" before starting 2025/07/20 02:57:26 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zirefiq4: TEST: removing renamed existing file after operation 2025/07/20 02:57:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "tvpck463jtb9m6cqg3k7siuetlva9ea1r326vprrnmn390uhkit0" 2025/07/20 02:57:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "m98s39tvc63phnsk8npoftsbfchi1mtkpg43a6jpobacog3h221gqc46h9gbkn2rhj3ol8e7s93iutt3aio6sufcelul7kk9ko65od2k3341t08gmotgphdanrq5upv0qt4kkubvgpfmdk0d58i7c76l99upb5sp3v1bacu1lmkpab6epc9g" --- PASS: TestRemoveExisting (15.36s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/07/20 02:57:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-layewod4xune': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 12m25.685311362s (try 1/5)