"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/08/04 04:22:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duyirag0lesa" 2025/08/04 04:22:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/04 04:22:56 DEBUG : Creating backend with remote "TestDrive:crypt/l46025usv0ta0uedh6ovcm0if3isjusrjqkc4b076s1fjoje6cdg" 2025/08/04 04:22:57 DEBUG : Creating backend with remote "/tmp/rclone2990961581" === 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-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.24s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/08/04 04:22:58 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/04 04:22:58 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/04 04:22:58 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/08/04 04:22:58 DEBUG : potato: Seek from 10 to 0 2025/08/04 04:22:58 DEBUG : potato: Seek from 10 to 0 2025/08/04 04:22:58 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/08/04 04:22:58 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/04 04:22:58 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/04 04:22:58 DEBUG : potato: Seek from 5 to 2 2025/08/04 04:22:58 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/08/04 04:22:58 DEBUG : potato: Seek from 7 to 0 2025/08/04 04:22:58 DEBUG : potato: Seek from 7 to 0 2025/08/04 04:22:58 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/08/04 04:22:58 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/04 04:22:58 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/04 04:22:58 DEBUG : potato: Seek from 5 to 2 2025/08/04 04:22:58 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/08/04 04:22:58 DEBUG : potato: Seek from 8 to 0 2025/08/04 04:22:58 DEBUG : potato: Seek from 8 to 0 2025/08/04 04:22:58 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/08/04 04:22:58 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/04 04:22:58 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/04 04:22:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/04 04:22:58 DEBUG : potato: Seek from 5 to 2 2025/08/04 04:22:58 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/08/04 04:22:58 DEBUG : potato: Seek from 9 to 0 2025/08/04 04:22:58 DEBUG : potato: Seek from 9 to 0 2025/08/04 04:22:58 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-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:23:00 DEBUG : rutabaga: md5 = ad047c508c6edda73eb137d9725d96e0 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/08/04 04:23:02 DEBUG : empty space: md5 = 4e122dc03ebba861bf75d7587d0edfb7 OK === RUN TestCheck/3 2025/08/04 04:23:04 DEBUG : potato2: md5 = 56dbd8f63e7a0818b804f59336017653 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/08/04 04:23:06 DEBUG : remotepotato: md5 = 336eef40e016218a93dce63699446ec1 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.54s) --- PASS: TestCheck/1 (0.26s) --- PASS: TestCheck/2 (0.20s) --- PASS: TestCheck/3 (0.26s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.30s) --- PASS: TestCheck/6 (0.24s) --- PASS: TestCheck/7 (0.27s) === RUN TestCheckFsError 2025/08/04 04:23:09 DEBUG : Creating backend with remote "nonexistent" 2025/08/04 04:23:09 DEBUG : Creating backend with remote "nonexistent" 2025/08/04 04:23:09 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/08/04 04:23:09 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/08/04 04:23:09 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/08/04 04:23:09 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-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:23:11 DEBUG : rutabaga: md5 = 66d05087072fe8b0b47983f48bfcd5cc OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/08/04 04:23:14 DEBUG : empty space: md5 = 7037cf45842b5ebfa2f6b0381ab792ba OK === RUN TestCheckDownload/3 2025/08/04 04:23:17 DEBUG : potato2: md5 = 392a5fb897220210db963e6b3db289ef OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/08/04 04:23:22 DEBUG : remotepotato: md5 = 92281a32c1761a3ad2fd018b239fa9b5 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.13s) --- PASS: TestCheckDownload/1 (1.18s) --- PASS: TestCheckDownload/2 (0.96s) --- PASS: TestCheckDownload/3 (1.09s) --- PASS: TestCheckDownload/4 (1.34s) --- PASS: TestCheckDownload/5 (1.44s) --- PASS: TestCheckDownload/6 (0.87s) --- PASS: TestCheckDownload/7 (1.05s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:23:28 DEBUG : rutabaga: md5 = 88224d14415411b000dcdf2466ae4c58 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/08/04 04:23:30 DEBUG : empty space: md5 = 9b84ff7ac6cabfd4edf6f2989889188a OK === RUN TestCheckSizeOnly/3 2025/08/04 04:23:32 DEBUG : potato2: md5 = efe85a5d9978514685a16e87fcd8308d OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/08/04 04:23:34 DEBUG : remotepotato: md5 = 7fe7b1da124877cefc41c70efb267e09 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.88s) --- PASS: TestCheckSizeOnly/1 (0.21s) --- PASS: TestCheckSizeOnly/2 (0.23s) --- PASS: TestCheckSizeOnly/3 (0.26s) --- PASS: TestCheckSizeOnly/4 (0.24s) --- PASS: TestCheckSizeOnly/5 (0.24s) --- 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-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:23:39 DEBUG : test.sum: md5 = dac2fe2909aa817a7c87803973bea286 OK 2025/08/04 04:23:40 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/04 04:23:40 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/04 04:23:40 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/04 04:23:40 NOTICE: test.sum: 2 warning(s) suppressed... 2025/08/04 04:23:42 DEBUG : test.sum: md5 = c853c41ff9c17909cb45b303817a0eca OK 2025/08/04 04:23:43 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/04 04:23:43 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/04 04:23:43 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/04 04:23:43 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.85s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:23:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duyirag0lesa/data" 2025/08/04 04:23:44 DEBUG : Creating backend with remote "TestDrive:crypt/l46025usv0ta0uedh6ovcm0if3isjusrjqkc4b076s1fjoje6cdg/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa/data' lacks md5, skipping --- SKIP: TestCheckSum (2.40s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:23:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duyirag0lesa/data" 2025/08/04 04:23:47 DEBUG : Creating backend with remote "TestDrive:crypt/l46025usv0ta0uedh6ovcm0if3isjusrjqkc4b076s1fjoje6cdg/vjrnln8ratgmqakfosrqe8espk" 2025/08/04 04:23:50 DEBUG : data/banana: md5 = 1dbd41ec3022683b0acb5886ced17f74 OK 2025/08/04 04:23:51 DEBUG : test.sum: md5 = ad8cf15e785dd238fb05f725dbd03696 OK === RUN TestCheckSumDownload/subtest1 2025/08/04 04:23:56 DEBUG : data/potato: md5 = 23ec9e8b792f8ec2ad6a7449e43e70ef OK 2025/08/04 04:23:57 DEBUG : test.sum: md5 = 863283bbbfc2bb7a425542043113fee0 OK === RUN TestCheckSumDownload/subtest2 2025/08/04 04:24:01 DEBUG : test.sum: md5 = e87a8b0393d427c92cd547dd1af62a00 OK === RUN TestCheckSumDownload/subtest3 2025/08/04 04:24:06 DEBUG : test.sum: md5 = dd7adf92caab9650b6e43f46ded2d559 OK === RUN TestCheckSumDownload/subtest4 2025/08/04 04:24:10 DEBUG : test.sum: md5 = 48f70c69d802d0b2ada8bfc2cd062775 OK === RUN TestCheckSumDownload/subtest5 2025/08/04 04:24:15 DEBUG : test.sum: md5 = c43bbeac4e43386a2a3fdfcfc82c5038 OK === RUN TestCheckSumDownload/subtest6 2025/08/04 04:24:19 DEBUG : data/banana: md5 = 46fe88752c3ac8f15bad367eaa9355e6 OK 2025/08/04 04:24:20 DEBUG : data/potato: md5 = d7ef701a892c28fdaf96b485f04969eb OK 2025/08/04 04:24:22 DEBUG : test.sum: md5 = 0de451a770651f2ed4ae249eca01a5ed OK === RUN TestCheckSumDownload/subtest7 2025/08/04 04:24:27 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/08/04 04:24:27 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (41.47s) --- PASS: TestCheckSumDownload/subtest1 (2.64s) --- PASS: TestCheckSumDownload/subtest2 (1.93s) --- PASS: TestCheckSumDownload/subtest3 (2.06s) --- PASS: TestCheckSumDownload/subtest4 (2.69s) --- PASS: TestCheckSumDownload/subtest5 (2.39s) --- PASS: TestCheckSumDownload/subtest6 (2.02s) --- PASS: TestCheckSumDownload/subtest7 (2.91s) === RUN TestApplyTransforms 2025/08/04 04:24:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vexuwed9gupe" 2025/08/04 04:24:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/04 04:24:28 DEBUG : Creating backend with remote "TestDrive:crypt/1pt1gai0mcf0ddmjet9748cf0hucoqss93c7kt4m7na4qq076lfg" 2025/08/04 04:24:29 DEBUG : Creating backend with remote "/tmp/rclone1479839646" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vexuwed9gupe'", Local "Local file system at /tmp/rclone1479839646", Modify Window "1ms" 2025/08/04 04:24:31 DEBUG : hello, world!: md5 = 043a55a8a726bb1087e966cf483fe908 OK upper checkfile vs. lower remote (without normalization) 2025/08/04 04:24:32 ERROR : hello, world!: sum not found 2025/08/04 04:24:32 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-vexuwed9gupe' 2025/08/04 04:24:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vexuwed9gupe': 1 files missing 2025/08/04 04:24:32 NOTICE: 1 hashes missing 2025/08/04 04:24:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vexuwed9gupe': 1 differences found 2025/08/04 04:24:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vexuwed9gupe': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/08/04 04:24:33 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/04 04:24:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vexuwed9gupe': 0 differences found 2025/08/04 04:24:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vexuwed9gupe': 1 matching files 2025/08/04 04:24:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nohuvuz3seti" 2025/08/04 04:24:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/04 04:24:33 DEBUG : Creating backend with remote "TestDrive:crypt/1dp9o53q9hkg9t08nrfm34m41h02gbvg87m2ai30g2dce3ec1vtg" 2025/08/04 04:24:34 DEBUG : Creating backend with remote "/tmp/rclone2940716791" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nohuvuz3seti'", Local "Local file system at /tmp/rclone2940716791", Modify Window "1ms" 2025/08/04 04:24:36 DEBUG : HELLO, WORLD!: md5 = 50327e33a08dc47d74f0ce5908b1abdc OK lower checkfile vs. upper remote (without normalization) 2025/08/04 04:24:37 ERROR : HELLO, WORLD!: sum not found 2025/08/04 04:24:37 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-nohuvuz3seti' 2025/08/04 04:24:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nohuvuz3seti': 1 files missing 2025/08/04 04:24:37 NOTICE: 1 hashes missing 2025/08/04 04:24:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nohuvuz3seti': 1 differences found 2025/08/04 04:24:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nohuvuz3seti': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/08/04 04:24:38 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/04 04:24:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nohuvuz3seti': 0 differences found 2025/08/04 04:24:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nohuvuz3seti': 1 matching files 2025/08/04 04:24:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ketadic5yihe" 2025/08/04 04:24:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/04 04:24:38 DEBUG : Creating backend with remote "TestDrive:crypt/poddu61lhkupqm3ei05ou1mo0ncgu8d0cjskcuk80h902hj48jig" 2025/08/04 04:24:39 DEBUG : Creating backend with remote "/tmp/rclone2666507585" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ketadic5yihe'", Local "Local file system at /tmp/rclone2666507585", Modify Window "1ms" 2025/08/04 04:24:41 DEBUG : HeLlO, wOrLd!: md5 = 13ad4822a6327006286002e714aaac74 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/08/04 04:24:41 ERROR : HeLlO, wOrLd!: sum not found 2025/08/04 04:24:41 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-ketadic5yihe' 2025/08/04 04:24:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ketadic5yihe': 1 files missing 2025/08/04 04:24:41 NOTICE: 1 hashes missing 2025/08/04 04:24:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ketadic5yihe': 1 differences found 2025/08/04 04:24:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ketadic5yihe': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/08/04 04:24:42 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/04 04:24:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ketadic5yihe': 0 differences found 2025/08/04 04:24:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ketadic5yihe': 1 matching files 2025/08/04 04:24:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fujahis6quxa" 2025/08/04 04:24:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/04 04:24:42 DEBUG : Creating backend with remote "TestDrive:crypt/jkvu060a27612j99mh7bdosfbsg58o7ll7b253jvdc4ugan46ei0" 2025/08/04 04:24:43 DEBUG : Creating backend with remote "/tmp/rclone3139449600" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fujahis6quxa'", Local "Local file system at /tmp/rclone3139449600", Modify Window "1ms" 2025/08/04 04:24:45 DEBUG : HELLO, WORLD!: md5 = b77304d77878ff35fe9d5f03401b2e31 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/08/04 04:24:46 ERROR : HELLO, WORLD!: sum not found 2025/08/04 04:24:46 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-fujahis6quxa' 2025/08/04 04:24:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fujahis6quxa': 1 files missing 2025/08/04 04:24:46 NOTICE: 1 hashes missing 2025/08/04 04:24:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fujahis6quxa': 1 differences found 2025/08/04 04:24:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fujahis6quxa': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/08/04 04:24:47 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/04 04:24:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fujahis6quxa': 0 differences found 2025/08/04 04:24:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fujahis6quxa': 1 matching files 2025/08/04 04:24:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-luwabuc5mijo" 2025/08/04 04:24:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/04 04:24:47 DEBUG : Creating backend with remote "TestDrive:crypt/sckbu2ff54f4qosmhdtgqhelblael89ngttuq18lnk326s6vjdq0" 2025/08/04 04:24:48 DEBUG : Creating backend with remote "/tmp/rclone2036053623" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luwabuc5mijo'", Local "Local file system at /tmp/rclone2036053623", Modify Window "1ms" 2025/08/04 04:24:50 DEBUG : 測試_Русский___ě_áñ: md5 = ad27dd346a250783a4bb97903065881e OK NFD checkfile vs. NFC remote (without normalization) 2025/08/04 04:24:51 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/04 04:24:51 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-luwabuc5mijo' 2025/08/04 04:24:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luwabuc5mijo': 1 files missing 2025/08/04 04:24:51 NOTICE: 1 hashes missing 2025/08/04 04:24:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luwabuc5mijo': 1 differences found 2025/08/04 04:24:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luwabuc5mijo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/08/04 04:24:52 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/04 04:24:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luwabuc5mijo': 0 differences found 2025/08/04 04:24:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luwabuc5mijo': 1 matching files 2025/08/04 04:24:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gecikud5viqu" 2025/08/04 04:24:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/04 04:24:52 DEBUG : Creating backend with remote "TestDrive:crypt/6o2qhdo0flusqmgdm7sce0q74h74kicm7lg1b05pgd5uab82o830" 2025/08/04 04:24:53 DEBUG : Creating backend with remote "/tmp/rclone3089795239" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gecikud5viqu'", Local "Local file system at /tmp/rclone3089795239", Modify Window "1ms" 2025/08/04 04:24:55 DEBUG : 測試_Русский___ě_áñ: md5 = 119926c135e504490d3bafdff4da2ecd OK NFC checkfile vs. NFD remote (without normalization) 2025/08/04 04:24:56 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/04 04:24:56 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gecikud5viqu' 2025/08/04 04:24:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gecikud5viqu': 1 files missing 2025/08/04 04:24:56 NOTICE: 1 hashes missing 2025/08/04 04:24:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gecikud5viqu': 1 differences found 2025/08/04 04:24:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gecikud5viqu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/08/04 04:24:57 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/04 04:24:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gecikud5viqu': 0 differences found 2025/08/04 04:24:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gecikud5viqu': 1 matching files 2025/08/04 04:24:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wazezug0fiwa" 2025/08/04 04:24:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/04 04:24:57 DEBUG : Creating backend with remote "TestDrive:crypt/c5bl7842kssh10gbmskf36berekfkujkl201mgdfu0oo5kjdbmq0" 2025/08/04 04:24:58 DEBUG : Creating backend with remote "/tmp/rclone1842517067" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wazezug0fiwa'", Local "Local file system at /tmp/rclone1842517067", Modify Window "1ms" 2025/08/04 04:25:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 46ddff25c99f5fd1708c79ec741f5df9 OK NFDx2 checkfile vs. both remote (without normalization) 2025/08/04 04:25:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/04 04:25:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wazezug0fiwa' 2025/08/04 04:25:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wazezug0fiwa': 1 files missing 2025/08/04 04:25:00 NOTICE: 1 hashes missing 2025/08/04 04:25:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wazezug0fiwa': 1 differences found 2025/08/04 04:25:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wazezug0fiwa': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/08/04 04:25:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/04 04:25:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wazezug0fiwa': 0 differences found 2025/08/04 04:25:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wazezug0fiwa': 1 matching files 2025/08/04 04:25:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cekekes8kiza" 2025/08/04 04:25:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/04 04:25:02 DEBUG : Creating backend with remote "TestDrive:crypt/u4vjb1af4tq028n7l05f1gu47kqocrqhsvj954cn3hso4asvv2q0" 2025/08/04 04:25:03 DEBUG : Creating backend with remote "/tmp/rclone2853580281" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cekekes8kiza'", Local "Local file system at /tmp/rclone2853580281", Modify Window "1ms" 2025/08/04 04:25:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c83a82b121c066b1570182eca9aa0055 OK NFCx2 checkfile vs. both remote (without normalization) 2025/08/04 04:25:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/04 04:25:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cekekes8kiza' 2025/08/04 04:25:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cekekes8kiza': 1 files missing 2025/08/04 04:25:06 NOTICE: 1 hashes missing 2025/08/04 04:25:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cekekes8kiza': 1 differences found 2025/08/04 04:25:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cekekes8kiza': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/08/04 04:25:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/04 04:25:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cekekes8kiza': 0 differences found 2025/08/04 04:25:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cekekes8kiza': 1 matching files 2025/08/04 04:25:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sijosuk3baze" 2025/08/04 04:25:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/04 04:25:07 DEBUG : Creating backend with remote "TestDrive:crypt/pvjiajrda6d4lvr433dfa3fsqa62v1gp5jbtrnsdafnh8361acvg" 2025/08/04 04:25:08 DEBUG : Creating backend with remote "/tmp/rclone2348085372" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sijosuk3baze'", Local "Local file system at /tmp/rclone2348085372", Modify Window "1ms" 2025/08/04 04:25:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 016c904ce9c9f32e55e0eefa51f761bb OK both checkfile vs. NFDx2 remote (without normalization) 2025/08/04 04:25:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/04 04:25:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-sijosuk3baze' 2025/08/04 04:25:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sijosuk3baze': 1 files missing 2025/08/04 04:25:10 NOTICE: 1 hashes missing 2025/08/04 04:25:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sijosuk3baze': 1 differences found 2025/08/04 04:25:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sijosuk3baze': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/08/04 04:25:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/04 04:25:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sijosuk3baze': 0 differences found 2025/08/04 04:25:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sijosuk3baze': 1 matching files 2025/08/04 04:25:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bomoyax3doqe" 2025/08/04 04:25:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/04 04:25:12 DEBUG : Creating backend with remote "TestDrive:crypt/j70e3ubi5v14rddm8cc3rndfd142jgt19qettria40je4gm9uqmg" 2025/08/04 04:25:13 DEBUG : Creating backend with remote "/tmp/rclone1803135660" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bomoyax3doqe'", Local "Local file system at /tmp/rclone1803135660", Modify Window "1ms" 2025/08/04 04:25:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5391c621f4fdbe45a1eba4a89d390e8a OK both checkfile vs. NFCx2 remote (without normalization) 2025/08/04 04:25:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/04 04:25:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bomoyax3doqe' 2025/08/04 04:25:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bomoyax3doqe': 1 files missing 2025/08/04 04:25:15 NOTICE: 1 hashes missing 2025/08/04 04:25:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bomoyax3doqe': 1 differences found 2025/08/04 04:25:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bomoyax3doqe': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/08/04 04:25:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/04 04:25:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bomoyax3doqe': 0 differences found 2025/08/04 04:25:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bomoyax3doqe': 1 matching files 2025/08/04 04:25:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bomoyax3doqe': Purge remote 2025/08/04 04:25:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sijosuk3baze': Purge remote 2025/08/04 04:25:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cekekes8kiza': Purge remote 2025/08/04 04:25:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wazezug0fiwa': Purge remote 2025/08/04 04:25:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gecikud5viqu': Purge remote 2025/08/04 04:25:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luwabuc5mijo': Purge remote 2025/08/04 04:25:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fujahis6quxa': Purge remote 2025/08/04 04:25:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ketadic5yihe': Purge remote 2025/08/04 04:25:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nohuvuz3seti': Purge remote 2025/08/04 04:25:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vexuwed9gupe': Purge remote --- PASS: TestApplyTransforms (52.82s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:25:21 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/04 04:25:23 DEBUG : sub/file2: md5 = 31dba88bb18469566eb1abeb9e75a263 OK 2025/08/04 04:25:23 INFO : file1: Copied (new) to: sub/file2 2025/08/04 04:25:24 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/04 04:25:24 DEBUG : file1: Unchanged skipping 2025/08/04 04:25:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': don't need to copy/move sub/file2, it is already at target location 2025/08/04 04:25:26 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.26s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.47s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:25:30 DEBUG : dst/file1: md5 = 4cdf11ffe6c193c4009c08a8641acea2 OK 2025/08/04 04:25:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duyirag0lesa/backup" 2025/08/04 04:25:31 DEBUG : Creating backend with remote "TestDrive:crypt/l46025usv0ta0uedh6ovcm0if3isjusrjqkc4b076s1fjoje6cdg/1nrff024r7pq65ecp72fc28jb0" 2025/08/04 04:25:32 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/04 04:25:34 INFO : dst/file1: Moved (server-side) 2025/08/04 04:25:36 DEBUG : dst/file1: md5 = 720b82216ad184125e7405240d4e6fc9 OK 2025/08/04 04:25:36 INFO : dst/file1: Copied (new) 2025/08/04 04:25:39 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/04 04:25:39 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/04 04:25:40 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.18s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:25:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duyirag0lesa/dst" 2025/08/04 04:25:41 DEBUG : Creating backend with remote "TestDrive:crypt/l46025usv0ta0uedh6ovcm0if3isjusrjqkc4b076s1fjoje6cdg/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/04 04:25:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duyirag0lesa/CompareDest" 2025/08/04 04:25:43 DEBUG : Creating backend with remote "TestDrive:crypt/l46025usv0ta0uedh6ovcm0if3isjusrjqkc4b076s1fjoje6cdg/gveqi14airsml4bgu7krj116o8" 2025/08/04 04:25:44 DEBUG : one: Need to transfer - File not found at Destination 2025/08/04 04:25:46 DEBUG : one: md5 = 3a36032e30165b69f591ec06b16b6d8b OK 2025/08/04 04:25:46 INFO : one: Copied (new) 2025/08/04 04:25:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/04 04:25:49 DEBUG : one: md5 = d573a7bd1d7c395b29da074e379a3704 OK 2025/08/04 04:25:49 INFO : one: Copied (replaced existing) 2025/08/04 04:25:51 DEBUG : dst/one: md5 = 0c34583296c9ef58e7116b47788c28e2 OK 2025/08/04 04:25:53 DEBUG : CompareDest/one: md5 = 9e62007949d2ef2c27cc31b9761cc5f1 OK 2025/08/04 04:25:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/04 04:25:55 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/04 04:25:55 DEBUG : one: Destination found in --compare-dest, skipping 2025/08/04 04:25:57 DEBUG : CompareDest/two: md5 = 91e61fb698a0d5e5c0be6e75112d8c70 OK 2025/08/04 04:25:57 DEBUG : two: Need to transfer - File not found at Destination 2025/08/04 04:25:58 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/04 04:25:58 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/04 04:25:58 DEBUG : two: Need to transfer - File not found at Destination 2025/08/04 04:25:59 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/04 04:25:59 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/04 04:26:00 DEBUG : two: Need to transfer - File not found at Destination 2025/08/04 04:26:00 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/08/04 04:26:01 DEBUG : two: md5 = f2ff3f97f64207af940df3cfd683d773 OK 2025/08/04 04:26:01 INFO : two: Copied (new) 2025/08/04 04:26:04 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/04 04:26:04 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:26:05 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:26:05 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (25.24s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:26:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duyirag0lesa/dst" 2025/08/04 04:26:06 DEBUG : Creating backend with remote "TestDrive:crypt/l46025usv0ta0uedh6ovcm0if3isjusrjqkc4b076s1fjoje6cdg/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/04 04:26:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duyirag0lesa/CopyDest" 2025/08/04 04:26:08 DEBUG : Creating backend with remote "TestDrive:crypt/l46025usv0ta0uedh6ovcm0if3isjusrjqkc4b076s1fjoje6cdg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/04 04:26:09 DEBUG : one: Need to transfer - File not found at Destination 2025/08/04 04:26:12 DEBUG : one: md5 = 5d02c4a796c4e1df0810b054b7971b79 OK 2025/08/04 04:26:12 INFO : one: Copied (new) 2025/08/04 04:26:13 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/04 04:26:15 DEBUG : one: md5 = 6f3059044080a48960d54f49aaece9cc OK 2025/08/04 04:26:15 INFO : one: Copied (replaced existing) 2025/08/04 04:26:17 DEBUG : dst/one: md5 = ad9174133825c17e4994eb4c2082bb2e OK 2025/08/04 04:26:19 DEBUG : CopyDest/one: md5 = f5fbbddb14a179ff8c2698d06e337372 OK 2025/08/04 04:26:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duyirag0lesa/BackupDir" 2025/08/04 04:26:20 DEBUG : Creating backend with remote "TestDrive:crypt/l46025usv0ta0uedh6ovcm0if3isjusrjqkc4b076s1fjoje6cdg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/04 04:26:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/04 04:26:21 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/04 04:26:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/04 04:26:23 INFO : one: Moved (server-side) 2025/08/04 04:26:24 INFO : one: Copied (server-side copy) 2025/08/04 04:26:24 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/08/04 04:26:26 DEBUG : CopyDest/two: md5 = c192274e451c6d6569467e8037da2379 OK 2025/08/04 04:26:27 DEBUG : two: Need to transfer - File not found at Destination 2025/08/04 04:26:27 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/04 04:26:29 INFO : two: Copied (server-side copy) 2025/08/04 04:26:29 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/08/04 04:26:29 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/04 04:26:29 DEBUG : two: Unchanged skipping 2025/08/04 04:26:31 DEBUG : CopyDest/three: md5 = 5a17aaa9054fbd55b232c8cca2fdc5d9 OK 2025/08/04 04:26:32 DEBUG : three: Need to transfer - File not found at Destination 2025/08/04 04:26:32 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/08/04 04:26:32 DEBUG : three: Destination not found in --copy-dest 2025/08/04 04:26:33 DEBUG : three: md5 = 21796ef8333fc76bde197ec0699f545c OK 2025/08/04 04:26:33 INFO : three: Copied (new) 2025/08/04 04:26:38 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/04 04:26:38 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/04 04:26:38 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:26:38 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/04 04:26:38 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/04 04:26:38 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:26:39 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.83s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.45s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:26:41 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/08/04 04:26:43 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 764246b1fa79479ffc923ecab044c9bd OK 2025/08/04 04:26:43 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/08/04 04:26:44 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/08/04 04:26:44 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/08/04 04:26:45 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/08/04 04:26:46 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/08/04 04:26:48 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 607c0e49bb8055e21a868588ec9b7e02 OK 2025/08/04 04:26:48 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/08/04 04:26:50 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/08/04 04:26:50 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.09s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", 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-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:26:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': Looking for duplicate names using skip mode. 2025/08/04 04:26:54 NOTICE: one: Found 2 files with duplicate names 2025/08/04 04:26:54 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.71s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:27:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': Looking for duplicate names using skip mode. 2025/08/04 04:27:00 NOTICE: one: Found 3 files with duplicate names 2025/08/04 04:27:00 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/08/04 04:27:01 INFO : one: Deleted 2025/08/04 04:27:01 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.28s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:27:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': Looking for duplicate names using first mode. 2025/08/04 04:27:08 NOTICE: one: Found 3 files with duplicate names 2025/08/04 04:27:08 INFO : one: Deleted 2025/08/04 04:27:09 INFO : one: Deleted 2025/08/04 04:27:09 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.66s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:27:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': Looking for duplicate names using newest mode. 2025/08/04 04:27:15 NOTICE: one: Found 3 files with duplicate names 2025/08/04 04:27:15 INFO : one: Deleted 2025/08/04 04:27:16 INFO : one: Deleted 2025/08/04 04:27:16 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.28s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.48s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:27:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': Looking for duplicate names using oldest mode. 2025/08/04 04:27:22 NOTICE: one: Found 3 files with duplicate names 2025/08/04 04:27:22 INFO : one: Deleted 2025/08/04 04:27:23 INFO : one: Deleted 2025/08/04 04:27:23 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.23s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:27:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': Looking for duplicate names using largest mode. 2025/08/04 04:27:28 NOTICE: one: Found 3 files with duplicate names 2025/08/04 04:27:28 INFO : one: Deleted 2025/08/04 04:27:29 INFO : one: Deleted 2025/08/04 04:27:29 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.10s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:27:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': Looking for duplicate names using smallest mode. 2025/08/04 04:27:34 NOTICE: one: Found 3 files with duplicate names 2025/08/04 04:27:35 INFO : one: Deleted 2025/08/04 04:27:35 INFO : one: Deleted 2025/08/04 04:27:35 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.18s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:27:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': Looking for duplicate names using rename mode. 2025/08/04 04:27:42 NOTICE: one.txt: Found 3 files with duplicate names 2025/08/04 04:27:43 INFO : one-2.txt: renamed from: one.txt 2025/08/04 04:27:44 INFO : one-3.txt: renamed from: one.txt 2025/08/04 04:27:46 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.19s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:27:50 DEBUG : dupe1/one.txt: md5 = d3c411609d5f0905ff15bbd6c5a6ac18 OK 2025/08/04 04:27:53 DEBUG : dupe2/two.txt: md5 = 6f2c5495bb6068768d4dca7007263cae OK 2025/08/04 04:27:55 DEBUG : dupe3/three.txt: md5 = 79d250d70ba4dbc95744f3e4cb93be9a OK 2025/08/04 04:27:55 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/08/04 04:27:56 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/08/04 04:27:56 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/08/04 04:27:57 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/08/04 04:28:00 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/08/04 04:28:00 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/08/04 04:28:00 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.62s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:28:02 DEBUG : a.txt: md5 = 5c31d6194dff9d201fd09956a6741e8f OK 2025/08/04 04:28:04 DEBUG : zend.txt: md5 = 8fc84cd1a33f4ef28c6aeafcef26b8f8 OK 2025/08/04 04:28:06 DEBUG : sub dir/hello world: md5 = 6f79677a5fe7da51b484f6df9b32c993 OK 2025/08/04 04:28:08 DEBUG : sub dir/hello world2: md5 = 2c865cd4f9ccc1fe26458872259b8212 OK 2025/08/04 04:28:10 DEBUG : sub dir/ignore dir/.ignore: md5 = 8c32c565ca81f09bfaabf68483520346 OK 2025/08/04 04:28:12 DEBUG : sub dir/ignore dir/should be ignored: md5 = d2667f83bf601587ae6c4c6a4f6b36bb OK 2025/08/04 04:28:14 DEBUG : sub dir/sub sub dir/hello world3: md5 = cc02918830ca81759ed75e1fcf706bc4 OK 2025/08/04 04:28:16 DEBUG : a.txt: Excluded (Size Filter) 2025/08/04 04:28:16 DEBUG : a.txt: Excluded 2025/08/04 04:28:17 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/04 04:28:17 DEBUG : sub dir/hello world2: Excluded 2025/08/04 04:28:17 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/04 04:28:17 DEBUG : sub dir/hello world: Excluded 2025/08/04 04:28:17 DEBUG : sub dir/ignore dir: Excluded 2025/08/04 04:28:17 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/04 04:28:17 DEBUG : sub dir/hello world2: Excluded 2025/08/04 04:28:17 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/04 04:28:17 DEBUG : sub dir/hello world: Excluded 2025/08/04 04:28:18 DEBUG : sub dir/ignore dir: Excluded 2025/08/04 04:28:22 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/04 04:28:23 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/04 04:28:23 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/04 04:28:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/04 04:28:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/04 04:28:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/08/04 04:28:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (23.55s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:28:26 DEBUG : a.txt: md5 = 320926f55239270392e0cfa2545113a1 OK 2025/08/04 04:28:27 DEBUG : zend.txt: md5 = be37f664e9087ee3b649f55b4121c194 OK 2025/08/04 04:28:30 DEBUG : sub dir/hello world: md5 = c30863c88f4cb19645ced8fc3b872984 OK 2025/08/04 04:28:31 DEBUG : sub dir/hello world2: md5 = 4db5a54a5a7ecddc199f14a8234c319e OK 2025/08/04 04:28:33 DEBUG : sub dir/ignore dir/.ignore: md5 = 91e8612c73fd263fd17d7800026fa5b0 OK 2025/08/04 04:28:35 DEBUG : sub dir/ignore dir/should be ignored: md5 = 2f0379cbd288bf5eb13bf76870e58e92 OK 2025/08/04 04:28:37 DEBUG : sub dir/sub sub dir/hello world3: md5 = 66225c2338e7fb61d23b23297a23b83d OK 2025/08/04 04:28:38 DEBUG : a.txt: Excluded (Size Filter) 2025/08/04 04:28:38 DEBUG : a.txt: Excluded 2025/08/04 04:28:38 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/04 04:28:38 DEBUG : sub dir/hello world2: Excluded 2025/08/04 04:28:38 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/04 04:28:38 DEBUG : sub dir/hello world: Excluded 2025/08/04 04:28:39 DEBUG : sub dir/ignore dir: Excluded 2025/08/04 04:28:39 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/04 04:28:39 DEBUG : sub dir/hello world2: Excluded 2025/08/04 04:28:39 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/04 04:28:39 DEBUG : sub dir/hello world: Excluded 2025/08/04 04:28:40 DEBUG : sub dir/ignore dir: Excluded 2025/08/04 04:28:44 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/04 04:28:45 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/04 04:28:45 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/04 04:28:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/04 04:28:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/04 04:28:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/08/04 04:28:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (21.84s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:28:48 DEBUG : file1: md5 = 7ead81e0ad439b4ff02c1a31e2118aac OK 2025/08/04 04:28:50 DEBUG : sub/file2: md5 = 4921907f886d60ea1a84e94690d0ca81 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/08/04 04:28:53 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/08/04 04:28:53 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/08/04 04:28:53 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/08/04 04:28:55 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.63s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.26s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.53s) --- PASS: TestListJSON/SubDir (0.26s) --- PASS: TestListJSON/NoModTime (0.23s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.28s) --- PASS: TestListJSON/Metadata (0.71s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:28:57 DEBUG : file1: md5 = 58dfd0350ee4bbcac6332bf41425c69b OK 2025/08/04 04:29:00 DEBUG : sub/file2: md5 = 92375a674fb243372e09bdbe3fc3e6a1 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/08/04 04:29:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duyirag0lesa/notfound" 2025/08/04 04:29:04 DEBUG : Creating backend with remote "TestDrive:crypt/l46025usv0ta0uedh6ovcm0if3isjusrjqkc4b076s1fjoje6cdg/qe0i31qdkoejk60elps0ni5sqk" 2025/08/04 04:29:07 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.61s) --- PASS: TestStatJSON/Root (0.23s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.45s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.41s) --- PASS: TestStatJSON/DirFilesOnly (0.26s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.21s) --- PASS: TestStatJSON/DirDirsOnly (0.27s) --- PASS: TestStatJSON/FileDirsOnly (0.23s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.73s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:29:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': Making directory 2025/08/04 04:29:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': Making directory --- PASS: TestMkdir (0.66s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:29:10 DEBUG : sub dir/hello world: md5 = d74f4b0f1ac62c9bc66ec4de13f0ebbe OK 2025/08/04 04:29:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.74s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:29:14 DEBUG : potato2: md5 = ed316ed849088cf7c1f565ba53c9a78f OK 2025/08/04 04:29:16 DEBUG : empty space: md5 = b4920b4ac6945becd571d7bb27be5d22 OK --- PASS: TestLs (4.58s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:29:19 DEBUG : potato2: md5 = 94f09bd60d1d3a323556c172b0783b53 OK 2025/08/04 04:29:20 DEBUG : empty space: md5 = 1ade21c2f8c13cab53625e8cebbc4caa OK 2025/08/04 04:29:21 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.90s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:29:24 DEBUG : potato2: md5 = f86e21027e37ab9ae266ce4c9c18bac8 OK 2025/08/04 04:29:25 DEBUG : empty space: md5 = ceacd6b1702f30280b50760af5119629 OK --- PASS: TestLsLong (4.57s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:29:28 DEBUG : potato2: md5 = 2d08bf4d894f93296ed0b3daa718543f OK 2025/08/04 04:29:30 DEBUG : empty space: md5 = d4a789d90a101dc7bee30f9e9cf438f5 OK --- PASS: TestHashSums (4.34s) === RUN TestHashSumsWithErrors 2025/08/04 04:29:31 DEBUG : Creating backend with remote ":memory:" 2025/08/04 04:29:31 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/08/04 04:29:31 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/04 04:29:31 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/04 04:29:31 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/04 04:29:31 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/04 04:29:31 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/04 04:29:31 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/04 04:29:31 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/08/04 04:29:31 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-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:29:33 DEBUG : potato2: md5 = 511943f18a9bb7058704deaebbca657d OK 2025/08/04 04:29:34 DEBUG : empty space: md5 = e6a9b784cda1f2f1ca7049f8c147b6cd OK 2025/08/04 04:29:36 DEBUG : sub dir/potato3: md5 = e9a43ff81ccc8d248683589323e3efa0 OK 2025/08/04 04:29:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.55s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:29:41 DEBUG : small: md5 = b4fe34e22cf0009c7e8f6b863a3265a0 OK 2025/08/04 04:29:43 DEBUG : medium: md5 = ce56e163f67918c0c6a3cd6a070bbbc0 OK 2025/08/04 04:29:44 DEBUG : large: md5 = b9cb2adbd846b0dfb087dc47571bfdc4 OK 2025/08/04 04:29:44 DEBUG : Waiting for deletions to finish 2025/08/04 04:29:45 DEBUG : large: Excluded (Size Filter) 2025/08/04 04:29:45 INFO : medium: Deleted 2025/08/04 04:29:45 INFO : small: Deleted --- PASS: TestDelete (6.31s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:29:48 DEBUG : small: md5 = 40e9c952bd0e4aca1d0e893da4d7dd56 OK 2025/08/04 04:29:49 DEBUG : medium: md5 = 0f045237aa95af0d1e824b497cb3173c OK 2025/08/04 04:29:50 DEBUG : large: md5 = 67b6ac631b7d864e327d1167f9e74111 OK 2025/08/04 04:29:51 DEBUG : Waiting for deletions to finish 2025/08/04 04:29:51 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/08/04 04:29:51 INFO : medium: Deleted 2025/08/04 04:29:51 INFO : small: Deleted --- PASS: TestMaxDelete (6.69s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:29:54 DEBUG : small: md5 = 294a173cf147f50e57d232708a0c40cb OK 2025/08/04 04:29:56 DEBUG : medium: md5 = 383faf12169bc84d46c34c5708eb9ae3 OK 2025/08/04 04:29:57 DEBUG : large: md5 = 0a009a69a9898091f513654f1c63501a OK 2025/08/04 04:29:57 DEBUG : Waiting for deletions to finish 2025/08/04 04:29:57 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/04 04:29:58 INFO : medium: Deleted 2025/08/04 04:29:58 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.36s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:30:02 DEBUG : small: md5 = 1550713fac8c200cf1532424eeeb76da OK 2025/08/04 04:30:03 DEBUG : medium: md5 = 53689c5d095a7bf123aa9ea716131a49 OK 2025/08/04 04:30:05 DEBUG : large: md5 = e9b12eb00a59beab7af107db2c6c83d8 OK 2025/08/04 04:30:05 DEBUG : Waiting for deletions to finish 2025/08/04 04:30:05 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/04 04:30:06 INFO : small: Deleted 2025/08/04 04:30:06 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (7.16s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:30:09 DEBUG : ReadFile: md5 = f89a6ded4dc81c9aa88af9b148ae803d OK --- PASS: TestReadFile (4.53s) === RUN TestRetry 2025/08/04 04:30:12 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/08/04 04:30:12 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/08/04 04:30:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/04 04:30:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/04 04:30:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/04 04:30:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/04 04:30:12 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-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:30:14 DEBUG : file1: md5 = 66798753a93752eb10269d7c84bebfa7 OK 2025/08/04 04:30:15 DEBUG : file2: md5 = 2155dcb3210fc87857ca0314434b74e3 OK --- PASS: TestCat (16.64s) === RUN TestPurge 2025/08/04 04:30:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jegefah3cihi" 2025/08/04 04:30:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/04 04:30:29 DEBUG : Creating backend with remote "TestDrive:crypt/j7rkevu26te9lh8cqdut7ol71u3a52gpgddpv2gl0u38es952urg" 2025/08/04 04:30:30 DEBUG : Creating backend with remote "/tmp/rclone2511658204" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jegefah3cihi'", Local "Local file system at /tmp/rclone2511658204", Modify Window "1ms" 2025/08/04 04:30:34 DEBUG : A1/B1/C1/one: md5 = 35c0eb28f85773719348ba8ad1f6a4da OK 2025/08/04 04:30:34 INFO : A2: Making directory 2025/08/04 04:30:35 INFO : A1/B2: Making directory 2025/08/04 04:30:36 INFO : A1/B2/C2: Making directory 2025/08/04 04:30:36 INFO : A1/B1/C3: Making directory 2025/08/04 04:30:37 INFO : A3: Making directory 2025/08/04 04:30:38 INFO : A3/B3: Making directory 2025/08/04 04:30:39 INFO : A3/B3/C4: Making directory 2025/08/04 04:30:41 DEBUG : A1/two: md5 = 03393cf554189c1f1af9e81838da582d OK 2025/08/04 04:30:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jegefah3cihi': Purge remote 2025/08/04 04:30:44 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.68s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:30:48 DEBUG : A1/B1/C1/one: md5 = 8ac9f624882a54ad92d57384f32fc946 OK 2025/08/04 04:30:48 INFO : A2: Making directory 2025/08/04 04:30:49 INFO : A1/B2: Making directory 2025/08/04 04:30:49 INFO : A1/B2/C2: Making directory 2025/08/04 04:30:50 INFO : A1/B1/C3: Making directory 2025/08/04 04:30:51 INFO : A3: Making directory 2025/08/04 04:30:52 INFO : A3/B3: Making directory 2025/08/04 04:30:53 INFO : A3/B3/C4: Making directory 2025/08/04 04:30:55 DEBUG : A1/two: md5 = 7d55d68fac99cd1445c32ef2def82cc5 OK 2025/08/04 04:30:56 DEBUG : removing 1 level 3 directories 2025/08/04 04:30:56 INFO : A3/B3/C4: Removing directory 2025/08/04 04:30:59 DEBUG : removing 2 level 3 directories 2025/08/04 04:30:59 INFO : A1/B2/C2: Removing directory 2025/08/04 04:30:59 INFO : A1/B1/C3: Removing directory 2025/08/04 04:30:59 DEBUG : removing 2 level 2 directories 2025/08/04 04:30:59 INFO : A3/B3: Removing directory 2025/08/04 04:30:59 INFO : A1/B2: Removing directory 2025/08/04 04:31:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/04 04:31:00 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/08/04 04:31:00 DEBUG : removing 2 level 1 directories 2025/08/04 04:31:00 INFO : A2: Removing directory 2025/08/04 04:31:00 INFO : A3: Removing directory 2025/08/04 04:31:00 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/08/04 04:31:04 DEBUG : removing 1 level 3 directories 2025/08/04 04:31:04 INFO : A1/B1/C1: Removing directory 2025/08/04 04:31:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:05 DEBUG : removing 1 level 2 directories 2025/08/04 04:31:05 INFO : A1/B1: Removing directory 2025/08/04 04:31:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/04 04:31:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/04 04:31:05 DEBUG : removing 1 level 1 directories 2025/08/04 04:31:05 INFO : A1: Removing directory 2025/08/04 04:31:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/04 04:31:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/04 04:31:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/04 04:31:06 DEBUG : removing 1 level 0 directories 2025/08/04 04:31:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': Removing directory 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/04 04:31:07 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (23.40s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:31:08 INFO : A1: Making directory 2025/08/04 04:31:09 INFO : A1/B1: Making directory 2025/08/04 04:31:10 INFO : A1/B1/C1: Making directory 2025/08/04 04:31:13 DEBUG : removing 1 level 3 directories 2025/08/04 04:31:13 INFO : A1/B1/C1: Removing directory 2025/08/04 04:31:13 DEBUG : removing 1 level 2 directories 2025/08/04 04:31:13 INFO : A1/B1: Removing directory 2025/08/04 04:31:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/04 04:31:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.10s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:31:16 INFO : A1: Making directory 2025/08/04 04:31:17 INFO : A1/B1: Making directory 2025/08/04 04:31:17 INFO : A1/B1/C1: Making directory 2025/08/04 04:31:20 DEBUG : removing 1 level 3 directories 2025/08/04 04:31:20 INFO : A1/B1/C1: Removing directory 2025/08/04 04:31:21 DEBUG : removing 1 level 2 directories 2025/08/04 04:31:21 INFO : A1/B1: Removing directory 2025/08/04 04:31:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/04 04:31:23 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.50s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:31:25 DEBUG : file1: md5 = 7861197fdf9999a41f63333cb5e5514a OK 2025/08/04 04:31:25 DEBUG : filename.txt: File name found in url 2025/08/04 04:31:35 DEBUG : filename.txt: md5 = 1ebedfce28448faa1a40014d4b9e2302 OK 2025/08/04 04:31:35 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/08/04 04:31:36 DEBUG : headerfilename.txt: md5 = c746ffaa79de346b7a3f241b646f1401 OK 2025/08/04 04:31:37 DEBUG : file2: md5 = 796ed83f2df3d260356986a8b9a3b5e1 OK --- PASS: TestCopyURL (16.48s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:31:40 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/04 04:31:42 DEBUG : sub/file2: md5 = 2ccecd1b8a8b462a48c3f6f8bb9ffc07 OK 2025/08/04 04:31:42 INFO : file1: Copied (new) to: sub/file2 2025/08/04 04:31:42 INFO : file1: Deleted 2025/08/04 04:31:43 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/04 04:31:43 DEBUG : file1: Unchanged skipping 2025/08/04 04:31:43 INFO : file1: Deleted 2025/08/04 04:31:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': don't need to copy/move sub/file2, it is already at target location 2025/08/04 04:31:45 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.85s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:31:46 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/04 04:31:47 DEBUG : file1: md5 = 4b138eaafcacc50b7490ac769c771d8f OK 2025/08/04 04:31:47 INFO : file1: Copied (new) 2025/08/04 04:31:47 INFO : file1: Deleted 2025/08/04 04:31:48 DEBUG : file1: Destination exists, skipping 2025/08/04 04:31:48 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.09s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.45s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.47s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:31:52 DEBUG : dst/file1: md5 = a7dd6392f0e1e630c5e4f20ca289f825 OK 2025/08/04 04:31:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duyirag0lesa/backup" 2025/08/04 04:31:53 DEBUG : Creating backend with remote "TestDrive:crypt/l46025usv0ta0uedh6ovcm0if3isjusrjqkc4b076s1fjoje6cdg/1nrff024r7pq65ecp72fc28jb0" 2025/08/04 04:31:54 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/04 04:31:57 INFO : dst/file1: Moved (server-side) 2025/08/04 04:31:58 DEBUG : dst/file1: md5 = 4681fbb7d80d7471929ad4cdb2aad277 OK 2025/08/04 04:31:58 INFO : dst/file1: Copied (new) 2025/08/04 04:31:58 INFO : dst/file1: Deleted 2025/08/04 04:32:00 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/04 04:32:01 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/04 04:32:02 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.88s) === 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-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:32:05 DEBUG : A1/one: md5 = 4597052f067baedf24ea0a2e4799fefb OK 2025/08/04 04:32:06 DEBUG : A1/two: md5 = 7dada29746389d0d2555207bff052ee7 OK 2025/08/04 04:32:08 DEBUG : A1/B1/three: md5 = 17e38ceec764f8c30a8a21fe332e0027 OK 2025/08/04 04:32:10 DEBUG : A1/B1/C1/four: md5 = 4a1c2433b7b48928af78a6ff8af2f583 OK 2025/08/04 04:32:13 DEBUG : A1/B1/C2/five: md5 = 032272e155461f1125355226844dd83a OK 2025/08/04 04:32:13 INFO : A1/B2: Making directory 2025/08/04 04:32:13 INFO : A1/B1/C3: Making directory 2025/08/04 04:32:23 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/08/04 04:32:23 INFO : A2/one: Moved (server-side) to: A3/one 2025/08/04 04:32:23 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/08/04 04:32:23 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/08/04 04:32:23 INFO : A2/two: Moved (server-side) to: A3/two 2025/08/04 04:32:26 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/04 04:32:26 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/04 04:32:26 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/04 04:32:27 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/04 04:32:27 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/04 04:32:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/08/04 04:32:34 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/08/04 04:32:34 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/08/04 04:32:34 INFO : A3/one: Moved (server-side) to: A4/one 2025/08/04 04:32:34 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/08/04 04:32:35 INFO : A3/two: Moved (server-side) to: A4/two 2025/08/04 04:32:37 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/04 04:32:37 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/04 04:32:37 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/04 04:32:38 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/04 04:32:38 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/04 04:32:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/08/04 04:32:45 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/08/04 04:32:46 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/04 04:32:46 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/04 04:32:46 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/04 04:32:46 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/04 04:32:46 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/04 04:32:46 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/04 04:32:46 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/04 04:32:46 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.54s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" --- PASS: TestGetFsInfo (0.44s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:32:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': File to upload is small (34 bytes), uploading instead of streaming 2025/08/04 04:32:49 DEBUG : no_checksum_small_file_from_pipe: md5 = b635c3da28b4819c833f3d45af6857e4 OK 2025/08/04 04:32:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/08/04 04:32:49 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/04 04:32:50 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/08/04 04:32:51 DEBUG : no_checksum_big_file_from_pipe: md5 = b4455e14919670986636eee4e11cd626 OK 2025/08/04 04:32:51 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-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:32:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': File to upload is small (34 bytes), uploading instead of streaming 2025/08/04 04:32:54 DEBUG : with_checksum_small_file_from_pipe: md5 = 1175925f8737ba50cdfbfe816a463144 OK 2025/08/04 04:32:54 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/04 04:32:55 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/08/04 04:32:56 DEBUG : with_checksum_big_file_from_pipe: md5 = d2c3cb360526954d27bde60bbb76dc18 OK 2025/08/04 04:32:56 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-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:32:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': File to upload is small (34 bytes), uploading instead of streaming 2025/08/04 04:32:59 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/04 04:33:00 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/04 04:33:01 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-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:33:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': File to upload is small (34 bytes), uploading instead of streaming 2025/08/04 04:33:06 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/04 04:33:06 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/04 04:33:07 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (21.15s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.12s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.11s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.04s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.88s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/08/04 04:33:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': File to upload is small (48 bytes), uploading instead of streaming 2025/08/04 04:33:10 DEBUG : rcat_metadata: md5 = 97f71d79b5388291d81b37f424a431eb OK 2025/08/04 04:33:10 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/08/04 04:33:12 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/08/04 04:33:13 DEBUG : rcat_metadata_uploadcutoff0: md5 = 1eb9faaf25770c640c53ac424b2fda59 OK 2025/08/04 04:33:13 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.96s) --- PASS: TestRcatMetadata/Normal (2.57s) --- PASS: TestRcatMetadata/ViaDisk (2.96s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:33:16 DEBUG : potato1: md5 = 9422f5e3422dd3378f8463c87014f342 OK 2025/08/04 04:33:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': File to upload is small (60 bytes), uploading instead of streaming 2025/08/04 04:33:18 DEBUG : potato2: md5 = c91814599b8bae3441b76038df80b761 OK 2025/08/04 04:33:18 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.67s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:33:21 DEBUG : potato1: md5 = 2a7061c71b8823c58512539a266073ed OK 2025/08/04 04:33:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': File to upload is small (60 bytes), uploading instead of streaming 2025/08/04 04:33:22 DEBUG : potato2: md5 = be1460026128ad5fbafd46c1c4652886 OK 2025/08/04 04:33:22 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.31s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:33:26 DEBUG : potato2: md5 = 9f44336aa0a532cd2e19ff46a8ae8810 OK 2025/08/04 04:33:27 DEBUG : empty space: md5 = adf54621d275d6afb4d3721d38800d71 OK 2025/08/04 04:33:30 DEBUG : sub dir/potato3: md5 = 743418cb8fbe9c33e759a1f15c185c65 OK 2025/08/04 04:33:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': Touching "sub dir/potato3" 2025/08/04 04:33:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': Touching "potato2" 2025/08/04 04:33:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': Touching "empty space" 2025/08/04 04:33:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.19s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:33:35 DEBUG : dir with metadata: Making directory with metadata 2025/08/04 04:33:36 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.63s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:33:37 DEBUG : directory with modtime: Making directory with metadata 2025/08/04 04:33:38 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.34s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:33:40 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/04 04:33:40 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/04 04:33:40 DEBUG : Google drive root 'crypt/l46025usv0ta0uedh6ovcm0if3isjusrjqkc4b076s1fjoje6cdg': Skipping btime metadata as can't update it on an existing file: 2025-08-04T04:33:40.288211324Z 2025/08/04 04:33:41 INFO : non existent directory: Updated directory metadata 2025/08/04 04:33:42 DEBUG : Google drive root 'crypt/l46025usv0ta0uedh6ovcm0if3isjusrjqkc4b076s1fjoje6cdg': Skipping btime metadata as can't update it on an existing file: 2025-08-04T04:33:40.288211324Z 2025/08/04 04:33:43 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.62s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:33:44 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/08/04 04:33:46 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/08/04 04:33:47 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.97s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:33:48 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/04 04:33:48 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/04 04:33:48 DEBUG : dst: Making directory with metadata 2025/08/04 04:33:49 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/04 04:33:49 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/04 04:33:50 INFO : dst: Set directory modification time (using SetModTime) 2025/08/04 04:33:50 INFO : dst: Set directory modification time (using SetModTime) 2025/08/04 04:33:50 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/08/04 04:33:50 INFO : dst: Set directory modification time (using SetModTime) 2025/08/04 04:33:50 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.67s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa'", Local "Local file system at /tmp/rclone2990961581", Modify Window "1ms" 2025/08/04 04:33:54 DEBUG : sub dir/test remove existing: md5 = 13c791f05e5bb619f1dad7d43de1d15b OK 2025/08/04 04:33:56 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 344b30d174117d7ad37abbb1d06b97e3 OK 2025/08/04 04:33:58 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.fesiseh7" before starting 2025/08/04 04:33:59 DEBUG : sub dir/test remove existing.fesiseh7: TEST: removing renamed existing file after operation 2025/08/04 04:34:00 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.lomades1" before starting 2025/08/04 04:34:01 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.lomades1: TEST: renaming existing back after failed operation 2025/08/04 04:34:02 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fixixaw7" before starting 2025/08/04 04:34:03 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fixixaw7: TEST: removing renamed existing file after operation 2025/08/04 04:34:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "4ln1nb56f7g0qtp32did3670hgqmt6trae3o41cii7918e6rb1031ktl338e7fp0kodr9b9gr9q3cloj5pj6ju6umem2kvj04u1sfgpsbgg982m1vq599ama5srit462hkvjqdsrs4cneem6d7e40u9cb6mbqr7cpa5s5isb37ohgu6u9gi0" 2025/08/04 04:34:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u8u2shhneqtt9cvq373bp41one5fse4f2ln8asq35un77reo5g10" --- PASS: TestRemoveExisting (13.39s) === 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/08/04 04:34:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duyirag0lesa': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 11m9.791376315s (try 1/5)