"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/10/24 01:40:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwexad5nisa" 2025/10/24 01:40:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/24 01:40:20 DEBUG : Creating backend with remote "TestDrive:crypt/5t7oeso1la5mc6j8fepu9h3s0uvfialdq8t4ue6j89fsk5bnnbfg" 2025/10/24 01:40:21 DEBUG : Creating backend with remote "/tmp/rclone170523988" === 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-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" multithread_test.go:119: multithread writing not supported --- SKIP: TestMultithreadCopy (0.28s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" multithread_test.go:119: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.26s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/10/24 01:40:21 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/24 01:40:21 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/24 01:40:21 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/10/24 01:40:21 DEBUG : potato: Seek from 10 to 0 2025/10/24 01:40:21 DEBUG : potato: Seek from 10 to 0 2025/10/24 01:40:21 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/10/24 01:40:21 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/24 01:40:21 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/24 01:40:21 DEBUG : potato: Seek from 5 to 2 2025/10/24 01:40:21 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/10/24 01:40:21 DEBUG : potato: Seek from 7 to 0 2025/10/24 01:40:21 DEBUG : potato: Seek from 7 to 0 2025/10/24 01:40:21 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/10/24 01:40:21 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/24 01:40:21 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/24 01:40:21 DEBUG : potato: Seek from 5 to 2 2025/10/24 01:40:21 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/10/24 01:40:21 DEBUG : potato: Seek from 8 to 0 2025/10/24 01:40:21 DEBUG : potato: Seek from 8 to 0 2025/10/24 01:40:21 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/10/24 01:40:21 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/24 01:40:21 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/24 01:40:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/24 01:40:21 DEBUG : potato: Seek from 5 to 2 2025/10/24 01:40:21 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/10/24 01:40:21 DEBUG : potato: Seek from 9 to 0 2025/10/24 01:40:21 DEBUG : potato: Seek from 9 to 0 2025/10/24 01:40:21 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-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:40:24 DEBUG : rutabaga: md5 = dfc56ee932d06a6ef61ebd65c2680007 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/10/24 01:40:26 DEBUG : empty space: md5 = 47f868ceb72efb445613f6838831f202 OK === RUN TestCheck/3 2025/10/24 01:40:28 DEBUG : potato2: md5 = 9b17256c2db2e64618b252d42cd4cef7 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/10/24 01:40:31 DEBUG : remotepotato: md5 = bc6ebe88a12fe59a860a3ceaf71ac20f OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.55s) --- PASS: TestCheck/1 (0.36s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.27s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.35s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.31s) === RUN TestCheckFsError 2025/10/24 01:40:34 DEBUG : Creating backend with remote "nonexistent" 2025/10/24 01:40:34 DEBUG : Creating backend with remote "nonexistent" 2025/10/24 01:40:34 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/10/24 01:40:34 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/10/24 01:40:34 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/10/24 01:40:34 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-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:40:36 DEBUG : rutabaga: md5 = 6fbcbb55194ed64894fa71ae294b9123 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/10/24 01:40:40 DEBUG : empty space: md5 = 6d8dd8a29a7cfe7a869817ce39c649b2 OK === RUN TestCheckDownload/3 2025/10/24 01:40:42 DEBUG : potato2: md5 = cc3f77d68f1858e4bfe76981f676238c OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/10/24 01:40:46 DEBUG : remotepotato: md5 = a6b2244ed3a2533436d076cf3535adb9 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.79s) --- PASS: TestCheckDownload/1 (1.05s) --- PASS: TestCheckDownload/2 (0.96s) --- PASS: TestCheckDownload/3 (0.78s) --- PASS: TestCheckDownload/4 (1.15s) --- PASS: TestCheckDownload/5 (0.87s) --- PASS: TestCheckDownload/6 (1.14s) --- PASS: TestCheckDownload/7 (1.35s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:40:53 DEBUG : rutabaga: md5 = b2243af5f6d90eeddd3439d16eec03f8 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/10/24 01:40:56 DEBUG : empty space: md5 = 8f45dfbf41f4d808e94610af7661240e OK === RUN TestCheckSizeOnly/3 2025/10/24 01:40:58 DEBUG : potato2: md5 = 6ffeabb65348cbadbfc50d7d726c6dee OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/10/24 01:41:01 DEBUG : remotepotato: md5 = 158b88f0141a2eb865624d2324b96ab3 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.94s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.30s) --- PASS: TestCheckSizeOnly/3 (0.29s) --- PASS: TestCheckSizeOnly/4 (0.24s) --- PASS: TestCheckSizeOnly/5 (0.27s) --- PASS: TestCheckSizeOnly/6 (0.24s) --- PASS: TestCheckSizeOnly/7 (0.25s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:41:05 DEBUG : test.sum: md5 = c32eb27eea45468b48faf85deb40bff4 OK 2025/10/24 01:41:07 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/24 01:41:07 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/24 01:41:07 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/24 01:41:07 NOTICE: test.sum: 2 warning(s) suppressed... 2025/10/24 01:41:08 DEBUG : test.sum: md5 = a121bcda10564d8c8fe8d553e4c434a5 OK 2025/10/24 01:41:10 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/24 01:41:10 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/24 01:41:10 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/24 01:41:10 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.90s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:41:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwexad5nisa/data" 2025/10/24 01:41:11 DEBUG : Creating backend with remote "TestDrive:crypt/5t7oeso1la5mc6j8fepu9h3s0uvfialdq8t4ue6j89fsk5bnnbfg/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa/data' lacks md5, skipping --- SKIP: TestCheckSum (2.17s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:41:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwexad5nisa/data" 2025/10/24 01:41:13 DEBUG : Creating backend with remote "TestDrive:crypt/5t7oeso1la5mc6j8fepu9h3s0uvfialdq8t4ue6j89fsk5bnnbfg/vjrnln8ratgmqakfosrqe8espk" 2025/10/24 01:41:17 DEBUG : data/banana: md5 = 2be2fff9e883e60c2727f6e9970c0743 OK 2025/10/24 01:41:19 DEBUG : test.sum: md5 = d2cf5edddac6b5e09788b1104b9b37c9 OK === RUN TestCheckSumDownload/subtest1 2025/10/24 01:41:23 DEBUG : data/potato: md5 = d41c42d48290447aebbf7e6f8c3226e8 OK 2025/10/24 01:41:25 DEBUG : test.sum: md5 = 2373ede0e972817d9eb48c1f4d4427c2 OK === RUN TestCheckSumDownload/subtest2 2025/10/24 01:41:30 DEBUG : test.sum: md5 = 47578de21f484a300f8e46066daac499 OK === RUN TestCheckSumDownload/subtest3 2025/10/24 01:41:34 DEBUG : test.sum: md5 = 1d868001631858ffa4c170ec06d7b874 OK === RUN TestCheckSumDownload/subtest4 2025/10/24 01:41:39 DEBUG : test.sum: md5 = 702ef95ab0efaad19e97aa051dff7907 OK === RUN TestCheckSumDownload/subtest5 2025/10/24 01:41:43 DEBUG : test.sum: md5 = 262f7423d485cee5cf0c76ba5dbdf2ff OK === RUN TestCheckSumDownload/subtest6 2025/10/24 01:41:48 DEBUG : data/banana: md5 = 0a74fd74ad60d77d4dd055ef38fb0892 OK 2025/10/24 01:41:50 DEBUG : data/potato: md5 = 678590762bf79aa20e3545f958fcd5df OK 2025/10/24 01:41:51 DEBUG : test.sum: md5 = bd1d128ea7702c2227d06aaf82124088 OK === RUN TestCheckSumDownload/subtest7 2025/10/24 01:41:56 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/10/24 01:41:56 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (44.12s) --- PASS: TestCheckSumDownload/subtest1 (2.87s) --- PASS: TestCheckSumDownload/subtest2 (2.51s) --- PASS: TestCheckSumDownload/subtest3 (2.41s) --- PASS: TestCheckSumDownload/subtest4 (2.36s) --- PASS: TestCheckSumDownload/subtest5 (2.15s) --- PASS: TestCheckSumDownload/subtest6 (2.38s) --- PASS: TestCheckSumDownload/subtest7 (2.13s) === RUN TestApplyTransforms 2025/10/24 01:41:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-huleqig1hida" 2025/10/24 01:41:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/24 01:41:57 DEBUG : Creating backend with remote "TestDrive:crypt/e65it8vgmofnjh5om5f2dqlkuhjlvno01bl3iensbrpt33ojl94g" 2025/10/24 01:41:58 DEBUG : Creating backend with remote "/tmp/rclone2518941433" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-huleqig1hida'", Local "Local file system at /tmp/rclone2518941433", Modify Window "1ms" 2025/10/24 01:42:01 DEBUG : hello, world!: md5 = 827af2771a3b69cac6142a0257a86f9c OK upper checkfile vs. lower remote (without normalization) 2025/10/24 01:42:01 ERROR : hello, world!: sum not found 2025/10/24 01:42:01 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-huleqig1hida' 2025/10/24 01:42:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huleqig1hida': 1 files missing 2025/10/24 01:42:01 NOTICE: 1 hashes missing 2025/10/24 01:42:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huleqig1hida': 1 differences found 2025/10/24 01:42:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huleqig1hida': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/10/24 01:42:03 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/24 01:42:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huleqig1hida': 0 differences found 2025/10/24 01:42:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huleqig1hida': 1 matching files 2025/10/24 01:42:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yiwelah7zote" 2025/10/24 01:42:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/24 01:42:03 DEBUG : Creating backend with remote "TestDrive:crypt/0uj68ac455itvetbnbpnve0n3m8nauh77osh5rvcnrqdoeqtfbgg" 2025/10/24 01:42:04 DEBUG : Creating backend with remote "/tmp/rclone1870552703" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yiwelah7zote'", Local "Local file system at /tmp/rclone1870552703", Modify Window "1ms" 2025/10/24 01:42:06 DEBUG : HELLO, WORLD!: md5 = 907a0215aca1687eae46ae2356c7acbb OK lower checkfile vs. upper remote (without normalization) 2025/10/24 01:42:07 ERROR : HELLO, WORLD!: sum not found 2025/10/24 01:42:07 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yiwelah7zote' 2025/10/24 01:42:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yiwelah7zote': 1 files missing 2025/10/24 01:42:07 NOTICE: 1 hashes missing 2025/10/24 01:42:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yiwelah7zote': 1 differences found 2025/10/24 01:42:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yiwelah7zote': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/10/24 01:42:08 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/24 01:42:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yiwelah7zote': 0 differences found 2025/10/24 01:42:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yiwelah7zote': 1 matching files 2025/10/24 01:42:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fiquxat7wase" 2025/10/24 01:42:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/24 01:42:08 DEBUG : Creating backend with remote "TestDrive:crypt/n9t920v143gm6gr9pv5sggn7333qrb5fsalhl2rik5r5rtf0v860" 2025/10/24 01:42:09 DEBUG : Creating backend with remote "/tmp/rclone2344606008" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fiquxat7wase'", Local "Local file system at /tmp/rclone2344606008", Modify Window "1ms" 2025/10/24 01:42:11 DEBUG : HeLlO, wOrLd!: md5 = acbdfd7b6b8a550415b6d8abafa26576 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/10/24 01:42:12 ERROR : HeLlO, wOrLd!: sum not found 2025/10/24 01:42:12 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-fiquxat7wase' 2025/10/24 01:42:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fiquxat7wase': 1 files missing 2025/10/24 01:42:12 NOTICE: 1 hashes missing 2025/10/24 01:42:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fiquxat7wase': 1 differences found 2025/10/24 01:42:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fiquxat7wase': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/10/24 01:42:13 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/24 01:42:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fiquxat7wase': 0 differences found 2025/10/24 01:42:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fiquxat7wase': 1 matching files 2025/10/24 01:42:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yocogew7dijo" 2025/10/24 01:42:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/24 01:42:13 DEBUG : Creating backend with remote "TestDrive:crypt/gm5ialm2iekqjkau6qaleqe3jv2o30t9ad9nufk8tb6l40kc9g40" 2025/10/24 01:42:14 DEBUG : Creating backend with remote "/tmp/rclone406571431" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yocogew7dijo'", Local "Local file system at /tmp/rclone406571431", Modify Window "1ms" 2025/10/24 01:42:16 DEBUG : HELLO, WORLD!: md5 = aa38b547c4ffe5d323b8c6695ae4d15d OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/10/24 01:42:17 ERROR : HELLO, WORLD!: sum not found 2025/10/24 01:42:17 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yocogew7dijo' 2025/10/24 01:42:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yocogew7dijo': 1 files missing 2025/10/24 01:42:17 NOTICE: 1 hashes missing 2025/10/24 01:42:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yocogew7dijo': 1 differences found 2025/10/24 01:42:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yocogew7dijo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/10/24 01:42:18 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/24 01:42:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yocogew7dijo': 0 differences found 2025/10/24 01:42:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yocogew7dijo': 1 matching files 2025/10/24 01:42:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cawirej6migu" 2025/10/24 01:42:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/24 01:42:18 DEBUG : Creating backend with remote "TestDrive:crypt/ms78jvbd1gvus8rk4688acphep17jrge6aq7nmoo09nvad21eql0" 2025/10/24 01:42:19 DEBUG : Creating backend with remote "/tmp/rclone1632626210" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cawirej6migu'", Local "Local file system at /tmp/rclone1632626210", Modify Window "1ms" 2025/10/24 01:42:22 DEBUG : 測試_Русский___ě_áñ: md5 = 6d7705def762caa0a84f25967e46345a OK NFD checkfile vs. NFC remote (without normalization) 2025/10/24 01:42:23 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/24 01:42:23 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cawirej6migu' 2025/10/24 01:42:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cawirej6migu': 1 files missing 2025/10/24 01:42:23 NOTICE: 1 hashes missing 2025/10/24 01:42:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cawirej6migu': 1 differences found 2025/10/24 01:42:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cawirej6migu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/10/24 01:42:24 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/24 01:42:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cawirej6migu': 0 differences found 2025/10/24 01:42:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cawirej6migu': 1 matching files 2025/10/24 01:42:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hanetac0ketu" 2025/10/24 01:42:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/24 01:42:24 DEBUG : Creating backend with remote "TestDrive:crypt/sq5nlfi7dduieno5k7e5213ij8f6m270fmb3tkbpaor5mvdv38ig" 2025/10/24 01:42:25 DEBUG : Creating backend with remote "/tmp/rclone1166011295" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hanetac0ketu'", Local "Local file system at /tmp/rclone1166011295", Modify Window "1ms" 2025/10/24 01:42:27 DEBUG : 測試_Русский___ě_áñ: md5 = fd9b10fd3aab9880911ad929e40d43d1 OK NFC checkfile vs. NFD remote (without normalization) 2025/10/24 01:42:28 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/24 01:42:28 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hanetac0ketu' 2025/10/24 01:42:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hanetac0ketu': 1 files missing 2025/10/24 01:42:28 NOTICE: 1 hashes missing 2025/10/24 01:42:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hanetac0ketu': 1 differences found 2025/10/24 01:42:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hanetac0ketu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/10/24 01:42:29 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/24 01:42:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hanetac0ketu': 0 differences found 2025/10/24 01:42:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hanetac0ketu': 1 matching files 2025/10/24 01:42:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cewiduk7yale" 2025/10/24 01:42:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/24 01:42:29 DEBUG : Creating backend with remote "TestDrive:crypt/56nmgbhbbrqg17e25pqg3n7fvmr36v65ntur9k383f7oc2sd3rg0" 2025/10/24 01:42:31 DEBUG : Creating backend with remote "/tmp/rclone3257187959" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cewiduk7yale'", Local "Local file system at /tmp/rclone3257187959", Modify Window "1ms" 2025/10/24 01:42:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d92560af3a4e384616621f780036ea58 OK NFDx2 checkfile vs. both remote (without normalization) 2025/10/24 01:42:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/24 01:42:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cewiduk7yale' 2025/10/24 01:42:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cewiduk7yale': 1 files missing 2025/10/24 01:42:33 NOTICE: 1 hashes missing 2025/10/24 01:42:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cewiduk7yale': 1 differences found 2025/10/24 01:42:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cewiduk7yale': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/10/24 01:42:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/24 01:42:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cewiduk7yale': 0 differences found 2025/10/24 01:42:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cewiduk7yale': 1 matching files 2025/10/24 01:42:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qunavaq3saru" 2025/10/24 01:42:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/24 01:42:35 DEBUG : Creating backend with remote "TestDrive:crypt/ag9191vgv4nqbjrgdvmoc0sds7hpumcparfkra8rmliqqvhhim7g" 2025/10/24 01:42:36 DEBUG : Creating backend with remote "/tmp/rclone3369210528" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qunavaq3saru'", Local "Local file system at /tmp/rclone3369210528", Modify Window "1ms" 2025/10/24 01:42:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a9c84a955a890ffb0439957021a302b2 OK NFCx2 checkfile vs. both remote (without normalization) 2025/10/24 01:42:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/24 01:42:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qunavaq3saru' 2025/10/24 01:42:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qunavaq3saru': 1 files missing 2025/10/24 01:42:39 NOTICE: 1 hashes missing 2025/10/24 01:42:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qunavaq3saru': 1 differences found 2025/10/24 01:42:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qunavaq3saru': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/10/24 01:42:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/24 01:42:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qunavaq3saru': 0 differences found 2025/10/24 01:42:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qunavaq3saru': 1 matching files 2025/10/24 01:42:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mokalis4cizi" 2025/10/24 01:42:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/24 01:42:40 DEBUG : Creating backend with remote "TestDrive:crypt/85ju0ql4d01490mbgbue18g4rvmefaphsucshph3lsovbab9i8d0" 2025/10/24 01:42:41 DEBUG : Creating backend with remote "/tmp/rclone3746047753" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mokalis4cizi'", Local "Local file system at /tmp/rclone3746047753", Modify Window "1ms" 2025/10/24 01:42:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 64c03dbcd263edd5b658020acb423c3f OK both checkfile vs. NFDx2 remote (without normalization) 2025/10/24 01:42:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/24 01:42:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-mokalis4cizi' 2025/10/24 01:42:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mokalis4cizi': 1 files missing 2025/10/24 01:42:44 NOTICE: 1 hashes missing 2025/10/24 01:42:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mokalis4cizi': 1 differences found 2025/10/24 01:42:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mokalis4cizi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/10/24 01:42:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/24 01:42:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mokalis4cizi': 0 differences found 2025/10/24 01:42:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mokalis4cizi': 1 matching files 2025/10/24 01:42:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nezivew4ride" 2025/10/24 01:42:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/24 01:42:46 DEBUG : Creating backend with remote "TestDrive:crypt/sdckmluunb0rql11m67ia4qqravietdphc51ulbbjfpcqpnnhkp0" 2025/10/24 01:42:47 DEBUG : Creating backend with remote "/tmp/rclone2752006755" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nezivew4ride'", Local "Local file system at /tmp/rclone2752006755", Modify Window "1ms" 2025/10/24 01:42:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 552c29275f58e09afef9d1504db4a776 OK both checkfile vs. NFCx2 remote (without normalization) 2025/10/24 01:42:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/24 01:42:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nezivew4ride' 2025/10/24 01:42:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nezivew4ride': 1 files missing 2025/10/24 01:42:50 NOTICE: 1 hashes missing 2025/10/24 01:42:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nezivew4ride': 1 differences found 2025/10/24 01:42:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nezivew4ride': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/10/24 01:42:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/24 01:42:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nezivew4ride': 0 differences found 2025/10/24 01:42:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nezivew4ride': 1 matching files 2025/10/24 01:42:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nezivew4ride': Purge remote 2025/10/24 01:42:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mokalis4cizi': Purge remote 2025/10/24 01:42:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qunavaq3saru': Purge remote 2025/10/24 01:42:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cewiduk7yale': Purge remote 2025/10/24 01:42:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hanetac0ketu': Purge remote 2025/10/24 01:42:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cawirej6migu': Purge remote 2025/10/24 01:42:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yocogew7dijo': Purge remote 2025/10/24 01:42:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fiquxat7wase': Purge remote 2025/10/24 01:42:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yiwelah7zote': Purge remote 2025/10/24 01:42:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-huleqig1hida': Purge remote --- PASS: TestApplyTransforms (59.10s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:42:56 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/24 01:42:59 DEBUG : sub/file2: md5 = 4663805c991e3e7919e3f5cfb0c76431 OK 2025/10/24 01:42:59 INFO : file1: Copied (new) to: sub/file2 2025/10/24 01:43:00 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/24 01:43:00 DEBUG : file1: Unchanged skipping 2025/10/24 01:43:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': don't need to copy/move sub/file2, it is already at target location 2025/10/24 01:43:02 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.61s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.47s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:43:06 DEBUG : dst/file1: md5 = a277427de8667b0d101fc52d4552acf8 OK 2025/10/24 01:43:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwexad5nisa/backup" 2025/10/24 01:43:07 DEBUG : Config file has changed externally - reloading 2025/10/24 01:43:07 DEBUG : Creating backend with remote "TestDrive:crypt/5t7oeso1la5mc6j8fepu9h3s0uvfialdq8t4ue6j89fsk5bnnbfg/1nrff024r7pq65ecp72fc28jb0" 2025/10/24 01:43:08 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/24 01:43:11 INFO : dst/file1: Moved (server-side) 2025/10/24 01:43:12 DEBUG : dst/file1: md5 = 1b09ff8baf3881ae64c6c80d89195add OK 2025/10/24 01:43:12 INFO : dst/file1: Copied (new) 2025/10/24 01:43:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/24 01:43:16 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/24 01:43:17 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (14.34s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:43:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwexad5nisa/dst" 2025/10/24 01:43:18 DEBUG : Creating backend with remote "TestDrive:crypt/5t7oeso1la5mc6j8fepu9h3s0uvfialdq8t4ue6j89fsk5bnnbfg/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/24 01:43:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwexad5nisa/CompareDest" 2025/10/24 01:43:19 DEBUG : Creating backend with remote "TestDrive:crypt/5t7oeso1la5mc6j8fepu9h3s0uvfialdq8t4ue6j89fsk5bnnbfg/gveqi14airsml4bgu7krj116o8" 2025/10/24 01:43:21 DEBUG : one: Need to transfer - File not found at Destination 2025/10/24 01:43:24 DEBUG : one: md5 = 746bccc9b40b867056a5bfdcdc54a235 OK 2025/10/24 01:43:24 INFO : one: Copied (new) 2025/10/24 01:43:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/24 01:43:26 DEBUG : one: md5 = 8724924fc930d6ecd85c2c7e8dc7eb2b OK 2025/10/24 01:43:26 INFO : one: Copied (replaced existing) 2025/10/24 01:43:29 DEBUG : dst/one: md5 = ab843fce063cb211535f9dc4d9495458 OK 2025/10/24 01:43:31 DEBUG : CompareDest/one: md5 = 1b4e9b4bfe3cfbfd0ed41f089fb1e628 OK 2025/10/24 01:43:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/24 01:43:32 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/24 01:43:32 DEBUG : one: Destination found in --compare-dest, skipping 2025/10/24 01:43:34 DEBUG : CompareDest/two: md5 = 07eb1f1bb41eeedb52ed264e9a9e6f73 OK 2025/10/24 01:43:35 DEBUG : two: Need to transfer - File not found at Destination 2025/10/24 01:43:35 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/24 01:43:35 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/24 01:43:36 DEBUG : two: Need to transfer - File not found at Destination 2025/10/24 01:43:36 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/24 01:43:36 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/24 01:43:38 DEBUG : two: Need to transfer - File not found at Destination 2025/10/24 01:43:38 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/10/24 01:43:40 DEBUG : two: md5 = 967edb4622c5b7a2aeb2d9cdee4ac7e9 OK 2025/10/24 01:43:40 INFO : two: Copied (new) 2025/10/24 01:43:43 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/24 01:43:43 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:43:44 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:43:44 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (27.15s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:43:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwexad5nisa/dst" 2025/10/24 01:43:45 DEBUG : Creating backend with remote "TestDrive:crypt/5t7oeso1la5mc6j8fepu9h3s0uvfialdq8t4ue6j89fsk5bnnbfg/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/24 01:43:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwexad5nisa/CopyDest" 2025/10/24 01:43:47 DEBUG : Creating backend with remote "TestDrive:crypt/5t7oeso1la5mc6j8fepu9h3s0uvfialdq8t4ue6j89fsk5bnnbfg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/24 01:43:48 DEBUG : one: Need to transfer - File not found at Destination 2025/10/24 01:43:51 DEBUG : one: md5 = 7d0f8ab569e755742b66660f2cb90d8d OK 2025/10/24 01:43:51 INFO : one: Copied (new) 2025/10/24 01:43:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/24 01:43:54 DEBUG : one: md5 = 990098828950f68336f30580476844d0 OK 2025/10/24 01:43:54 INFO : one: Copied (replaced existing) 2025/10/24 01:43:56 DEBUG : dst/one: md5 = 2a2b7be1fe51a0c612a657c0e145fcd9 OK 2025/10/24 01:43:59 DEBUG : CopyDest/one: md5 = 561657571dedf6ff68693eeea8d3f78c OK 2025/10/24 01:44:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwexad5nisa/BackupDir" 2025/10/24 01:44:00 DEBUG : Config file has changed externally - reloading 2025/10/24 01:44:00 DEBUG : Creating backend with remote "TestDrive:crypt/5t7oeso1la5mc6j8fepu9h3s0uvfialdq8t4ue6j89fsk5bnnbfg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/24 01:44:01 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/24 01:44:02 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/24 01:44:02 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/24 01:44:04 INFO : one: Moved (server-side) 2025/10/24 01:44:05 INFO : one: Copied (server-side copy) 2025/10/24 01:44:05 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/10/24 01:44:07 DEBUG : CopyDest/two: md5 = 10a72eeb377addfb74a689835605b4fd OK 2025/10/24 01:44:08 DEBUG : two: Need to transfer - File not found at Destination 2025/10/24 01:44:08 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/24 01:44:09 INFO : two: Copied (server-side copy) 2025/10/24 01:44:09 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/10/24 01:44:10 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/24 01:44:10 DEBUG : two: Unchanged skipping 2025/10/24 01:44:12 DEBUG : CopyDest/three: md5 = 361aefc6457df72ad564b1560c344700 OK 2025/10/24 01:44:13 DEBUG : three: Need to transfer - File not found at Destination 2025/10/24 01:44:13 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/10/24 01:44:13 DEBUG : three: Destination not found in --copy-dest 2025/10/24 01:44:15 DEBUG : three: md5 = 9ca75050cd63c133e57eebcae074b051 OK 2025/10/24 01:44:15 INFO : three: Copied (new) 2025/10/24 01:44:20 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/24 01:44:20 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:44:20 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/24 01:44:20 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/24 01:44:20 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/24 01:44:20 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:44:21 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (37.36s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.50s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.51s) === RUN TestCopyLongFileNameCollision run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.47s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:44:24 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/10/24 01:44:26 DEBUG : TestCopyFileMaxTransfer/file1: md5 = aa219b4c3199536bc0ff1d48e9edbb62 OK 2025/10/24 01:44:26 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/10/24 01:44:27 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/10/24 01:44:27 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:500: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/10/24 01:44:28 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/10/24 01:44:29 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/10/24 01:44:31 DEBUG : TestCopyFileMaxTransfer/file4: md5 = a4e7f901483b8bd0d4634ed6dcaeecf1 OK 2025/10/24 01:44:31 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/10/24 01:44:33 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/10/24 01:44:33 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.55s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.48s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:44:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': Looking for duplicate names using skip mode. 2025/10/24 01:44:38 NOTICE: one: Found 2 files with duplicate names 2025/10/24 01:44:38 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.51s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:44:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': Looking for duplicate names using skip mode. 2025/10/24 01:44:45 NOTICE: one: Found 3 files with duplicate names 2025/10/24 01:44:45 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/10/24 01:44:45 INFO : one: Deleted 2025/10/24 01:44:45 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.47s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:44:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': Looking for duplicate names using first mode. 2025/10/24 01:44:53 NOTICE: one: Found 3 files with duplicate names 2025/10/24 01:44:53 INFO : one: Deleted 2025/10/24 01:44:54 INFO : one: Deleted 2025/10/24 01:44:54 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.46s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:44:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': Looking for duplicate names using newest mode. 2025/10/24 01:45:00 NOTICE: one: Found 3 files with duplicate names 2025/10/24 01:45:00 INFO : one: Deleted 2025/10/24 01:45:01 INFO : one: Deleted 2025/10/24 01:45:01 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.52s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.54s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:45:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': Looking for duplicate names using oldest mode. 2025/10/24 01:45:08 NOTICE: one: Found 3 files with duplicate names 2025/10/24 01:45:09 INFO : one: Deleted 2025/10/24 01:45:09 INFO : one: Deleted 2025/10/24 01:45:09 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.33s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:45:15 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': Looking for duplicate names using largest mode. 2025/10/24 01:45:15 NOTICE: one: Found 3 files with duplicate names 2025/10/24 01:45:16 INFO : one: Deleted 2025/10/24 01:45:16 INFO : one: Deleted 2025/10/24 01:45:16 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.93s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:45:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': Looking for duplicate names using smallest mode. 2025/10/24 01:45:22 NOTICE: one: Found 3 files with duplicate names 2025/10/24 01:45:23 INFO : one: Deleted 2025/10/24 01:45:23 INFO : one: Deleted 2025/10/24 01:45:23 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.56s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:45:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': Looking for duplicate names using rename mode. 2025/10/24 01:45:31 NOTICE: one.txt: Found 3 files with duplicate names 2025/10/24 01:45:33 INFO : one-2.txt: renamed from: one.txt 2025/10/24 01:45:34 INFO : one-3.txt: renamed from: one.txt 2025/10/24 01:45:35 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.39s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:45:41 DEBUG : dupe1/one.txt: md5 = 3fa2a67b2414f98c51620e2e9a05f092 OK 2025/10/24 01:45:43 DEBUG : dupe2/two.txt: md5 = a53b1565682e3e2ab5aef28a72cdf193 OK 2025/10/24 01:45:45 DEBUG : dupe3/three.txt: md5 = 1e477541d9121550a51bbfab4d61f4ff OK 2025/10/24 01:45:46 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/10/24 01:45:47 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/10/24 01:45:48 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/10/24 01:45:48 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/10/24 01:45:52 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/10/24 01:45:52 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/10/24 01:45:52 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (14.28s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:45:54 DEBUG : a.txt: md5 = e665cd80ef26079b0c90fe39bf310f91 OK 2025/10/24 01:45:56 DEBUG : zend.txt: md5 = f19db6fafb1583f76dc56a92865f9b93 OK 2025/10/24 01:45:58 DEBUG : sub dir/hello world: md5 = 4e8e2fb005c3b6d704e291aaf081e07a OK 2025/10/24 01:46:00 DEBUG : sub dir/hello world2: md5 = 36113e6103323b27c1475385f9b75644 OK 2025/10/24 01:46:02 DEBUG : sub dir/ignore dir/.ignore: md5 = 0f5d7f4da50a984e5139a696f671be03 OK 2025/10/24 01:46:04 DEBUG : sub dir/ignore dir/should be ignored: md5 = 5abcfbd2e18d4531342de4eab29ca8fd OK 2025/10/24 01:46:06 DEBUG : sub dir/sub sub dir/hello world3: md5 = 87e68b71cc78f4f5517b2da49a4b5487 OK 2025/10/24 01:46:08 DEBUG : a.txt: Excluded (Size Filter) 2025/10/24 01:46:08 DEBUG : a.txt: Excluded 2025/10/24 01:46:08 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/24 01:46:08 DEBUG : sub dir/hello world2: Excluded 2025/10/24 01:46:08 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/24 01:46:08 DEBUG : sub dir/hello world: Excluded 2025/10/24 01:46:09 DEBUG : sub dir/ignore dir: Excluded 2025/10/24 01:46:09 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/24 01:46:09 DEBUG : sub dir/hello world2: Excluded 2025/10/24 01:46:09 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/24 01:46:09 DEBUG : sub dir/hello world: Excluded 2025/10/24 01:46:09 DEBUG : sub dir/ignore dir: Excluded 2025/10/24 01:46:15 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/24 01:46:16 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/24 01:46:16 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/24 01:46:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/24 01:46:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/24 01:46:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/10/24 01:46:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (24.61s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:46:19 DEBUG : a.txt: md5 = 076cc989d262a1babf16d0b5f3787e46 OK 2025/10/24 01:46:20 DEBUG : zend.txt: md5 = 2300591fb3489ea83d08c55cabadcbc9 OK 2025/10/24 01:46:22 DEBUG : sub dir/hello world: md5 = d61913bff9a2724ad8efc6c3ab8bb8d2 OK 2025/10/24 01:46:24 DEBUG : sub dir/hello world2: md5 = 9f4b530d38d9734c4c2c58398a8395f9 OK 2025/10/24 01:46:27 DEBUG : sub dir/ignore dir/.ignore: md5 = db58c760a3ec19d6ed63d7f2629f3f01 OK 2025/10/24 01:46:28 DEBUG : sub dir/ignore dir/should be ignored: md5 = e52041da605a8848bfce3153e49b8056 OK 2025/10/24 01:46:31 DEBUG : sub dir/sub sub dir/hello world3: md5 = b18d4a8ef5692d2c2a3c8253a54ef307 OK 2025/10/24 01:46:32 DEBUG : a.txt: Excluded (Size Filter) 2025/10/24 01:46:32 DEBUG : a.txt: Excluded 2025/10/24 01:46:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/24 01:46:33 DEBUG : sub dir/hello world: Excluded 2025/10/24 01:46:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/24 01:46:33 DEBUG : sub dir/hello world2: Excluded 2025/10/24 01:46:34 DEBUG : sub dir/ignore dir: Excluded 2025/10/24 01:46:34 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/24 01:46:34 DEBUG : sub dir/hello world: Excluded 2025/10/24 01:46:34 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/24 01:46:34 DEBUG : sub dir/hello world2: Excluded 2025/10/24 01:46:34 DEBUG : sub dir/ignore dir: Excluded 2025/10/24 01:46:39 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/24 01:46:40 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/24 01:46:40 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/24 01:46:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/24 01:46:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/24 01:46:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/10/24 01:46:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (24.24s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:46:43 DEBUG : file1: md5 = 0104a16bd285a1c77e9ee65641c0baa8 OK 2025/10/24 01:46:45 DEBUG : sub/file2: md5 = fb9369fcc230a11c3c503a6d9eb65ed4 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/10/24 01:46:48 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/10/24 01:46:49 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/10/24 01:46:49 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/10/24 01:46:51 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.47s) --- PASS: TestListJSON/Default (0.31s) --- PASS: TestListJSON/FilesOnly (0.28s) --- PASS: TestListJSON/DirsOnly (0.27s) --- PASS: TestListJSON/Recurse (0.53s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.23s) --- PASS: TestListJSON/Metadata (0.74s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:46:53 DEBUG : file1: md5 = f3890266d50a9ae10bef23718b85b89c OK 2025/10/24 01:46:56 DEBUG : sub/file2: md5 = 60aa7c9a68894f63680438543a1788b6 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/10/24 01:47:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwexad5nisa/notfound" 2025/10/24 01:47:00 DEBUG : Creating backend with remote "TestDrive:crypt/5t7oeso1la5mc6j8fepu9h3s0uvfialdq8t4ue6j89fsk5bnnbfg/qe0i31qdkoejk60elps0ni5sqk" 2025/10/24 01:47:04 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.49s) --- PASS: TestStatJSON/Root (0.28s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.31s) --- PASS: TestStatJSON/Dir (0.51s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.29s) --- PASS: TestStatJSON/File (0.32s) --- PASS: TestStatJSON/NotFound (0.63s) --- PASS: TestStatJSON/DirFilesOnly (0.21s) --- PASS: TestStatJSON/FileFilesOnly (0.27s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.35s) --- PASS: TestStatJSON/FileDirsOnly (0.33s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.27s) --- PASS: TestStatJSON/RootNotFound (1.83s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:47:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': Making directory 2025/10/24 01:47:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': Making directory --- PASS: TestMkdir (0.75s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:47:07 DEBUG : sub dir/hello world: md5 = 556feefe8ddbf361dc0033e89e40ca6c OK 2025/10/24 01:47:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.30s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:47:12 DEBUG : potato2: md5 = daa15c2e5f5a7350c36060f9f64c1629 OK 2025/10/24 01:47:14 DEBUG : empty space: md5 = 93a60d8e638e61e235088786018d9374 OK --- PASS: TestLs (5.47s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:47:17 DEBUG : potato2: md5 = 8d5c5cc0302c138efc277df8a34cb36b OK 2025/10/24 01:47:19 DEBUG : empty space: md5 = 3e5375d50f44ad6e4bd12e763833357a OK 2025/10/24 01:47:20 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.53s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:47:23 DEBUG : potato2: md5 = d8407f414ad73156447850d5c3b34b81 OK 2025/10/24 01:47:25 DEBUG : empty space: md5 = 6abd316280b7a323ddc0de21cee4aa92 OK --- PASS: TestLsLong (5.26s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:47:28 DEBUG : potato2: md5 = fb3afcacc376ab58deb2fe69f43b307d OK 2025/10/24 01:47:30 DEBUG : empty space: md5 = cb2ee690b5457645617c43378bd82447 OK --- PASS: TestHashSums (7.16s) === RUN TestHashSumsWithErrors 2025/10/24 01:47:34 DEBUG : Creating backend with remote ":memory:" 2025/10/24 01:47:34 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/10/24 01:47:34 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/24 01:47:34 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/24 01:47:34 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/24 01:47:34 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/24 01:47:34 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/24 01:47:34 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/24 01:47:34 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/10/24 01:47:34 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:47:35 DEBUG : potato2: md5 = 7c1d0b6972ebe28503f2d442085e1208 OK 2025/10/24 01:47:37 DEBUG : empty space: md5 = 8105d54c6d5a05c43adc52f6622731e4 OK 2025/10/24 01:47:39 DEBUG : sub dir/potato3: md5 = def842a98005363729de0230b3a390af OK 2025/10/24 01:47:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (9.32s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:47:45 DEBUG : small: md5 = 37e057df06265ed1337a53114197acc9 OK 2025/10/24 01:47:46 DEBUG : medium: md5 = 386e2d2077123c78b661da404fa0e7f8 OK 2025/10/24 01:47:48 DEBUG : large: md5 = 5a69e6eb6951087a66176f00af7dc9da OK 2025/10/24 01:47:48 DEBUG : Waiting for deletions to finish 2025/10/24 01:47:48 DEBUG : large: Excluded (Size Filter) 2025/10/24 01:47:49 INFO : medium: Deleted 2025/10/24 01:47:49 INFO : small: Deleted --- PASS: TestDelete (6.97s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:47:52 DEBUG : small: md5 = 3077760b7a3debcae853e93e54951f9e OK 2025/10/24 01:47:53 DEBUG : medium: md5 = adafd47e56b35ce004e0365f5680ba98 OK 2025/10/24 01:47:55 DEBUG : large: md5 = 366871f97b71f128855d3117378b8f6f OK 2025/10/24 01:47:55 DEBUG : Waiting for deletions to finish 2025/10/24 01:47:56 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/10/24 01:47:56 INFO : large: Deleted 2025/10/24 01:47:56 INFO : small: Deleted --- PASS: TestMaxDelete (7.78s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:47:59 DEBUG : small: md5 = 7572892263ac9beaddd64659b7468955 OK 2025/10/24 01:48:01 DEBUG : medium: md5 = c32ee39c8fe70c4d586d75b2d3080fb7 OK 2025/10/24 01:48:02 DEBUG : large: md5 = c3332219212cfdde28c4d1c74ef62180 OK 2025/10/24 01:48:03 DEBUG : Waiting for deletions to finish 2025/10/24 01:48:03 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/10/24 01:48:03 INFO : medium: Deleted 2025/10/24 01:48:03 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.40s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:48:07 DEBUG : small: md5 = b35896398c379014602a8cffeaac7b4b OK 2025/10/24 01:48:08 DEBUG : medium: md5 = bf25a577afb41a5c59657778cdc7264d OK 2025/10/24 01:48:10 DEBUG : large: md5 = 0f1cd7f3384fec9a325da5c6f57c1fdb OK 2025/10/24 01:48:10 DEBUG : Waiting for deletions to finish 2025/10/24 01:48:11 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/10/24 01:48:11 INFO : large: Deleted 2025/10/24 01:48:11 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.65s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:48:14 DEBUG : ReadFile: md5 = 41ac1f52fda821d984a75410a9d2b137 OK --- PASS: TestReadFile (4.37s) === RUN TestRetry 2025/10/24 01:48:17 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/10/24 01:48:17 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/10/24 01:48:17 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/24 01:48:17 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/24 01:48:17 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/24 01:48:17 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/24 01:48:17 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-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:48:19 DEBUG : file1: md5 = 42a583226aa17dd6fcb4e25f19ad254a OK 2025/10/24 01:48:20 DEBUG : file2: md5 = a8ef854062b9a485f7a1dd7aa1f603e3 OK --- PASS: TestCat (16.71s) === RUN TestPurge 2025/10/24 01:48:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-megalef4betu" 2025/10/24 01:48:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/24 01:48:34 DEBUG : Creating backend with remote "TestDrive:crypt/ra1u7s7rii00a44fcd6rpi38dib4aoj2k5lu5iigu2cld3u1gui0" 2025/10/24 01:48:35 DEBUG : Creating backend with remote "/tmp/rclone2791693193" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-megalef4betu'", Local "Local file system at /tmp/rclone2791693193", Modify Window "1ms" 2025/10/24 01:48:40 DEBUG : A1/B1/C1/one: md5 = 0781ee97e1e5752baadd9e90b23e19dc OK 2025/10/24 01:48:40 INFO : A2: Making directory 2025/10/24 01:48:41 INFO : A1/B2: Making directory 2025/10/24 01:48:42 INFO : A1/B2/C2: Making directory 2025/10/24 01:48:43 INFO : A1/B1/C3: Making directory 2025/10/24 01:48:44 INFO : A3: Making directory 2025/10/24 01:48:45 INFO : A3/B3: Making directory 2025/10/24 01:48:45 INFO : A3/B3/C4: Making directory 2025/10/24 01:48:48 DEBUG : A1/two: md5 = cd0c36a54feb42f11589e0ef94ebaec4 OK 2025/10/24 01:48:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-megalef4betu': Purge remote 2025/10/24 01:48:52 NOTICE: purge failed: directory not found --- PASS: TestPurge (17.88s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:48:56 DEBUG : A1/B1/C1/one: md5 = 6394687709fc1693c6709890ecf699e3 OK 2025/10/24 01:48:56 INFO : A2: Making directory 2025/10/24 01:48:57 INFO : A1/B2: Making directory 2025/10/24 01:48:58 INFO : A1/B2/C2: Making directory 2025/10/24 01:48:59 INFO : A1/B1/C3: Making directory 2025/10/24 01:48:59 INFO : A3: Making directory 2025/10/24 01:49:00 INFO : A3/B3: Making directory 2025/10/24 01:49:01 INFO : A3/B3/C4: Making directory 2025/10/24 01:49:04 DEBUG : A1/two: md5 = d2819ee07393670fc69ebef7f95c52f1 OK 2025/10/24 01:49:05 DEBUG : removing 1 level 3 directories 2025/10/24 01:49:05 INFO : A3/B3/C4: Removing directory 2025/10/24 01:49:08 DEBUG : removing 2 level 3 directories 2025/10/24 01:49:08 INFO : A1/B2/C2: Removing directory 2025/10/24 01:49:08 INFO : A1/B1/C3: Removing directory 2025/10/24 01:49:09 DEBUG : removing 2 level 2 directories 2025/10/24 01:49:09 INFO : A3/B3: Removing directory 2025/10/24 01:49:09 INFO : A1/B2: Removing directory 2025/10/24 01:49:09 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/10/24 01:49:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/24 01:49:09 DEBUG : removing 2 level 1 directories 2025/10/24 01:49:09 INFO : A3: Removing directory 2025/10/24 01:49:09 INFO : A2: Removing directory 2025/10/24 01:49:10 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/10/24 01:49:14 DEBUG : removing 1 level 3 directories 2025/10/24 01:49:14 INFO : A1/B1/C1: Removing directory 2025/10/24 01:49:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:15 DEBUG : removing 1 level 2 directories 2025/10/24 01:49:15 INFO : A1/B1: Removing directory 2025/10/24 01:49:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/24 01:49:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/24 01:49:15 DEBUG : removing 1 level 1 directories 2025/10/24 01:49:15 INFO : A1: Removing directory 2025/10/24 01:49:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/24 01:49:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/24 01:49:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/24 01:49:16 DEBUG : removing 1 level 0 directories 2025/10/24 01:49:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': Removing directory 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/24 01:49:17 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestRmdirsNoLeaveRoot (25.96s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:49:19 INFO : A1: Making directory 2025/10/24 01:49:19 INFO : A1/B1: Making directory 2025/10/24 01:49:20 INFO : A1/B1/C1: Making directory 2025/10/24 01:49:23 DEBUG : removing 1 level 3 directories 2025/10/24 01:49:23 INFO : A1/B1/C1: Removing directory 2025/10/24 01:49:24 DEBUG : removing 1 level 2 directories 2025/10/24 01:49:24 INFO : A1/B1: Removing directory 2025/10/24 01:49:24 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/24 01:49:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.66s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:49:27 INFO : A1: Making directory 2025/10/24 01:49:27 INFO : A1/B1: Making directory 2025/10/24 01:49:28 INFO : A1/B1/C1: Making directory 2025/10/24 01:49:31 DEBUG : removing 1 level 3 directories 2025/10/24 01:49:31 INFO : A1/B1/C1: Removing directory 2025/10/24 01:49:32 DEBUG : removing 1 level 2 directories 2025/10/24 01:49:32 INFO : A1/B1: Removing directory 2025/10/24 01:49:32 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/24 01:49:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.49s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:49:37 DEBUG : file1: md5 = 55887973540499c70262834b72717270 OK 2025/10/24 01:49:37 DEBUG : filename.txt: File name found in url 2025/10/24 01:49:39 DEBUG : filename.txt: md5 = bc22874cdf4e893dbd9d0294f3c6959f OK 2025/10/24 01:49:39 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/10/24 01:49:41 DEBUG : headerfilename.txt: md5 = 64df7572a3fe1d792ba4fd59de9651d8 OK 2025/10/24 01:49:42 DEBUG : file2: md5 = 2d027c113acd152076f609a032a9710c OK --- PASS: TestCopyURL (10.18s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:49:45 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/24 01:49:48 DEBUG : sub/file2: md5 = 3e161acf5b67b0191afbc8b8560247ea OK 2025/10/24 01:49:48 INFO : file1: Copied (new) to: sub/file2 2025/10/24 01:49:48 INFO : file1: Deleted 2025/10/24 01:49:49 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/24 01:49:49 DEBUG : file1: Unchanged skipping 2025/10/24 01:49:49 INFO : file1: Deleted 2025/10/24 01:49:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': don't need to copy/move sub/file2, it is already at target location 2025/10/24 01:49:51 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.67s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:49:52 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/24 01:49:54 DEBUG : file1: md5 = 0474febef2f22d88af3c4906b82a7a4f OK 2025/10/24 01:49:54 INFO : file1: Copied (new) 2025/10/24 01:49:54 INFO : file1: Deleted 2025/10/24 01:49:54 DEBUG : file1: Destination exists, skipping 2025/10/24 01:49:54 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.65s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.48s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.53s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:49:59 DEBUG : dst/file1: md5 = 1e117e17df2c085a4d2b09ab29367f8c OK 2025/10/24 01:50:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwexad5nisa/backup" 2025/10/24 01:50:00 DEBUG : Creating backend with remote "TestDrive:crypt/5t7oeso1la5mc6j8fepu9h3s0uvfialdq8t4ue6j89fsk5bnnbfg/1nrff024r7pq65ecp72fc28jb0" 2025/10/24 01:50:02 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/24 01:50:04 INFO : dst/file1: Moved (server-side) 2025/10/24 01:50:06 DEBUG : dst/file1: md5 = 564c482e8d0bfb8bb54338bcb861c9d4 OK 2025/10/24 01:50:06 INFO : dst/file1: Copied (new) 2025/10/24 01:50:06 INFO : dst/file1: Deleted 2025/10/24 01:50:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/24 01:50:10 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/24 01:50:11 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (14.68s) === 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-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:50:14 DEBUG : A1/one: md5 = 3664d2dcb3f23202e5f203ad47d05f2e OK 2025/10/24 01:50:15 DEBUG : A1/two: md5 = d6cc76722bc5abb77e40eab2d445977e OK 2025/10/24 01:50:18 DEBUG : A1/B1/three: md5 = 6b2066d89e9c05abede818faddecd436 OK 2025/10/24 01:50:21 DEBUG : A1/B1/C1/four: md5 = 35c05539b94a4f51ab61ba7e0708e5cc OK 2025/10/24 01:50:23 DEBUG : A1/B1/C2/five: md5 = 90dd26afd06c2b5295beae8e42a8541e OK 2025/10/24 01:50:23 INFO : A1/B2: Making directory 2025/10/24 01:50:24 INFO : A1/B1/C3: Making directory 2025/10/24 01:50:35 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/10/24 01:50:35 INFO : A2/one: Moved (server-side) to: A3/one 2025/10/24 01:50:35 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/10/24 01:50:35 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/10/24 01:50:35 INFO : A2/two: Moved (server-side) to: A3/two 2025/10/24 01:50:38 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/24 01:50:38 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/24 01:50:38 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/24 01:50:39 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/24 01:50:39 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/24 01:50:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/10/24 01:50:47 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/10/24 01:50:47 INFO : A3/two: Moved (server-side) to: A4/two 2025/10/24 01:50:47 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/10/24 01:50:47 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/10/24 01:50:48 INFO : A3/one: Moved (server-side) to: A4/one 2025/10/24 01:50:51 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/24 01:50:51 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/24 01:50:51 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/24 01:50:52 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/24 01:50:52 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/24 01:50:59 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/10/24 01:50:59 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/10/24 01:51:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/24 01:51:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/24 01:51:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/24 01:51:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/24 01:51:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/24 01:51:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/24 01:51:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/24 01:51:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (50.60s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" --- PASS: TestGetFsInfo (0.46s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:51:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': File to upload is small (34 bytes), uploading instead of streaming 2025/10/24 01:51:04 DEBUG : no_checksum_small_file_from_pipe: md5 = 16d77c7ba672be35e6d3f838688727ef OK 2025/10/24 01:51:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/10/24 01:51:04 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/24 01:51:05 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/10/24 01:51:06 DEBUG : no_checksum_big_file_from_pipe: md5 = ee2178bf8b7c10296ccde1a605f53d50 OK 2025/10/24 01:51: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-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:51:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': File to upload is small (34 bytes), uploading instead of streaming 2025/10/24 01:51:09 DEBUG : with_checksum_small_file_from_pipe: md5 = bbb90731c3cad079a086d8c2ce988638 OK 2025/10/24 01:51:09 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/24 01:51:10 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/10/24 01:51:11 DEBUG : with_checksum_big_file_from_pipe: md5 = f3571e8dfc4e77fd5320e16b5226b7ed OK 2025/10/24 01:51:11 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-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:51:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': File to upload is small (34 bytes), uploading instead of streaming 2025/10/24 01:51:15 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/24 01:51:16 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/24 01:51:17 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-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:51:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': File to upload is small (34 bytes), uploading instead of streaming 2025/10/24 01:51:20 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/24 01:51:21 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/24 01:51:22 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (21.61s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.05s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.63s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.45s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.48s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/10/24 01:51:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': File to upload is small (48 bytes), uploading instead of streaming 2025/10/24 01:51:26 DEBUG : rcat_metadata: md5 = 5ea3c9a248c82676f961438d02287b4d OK 2025/10/24 01:51:26 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/10/24 01:51:28 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/10/24 01:51:29 DEBUG : rcat_metadata_uploadcutoff0: md5 = ee204f466d5e16060c2a80da931866e1 OK 2025/10/24 01:51:29 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.45s) --- PASS: TestRcatMetadata/Normal (2.89s) --- PASS: TestRcatMetadata/ViaDisk (3.07s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:51:32 DEBUG : potato1: md5 = 2126f2b1df3e7dd76fca63c7e27c8ed4 OK 2025/10/24 01:51:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': File to upload is small (60 bytes), uploading instead of streaming 2025/10/24 01:51:34 DEBUG : potato2: md5 = 455aa12b817ebf079e9cc92c2abc5fd6 OK 2025/10/24 01:51:34 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.15s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:51:37 DEBUG : potato1: md5 = a1d22b3e3787cdc0205bc575d49e3cae OK 2025/10/24 01:51:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': File to upload is small (60 bytes), uploading instead of streaming 2025/10/24 01:51:39 DEBUG : potato2: md5 = 17431423c03e4029636963175c25606f OK 2025/10/24 01:51:39 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.20s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:51:42 DEBUG : potato2: md5 = 2e4997311d199122ef64cdaf8101bd5a OK 2025/10/24 01:51:44 DEBUG : empty space: md5 = 4851a7c3ab55204cdce42455fd8a52bb OK 2025/10/24 01:51:46 DEBUG : sub dir/potato3: md5 = a77936546443620c1c94e28ece745760 OK 2025/10/24 01:51:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': Touching "empty space" 2025/10/24 01:51:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': Touching "sub dir/potato3" 2025/10/24 01:51:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': Touching "potato2" 2025/10/24 01:51:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (11.24s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:51:52 DEBUG : dir with metadata: Making directory with metadata 2025/10/24 01:51:53 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.62s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:51:55 DEBUG : directory with modtime: Making directory with metadata 2025/10/24 01:51:55 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.86s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:51:57 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/24 01:51:57 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/24 01:51:58 DEBUG : Google drive root 'crypt/5t7oeso1la5mc6j8fepu9h3s0uvfialdq8t4ue6j89fsk5bnnbfg': Skipping btime metadata as can't update it on an existing file: 2025-10-24T01:51:57.92672906Z 2025/10/24 01:51:58 INFO : non existent directory: Updated directory metadata 2025/10/24 01:52:00 DEBUG : Google drive root 'crypt/5t7oeso1la5mc6j8fepu9h3s0uvfialdq8t4ue6j89fsk5bnnbfg': Skipping btime metadata as can't update it on an existing file: 2025-10-24T01:51:57.92672906Z 2025/10/24 01:52:01 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.44s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:52:03 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/10/24 01:52:05 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/10/24 01:52:06 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.61s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:52:07 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/24 01:52:07 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/24 01:52:07 DEBUG : dst: Making directory with metadata 2025/10/24 01:52:08 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/24 01:52:08 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/24 01:52:09 INFO : dst: Set directory modification time (using SetModTime) 2025/10/24 01:52:09 INFO : dst: Set directory modification time (using SetModTime) 2025/10/24 01:52:09 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/10/24 01:52:10 INFO : dst: Set directory modification time (using SetModTime) 2025/10/24 01:52:10 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.20s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa'", Local "Local file system at /tmp/rclone170523988", Modify Window "1ms" 2025/10/24 01:52:14 DEBUG : sub dir/test remove existing: md5 = 657bebaf063e5d837f29184eda0cc90a OK 2025/10/24 01:52:16 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = f623f06b8e366282b1c51a9df608cf6a OK 2025/10/24 01:52:18 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.yecutiv1" before starting 2025/10/24 01:52:19 DEBUG : sub dir/test remove existing.yecutiv1: TEST: removing renamed existing file after operation 2025/10/24 01:52:21 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vusamud1" before starting 2025/10/24 01:52:22 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vusamud1: TEST: renaming existing back after failed operation 2025/10/24 01:52: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.qebotih2" before starting 2025/10/24 01:52:24 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qebotih2: TEST: removing renamed existing file after operation 2025/10/24 01:52:26 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "6hfl2lf054j2c1hcudtno0bmroigubhg2rmp2jrai716a4sitf1kut9up5el70uori76ii16un7oh7vbofucutgk00eg7sh1h0p0oum5k59qp563ee0ve9ja60hjm04gr8kijltftt3vmvnqd5oacc33n0inqi17rev44i50e50jbfs98vog" 2025/10/24 01:52:26 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "k940tmus1nqlfsi6e6lr04ci62duuc0r138s8n6lufv4vpetqcp0" --- PASS: TestRemoveExisting (15.35s) === 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/10/24 01:52:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwexad5nisa': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 12m7.759212375s (try 1/5)