"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/07/16 01:51:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-govajaf1wome" 2025/07/16 01:51:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:51:40 DEBUG : Creating backend with remote "TestDrive:crypt/iqautbpet1avquedsd19tnq4u4ldric569g0qtnaep1q34u9l34g" 2025/07/16 01:51:41 DEBUG : Creating backend with remote "/tmp/rclone2139200919" === 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-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", 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-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/07/16 01:51:42 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/16 01:51:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/16 01:51:42 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/07/16 01:51:42 DEBUG : potato: Seek from 10 to 0 2025/07/16 01:51:42 DEBUG : potato: Seek from 10 to 0 2025/07/16 01:51:42 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/07/16 01:51:42 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/16 01:51:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/16 01:51:42 DEBUG : potato: Seek from 5 to 2 2025/07/16 01:51:42 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/07/16 01:51:42 DEBUG : potato: Seek from 7 to 0 2025/07/16 01:51:42 DEBUG : potato: Seek from 7 to 0 2025/07/16 01:51:42 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/07/16 01:51:42 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/16 01:51:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/16 01:51:42 DEBUG : potato: Seek from 5 to 2 2025/07/16 01:51:42 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/07/16 01:51:42 DEBUG : potato: Seek from 8 to 0 2025/07/16 01:51:42 DEBUG : potato: Seek from 8 to 0 2025/07/16 01:51:42 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/07/16 01:51:42 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/16 01:51:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/16 01:51:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/16 01:51:42 DEBUG : potato: Seek from 5 to 2 2025/07/16 01:51:42 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/07/16 01:51:42 DEBUG : potato: Seek from 9 to 0 2025/07/16 01:51:42 DEBUG : potato: Seek from 9 to 0 2025/07/16 01:51:42 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-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:51:44 DEBUG : rutabaga: md5 = b65ca61cd43f8eb82d46391a5eeb61d3 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/07/16 01:51:46 DEBUG : empty space: md5 = 5017de81321e66b905e83c3df2e056a1 OK === RUN TestCheck/3 2025/07/16 01:51:48 DEBUG : potato2: md5 = 3b798bcc699131f6de57c9fc75449038 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/07/16 01:51:50 DEBUG : remotepotato: md5 = 3f72f96c1daecf80645fedc0062c15f7 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (10.98s) --- PASS: TestCheck/1 (0.23s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.24s) --- PASS: TestCheck/4 (0.24s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.22s) === RUN TestCheckFsError 2025/07/16 01:51:53 DEBUG : Creating backend with remote "nonexistent" 2025/07/16 01:51:53 DEBUG : Creating backend with remote "nonexistent" 2025/07/16 01:51:53 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/07/16 01:51:53 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/07/16 01:51:53 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/07/16 01:51:53 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-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:51:54 DEBUG : rutabaga: md5 = 2ef6ee59a9e52b11b19bcdac5bcfcad0 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/07/16 01:51:58 DEBUG : empty space: md5 = 9ce938b27477aa169b916f8c528cf96d OK === RUN TestCheckDownload/3 2025/07/16 01:52:01 DEBUG : potato2: md5 = 29807ea3fe1aa83d6dda7e3c0be86695 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/07/16 01:52:05 DEBUG : remotepotato: md5 = 1cfd0e2a10e452b20557af65592e63c9 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.74s) --- PASS: TestCheckDownload/1 (1.11s) --- PASS: TestCheckDownload/2 (0.96s) --- PASS: TestCheckDownload/3 (1.37s) --- PASS: TestCheckDownload/4 (1.13s) --- PASS: TestCheckDownload/5 (0.98s) --- PASS: TestCheckDownload/6 (1.09s) --- PASS: TestCheckDownload/7 (1.08s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:52:11 DEBUG : rutabaga: md5 = 0d8414842db1b59f1c7d837c8c22e233 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/07/16 01:52:13 DEBUG : empty space: md5 = a2116b0d9dfa0f0f63bd17946e23cf9c OK === RUN TestCheckSizeOnly/3 2025/07/16 01:52:15 DEBUG : potato2: md5 = 5d1f0cf8714d2696da8d9a7e3b9d10c7 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/07/16 01:52:17 DEBUG : remotepotato: md5 = b538d13061ad12a326b8e1c06e230709 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.34s) --- PASS: TestCheckSizeOnly/1 (0.26s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.65s) --- PASS: TestCheckSizeOnly/4 (0.23s) --- PASS: TestCheckSizeOnly/5 (0.23s) --- PASS: TestCheckSizeOnly/6 (0.28s) --- PASS: TestCheckSizeOnly/7 (0.23s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:52:22 DEBUG : test.sum: md5 = 8cc84b5b866dde25bea4d961130e30c0 OK 2025/07/16 01:52:24 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/16 01:52:24 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/16 01:52:24 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/16 01:52:24 NOTICE: test.sum: 2 warning(s) suppressed... 2025/07/16 01:52:25 DEBUG : test.sum: md5 = 106c556ba21a289b58847d05583b602b OK 2025/07/16 01:52:26 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/16 01:52:26 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/16 01:52:26 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/16 01:52:26 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.94s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:52:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-govajaf1wome/data" 2025/07/16 01:52:28 DEBUG : Creating backend with remote "TestDrive:crypt/iqautbpet1avquedsd19tnq4u4ldric569g0qtnaep1q34u9l34g/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome/data' lacks md5, skipping --- SKIP: TestCheckSum (2.21s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:52:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-govajaf1wome/data" 2025/07/16 01:52:30 DEBUG : Creating backend with remote "TestDrive:crypt/iqautbpet1avquedsd19tnq4u4ldric569g0qtnaep1q34u9l34g/vjrnln8ratgmqakfosrqe8espk" 2025/07/16 01:52:34 DEBUG : data/banana: md5 = ee3fb068b798b45be13e414875f2672c OK 2025/07/16 01:52:35 DEBUG : test.sum: md5 = 603e3b6bb04edab43d9fbda04068d08a OK === RUN TestCheckSumDownload/subtest1 2025/07/16 01:52:40 DEBUG : data/potato: md5 = 57c4143b3ba4848ad8faa3b3286891bd OK 2025/07/16 01:52:41 DEBUG : test.sum: md5 = 2e0e7c2fa8d8cafd23e1c6769e506f1a OK === RUN TestCheckSumDownload/subtest2 2025/07/16 01:52:45 DEBUG : test.sum: md5 = 9068b855ebd62d292bbffc954271e5df OK === RUN TestCheckSumDownload/subtest3 2025/07/16 01:52:49 DEBUG : test.sum: md5 = 3b681697410056df33fa8ff8c7baa086 OK === RUN TestCheckSumDownload/subtest4 2025/07/16 01:52:53 DEBUG : test.sum: md5 = 73d3b860aa1b19a3a0ccea1cfc75b19b OK === RUN TestCheckSumDownload/subtest5 2025/07/16 01:52:58 DEBUG : test.sum: md5 = 55cc9f2a50f518d0d642c18a11f8461d OK === RUN TestCheckSumDownload/subtest6 2025/07/16 01:53:02 DEBUG : data/banana: md5 = e08c57cb3411f9286e1818631563a146 OK 2025/07/16 01:53:03 DEBUG : data/potato: md5 = 805c9ebbc3e60c2283734115ae4a139e OK 2025/07/16 01:53:04 DEBUG : test.sum: md5 = c097081f79f0e6d61cec517b747c9249 OK === RUN TestCheckSumDownload/subtest7 2025/07/16 01:53:10 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/07/16 01:53:10 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (40.04s) --- PASS: TestCheckSumDownload/subtest1 (2.47s) --- PASS: TestCheckSumDownload/subtest2 (2.02s) --- PASS: TestCheckSumDownload/subtest3 (2.43s) --- PASS: TestCheckSumDownload/subtest4 (2.09s) --- PASS: TestCheckSumDownload/subtest5 (2.46s) --- PASS: TestCheckSumDownload/subtest6 (2.12s) --- PASS: TestCheckSumDownload/subtest7 (2.69s) === RUN TestApplyTransforms 2025/07/16 01:53:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vorokuv5nixe" 2025/07/16 01:53:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:53:10 DEBUG : Creating backend with remote "TestDrive:crypt/h3smbp2lm17946gjbkjnh6jk1sosc7nefcfsmfoj01930t9ohq1g" 2025/07/16 01:53:11 DEBUG : Creating backend with remote "/tmp/rclone385662487" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vorokuv5nixe'", Local "Local file system at /tmp/rclone385662487", Modify Window "1ms" 2025/07/16 01:53:13 DEBUG : hello, world!: md5 = e9b5ab8bde5c61f32763cdfb98fb722d OK upper checkfile vs. lower remote (without normalization) 2025/07/16 01:53:14 ERROR : hello, world!: sum not found 2025/07/16 01:53:14 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-vorokuv5nixe' 2025/07/16 01:53:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vorokuv5nixe': 1 files missing 2025/07/16 01:53:14 NOTICE: 1 hashes missing 2025/07/16 01:53:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vorokuv5nixe': 1 differences found 2025/07/16 01:53:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vorokuv5nixe': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/07/16 01:53:15 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/16 01:53:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vorokuv5nixe': 0 differences found 2025/07/16 01:53:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vorokuv5nixe': 1 matching files 2025/07/16 01:53:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yijimum1cape" 2025/07/16 01:53:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:53:15 DEBUG : Creating backend with remote "TestDrive:crypt/ubelsae46cruoprcq9h66rob6mfrm4mhmd4jjuv0m6ov8sf3ikd0" 2025/07/16 01:53:16 DEBUG : Creating backend with remote "/tmp/rclone4197420660" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yijimum1cape'", Local "Local file system at /tmp/rclone4197420660", Modify Window "1ms" 2025/07/16 01:53:18 DEBUG : HELLO, WORLD!: md5 = 072f95f3a7e6513e66e1065925fcf27a OK lower checkfile vs. upper remote (without normalization) 2025/07/16 01:53:19 ERROR : HELLO, WORLD!: sum not found 2025/07/16 01:53:19 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yijimum1cape' 2025/07/16 01:53:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yijimum1cape': 1 files missing 2025/07/16 01:53:19 NOTICE: 1 hashes missing 2025/07/16 01:53:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yijimum1cape': 1 differences found 2025/07/16 01:53:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yijimum1cape': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/07/16 01:53:20 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/16 01:53:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yijimum1cape': 0 differences found 2025/07/16 01:53:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yijimum1cape': 1 matching files 2025/07/16 01:53:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xonedac5pewa" 2025/07/16 01:53:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:53:20 DEBUG : Creating backend with remote "TestDrive:crypt/5b3sj57rq5uabdfg87gh89g2l79felamk44dk162p3tdg48lh0cg" 2025/07/16 01:53:21 DEBUG : Creating backend with remote "/tmp/rclone2182272043" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xonedac5pewa'", Local "Local file system at /tmp/rclone2182272043", Modify Window "1ms" 2025/07/16 01:53:23 DEBUG : HeLlO, wOrLd!: md5 = 54bab32a3f9264c1c71eea08c31fba38 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/07/16 01:53:23 ERROR : HeLlO, wOrLd!: sum not found 2025/07/16 01:53:23 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xonedac5pewa' 2025/07/16 01:53:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xonedac5pewa': 1 files missing 2025/07/16 01:53:23 NOTICE: 1 hashes missing 2025/07/16 01:53:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xonedac5pewa': 1 differences found 2025/07/16 01:53:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xonedac5pewa': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/07/16 01:53:24 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/16 01:53:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xonedac5pewa': 0 differences found 2025/07/16 01:53:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xonedac5pewa': 1 matching files 2025/07/16 01:53:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-keponot8luha" 2025/07/16 01:53:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:53:24 DEBUG : Creating backend with remote "TestDrive:crypt/h6uq4rohohq5c9rcn0seupff1n5htdd0g35dbp0dc3rs3qflup60" 2025/07/16 01:53:25 DEBUG : Creating backend with remote "/tmp/rclone1965553519" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keponot8luha'", Local "Local file system at /tmp/rclone1965553519", Modify Window "1ms" 2025/07/16 01:53:27 DEBUG : HELLO, WORLD!: md5 = d4b78fb9d7656747152c4f8686fb57a2 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/07/16 01:53:28 ERROR : HELLO, WORLD!: sum not found 2025/07/16 01:53:28 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-keponot8luha' 2025/07/16 01:53:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keponot8luha': 1 files missing 2025/07/16 01:53:28 NOTICE: 1 hashes missing 2025/07/16 01:53:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keponot8luha': 1 differences found 2025/07/16 01:53:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keponot8luha': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/07/16 01:53:29 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/16 01:53:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keponot8luha': 0 differences found 2025/07/16 01:53:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keponot8luha': 1 matching files 2025/07/16 01:53:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xusurum1zinu" 2025/07/16 01:53:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:53:29 DEBUG : Creating backend with remote "TestDrive:crypt/i9pdn46eonqf738omlu6hth7pl9ctg3keieegrkjsocivvenkpj0" 2025/07/16 01:53:30 DEBUG : Creating backend with remote "/tmp/rclone2326230014" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xusurum1zinu'", Local "Local file system at /tmp/rclone2326230014", Modify Window "1ms" 2025/07/16 01:53:32 DEBUG : 測試_Русский___ě_áñ: md5 = 7aabe913c479887227f20c348089d1e8 OK NFD checkfile vs. NFC remote (without normalization) 2025/07/16 01:53:32 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/16 01:53:32 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xusurum1zinu' 2025/07/16 01:53:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xusurum1zinu': 1 files missing 2025/07/16 01:53:32 NOTICE: 1 hashes missing 2025/07/16 01:53:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xusurum1zinu': 1 differences found 2025/07/16 01:53:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xusurum1zinu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/07/16 01:53:33 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/16 01:53:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xusurum1zinu': 0 differences found 2025/07/16 01:53:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xusurum1zinu': 1 matching files 2025/07/16 01:53:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-docuvar9hoxe" 2025/07/16 01:53:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:53:34 DEBUG : Creating backend with remote "TestDrive:crypt/06kfo2upr80mtilb9qon0tlbnhk2prtc02lpd7i0nf17d8mjvb60" 2025/07/16 01:53:35 DEBUG : Creating backend with remote "/tmp/rclone3250217165" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-docuvar9hoxe'", Local "Local file system at /tmp/rclone3250217165", Modify Window "1ms" 2025/07/16 01:53:36 DEBUG : 測試_Русский___ě_áñ: md5 = 9b3e2bfa17ae89dc5f35765e43ff13b9 OK NFC checkfile vs. NFD remote (without normalization) 2025/07/16 01:53:37 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/16 01:53:37 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-docuvar9hoxe' 2025/07/16 01:53:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-docuvar9hoxe': 1 files missing 2025/07/16 01:53:37 NOTICE: 1 hashes missing 2025/07/16 01:53:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-docuvar9hoxe': 1 differences found 2025/07/16 01:53:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-docuvar9hoxe': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/07/16 01:53:38 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/16 01:53:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-docuvar9hoxe': 0 differences found 2025/07/16 01:53:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-docuvar9hoxe': 1 matching files 2025/07/16 01:53:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fotimaj6kovo" 2025/07/16 01:53:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:53:38 DEBUG : Creating backend with remote "TestDrive:crypt/fnoqn6gajqlmgnv7v8qqt6e3po6rn9b11e7aton423v7tvn6dvig" 2025/07/16 01:53:39 DEBUG : Creating backend with remote "/tmp/rclone1152528066" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fotimaj6kovo'", Local "Local file system at /tmp/rclone1152528066", Modify Window "1ms" 2025/07/16 01:53:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 0fee86c98264cdde51e4b56ab1c3e279 OK NFDx2 checkfile vs. both remote (without normalization) 2025/07/16 01:53:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/16 01:53:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fotimaj6kovo' 2025/07/16 01:53:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fotimaj6kovo': 1 files missing 2025/07/16 01:53:42 NOTICE: 1 hashes missing 2025/07/16 01:53:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fotimaj6kovo': 1 differences found 2025/07/16 01:53:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fotimaj6kovo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/07/16 01:53:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/16 01:53:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fotimaj6kovo': 0 differences found 2025/07/16 01:53:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fotimaj6kovo': 1 matching files 2025/07/16 01:53:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cahikat2fexa" 2025/07/16 01:53:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:53:43 DEBUG : Creating backend with remote "TestDrive:crypt/flb9bf2futqf1t0ppcsard7m637g4qrgkgcaturgsrndtl7ocq5g" 2025/07/16 01:53:44 DEBUG : Creating backend with remote "/tmp/rclone3456199236" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cahikat2fexa'", Local "Local file system at /tmp/rclone3456199236", Modify Window "1ms" 2025/07/16 01:53:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 42b5e77f419be08e75fa3566cef7b086 OK NFCx2 checkfile vs. both remote (without normalization) 2025/07/16 01:53:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/16 01:53:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cahikat2fexa' 2025/07/16 01:53:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cahikat2fexa': 1 files missing 2025/07/16 01:53:47 NOTICE: 1 hashes missing 2025/07/16 01:53:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cahikat2fexa': 1 differences found 2025/07/16 01:53:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cahikat2fexa': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/07/16 01:53:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/16 01:53:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cahikat2fexa': 0 differences found 2025/07/16 01:53:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cahikat2fexa': 1 matching files 2025/07/16 01:53:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bocuhap3bipo" 2025/07/16 01:53:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:53:48 DEBUG : Creating backend with remote "TestDrive:crypt/7pafqtapabqa1db3bo29r1l89qauumq1tecio24dih4gg2tqucqg" 2025/07/16 01:53:49 DEBUG : Creating backend with remote "/tmp/rclone3255821133" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bocuhap3bipo'", Local "Local file system at /tmp/rclone3255821133", Modify Window "1ms" 2025/07/16 01:53:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = dec24eebb46bbdaa898ce36fd502af87 OK both checkfile vs. NFDx2 remote (without normalization) 2025/07/16 01:53:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/16 01:53:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bocuhap3bipo' 2025/07/16 01:53:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bocuhap3bipo': 1 files missing 2025/07/16 01:53:51 NOTICE: 1 hashes missing 2025/07/16 01:53:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bocuhap3bipo': 1 differences found 2025/07/16 01:53:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bocuhap3bipo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/07/16 01:53:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/16 01:53:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bocuhap3bipo': 0 differences found 2025/07/16 01:53:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bocuhap3bipo': 1 matching files 2025/07/16 01:53:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wihebik2yobe" 2025/07/16 01:53:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:53:52 DEBUG : Creating backend with remote "TestDrive:crypt/mqmocs45rolaft9tpmbg61nnnkl2annpqjtp16jep1auoqvnp1r0" 2025/07/16 01:53:53 DEBUG : Creating backend with remote "/tmp/rclone3754232352" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wihebik2yobe'", Local "Local file system at /tmp/rclone3754232352", Modify Window "1ms" 2025/07/16 01:53:55 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 26cf1c8342c9d6d26de310788ade32af OK both checkfile vs. NFCx2 remote (without normalization) 2025/07/16 01:53:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/16 01:53:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wihebik2yobe' 2025/07/16 01:53:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wihebik2yobe': 1 files missing 2025/07/16 01:53:56 NOTICE: 1 hashes missing 2025/07/16 01:53:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wihebik2yobe': 1 differences found 2025/07/16 01:53:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wihebik2yobe': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/07/16 01:53:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/16 01:53:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wihebik2yobe': 0 differences found 2025/07/16 01:53:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wihebik2yobe': 1 matching files 2025/07/16 01:53:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wihebik2yobe': Purge remote 2025/07/16 01:53:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bocuhap3bipo': Purge remote 2025/07/16 01:53:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cahikat2fexa': Purge remote 2025/07/16 01:53:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fotimaj6kovo': Purge remote 2025/07/16 01:53:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-docuvar9hoxe': Purge remote 2025/07/16 01:53:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xusurum1zinu': Purge remote 2025/07/16 01:53:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-keponot8luha': Purge remote 2025/07/16 01:54:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xonedac5pewa': Purge remote 2025/07/16 01:54:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yijimum1cape': Purge remote 2025/07/16 01:54:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vorokuv5nixe': Purge remote --- PASS: TestApplyTransforms (50.95s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:54:01 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/16 01:54:04 DEBUG : sub/file2: md5 = 7b4ffa97d76e9c6abb69d658e964aac6 OK 2025/07/16 01:54:04 INFO : file1: Copied (new) to: sub/file2 2025/07/16 01:54:04 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/16 01:54:04 DEBUG : file1: Unchanged skipping 2025/07/16 01:54:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': don't need to copy/move sub/file2, it is already at target location 2025/07/16 01:54:06 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.94s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.44s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:54:10 DEBUG : dst/file1: md5 = 196bceb9debb1577a5a70190302a8fa2 OK 2025/07/16 01:54:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-govajaf1wome/backup" 2025/07/16 01:54:10 DEBUG : Creating backend with remote "TestDrive:crypt/iqautbpet1avquedsd19tnq4u4ldric569g0qtnaep1q34u9l34g/1nrff024r7pq65ecp72fc28jb0" 2025/07/16 01:54:12 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/16 01:54:14 INFO : dst/file1: Moved (server-side) 2025/07/16 01:54:15 DEBUG : dst/file1: md5 = a0b5404d6dd07befc1e61c3d61ed235c OK 2025/07/16 01:54:15 INFO : dst/file1: Copied (new) 2025/07/16 01:54:18 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/16 01:54:18 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/16 01:54:19 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.30s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:54:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-govajaf1wome/dst" 2025/07/16 01:54:20 DEBUG : Creating backend with remote "TestDrive:crypt/iqautbpet1avquedsd19tnq4u4ldric569g0qtnaep1q34u9l34g/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/16 01:54:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-govajaf1wome/CompareDest" 2025/07/16 01:54:22 DEBUG : Creating backend with remote "TestDrive:crypt/iqautbpet1avquedsd19tnq4u4ldric569g0qtnaep1q34u9l34g/gveqi14airsml4bgu7krj116o8" 2025/07/16 01:54:23 DEBUG : one: Need to transfer - File not found at Destination 2025/07/16 01:54:25 DEBUG : one: md5 = 9edbce9309601bac32f6db1c3f053850 OK 2025/07/16 01:54:25 INFO : one: Copied (new) 2025/07/16 01:54:27 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/16 01:54:28 DEBUG : one: md5 = 1a7cf73b59b70f459548afb190768de3 OK 2025/07/16 01:54:28 INFO : one: Copied (replaced existing) 2025/07/16 01:54:30 DEBUG : dst/one: md5 = 6c2df7b1e95ae299cf71eda5bbcc007a OK 2025/07/16 01:54:32 DEBUG : CompareDest/one: md5 = 153cab4a6f45a5c82064d4163db56132 OK 2025/07/16 01:54:33 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/16 01:54:33 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/16 01:54:33 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/16 01:54:35 DEBUG : CompareDest/two: md5 = 4e34441d42a4f876a44481b7df9f1bdb OK 2025/07/16 01:54:36 DEBUG : two: Need to transfer - File not found at Destination 2025/07/16 01:54:36 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/16 01:54:36 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/16 01:54:37 DEBUG : two: Need to transfer - File not found at Destination 2025/07/16 01:54:37 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/16 01:54:37 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/16 01:54:38 DEBUG : two: Need to transfer - File not found at Destination 2025/07/16 01:54:38 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/07/16 01:54:40 DEBUG : two: md5 = aa8f6f702bd5499a0bf6f56b36f6c413 OK 2025/07/16 01:54:40 INFO : two: Copied (new) 2025/07/16 01:54:43 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/16 01:54:43 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:54:43 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:54:43 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.22s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:54:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-govajaf1wome/dst" 2025/07/16 01:54:44 DEBUG : Creating backend with remote "TestDrive:crypt/iqautbpet1avquedsd19tnq4u4ldric569g0qtnaep1q34u9l34g/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/16 01:54:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-govajaf1wome/CopyDest" 2025/07/16 01:54:46 DEBUG : Creating backend with remote "TestDrive:crypt/iqautbpet1avquedsd19tnq4u4ldric569g0qtnaep1q34u9l34g/d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/16 01:54:47 DEBUG : one: Need to transfer - File not found at Destination 2025/07/16 01:54:50 DEBUG : one: md5 = 477555f79415648d2bbc94c0d2828a89 OK 2025/07/16 01:54:50 INFO : one: Copied (new) 2025/07/16 01:54:51 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/16 01:54:52 DEBUG : one: md5 = 63c672d558b24e55280c020c91180250 OK 2025/07/16 01:54:52 INFO : one: Copied (replaced existing) 2025/07/16 01:54:54 DEBUG : dst/one: md5 = 833628bcfbe096046187617e653ac42d OK 2025/07/16 01:54:56 DEBUG : CopyDest/one: md5 = 1e4f92975933b26ee53b6f80451eab39 OK 2025/07/16 01:54:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-govajaf1wome/BackupDir" 2025/07/16 01:54:57 DEBUG : Creating backend with remote "TestDrive:crypt/iqautbpet1avquedsd19tnq4u4ldric569g0qtnaep1q34u9l34g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/16 01:54:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/16 01:54:59 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/16 01:54:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/16 01:55:01 INFO : one: Moved (server-side) 2025/07/16 01:55:02 INFO : one: Copied (server-side copy) 2025/07/16 01:55:02 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/07/16 01:55:04 DEBUG : CopyDest/two: md5 = 29d14b51bf8a7f1c3cb27b9a976d365e OK 2025/07/16 01:55:04 DEBUG : two: Need to transfer - File not found at Destination 2025/07/16 01:55:05 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/16 01:55:06 INFO : two: Copied (server-side copy) 2025/07/16 01:55:06 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/07/16 01:55:06 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/16 01:55:06 DEBUG : two: Unchanged skipping 2025/07/16 01:55:08 DEBUG : CopyDest/three: md5 = d8175c74dd5ac944ef363b3b013e6b0d OK 2025/07/16 01:55:09 DEBUG : three: Need to transfer - File not found at Destination 2025/07/16 01:55:09 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/07/16 01:55:09 DEBUG : three: Destination not found in --copy-dest 2025/07/16 01:55:11 DEBUG : three: md5 = 1441e7b12515ec90ce4c31647d1093b4 OK 2025/07/16 01:55:11 INFO : three: Copied (new) 2025/07/16 01:55:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/16 01:55:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:55:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/16 01:55:15 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/16 01:55:15 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:55:15 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/16 01:55:16 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.79s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.43s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.47s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:55:18 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/07/16 01:55:20 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 52a72282acbc88ca9074d8bfffcd634d OK 2025/07/16 01:55:20 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/07/16 01:55:21 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/07/16 01:55:21 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/07/16 01:55:22 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/07/16 01:55:23 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/07/16 01:55:24 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 77e82ff197f58bc33a14babc1eae89c9 OK 2025/07/16 01:55:24 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/07/16 01:55:26 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/07/16 01:55:26 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.39s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.43s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:55:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': Looking for duplicate names using skip mode. 2025/07/16 01:55:31 NOTICE: one: Found 2 files with duplicate names 2025/07/16 01:55:31 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.65s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:55:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': Looking for duplicate names using skip mode. 2025/07/16 01:55:36 NOTICE: one: Found 3 files with duplicate names 2025/07/16 01:55:36 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/07/16 01:55:37 INFO : one: Deleted 2025/07/16 01:55:37 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.14s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:55:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': Looking for duplicate names using first mode. 2025/07/16 01:55:42 NOTICE: one: Found 3 files with duplicate names 2025/07/16 01:55:43 INFO : one: Deleted 2025/07/16 01:55:43 INFO : one: Deleted 2025/07/16 01:55:43 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.03s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:55:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': Looking for duplicate names using newest mode. 2025/07/16 01:55:49 NOTICE: one: Found 3 files with duplicate names 2025/07/16 01:55:49 INFO : one: Deleted 2025/07/16 01:55:49 INFO : one: Deleted 2025/07/16 01:55:49 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.21s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.46s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:55:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': Looking for duplicate names using oldest mode. 2025/07/16 01:55:55 NOTICE: one: Found 3 files with duplicate names 2025/07/16 01:55:56 INFO : one: Deleted 2025/07/16 01:55:56 INFO : one: Deleted 2025/07/16 01:55:56 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.16s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:56:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': Looking for duplicate names using largest mode. 2025/07/16 01:56:01 NOTICE: one: Found 3 files with duplicate names 2025/07/16 01:56:02 INFO : one: Deleted 2025/07/16 01:56:02 INFO : one: Deleted 2025/07/16 01:56:02 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.02s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:56:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': Looking for duplicate names using smallest mode. 2025/07/16 01:56:07 NOTICE: one: Found 3 files with duplicate names 2025/07/16 01:56:08 INFO : one: Deleted 2025/07/16 01:56:08 INFO : one: Deleted 2025/07/16 01:56:08 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.16s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:56:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': Looking for duplicate names using rename mode. 2025/07/16 01:56:15 NOTICE: one.txt: Found 3 files with duplicate names 2025/07/16 01:56:16 INFO : one-2.txt: renamed from: one.txt 2025/07/16 01:56:17 INFO : one-3.txt: renamed from: one.txt 2025/07/16 01:56:18 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.35s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:56:23 DEBUG : dupe1/one.txt: md5 = b724d2beaac104b45f91b404b4753929 OK 2025/07/16 01:56:25 DEBUG : dupe2/two.txt: md5 = b539e08fdb29085ac5d67512773cd1c8 OK 2025/07/16 01:56:27 DEBUG : dupe3/three.txt: md5 = 566057cfff8f3362db2c6a0423355034 OK 2025/07/16 01:56:27 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/07/16 01:56:28 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/07/16 01:56:29 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/07/16 01:56:29 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/07/16 01:56:32 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/07/16 01:56:32 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/07/16 01:56:32 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.25s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:56:34 DEBUG : a.txt: md5 = e4c4bc91219e846d1ff6191cdf3ad5c0 OK 2025/07/16 01:56:36 DEBUG : zend.txt: md5 = 172355a196034050dc9aaf9e74a0469e OK 2025/07/16 01:56:38 DEBUG : sub dir/hello world: md5 = 7ea3533fd03c6bb74e70870095e0c070 OK 2025/07/16 01:56:39 DEBUG : sub dir/hello world2: md5 = 643c4cad419398a0641f5a1cbbabdaf1 OK 2025/07/16 01:56:41 DEBUG : sub dir/ignore dir/.ignore: md5 = db6d2680625a4d07031a9dbe5be89223 OK 2025/07/16 01:56:42 DEBUG : sub dir/ignore dir/should be ignored: md5 = 3176d7f55d9e8370edf3f1d8ac63469d OK 2025/07/16 01:56:44 DEBUG : sub dir/sub sub dir/hello world3: md5 = bc708965c0960a81e1df4f5167bc4fac OK 2025/07/16 01:56:46 DEBUG : a.txt: Excluded (Size Filter) 2025/07/16 01:56:46 DEBUG : a.txt: Excluded 2025/07/16 01:56:46 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/16 01:56:46 DEBUG : sub dir/hello world2: Excluded 2025/07/16 01:56:46 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/16 01:56:46 DEBUG : sub dir/hello world: Excluded 2025/07/16 01:56:47 DEBUG : sub dir/ignore dir: Excluded 2025/07/16 01:56:47 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/16 01:56:47 DEBUG : sub dir/hello world2: Excluded 2025/07/16 01:56:47 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/16 01:56:47 DEBUG : sub dir/hello world: Excluded 2025/07/16 01:56:47 DEBUG : sub dir/ignore dir: Excluded 2025/07/16 01:56:51 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/16 01:56:52 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/16 01:56:52 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/16 01:56:53 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/16 01:56:53 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/16 01:56:53 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/07/16 01:56:53 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (20.29s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:56:55 DEBUG : a.txt: md5 = 47ce42298fec79e60730e909f2285251 OK 2025/07/16 01:56:56 DEBUG : zend.txt: md5 = 655e23b12c57aa4343297d4851b483eb OK 2025/07/16 01:56:58 DEBUG : sub dir/hello world: md5 = 247fabc4c769b1c682d21bc2db2669c1 OK 2025/07/16 01:56:59 DEBUG : sub dir/hello world2: md5 = 01289fd49e102a5493e12d546baf5bee OK 2025/07/16 01:57:01 DEBUG : sub dir/ignore dir/.ignore: md5 = e55b033d40914c85844ccb8325cb46cf OK 2025/07/16 01:57:03 DEBUG : sub dir/ignore dir/should be ignored: md5 = 4580f2ef47eb009353c549471df81ad2 OK 2025/07/16 01:57:05 DEBUG : sub dir/sub sub dir/hello world3: md5 = 0d4fd0465112894076157f8e716fe032 OK 2025/07/16 01:57:06 DEBUG : a.txt: Excluded (Size Filter) 2025/07/16 01:57:06 DEBUG : a.txt: Excluded 2025/07/16 01:57:07 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/16 01:57:07 DEBUG : sub dir/hello world2: Excluded 2025/07/16 01:57:07 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/16 01:57:07 DEBUG : sub dir/hello world: Excluded 2025/07/16 01:57:07 DEBUG : sub dir/ignore dir: Excluded 2025/07/16 01:57:07 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/16 01:57:07 DEBUG : sub dir/hello world2: Excluded 2025/07/16 01:57:07 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/16 01:57:07 DEBUG : sub dir/hello world: Excluded 2025/07/16 01:57:08 DEBUG : sub dir/ignore dir: Excluded 2025/07/16 01:57:12 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/16 01:57:13 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/16 01:57:13 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/16 01:57:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/16 01:57:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/16 01:57:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/07/16 01:57:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (20.80s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:57:15 DEBUG : file1: md5 = d52028d3ec882bb99d8da942dd1d770a OK 2025/07/16 01:57:18 DEBUG : sub/file2: md5 = d899e3e31801cde5210eec297bf1ed67 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/07/16 01:57:21 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/07/16 01:57:21 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/07/16 01:57:21 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/07/16 01:57:23 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.34s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.26s) --- PASS: TestListJSON/DirsOnly (0.23s) --- PASS: TestListJSON/Recurse (0.47s) --- PASS: TestListJSON/SubDir (0.22s) --- PASS: TestListJSON/NoModTime (0.28s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.28s) --- PASS: TestListJSON/Metadata (0.67s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:57:25 DEBUG : file1: md5 = b8219bf0ce277cf50928d154333ec09d OK 2025/07/16 01:57:27 DEBUG : sub/file2: md5 = 5da4474db6485edc7ab9d0ac46731b99 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/07/16 01:57:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-govajaf1wome/notfound" 2025/07/16 01:57:31 DEBUG : Creating backend with remote "TestDrive:crypt/iqautbpet1avquedsd19tnq4u4ldric569g0qtnaep1q34u9l34g/qe0i31qdkoejk60elps0ni5sqk" 2025/07/16 01:57:34 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.78s) --- PASS: TestStatJSON/Root (0.23s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.29s) --- PASS: TestStatJSON/Dir (0.54s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.75s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.23s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.23s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.28s) --- PASS: TestStatJSON/RootNotFound (1.70s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:57:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': Making directory 2025/07/16 01:57:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': Making directory --- PASS: TestMkdir (0.66s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:57:38 DEBUG : sub dir/hello world: md5 = 7d44f544755d8332eab151d16806598d OK 2025/07/16 01:57:40 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.67s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:57:42 DEBUG : potato2: md5 = cc61f0b3139ec6397aeb2133d3774105 OK 2025/07/16 01:57:43 DEBUG : empty space: md5 = 6e94a0d80aab135aa671846a0b65f4b8 OK --- PASS: TestLs (4.42s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:57:46 DEBUG : potato2: md5 = c5b657da2d8271f26eb91d570b864eba OK 2025/07/16 01:57:48 DEBUG : empty space: md5 = 47a33eecad1a60b6bf28d01f4b46491f OK 2025/07/16 01:57:48 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.88s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:57:51 DEBUG : potato2: md5 = 2e62582d9b2548df76bfe3202ed35f47 OK 2025/07/16 01:57:53 DEBUG : empty space: md5 = 039a04d3b1be9a6f32afd4da7f86921c OK --- PASS: TestLsLong (5.03s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:57:56 DEBUG : potato2: md5 = 89384c98c70ccdacfb33825c026cc603 OK 2025/07/16 01:57:57 DEBUG : empty space: md5 = 245324a9eda227225c7766de44ca1af5 OK --- PASS: TestHashSums (4.21s) === RUN TestHashSumsWithErrors 2025/07/16 01:57:59 DEBUG : Creating backend with remote ":memory:" 2025/07/16 01:57:59 DEBUG : Config file has changed externally - reloading 2025/07/16 01:57:59 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/07/16 01:57:59 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/16 01:57:59 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/16 01:57:59 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/16 01:57:59 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/16 01:57:59 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/16 01:57:59 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/16 01:57:59 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/07/16 01:57:59 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-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:58:00 DEBUG : potato2: md5 = 26f629ba7988731a0cf39b50c37c4b7c OK 2025/07/16 01:58:02 DEBUG : empty space: md5 = c35fe3bf77156fbaf17adf1d5262f429 OK 2025/07/16 01:58:04 DEBUG : sub dir/potato3: md5 = 1b58be545efae572c88e5d30df9668bc OK 2025/07/16 01:58:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.19s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:58:09 DEBUG : small: md5 = 0934b8650c70eb81171844450dbfeb5a OK 2025/07/16 01:58:10 DEBUG : medium: md5 = 8e2f721f7e1440a63e7e0f3d498a418b OK 2025/07/16 01:58:11 DEBUG : large: md5 = 343cec11aaccea97fd810a5ea0aee088 OK 2025/07/16 01:58:12 DEBUG : Waiting for deletions to finish 2025/07/16 01:58:12 DEBUG : large: Excluded (Size Filter) 2025/07/16 01:58:12 INFO : medium: Deleted 2025/07/16 01:58:12 INFO : small: Deleted --- PASS: TestDelete (6.24s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:58:15 DEBUG : small: md5 = 425f97b919aaaded43ae5bb2636283f1 OK 2025/07/16 01:58:16 DEBUG : medium: md5 = e36f02b8efef93d2ffc0338eb9ad6985 OK 2025/07/16 01:58:17 DEBUG : large: md5 = 1296e3424b037a846ed165c25ae3b617 OK 2025/07/16 01:58:18 DEBUG : Waiting for deletions to finish 2025/07/16 01:58:18 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/07/16 01:58:18 INFO : small: Deleted 2025/07/16 01:58:18 INFO : large: Deleted --- PASS: TestMaxDelete (6.44s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:58:21 DEBUG : small: md5 = ba375a240569e66ea6d7302d20fbe2bc OK 2025/07/16 01:58:23 DEBUG : medium: md5 = 1b899483fd2f1cb370cdf839e123d8bb OK 2025/07/16 01:58:24 DEBUG : large: md5 = 905a7a25a56d711442b8af05585a20b3 OK 2025/07/16 01:58:24 DEBUG : Waiting for deletions to finish 2025/07/16 01:58:25 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/16 01:58:25 INFO : small: Deleted 2025/07/16 01:58:25 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.86s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:58:28 DEBUG : small: md5 = d73f0cf2aa2b0bd28d504bb48af8a639 OK 2025/07/16 01:58:30 DEBUG : medium: md5 = 37659aab31ebb202806125645a15cf6f OK 2025/07/16 01:58:31 DEBUG : large: md5 = 6675986018a8b0081ec16283afe2c112 OK 2025/07/16 01:58:31 DEBUG : Waiting for deletions to finish 2025/07/16 01:58:31 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/16 01:58:32 INFO : small: Deleted 2025/07/16 01:58:32 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.67s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:58:35 DEBUG : ReadFile: md5 = 9884d9ebe2d8d4832e5143f83355e3fa OK --- PASS: TestReadFile (3.86s) === RUN TestRetry 2025/07/16 01:58:37 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/07/16 01:58:37 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/07/16 01:58:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/16 01:58:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/16 01:58:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/16 01:58:37 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/16 01:58:37 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-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:58:39 DEBUG : file1: md5 = 52f385d9940e9a5540f4ecb30face273 OK 2025/07/16 01:58:40 DEBUG : file2: md5 = b2833ad07c01c45dfb6a269ba0557b0f OK --- PASS: TestCat (16.83s) === RUN TestPurge 2025/07/16 01:58:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yowabip1rima" 2025/07/16 01:58:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:58:54 DEBUG : Creating backend with remote "TestDrive:crypt/v45bmkt2v8lcrqmp1mnbg2lke08d2b6o9e88god06l828ntqkg50" 2025/07/16 01:58:55 DEBUG : Creating backend with remote "/tmp/rclone340327923" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yowabip1rima'", Local "Local file system at /tmp/rclone340327923", Modify Window "1ms" 2025/07/16 01:58:59 DEBUG : A1/B1/C1/one: md5 = 0a2abf1cdf5dc87b12190ceecc868404 OK 2025/07/16 01:58:59 INFO : A2: Making directory 2025/07/16 01:59:00 INFO : A1/B2: Making directory 2025/07/16 01:59:01 INFO : A1/B2/C2: Making directory 2025/07/16 01:59:02 INFO : A1/B1/C3: Making directory 2025/07/16 01:59:02 INFO : A3: Making directory 2025/07/16 01:59:03 INFO : A3/B3: Making directory 2025/07/16 01:59:04 INFO : A3/B3/C4: Making directory 2025/07/16 01:59:06 DEBUG : A1/two: md5 = 86122db72bee66659813dd0055283054 OK 2025/07/16 01:59:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yowabip1rima': Purge remote 2025/07/16 01:59:10 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.32s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:59:13 DEBUG : A1/B1/C1/one: md5 = 3650095da5cfd389e1eb418128331922 OK 2025/07/16 01:59:13 INFO : A2: Making directory 2025/07/16 01:59:14 INFO : A1/B2: Making directory 2025/07/16 01:59:15 INFO : A1/B2/C2: Making directory 2025/07/16 01:59:15 INFO : A1/B1/C3: Making directory 2025/07/16 01:59:16 INFO : A3: Making directory 2025/07/16 01:59:17 INFO : A3/B3: Making directory 2025/07/16 01:59:18 INFO : A3/B3/C4: Making directory 2025/07/16 01:59:20 DEBUG : A1/two: md5 = e5e0de9c22b76cde262b525708847c69 OK 2025/07/16 01:59:21 DEBUG : removing 1 level 3 directories 2025/07/16 01:59:21 INFO : A3/B3/C4: Removing directory 2025/07/16 01:59:23 DEBUG : removing 2 level 3 directories 2025/07/16 01:59:23 INFO : A1/B2/C2: Removing directory 2025/07/16 01:59:23 INFO : A1/B1/C3: Removing directory 2025/07/16 01:59:24 DEBUG : removing 2 level 2 directories 2025/07/16 01:59:24 INFO : A3/B3: Removing directory 2025/07/16 01:59:24 INFO : A1/B2: Removing directory 2025/07/16 01:59:24 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/07/16 01:59:24 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/16 01:59:25 DEBUG : removing 2 level 1 directories 2025/07/16 01:59:25 INFO : A3: Removing directory 2025/07/16 01:59:25 INFO : A2: Removing directory 2025/07/16 01:59:25 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/07/16 01:59:29 DEBUG : removing 1 level 3 directories 2025/07/16 01:59:29 INFO : A1/B1/C1: Removing directory 2025/07/16 01:59:29 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:59:29 DEBUG : removing 1 level 2 directories 2025/07/16 01:59:29 INFO : A1/B1: Removing directory 2025/07/16 01:59:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/16 01:59:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/16 01:59:30 DEBUG : removing 1 level 1 directories 2025/07/16 01:59:30 INFO : A1: Removing directory 2025/07/16 01:59:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/16 01:59:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/16 01:59:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/16 01:59:31 DEBUG : removing 1 level 0 directories 2025/07/16 01:59:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': Removing directory 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/16 01:59:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (22.56s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:59:33 INFO : A1: Making directory 2025/07/16 01:59:34 INFO : A1/B1: Making directory 2025/07/16 01:59:34 INFO : A1/B1/C1: Making directory 2025/07/16 01:59:37 DEBUG : removing 1 level 3 directories 2025/07/16 01:59:37 INFO : A1/B1/C1: Removing directory 2025/07/16 01:59:37 DEBUG : removing 1 level 2 directories 2025/07/16 01:59:37 INFO : A1/B1: Removing directory 2025/07/16 01:59:38 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/16 01:59:39 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.71s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:59:40 INFO : A1: Making directory 2025/07/16 01:59:40 INFO : A1/B1: Making directory 2025/07/16 01:59:41 INFO : A1/B1/C1: Making directory 2025/07/16 01:59:44 DEBUG : removing 1 level 3 directories 2025/07/16 01:59:44 INFO : A1/B1/C1: Removing directory 2025/07/16 01:59:44 DEBUG : removing 1 level 2 directories 2025/07/16 01:59:44 INFO : A1/B1: Removing directory 2025/07/16 01:59:45 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/16 01:59:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.13s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:59:48 DEBUG : file1: md5 = 163f449234fc14c8038d6bf88bac0a4e OK 2025/07/16 01:59:49 DEBUG : filename.txt: File name found in url 2025/07/16 01:59:50 DEBUG : filename.txt: md5 = 010e6e1d34fe9b07ad68b36605410a1b OK 2025/07/16 01:59:50 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/07/16 01:59:52 DEBUG : headerfilename.txt: md5 = 5ccb3a631ea4065666f1924272d24720 OK 2025/07/16 01:59:53 DEBUG : file2: md5 = 67403629117ac2d7fdca16c9f257f729 OK --- PASS: TestCopyURL (8.31s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 01:59:55 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/16 01:59:57 DEBUG : sub/file2: md5 = ef44da3b6f85f17a974f0b7ee5f00080 OK 2025/07/16 01:59:57 INFO : file1: Copied (new) to: sub/file2 2025/07/16 01:59:57 INFO : file1: Deleted 2025/07/16 01:59:58 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/16 01:59:58 DEBUG : file1: Unchanged skipping 2025/07/16 01:59:58 INFO : file1: Deleted 2025/07/16 01:59:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': don't need to copy/move sub/file2, it is already at target location 2025/07/16 02:00:00 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.55s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 02:00:01 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/16 02:00:02 DEBUG : file1: md5 = 3603bbd87f8ecf8c27b09bf6d111a53b OK 2025/07/16 02:00:02 INFO : file1: Copied (new) 2025/07/16 02:00:02 INFO : file1: Deleted 2025/07/16 02:00:03 DEBUG : file1: Destination exists, skipping 2025/07/16 02:00:03 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.40s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.43s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.45s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 02:00:07 DEBUG : dst/file1: md5 = c687d43ae206ab46a10ba0e285acf157 OK 2025/07/16 02:00:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-govajaf1wome/backup" 2025/07/16 02:00:08 DEBUG : Creating backend with remote "TestDrive:crypt/iqautbpet1avquedsd19tnq4u4ldric569g0qtnaep1q34u9l34g/1nrff024r7pq65ecp72fc28jb0" 2025/07/16 02:00:09 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/16 02:00:12 INFO : dst/file1: Moved (server-side) 2025/07/16 02:00:13 DEBUG : dst/file1: md5 = c48d3d9497647d979fe029cfcaf98eb0 OK 2025/07/16 02:00:13 INFO : dst/file1: Copied (new) 2025/07/16 02:00:13 INFO : dst/file1: Deleted 2025/07/16 02:00:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/16 02:00:16 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/16 02:00:17 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.52s) === 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-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 02:00:20 DEBUG : A1/one: md5 = 6898bc2a8080ae35f8599fb2e4a888a5 OK 2025/07/16 02:00:21 DEBUG : A1/two: md5 = 61d543cda2e9277efdaf2a51e59eada1 OK 2025/07/16 02:00:23 DEBUG : A1/B1/three: md5 = ac7fe16a2895ea13c29496e9d58467a5 OK 2025/07/16 02:00:25 DEBUG : A1/B1/C1/four: md5 = eb873f40b018991ce04a83fee7a67893 OK 2025/07/16 02:00:27 DEBUG : A1/B1/C2/five: md5 = 7b076ddf43713764143e2b23c496e61b OK 2025/07/16 02:00:27 INFO : A1/B2: Making directory 2025/07/16 02:00:28 INFO : A1/B1/C3: Making directory 2025/07/16 02:00:37 INFO : A2/two: Moved (server-side) to: A3/two 2025/07/16 02:00:37 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/07/16 02:00:37 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/07/16 02:00:37 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/07/16 02:00:38 INFO : A2/one: Moved (server-side) to: A3/one 2025/07/16 02:00:40 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/16 02:00:40 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/16 02:00:40 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/16 02:00:41 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/16 02:00:41 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/16 02:00:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/07/16 02:00:48 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/07/16 02:00:48 INFO : A3/two: Moved (server-side) to: A4/two 2025/07/16 02:00:48 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/07/16 02:00:49 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/07/16 02:00:49 INFO : A3/one: Moved (server-side) to: A4/one 2025/07/16 02:00:52 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/16 02:00:52 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/16 02:00:52 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/16 02:00:52 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/16 02:00:52 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/16 02:00:58 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/07/16 02:00:59 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/07/16 02:01:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/16 02:01:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/16 02:01:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/16 02:01:00 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/16 02:01:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/16 02:01:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/16 02:01:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/16 02:01:01 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (43.60s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" --- PASS: TestGetFsInfo (0.42s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 02:01:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': File to upload is small (34 bytes), uploading instead of streaming 2025/07/16 02:01:03 DEBUG : no_checksum_small_file_from_pipe: md5 = b1db6a2b33bc316e3a15833afbddb747 OK 2025/07/16 02:01:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/07/16 02:01:03 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/16 02:01:04 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/07/16 02:01:05 DEBUG : no_checksum_big_file_from_pipe: md5 = 3e0d72a214daeccc715f375b4c9fd05f OK 2025/07/16 02:01:05 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-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 02:01:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': File to upload is small (34 bytes), uploading instead of streaming 2025/07/16 02:01:08 DEBUG : with_checksum_small_file_from_pipe: md5 = 6688548db059fa1e3f07955398e59fed OK 2025/07/16 02:01:08 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/16 02:01:09 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/07/16 02:01:10 DEBUG : with_checksum_big_file_from_pipe: md5 = 9d1c43213bc02b75371ef28fc2ddc15b OK 2025/07/16 02:01:10 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-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 02:01:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': File to upload is small (34 bytes), uploading instead of streaming 2025/07/16 02:01:13 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/16 02:01:14 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/16 02:01:15 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-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 02:01:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': File to upload is small (34 bytes), uploading instead of streaming 2025/07/16 02:01:18 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/16 02:01:19 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/16 02:01:19 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.45s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.73s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.81s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.08s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.83s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/07/16 02:01:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': File to upload is small (48 bytes), uploading instead of streaming 2025/07/16 02:01:23 DEBUG : rcat_metadata: md5 = 89a05a5dd64be58df55ffb66dba249ac OK 2025/07/16 02:01:23 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/07/16 02:01:24 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/07/16 02:01:25 DEBUG : rcat_metadata_uploadcutoff0: md5 = 9b4ea44c025607aa18a35a3040e79db8 OK 2025/07/16 02:01:25 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.74s) --- PASS: TestRcatMetadata/Normal (2.42s) --- PASS: TestRcatMetadata/ViaDisk (2.89s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 02:01:28 DEBUG : potato1: md5 = 49ee24d68a50c095b499e050020ec80b OK 2025/07/16 02:01:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': File to upload is small (60 bytes), uploading instead of streaming 2025/07/16 02:01:30 DEBUG : potato2: md5 = 3d1d09bffbbb974c88d9351f2cc320c7 OK 2025/07/16 02:01:30 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.77s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 02:01:33 DEBUG : potato1: md5 = 4ce941111c912035b8f5d42297c7062e OK 2025/07/16 02:01:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': File to upload is small (60 bytes), uploading instead of streaming 2025/07/16 02:01:34 DEBUG : potato2: md5 = e87b3f9049c9005b86dc05feeef31463 OK 2025/07/16 02:01:34 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.74s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 02:01:38 DEBUG : potato2: md5 = 8ed37e8a906e3eaed5a5bacaaa6095ba OK 2025/07/16 02:01:39 DEBUG : empty space: md5 = 92b8752c32ef3061bb13a059d5cc97a0 OK 2025/07/16 02:01:41 DEBUG : sub dir/potato3: md5 = d8ad17b95640e93896007b7425139c87 OK 2025/07/16 02:01:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': Touching "sub dir/potato3" 2025/07/16 02:01:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': Touching "potato2" 2025/07/16 02:01:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': Touching "empty space" 2025/07/16 02:01:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.81s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 02:01:46 DEBUG : dir with metadata: Making directory with metadata 2025/07/16 02:01:47 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.34s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 02:01:48 DEBUG : directory with modtime: Making directory with metadata 2025/07/16 02:01:49 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.47s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 02:01:51 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/16 02:01:51 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/16 02:01:51 DEBUG : Google drive root 'crypt/iqautbpet1avquedsd19tnq4u4ldric569g0qtnaep1q34u9l34g': Skipping btime metadata as can't update it on an existing file: 2025-07-16T02:01:51.418816601Z 2025/07/16 02:01:52 INFO : non existent directory: Updated directory metadata 2025/07/16 02:01:54 DEBUG : Google drive root 'crypt/iqautbpet1avquedsd19tnq4u4ldric569g0qtnaep1q34u9l34g': Skipping btime metadata as can't update it on an existing file: 2025-07-16T02:01:51.418816601Z 2025/07/16 02:01:54 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.95s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 02:01:56 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/07/16 02:01:58 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/07/16 02:01:58 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.09s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 02:02:00 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/16 02:02:00 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/16 02:02:00 DEBUG : dst: Making directory with metadata 2025/07/16 02:02:01 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/16 02:02:01 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/16 02:02:01 INFO : dst: Set directory modification time (using SetModTime) 2025/07/16 02:02:02 INFO : dst: Set directory modification time (using SetModTime) 2025/07/16 02:02:02 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/07/16 02:02:02 INFO : dst: Set directory modification time (using SetModTime) 2025/07/16 02:02:02 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.65s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome'", Local "Local file system at /tmp/rclone2139200919", Modify Window "1ms" 2025/07/16 02:02:06 DEBUG : sub dir/test remove existing: md5 = 2560cb15bcffd0eee5883e4fe32ae4da OK 2025/07/16 02:02:07 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = a94244663ccc1aa953fad369b988caa5 OK 2025/07/16 02:02:09 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.nefibij3" before starting 2025/07/16 02:02:10 DEBUG : sub dir/test remove existing.nefibij3: TEST: removing renamed existing file after operation 2025/07/16 02:02:11 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hakodan9" before starting 2025/07/16 02:02:12 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hakodan9: TEST: renaming existing back after failed operation 2025/07/16 02:02:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qofegah4" before starting 2025/07/16 02:02:14 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qofegah4: TEST: removing renamed existing file after operation 2025/07/16 02:02:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "tn0cj9j416psd8lk2g7v4l7krrr5fg6j87iqq88q7ct701jk9pke96t45rah83c0l59fbbg0qrb9i8cakpmirjgrb4v7atkhh6pb1g5lvstc7cnlc6o2ekq79r8c7hc206vscl7olfnq8qab6jlbfd1klgupgr83rqv43muv5ee8knfc7dlg" 2025/07/16 02:02:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "09hkev1lotqq55a68e1ldo4hdp0ubh3uuuptgf4832r8of8hmmcg" --- PASS: TestRemoveExisting (12.64s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/07/16 02:02:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-govajaf1wome': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m36.365783857s (try 1/5)