"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/08/07 01:49:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yohisiz4vahu" 2025/08/07 01:49:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:49:50 DEBUG : Creating backend with remote "TestDrive:crypt/kv3o58ubqquvr0i3no46a4nv4th4geh982oo52vnv5vtvktun20g" 2025/08/07 01:49:51 DEBUG : Creating backend with remote "/tmp/rclone4021115477" === 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-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.23s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", 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/08/07 01:49:52 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/07 01:49:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/07 01:49:52 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/08/07 01:49:52 DEBUG : potato: Seek from 10 to 0 2025/08/07 01:49:52 DEBUG : potato: Seek from 10 to 0 2025/08/07 01:49:52 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/08/07 01:49:52 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/07 01:49:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/07 01:49:52 DEBUG : potato: Seek from 5 to 2 2025/08/07 01:49:52 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/08/07 01:49:52 DEBUG : potato: Seek from 7 to 0 2025/08/07 01:49:52 DEBUG : potato: Seek from 7 to 0 2025/08/07 01:49:52 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/08/07 01:49:52 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/07 01:49:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/07 01:49:52 DEBUG : potato: Seek from 5 to 2 2025/08/07 01:49:52 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/08/07 01:49:52 DEBUG : potato: Seek from 8 to 0 2025/08/07 01:49:52 DEBUG : potato: Seek from 8 to 0 2025/08/07 01:49:52 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/08/07 01:49:52 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/07 01:49:52 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/07 01:49:52 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/07 01:49:52 DEBUG : potato: Seek from 5 to 2 2025/08/07 01:49:52 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/08/07 01:49:52 DEBUG : potato: Seek from 9 to 0 2025/08/07 01:49:52 DEBUG : potato: Seek from 9 to 0 2025/08/07 01:49:52 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-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:49:54 DEBUG : rutabaga: md5 = 868cbf64f87b6c121cba6641ea2283d6 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/08/07 01:49:56 DEBUG : empty space: md5 = 50530b3c240c9c1f41b1ff970f8c21cc OK === RUN TestCheck/3 2025/08/07 01:49:58 DEBUG : potato2: md5 = c21ca90ae5d29daf007732c35dfb6465 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/08/07 01:50:00 DEBUG : remotepotato: md5 = e7bd4e0a8907ff83488bb0fe9e957952 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.62s) --- PASS: TestCheck/1 (0.23s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2025/08/07 01:50:03 DEBUG : Creating backend with remote "nonexistent" 2025/08/07 01:50:03 DEBUG : Creating backend with remote "nonexistent" 2025/08/07 01:50:03 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/08/07 01:50:03 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/08/07 01:50:03 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/08/07 01:50:03 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.01s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:50:05 DEBUG : rutabaga: md5 = cacb2bb755b43b1619da01604e395dd1 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/08/07 01:50:09 DEBUG : empty space: md5 = b62d449839313db6e7b81a3c631cee5a OK === RUN TestCheckDownload/3 2025/08/07 01:50:12 DEBUG : potato2: md5 = 09b1e4979a8ece77658b7d8550ab4d88 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/08/07 01:50:16 DEBUG : remotepotato: md5 = c552d35c6275af9512edbb61f9f41601 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.62s) --- PASS: TestCheckDownload/1 (1.24s) --- PASS: TestCheckDownload/2 (1.48s) --- PASS: TestCheckDownload/3 (1.12s) --- PASS: TestCheckDownload/4 (1.10s) --- PASS: TestCheckDownload/5 (1.38s) --- PASS: TestCheckDownload/6 (1.07s) --- PASS: TestCheckDownload/7 (1.00s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:50:22 DEBUG : rutabaga: md5 = 54d0a5607bf24b3db07000ac03d7402d OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/08/07 01:50:25 DEBUG : empty space: md5 = f93e2de389cc6a2a59b0b77f4cd03ff8 OK === RUN TestCheckSizeOnly/3 2025/08/07 01:50:27 DEBUG : potato2: md5 = 0f60e604c15695d8cca684bf388f7c4a OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/08/07 01:50:29 DEBUG : remotepotato: md5 = b2dae74af226921b4d0368afc947294c OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.39s) --- PASS: TestCheckSizeOnly/1 (0.22s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.29s) --- PASS: TestCheckSizeOnly/4 (0.24s) --- PASS: TestCheckSizeOnly/5 (0.23s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:50:34 DEBUG : test.sum: md5 = 63bab932816ccdd4d448be8e0753fee6 OK 2025/08/07 01:50:35 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/07 01:50:35 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/07 01:50:35 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/07 01:50:35 NOTICE: test.sum: 2 warning(s) suppressed... 2025/08/07 01:50:37 DEBUG : test.sum: md5 = c0ce654003bdf128ddebfaaa9ef589f1 OK 2025/08/07 01:50:38 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/07 01:50:38 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/07 01:50:38 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/07 01:50:38 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.47s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:50:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yohisiz4vahu/data" 2025/08/07 01:50:39 DEBUG : Creating backend with remote "TestDrive:crypt/kv3o58ubqquvr0i3no46a4nv4th4geh982oo52vnv5vtvktun20g/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu/data' lacks md5, skipping --- SKIP: TestCheckSum (2.09s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:50:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yohisiz4vahu/data" 2025/08/07 01:50:41 DEBUG : Creating backend with remote "TestDrive:crypt/kv3o58ubqquvr0i3no46a4nv4th4geh982oo52vnv5vtvktun20g/vjrnln8ratgmqakfosrqe8espk" 2025/08/07 01:50:45 DEBUG : data/banana: md5 = 3ea13af9657564c29b28999744bed9b2 OK 2025/08/07 01:50:47 DEBUG : test.sum: md5 = a39e8191c9fe456c04b2f46948a949a3 OK === RUN TestCheckSumDownload/subtest1 2025/08/07 01:50:51 DEBUG : data/potato: md5 = 052e22ef88397ddf46ee3b26570b4669 OK 2025/08/07 01:50:53 DEBUG : test.sum: md5 = 832909fd6438c2d8ce83c237edae9784 OK === RUN TestCheckSumDownload/subtest2 2025/08/07 01:50:57 DEBUG : test.sum: md5 = 42b865b45afa56058c740cb2f583ab90 OK === RUN TestCheckSumDownload/subtest3 2025/08/07 01:51:01 DEBUG : test.sum: md5 = 6f15b4e8d9e8ba378d3c64fd53317503 OK === RUN TestCheckSumDownload/subtest4 2025/08/07 01:51:05 DEBUG : test.sum: md5 = 9d2299857a323aeb1c0fa6611a4bba1c OK === RUN TestCheckSumDownload/subtest5 2025/08/07 01:51:09 DEBUG : test.sum: md5 = 540c1d4991664d088964f8f4ef0b7821 OK === RUN TestCheckSumDownload/subtest6 2025/08/07 01:51:13 DEBUG : data/banana: md5 = 74ebe56e9998e82eb0684a1fd90cd28d OK 2025/08/07 01:51:15 DEBUG : data/potato: md5 = 470418a18c4f60339704d5bdeb16a177 OK 2025/08/07 01:51:16 DEBUG : test.sum: md5 = 61d68799ef42d721bf80cd44b6596309 OK === RUN TestCheckSumDownload/subtest7 2025/08/07 01:51:21 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/08/07 01:51:21 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (40.98s) --- PASS: TestCheckSumDownload/subtest1 (2.68s) --- PASS: TestCheckSumDownload/subtest2 (2.08s) --- PASS: TestCheckSumDownload/subtest3 (2.26s) --- PASS: TestCheckSumDownload/subtest4 (2.14s) --- PASS: TestCheckSumDownload/subtest5 (2.12s) --- PASS: TestCheckSumDownload/subtest6 (2.18s) --- PASS: TestCheckSumDownload/subtest7 (2.19s) === RUN TestApplyTransforms 2025/08/07 01:51:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qajijag2xoko" 2025/08/07 01:51:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:51:22 DEBUG : Creating backend with remote "TestDrive:crypt/58jdv8mtvhfrfk3hbtuen33gbneds7e7eb2hi6ob26c0j2hu0m5g" 2025/08/07 01:51:23 DEBUG : Creating backend with remote "/tmp/rclone1961584938" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qajijag2xoko'", Local "Local file system at /tmp/rclone1961584938", Modify Window "1ms" 2025/08/07 01:51:25 DEBUG : hello, world!: md5 = 0f4fcc0fe5866979823afc18552117dd OK upper checkfile vs. lower remote (without normalization) 2025/08/07 01:51:25 ERROR : hello, world!: sum not found 2025/08/07 01:51:25 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qajijag2xoko' 2025/08/07 01:51:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qajijag2xoko': 1 files missing 2025/08/07 01:51:25 NOTICE: 1 hashes missing 2025/08/07 01:51:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qajijag2xoko': 1 differences found 2025/08/07 01:51:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qajijag2xoko': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/08/07 01:51:27 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 01:51:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qajijag2xoko': 0 differences found 2025/08/07 01:51:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qajijag2xoko': 1 matching files 2025/08/07 01:51:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qakefed5jira" 2025/08/07 01:51:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:51:27 DEBUG : Creating backend with remote "TestDrive:crypt/tdkguta7b0anicuclin7a25km7hqlk8g49et5p58aho3iuu37f0g" 2025/08/07 01:51:28 DEBUG : Creating backend with remote "/tmp/rclone1871945188" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qakefed5jira'", Local "Local file system at /tmp/rclone1871945188", Modify Window "1ms" 2025/08/07 01:51:30 DEBUG : HELLO, WORLD!: md5 = 8634f41ab99b31b497cc3dd289d7bd0a OK lower checkfile vs. upper remote (without normalization) 2025/08/07 01:51:30 ERROR : HELLO, WORLD!: sum not found 2025/08/07 01:51:30 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qakefed5jira' 2025/08/07 01:51:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qakefed5jira': 1 files missing 2025/08/07 01:51:30 NOTICE: 1 hashes missing 2025/08/07 01:51:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qakefed5jira': 1 differences found 2025/08/07 01:51:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qakefed5jira': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/08/07 01:51:32 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 01:51:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qakefed5jira': 0 differences found 2025/08/07 01:51:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qakefed5jira': 1 matching files 2025/08/07 01:51:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wuterey7fina" 2025/08/07 01:51:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:51:32 DEBUG : Creating backend with remote "TestDrive:crypt/iv3821f1ag6m8oq818pm6eagrm8ai1qqm64e8ockumivh232h0h0" 2025/08/07 01:51:33 DEBUG : Creating backend with remote "/tmp/rclone1936453058" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuterey7fina'", Local "Local file system at /tmp/rclone1936453058", Modify Window "1ms" 2025/08/07 01:51:35 DEBUG : HeLlO, wOrLd!: md5 = e14a9c62206f1b17fef9447e7fd2c0ff OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/08/07 01:51:36 ERROR : HeLlO, wOrLd!: sum not found 2025/08/07 01:51:36 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-wuterey7fina' 2025/08/07 01:51:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuterey7fina': 1 files missing 2025/08/07 01:51:36 NOTICE: 1 hashes missing 2025/08/07 01:51:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuterey7fina': 1 differences found 2025/08/07 01:51:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuterey7fina': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/08/07 01:51:37 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 01:51:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuterey7fina': 0 differences found 2025/08/07 01:51:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuterey7fina': 1 matching files 2025/08/07 01:51:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ribarov0wuwe" 2025/08/07 01:51:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:51:37 DEBUG : Creating backend with remote "TestDrive:crypt/9394sbh1vsm1rmjkf5p2kejpr2d4e0och9v22dkmuph1j2b6rm9g" 2025/08/07 01:51:38 DEBUG : Creating backend with remote "/tmp/rclone479515466" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ribarov0wuwe'", Local "Local file system at /tmp/rclone479515466", Modify Window "1ms" 2025/08/07 01:51:41 DEBUG : HELLO, WORLD!: md5 = 7505147e69cf05cac91f60519fc4e428 OK 2025/08/07 01:51:41 DEBUG : Config file has changed externally - reloading 2025/08/07 01:51:41 DEBUG : TestDrive: Loaded fresh token from config file upperlowermixed checkfile vs. upper remote (without normalization) 2025/08/07 01:51:41 ERROR : HELLO, WORLD!: sum not found 2025/08/07 01:51:41 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-ribarov0wuwe' 2025/08/07 01:51:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ribarov0wuwe': 1 files missing 2025/08/07 01:51:41 NOTICE: 1 hashes missing 2025/08/07 01:51:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ribarov0wuwe': 1 differences found 2025/08/07 01:51:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ribarov0wuwe': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/08/07 01:51:42 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 01:51:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ribarov0wuwe': 0 differences found 2025/08/07 01:51:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ribarov0wuwe': 1 matching files 2025/08/07 01:51:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kepunap1xupu" 2025/08/07 01:51:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:51:42 DEBUG : Creating backend with remote "TestDrive:crypt/118efkf352hjmet63fahjpb3q1vfhe21lrkjmkfdrkns07jm133g" 2025/08/07 01:51:43 DEBUG : Creating backend with remote "/tmp/rclone589733069" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kepunap1xupu'", Local "Local file system at /tmp/rclone589733069", Modify Window "1ms" 2025/08/07 01:51:46 DEBUG : 測試_Русский___ě_áñ: md5 = 960ffe85862a335fe1239c19222bc281 OK NFD checkfile vs. NFC remote (without normalization) 2025/08/07 01:51:46 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/07 01:51:46 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kepunap1xupu' 2025/08/07 01:51:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kepunap1xupu': 1 files missing 2025/08/07 01:51:46 NOTICE: 1 hashes missing 2025/08/07 01:51:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kepunap1xupu': 1 differences found 2025/08/07 01:51:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kepunap1xupu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/08/07 01:51:47 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 01:51:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kepunap1xupu': 0 differences found 2025/08/07 01:51:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kepunap1xupu': 1 matching files 2025/08/07 01:51:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kiruzas0qoce" 2025/08/07 01:51:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:51:48 DEBUG : Creating backend with remote "TestDrive:crypt/4occp4d9jm4p6tr574e1tqd19rasnm5iqeeod8r48hvqf1n1p0l0" 2025/08/07 01:51:48 DEBUG : Creating backend with remote "/tmp/rclone4161997382" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kiruzas0qoce'", Local "Local file system at /tmp/rclone4161997382", Modify Window "1ms" 2025/08/07 01:51:51 DEBUG : 測試_Русский___ě_áñ: md5 = e2fa822472a2d18b5e360791e7196621 OK NFC checkfile vs. NFD remote (without normalization) 2025/08/07 01:51:51 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/07 01:51:51 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kiruzas0qoce' 2025/08/07 01:51:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiruzas0qoce': 1 files missing 2025/08/07 01:51:51 NOTICE: 1 hashes missing 2025/08/07 01:51:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiruzas0qoce': 1 differences found 2025/08/07 01:51:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiruzas0qoce': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/08/07 01:51:52 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 01:51:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiruzas0qoce': 0 differences found 2025/08/07 01:51:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiruzas0qoce': 1 matching files 2025/08/07 01:51:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mejoyaf5lamo" 2025/08/07 01:51:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:51:52 DEBUG : Creating backend with remote "TestDrive:crypt/5j1sgvdepiluk27seq46eiunpsnddn6rcai2d1l7l29mt9hn5vcg" 2025/08/07 01:51:53 DEBUG : Creating backend with remote "/tmp/rclone2241725121" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mejoyaf5lamo'", Local "Local file system at /tmp/rclone2241725121", Modify Window "1ms" 2025/08/07 01:51:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 1634a3f0f49073525c27c858433e3a8a OK NFDx2 checkfile vs. both remote (without normalization) 2025/08/07 01:51:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/07 01:51:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-mejoyaf5lamo' 2025/08/07 01:51:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mejoyaf5lamo': 1 files missing 2025/08/07 01:51:56 NOTICE: 1 hashes missing 2025/08/07 01:51:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mejoyaf5lamo': 1 differences found 2025/08/07 01:51:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mejoyaf5lamo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/08/07 01:51:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 01:51:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mejoyaf5lamo': 0 differences found 2025/08/07 01:51:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mejoyaf5lamo': 1 matching files 2025/08/07 01:51:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zahaves9yeli" 2025/08/07 01:51:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:51:58 DEBUG : Creating backend with remote "TestDrive:crypt/5povt1b9606j9snr4gu2mh47li61vamm6qgh00vr6kjk9ishmiu0" 2025/08/07 01:51:58 DEBUG : Creating backend with remote "/tmp/rclone3592895137" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zahaves9yeli'", Local "Local file system at /tmp/rclone3592895137", Modify Window "1ms" 2025/08/07 01:52:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 73352f93d614c58582b7fed9e3d4a0bd OK NFCx2 checkfile vs. both remote (without normalization) 2025/08/07 01:52:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/07 01:52:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zahaves9yeli' 2025/08/07 01:52:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zahaves9yeli': 1 files missing 2025/08/07 01:52:01 NOTICE: 1 hashes missing 2025/08/07 01:52:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zahaves9yeli': 1 differences found 2025/08/07 01:52:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zahaves9yeli': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/08/07 01:52:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 01:52:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zahaves9yeli': 0 differences found 2025/08/07 01:52:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zahaves9yeli': 1 matching files 2025/08/07 01:52:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tasacif0tuvu" 2025/08/07 01:52:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:52:02 DEBUG : Creating backend with remote "TestDrive:crypt/j9s8mdgro81ffhqlgf0fn1a33o9qbolms088vg62nuuier2m14ig" 2025/08/07 01:52:03 DEBUG : Creating backend with remote "/tmp/rclone3298415010" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tasacif0tuvu'", Local "Local file system at /tmp/rclone3298415010", Modify Window "1ms" 2025/08/07 01:52:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 07f57a37424ca8c6c5e221ec3e1911cc OK both checkfile vs. NFDx2 remote (without normalization) 2025/08/07 01:52:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/07 01:52:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tasacif0tuvu' 2025/08/07 01:52:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tasacif0tuvu': 1 files missing 2025/08/07 01:52:06 NOTICE: 1 hashes missing 2025/08/07 01:52:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tasacif0tuvu': 1 differences found 2025/08/07 01:52:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tasacif0tuvu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/08/07 01:52:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 01:52:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tasacif0tuvu': 0 differences found 2025/08/07 01:52:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tasacif0tuvu': 1 matching files 2025/08/07 01:52:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-biwumoj2riju" 2025/08/07 01:52:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:52:07 DEBUG : Creating backend with remote "TestDrive:crypt/gpia3h3c9uklbbiotf010dok41ed171u7lph7nivoccnjeesp43g" 2025/08/07 01:52:08 DEBUG : Creating backend with remote "/tmp/rclone1425594425" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-biwumoj2riju'", Local "Local file system at /tmp/rclone1425594425", Modify Window "1ms" 2025/08/07 01:52:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 8124b8ee8d44c4e04bbfb44a7525514c OK both checkfile vs. NFCx2 remote (without normalization) 2025/08/07 01:52:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/07 01:52:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-biwumoj2riju' 2025/08/07 01:52:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biwumoj2riju': 1 files missing 2025/08/07 01:52:11 NOTICE: 1 hashes missing 2025/08/07 01:52:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biwumoj2riju': 1 differences found 2025/08/07 01:52:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biwumoj2riju': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/08/07 01:52:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/07 01:52:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biwumoj2riju': 0 differences found 2025/08/07 01:52:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-biwumoj2riju': 1 matching files 2025/08/07 01:52:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-biwumoj2riju': Purge remote 2025/08/07 01:52:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tasacif0tuvu': Purge remote 2025/08/07 01:52:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zahaves9yeli': Purge remote 2025/08/07 01:52:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mejoyaf5lamo': Purge remote 2025/08/07 01:52:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kiruzas0qoce': Purge remote 2025/08/07 01:52:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kepunap1xupu': Purge remote 2025/08/07 01:52:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ribarov0wuwe': Purge remote 2025/08/07 01:52:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wuterey7fina': Purge remote 2025/08/07 01:52:15 DEBUG : TestDrive: Loaded fresh token from config file 2025/08/07 01:52:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qakefed5jira': Purge remote 2025/08/07 01:52:16 DEBUG : TestDrive: Loaded fresh token from config file 2025/08/07 01:52:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qajijag2xoko': Purge remote 2025/08/07 01:52:16 DEBUG : TestDrive: Loaded fresh token from config file --- PASS: TestApplyTransforms (54.64s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:52:16 DEBUG : TestDrive: Loaded fresh token from config file 2025/08/07 01:52:17 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/07 01:52:19 DEBUG : sub/file2: md5 = edc85474671835055848fd638063e648 OK 2025/08/07 01:52:19 INFO : file1: Copied (new) to: sub/file2 2025/08/07 01:52:20 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/07 01:52:20 DEBUG : file1: Unchanged skipping 2025/08/07 01:52:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': don't need to copy/move sub/file2, it is already at target location 2025/08/07 01:52:22 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.20s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.48s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:52:25 DEBUG : dst/file1: md5 = c8151aafde34477defa710d1774318ac OK 2025/08/07 01:52:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yohisiz4vahu/backup" 2025/08/07 01:52:26 DEBUG : Creating backend with remote "TestDrive:crypt/kv3o58ubqquvr0i3no46a4nv4th4geh982oo52vnv5vtvktun20g/1nrff024r7pq65ecp72fc28jb0" 2025/08/07 01:52:27 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/07 01:52:30 INFO : dst/file1: Moved (server-side) 2025/08/07 01:52:31 DEBUG : dst/file1: md5 = 76d2cd26f6f04b249a5984c7c673fb67 OK 2025/08/07 01:52:31 INFO : dst/file1: Copied (new) 2025/08/07 01:52:34 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 01:52:34 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 01:52:35 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.70s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:52:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yohisiz4vahu/dst" 2025/08/07 01:52:36 DEBUG : Creating backend with remote "TestDrive:crypt/kv3o58ubqquvr0i3no46a4nv4th4geh982oo52vnv5vtvktun20g/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/07 01:52:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yohisiz4vahu/CompareDest" 2025/08/07 01:52:38 DEBUG : Creating backend with remote "TestDrive:crypt/kv3o58ubqquvr0i3no46a4nv4th4geh982oo52vnv5vtvktun20g/gveqi14airsml4bgu7krj116o8" 2025/08/07 01:52:39 DEBUG : one: Need to transfer - File not found at Destination 2025/08/07 01:52:43 DEBUG : one: md5 = 0d15ce5c76526874522a5e9be0132f68 OK 2025/08/07 01:52:43 INFO : one: Copied (new) 2025/08/07 01:52:45 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/07 01:52:46 DEBUG : one: md5 = 8d01e17943f6977fbcf3d60e777ab19d OK 2025/08/07 01:52:46 INFO : one: Copied (replaced existing) 2025/08/07 01:52:48 DEBUG : dst/one: md5 = 6a18067aca05a1bb339a08a2abe02915 OK 2025/08/07 01:52:50 DEBUG : CompareDest/one: md5 = ae6b8246fb9799143a7dbbdddb107118 OK 2025/08/07 01:52:51 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/07 01:52:51 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/07 01:52:51 DEBUG : one: Destination found in --compare-dest, skipping 2025/08/07 01:52:53 DEBUG : CompareDest/two: md5 = 18c59180550b12725c4342b0f6c3b98f OK 2025/08/07 01:52:54 DEBUG : two: Need to transfer - File not found at Destination 2025/08/07 01:52:54 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/07 01:52:54 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/07 01:52:55 DEBUG : two: Need to transfer - File not found at Destination 2025/08/07 01:52:55 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/07 01:52:55 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/07 01:52:56 DEBUG : two: Need to transfer - File not found at Destination 2025/08/07 01:52:57 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/08/07 01:52:58 DEBUG : two: md5 = 75d2f75f9406b753319d1ffb02aa9ca0 OK 2025/08/07 01:52:58 INFO : two: Copied (new) 2025/08/07 01:53:01 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/07 01:53:01 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:53:02 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:53:02 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (26.94s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:53:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yohisiz4vahu/dst" 2025/08/07 01:53:03 DEBUG : Creating backend with remote "TestDrive:crypt/kv3o58ubqquvr0i3no46a4nv4th4geh982oo52vnv5vtvktun20g/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/07 01:53:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yohisiz4vahu/CopyDest" 2025/08/07 01:53:05 DEBUG : Creating backend with remote "TestDrive:crypt/kv3o58ubqquvr0i3no46a4nv4th4geh982oo52vnv5vtvktun20g/d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/07 01:53:06 DEBUG : one: Need to transfer - File not found at Destination 2025/08/07 01:53:08 DEBUG : one: md5 = 0d9dac3269c006be97cca3674ad3d553 OK 2025/08/07 01:53:08 INFO : one: Copied (new) 2025/08/07 01:53:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/07 01:53:11 DEBUG : one: md5 = d1e042caea328d151aaecca4955e3871 OK 2025/08/07 01:53:11 INFO : one: Copied (replaced existing) 2025/08/07 01:53:13 DEBUG : dst/one: md5 = 9b075f110f16abee0472760276ae24c1 OK 2025/08/07 01:53:15 DEBUG : CopyDest/one: md5 = f557bdf1be181c9f2d311741923fe07a OK 2025/08/07 01:53:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yohisiz4vahu/BackupDir" 2025/08/07 01:53:16 DEBUG : Creating backend with remote "TestDrive:crypt/kv3o58ubqquvr0i3no46a4nv4th4geh982oo52vnv5vtvktun20g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/07 01:53:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/07 01:53:18 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/07 01:53:18 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/07 01:53:19 INFO : one: Moved (server-side) 2025/08/07 01:53:20 INFO : one: Copied (server-side copy) 2025/08/07 01:53:20 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/08/07 01:53:22 DEBUG : CopyDest/two: md5 = b44fd318a0e23c341f03a9df82cb059d OK 2025/08/07 01:53:23 DEBUG : two: Need to transfer - File not found at Destination 2025/08/07 01:53:23 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/07 01:53:25 INFO : two: Copied (server-side copy) 2025/08/07 01:53:25 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/08/07 01:53:25 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/07 01:53:25 DEBUG : two: Unchanged skipping 2025/08/07 01:53:27 DEBUG : CopyDest/three: md5 = 958f5ecef9f7f5548e187d5ee6b71d5c OK 2025/08/07 01:53:28 DEBUG : three: Need to transfer - File not found at Destination 2025/08/07 01:53:28 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/08/07 01:53:28 DEBUG : three: Destination not found in --copy-dest 2025/08/07 01:53:29 DEBUG : three: md5 = a4d7bd03f508d2ed1eb3171d2e2a486b OK 2025/08/07 01:53:29 INFO : three: Copied (new) 2025/08/07 01:53:34 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/07 01:53:34 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/07 01:53:34 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:53:35 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:53:35 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/07 01:53:35 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/07 01:53:35 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.11s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.50s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:53:37 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/08/07 01:53:39 DEBUG : TestCopyFileMaxTransfer/file1: md5 = dd1ba2d0f9ddfc7d035284d761eafb99 OK 2025/08/07 01:53:39 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/08/07 01:53:40 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/08/07 01:53:40 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/08/07 01:53:41 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/08/07 01:53:42 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/08/07 01:53:43 DEBUG : TestCopyFileMaxTransfer/file4: md5 = c3283b2f972e1c0c3bbfadf9d903232c OK 2025/08/07 01:53:43 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/08/07 01:53:45 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/08/07 01:53:45 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.13s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.50s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:53:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': Looking for duplicate names using skip mode. 2025/08/07 01:53:50 NOTICE: one: Found 2 files with duplicate names 2025/08/07 01:53:50 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.93s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:53:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': Looking for duplicate names using skip mode. 2025/08/07 01:53:56 NOTICE: one: Found 3 files with duplicate names 2025/08/07 01:53:56 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/08/07 01:53:56 INFO : one: Deleted 2025/08/07 01:53:56 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.31s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:54:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': Looking for duplicate names using first mode. 2025/08/07 01:54:02 NOTICE: one: Found 3 files with duplicate names 2025/08/07 01:54:02 INFO : one: Deleted 2025/08/07 01:54:03 INFO : one: Deleted 2025/08/07 01:54:03 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.33s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:54:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': Looking for duplicate names using newest mode. 2025/08/07 01:54:09 NOTICE: one: Found 3 files with duplicate names 2025/08/07 01:54:09 INFO : one: Deleted 2025/08/07 01:54:10 INFO : one: Deleted 2025/08/07 01:54:10 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.70s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", 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-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:54:15 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': Looking for duplicate names using oldest mode. 2025/08/07 01:54:16 NOTICE: one: Found 3 files with duplicate names 2025/08/07 01:54:16 INFO : one: Deleted 2025/08/07 01:54:16 INFO : one: Deleted 2025/08/07 01:54:16 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.47s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:54:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': Looking for duplicate names using largest mode. 2025/08/07 01:54:22 NOTICE: one: Found 3 files with duplicate names 2025/08/07 01:54:22 INFO : one: Deleted 2025/08/07 01:54:23 INFO : one: Deleted 2025/08/07 01:54:23 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.46s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:54:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': Looking for duplicate names using smallest mode. 2025/08/07 01:54:29 NOTICE: one: Found 3 files with duplicate names 2025/08/07 01:54:29 INFO : one: Deleted 2025/08/07 01:54:29 INFO : one: Deleted 2025/08/07 01:54:29 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.58s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:54:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': Looking for duplicate names using rename mode. 2025/08/07 01:54:36 NOTICE: one.txt: Found 3 files with duplicate names 2025/08/07 01:54:38 INFO : one-2.txt: renamed from: one.txt 2025/08/07 01:54:39 INFO : one-3.txt: renamed from: one.txt 2025/08/07 01:54:40 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.11s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:54:45 DEBUG : dupe1/one.txt: md5 = 1bf6faf14e8065762960f89bf8cd275f OK 2025/08/07 01:54:47 DEBUG : dupe2/two.txt: md5 = 4a4bac389137de5fa5350b1e0dc8a61c OK 2025/08/07 01:54:49 DEBUG : dupe3/three.txt: md5 = 5b34eed796a283f117cfc3334adebc2e OK 2025/08/07 01:54:50 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/08/07 01:54:51 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/08/07 01:54:51 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/08/07 01:54:52 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/08/07 01:54:55 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/08/07 01:54:55 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/08/07 01:54:55 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.88s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:54:57 DEBUG : a.txt: md5 = 0ffff8501bd720ee905eb4f07dbe1941 OK 2025/08/07 01:54:59 DEBUG : zend.txt: md5 = 27ef08504f98c7a0482461490da28f76 OK 2025/08/07 01:55:01 DEBUG : sub dir/hello world: md5 = ec8abb4913c521d1c7f708da5b6b5290 OK 2025/08/07 01:55:02 DEBUG : sub dir/hello world2: md5 = a0f3b18ada54be1d905bdb78927fc705 OK 2025/08/07 01:55:05 DEBUG : sub dir/ignore dir/.ignore: md5 = 176a5c79d875f3ab005bcbe82122a781 OK 2025/08/07 01:55:06 DEBUG : sub dir/ignore dir/should be ignored: md5 = 0f9995673900cc961bea5ebba20b7883 OK 2025/08/07 01:55:08 DEBUG : sub dir/sub sub dir/hello world3: md5 = 3ea7b55723e457720ed0af48e8c10b71 OK 2025/08/07 01:55:09 DEBUG : a.txt: Excluded (Size Filter) 2025/08/07 01:55:09 DEBUG : a.txt: Excluded 2025/08/07 01:55:10 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/07 01:55:10 DEBUG : sub dir/hello world: Excluded 2025/08/07 01:55:10 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/07 01:55:10 DEBUG : sub dir/hello world2: Excluded 2025/08/07 01:55:11 DEBUG : sub dir/ignore dir: Excluded 2025/08/07 01:55:11 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/07 01:55:11 DEBUG : sub dir/hello world: Excluded 2025/08/07 01:55:11 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/07 01:55:11 DEBUG : sub dir/hello world2: Excluded 2025/08/07 01:55:11 DEBUG : sub dir/ignore dir: Excluded 2025/08/07 01:55:15 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/07 01:55:16 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/07 01:55:16 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/07 01:55:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/07 01:55:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/07 01:55:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/07 01:55:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (21.93s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:55:19 DEBUG : a.txt: md5 = cdd4b68105f0efde20fc7945fee0f3f9 OK 2025/08/07 01:55:20 DEBUG : zend.txt: md5 = b5c2429343f8359273ccd2726223a167 OK 2025/08/07 01:55:23 DEBUG : sub dir/hello world: md5 = ebda4fab62756993b65a1c566eab30e5 OK 2025/08/07 01:55:24 DEBUG : sub dir/hello world2: md5 = 7e7db1a7c280d77d5698fa8c6d3b7705 OK 2025/08/07 01:55:27 DEBUG : sub dir/ignore dir/.ignore: md5 = ba691b30a29b0049e7229f66d19286ea OK 2025/08/07 01:55:28 DEBUG : sub dir/ignore dir/should be ignored: md5 = 7a90185bab9bdd77cb1130d51ce4e48a OK 2025/08/07 01:55:30 DEBUG : sub dir/sub sub dir/hello world3: md5 = de078315d3968ac5d437e0b9506e5fab OK 2025/08/07 01:55:31 DEBUG : a.txt: Excluded (Size Filter) 2025/08/07 01:55:31 DEBUG : a.txt: Excluded 2025/08/07 01:55:32 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/07 01:55:32 DEBUG : sub dir/hello world: Excluded 2025/08/07 01:55:32 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/07 01:55:32 DEBUG : sub dir/hello world2: Excluded 2025/08/07 01:55:33 DEBUG : sub dir/ignore dir: Excluded 2025/08/07 01:55:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/07 01:55:33 DEBUG : sub dir/hello world: Excluded 2025/08/07 01:55:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/07 01:55:33 DEBUG : sub dir/hello world2: Excluded 2025/08/07 01:55:33 DEBUG : sub dir/ignore dir: Excluded 2025/08/07 01:55:38 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/07 01:55:38 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/07 01:55:38 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/07 01:55:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/07 01:55:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/07 01:55:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/07 01:55:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (22.38s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:55:41 DEBUG : file1: md5 = 4891b1baf02b61e18ab081c75c2920d9 OK 2025/08/07 01:55:43 DEBUG : sub/file2: md5 = 928151c9e4ee98852e86132879576d52 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/08/07 01:55:47 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/08/07 01:55:47 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/08/07 01:55:47 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/08/07 01:55:49 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.77s) --- PASS: TestListJSON/Default (0.26s) --- PASS: TestListJSON/FilesOnly (0.31s) --- PASS: TestListJSON/DirsOnly (0.22s) --- PASS: TestListJSON/Recurse (0.57s) --- PASS: TestListJSON/SubDir (0.26s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (0.23s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.66s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:55:51 DEBUG : file1: md5 = dbaac8070945e098a30b4aaf41707a29 OK 2025/08/07 01:55:53 DEBUG : sub/file2: md5 = 9009357aadf83ace34da212e18cf4f8a OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/08/07 01:55:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yohisiz4vahu/notfound" 2025/08/07 01:55:57 DEBUG : Config file has changed externally - reloading 2025/08/07 01:55:57 DEBUG : Creating backend with remote "TestDrive:crypt/kv3o58ubqquvr0i3no46a4nv4th4geh982oo52vnv5vtvktun20g/qe0i31qdkoejk60elps0ni5sqk" 2025/08/07 01:56:01 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.66s) --- PASS: TestStatJSON/Root (0.22s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.52s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.48s) --- PASS: TestStatJSON/DirFilesOnly (0.23s) --- PASS: TestStatJSON/FileFilesOnly (0.27s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.23s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.82s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:56:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': Making directory 2025/08/07 01:56:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': Making directory --- PASS: TestMkdir (0.72s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:56:04 DEBUG : sub dir/hello world: md5 = fc1abe4839ecbd88bb98465d412a586c OK 2025/08/07 01:56:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.81s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:56:08 DEBUG : potato2: md5 = 2e05d5f9fba9be5f853d0f0837083c06 OK 2025/08/07 01:56:10 DEBUG : empty space: md5 = ce3ee49d5e1f8d3bb24c12cbcb3392f0 OK --- PASS: TestLs (4.76s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:56:13 DEBUG : potato2: md5 = 726d65cef361d32740a3243b349fdd29 OK 2025/08/07 01:56:14 DEBUG : empty space: md5 = 3c60eaca1fb710ef022d07c87edac263 OK 2025/08/07 01:56:15 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.80s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:56:18 DEBUG : potato2: md5 = c895a8c5c0c2e9329cedc7eb85232ab3 OK 2025/08/07 01:56:19 DEBUG : empty space: md5 = f291fd455cbba1bc27bd9b6ab4abe70a OK --- PASS: TestLsLong (4.84s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:56:23 DEBUG : potato2: md5 = 0b0595a8980af6bdef78ddc34ef7ea7f OK 2025/08/07 01:56:24 DEBUG : empty space: md5 = 54c9a756ef5679e9da2b3d7cfcd8f0ac OK --- PASS: TestHashSums (4.61s) === RUN TestHashSumsWithErrors 2025/08/07 01:56:26 DEBUG : Creating backend with remote ":memory:" 2025/08/07 01:56:26 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/08/07 01:56:26 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/07 01:56:26 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/07 01:56:26 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/07 01:56:26 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/07 01:56:26 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/07 01:56:26 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/07 01:56:26 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/08/07 01:56:26 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-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:56:27 DEBUG : potato2: md5 = 91bf20f2a06143e96839ab948c013fa6 OK 2025/08/07 01:56:29 DEBUG : empty space: md5 = 4f975f5afcdff9230f88485d863150e9 OK 2025/08/07 01:56:31 DEBUG : sub dir/potato3: md5 = 243a7f0c48c22abe2aae3e406b0f5b7e OK 2025/08/07 01:56:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.80s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:56:36 DEBUG : small: md5 = e41e386a836f2daf9100de7d11a716f1 OK 2025/08/07 01:56:38 DEBUG : medium: md5 = e0f43d5855dec95424c2aad2312d4e4f OK 2025/08/07 01:56:39 DEBUG : large: md5 = 5347e626c30bd61d3e932640aa9f6506 OK 2025/08/07 01:56:39 DEBUG : Waiting for deletions to finish 2025/08/07 01:56:40 DEBUG : large: Excluded (Size Filter) 2025/08/07 01:56:40 INFO : medium: Deleted 2025/08/07 01:56:40 INFO : small: Deleted --- PASS: TestDelete (6.52s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:56:43 DEBUG : small: md5 = 935fed31f9f2a7d6889389dbe033ffc7 OK 2025/08/07 01:56:44 DEBUG : medium: md5 = 4a853f9356f99272320429fba1a1f089 OK 2025/08/07 01:56:46 DEBUG : large: md5 = b70a4ccf6dfe2a4d3826bbc1aea639e7 OK 2025/08/07 01:56:46 DEBUG : Waiting for deletions to finish 2025/08/07 01:56:46 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/08/07 01:56:47 INFO : medium: Deleted 2025/08/07 01:56:47 INFO : small: Deleted --- PASS: TestMaxDelete (7.50s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:56:50 DEBUG : small: md5 = 35abb58fe78c73348cc3e2bbd060ede5 OK 2025/08/07 01:56:52 DEBUG : medium: md5 = e68c15100c78b70c51e7439062498c4d OK 2025/08/07 01:56:53 DEBUG : large: md5 = 6c0ffb0b12a015eaf30edb18777cfd7e OK 2025/08/07 01:56:53 DEBUG : Waiting for deletions to finish 2025/08/07 01:56:54 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/07 01:56:54 INFO : small: Deleted 2025/08/07 01:56:54 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.11s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:56:57 DEBUG : small: md5 = 0d0e2c6fc1e02af998fc60540a38ff2a OK 2025/08/07 01:56:59 DEBUG : medium: md5 = 887f06bce29c876a9f9b0f3084adb926 OK 2025/08/07 01:57:00 DEBUG : large: md5 = 0234881a08ee66e0f8decdef7cb41b8b OK 2025/08/07 01:57:00 DEBUG : Waiting for deletions to finish 2025/08/07 01:57:01 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2025/08/07 01:57:01 INFO : medium: Deleted 2025/08/07 01:57:01 INFO : large: Deleted --- PASS: TestMaxDeleteSize (7.07s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:57:04 DEBUG : ReadFile: md5 = f2a55c4b8ed203752c45543f9cb9555f OK --- PASS: TestReadFile (4.41s) === RUN TestRetry 2025/08/07 01:57:07 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/08/07 01:57:07 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/08/07 01:57:07 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/07 01:57:07 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/07 01:57:07 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/07 01:57:07 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/07 01:57:07 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-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:57:09 DEBUG : file1: md5 = 94e58f56a4f191054dc2664189a02e4b OK 2025/08/07 01:57:10 DEBUG : file2: md5 = 35e2ea1219556b73f6482a9a682ee971 OK --- PASS: TestCat (16.90s) === RUN TestPurge 2025/08/07 01:57:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xorolen6meko" 2025/08/07 01:57:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/07 01:57:24 DEBUG : Creating backend with remote "TestDrive:crypt/d47ahiu4vvbvkr3n3fckf8jipq7e0kdgphmf040sf6lj71e2v3jg" 2025/08/07 01:57:25 DEBUG : Creating backend with remote "/tmp/rclone3183732470" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xorolen6meko'", Local "Local file system at /tmp/rclone3183732470", Modify Window "1ms" 2025/08/07 01:57:30 DEBUG : A1/B1/C1/one: md5 = e2842e175d76424f9e895ff6461252a0 OK 2025/08/07 01:57:30 INFO : A2: Making directory 2025/08/07 01:57:31 INFO : A1/B2: Making directory 2025/08/07 01:57:31 INFO : A1/B2/C2: Making directory 2025/08/07 01:57:32 INFO : A1/B1/C3: Making directory 2025/08/07 01:57:33 INFO : A3: Making directory 2025/08/07 01:57:34 INFO : A3/B3: Making directory 2025/08/07 01:57:34 INFO : A3/B3/C4: Making directory 2025/08/07 01:57:37 DEBUG : A1/two: md5 = 1c04204085f88fac936844a680971405 OK 2025/08/07 01:57:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xorolen6meko': Purge remote 2025/08/07 01:57:40 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.80s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:57:44 DEBUG : A1/B1/C1/one: md5 = 79e39052e4f5d35c143eaa2fc0920476 OK 2025/08/07 01:57:44 INFO : A2: Making directory 2025/08/07 01:57:44 INFO : A1/B2: Making directory 2025/08/07 01:57:45 INFO : A1/B2/C2: Making directory 2025/08/07 01:57:46 INFO : A1/B1/C3: Making directory 2025/08/07 01:57:47 INFO : A3: Making directory 2025/08/07 01:57:47 INFO : A3/B3: Making directory 2025/08/07 01:57:48 INFO : A3/B3/C4: Making directory 2025/08/07 01:57:50 DEBUG : A1/two: md5 = 28123621db65f87a4d1f1adc0d09c581 OK 2025/08/07 01:57:51 DEBUG : removing 1 level 3 directories 2025/08/07 01:57:51 INFO : A3/B3/C4: Removing directory 2025/08/07 01:57:54 DEBUG : removing 2 level 3 directories 2025/08/07 01:57:54 INFO : A1/B2/C2: Removing directory 2025/08/07 01:57:54 INFO : A1/B1/C3: Removing directory 2025/08/07 01:57:55 DEBUG : removing 2 level 2 directories 2025/08/07 01:57:55 INFO : A3/B3: Removing directory 2025/08/07 01:57:55 INFO : A1/B2: Removing directory 2025/08/07 01:57:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/07 01:57:55 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/08/07 01:57:56 DEBUG : removing 2 level 1 directories 2025/08/07 01:57:56 INFO : A3: Removing directory 2025/08/07 01:57:56 INFO : A2: Removing directory 2025/08/07 01:57:56 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/08/07 01:58:00 DEBUG : removing 1 level 3 directories 2025/08/07 01:58:00 INFO : A1/B1/C1: Removing directory 2025/08/07 01:58:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:00 DEBUG : removing 1 level 2 directories 2025/08/07 01:58:00 INFO : A1/B1: Removing directory 2025/08/07 01:58:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/07 01:58:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/07 01:58:01 DEBUG : removing 1 level 1 directories 2025/08/07 01:58:01 INFO : A1: Removing directory 2025/08/07 01:58:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/07 01:58:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/07 01:58:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/07 01:58:02 DEBUG : removing 1 level 0 directories 2025/08/07 01:58:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': Removing directory 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/07 01:58:02 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" --- PASS: TestRmdirsNoLeaveRoot (23.13s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:58:04 INFO : A1: Making directory 2025/08/07 01:58:05 INFO : A1/B1: Making directory 2025/08/07 01:58:05 INFO : A1/B1/C1: Making directory 2025/08/07 01:58:08 DEBUG : removing 1 level 3 directories 2025/08/07 01:58:08 INFO : A1/B1/C1: Removing directory 2025/08/07 01:58:09 DEBUG : removing 1 level 2 directories 2025/08/07 01:58:09 INFO : A1/B1: Removing directory 2025/08/07 01:58:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/07 01:58:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.82s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:58:11 INFO : A1: Making directory 2025/08/07 01:58:12 INFO : A1/B1: Making directory 2025/08/07 01:58:13 INFO : A1/B1/C1: Making directory 2025/08/07 01:58:15 DEBUG : removing 1 level 3 directories 2025/08/07 01:58:15 INFO : A1/B1/C1: Removing directory 2025/08/07 01:58:16 DEBUG : removing 1 level 2 directories 2025/08/07 01:58:16 INFO : A1/B1: Removing directory 2025/08/07 01:58:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/07 01:58:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.56s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:58:21 DEBUG : file1: md5 = 2a11cec55ae9c088d8e6ed33b5466d6f OK 2025/08/07 01:58:21 DEBUG : filename.txt: File name found in url 2025/08/07 01:58:23 DEBUG : filename.txt: md5 = 1f5ec5d3d17981cb406850b9f0d60cce OK 2025/08/07 01:58:23 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/08/07 01:58:24 DEBUG : headerfilename.txt: md5 = 3f7c861dbb6b3d3c9e29e4f4a357d298 OK 2025/08/07 01:58:29 DEBUG : file2: md5 = 37095e3146a933fb6797a1aae742e8af OK --- PASS: TestCopyURL (12.74s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:58:32 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/07 01:58:36 DEBUG : sub/file2: md5 = 6540f5572962290f2f0a890c867dc065 OK 2025/08/07 01:58:36 INFO : file1: Copied (new) to: sub/file2 2025/08/07 01:58:36 INFO : file1: Deleted 2025/08/07 01:58:37 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/07 01:58:37 DEBUG : file1: Unchanged skipping 2025/08/07 01:58:37 INFO : file1: Deleted 2025/08/07 01:58:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': don't need to copy/move sub/file2, it is already at target location 2025/08/07 01:58:39 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (8.59s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:58:40 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/07 01:58:42 DEBUG : file1: md5 = bc263fc80c5bfd936885eb6d721dde7a OK 2025/08/07 01:58:42 INFO : file1: Copied (new) 2025/08/07 01:58:42 INFO : file1: Deleted 2025/08/07 01:58:42 DEBUG : file1: Destination exists, skipping 2025/08/07 01:58:42 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.39s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.51s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.46s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:58:46 DEBUG : dst/file1: md5 = b197508cca1e502c7150216c5f0b04e3 OK 2025/08/07 01:58:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yohisiz4vahu/backup" 2025/08/07 01:58:47 DEBUG : Creating backend with remote "TestDrive:crypt/kv3o58ubqquvr0i3no46a4nv4th4geh982oo52vnv5vtvktun20g/1nrff024r7pq65ecp72fc28jb0" 2025/08/07 01:58:49 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/07 01:58:51 INFO : dst/file1: Moved (server-side) 2025/08/07 01:58:52 DEBUG : dst/file1: md5 = 5ddffd32cad4f9e3a87f7278b51d05d3 OK 2025/08/07 01:58:52 INFO : dst/file1: Copied (new) 2025/08/07 01:58:52 INFO : dst/file1: Deleted 2025/08/07 01:58:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 01:58:56 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/07 01:58:56 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.84s) === 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-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:58:59 DEBUG : A1/one: md5 = 65c44db93c918da59d3c0edb90cedc3b OK 2025/08/07 01:59:01 DEBUG : A1/two: md5 = c0847b28ecb3093789f566d8d261e4d7 OK 2025/08/07 01:59:03 DEBUG : A1/B1/three: md5 = 7ac502d973001263f1dd225ec712e0f8 OK 2025/08/07 01:59:05 DEBUG : A1/B1/C1/four: md5 = 3363d2e3afb76c284201148ec8a9ffc3 OK 2025/08/07 01:59:07 DEBUG : A1/B1/C2/five: md5 = b3fab71d3c2d3c73b5fb938103dac554 OK 2025/08/07 01:59:07 INFO : A1/B2: Making directory 2025/08/07 01:59:08 INFO : A1/B1/C3: Making directory 2025/08/07 01:59:18 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/08/07 01:59:18 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/08/07 01:59:18 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/08/07 01:59:18 INFO : A2/two: Moved (server-side) to: A3/two 2025/08/07 01:59:18 INFO : A2/one: Moved (server-side) to: A3/one 2025/08/07 01:59:21 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/07 01:59:21 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/07 01:59:21 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/07 01:59:22 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/07 01:59:22 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/07 01:59:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/08/07 01:59:29 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/08/07 01:59:29 INFO : A3/one: Moved (server-side) to: A4/one 2025/08/07 01:59:29 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/08/07 01:59:30 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/08/07 01:59:30 INFO : A3/two: Moved (server-side) to: A4/two 2025/08/07 01:59:33 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/07 01:59:33 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/07 01:59:33 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/07 01:59:34 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/07 01:59:34 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/07 01:59:40 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/08/07 01:59:41 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/08/07 01:59:41 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/07 01:59:41 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/07 01:59:41 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/07 01:59:41 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/07 01:59:42 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/07 01:59:42 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/07 01:59:42 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/07 01:59:42 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (45.79s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" --- PASS: TestGetFsInfo (0.45s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:59:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': File to upload is small (34 bytes), uploading instead of streaming 2025/08/07 01:59:45 DEBUG : no_checksum_small_file_from_pipe: md5 = 98afc3ee4fe13d33478ac659c343393a OK 2025/08/07 01:59:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/08/07 01:59:45 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/07 01:59:46 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/08/07 01:59:47 DEBUG : no_checksum_big_file_from_pipe: md5 = f3c51bc1a206ab1c6c1e316f146d3611 OK 2025/08/07 01:59:47 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-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:59:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': File to upload is small (34 bytes), uploading instead of streaming 2025/08/07 01:59:50 DEBUG : with_checksum_small_file_from_pipe: md5 = 6a7eb18df8692ab777632b7761699f12 OK 2025/08/07 01:59:50 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/07 01:59:51 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/08/07 01:59:52 DEBUG : with_checksum_big_file_from_pipe: md5 = 1d9f60291c41a6126ea5e02b166c1d7c OK 2025/08/07 01:59:52 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-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:59:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': File to upload is small (34 bytes), uploading instead of streaming 2025/08/07 01:59:56 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/07 01:59:56 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/07 01:59:57 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-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 01:59:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': File to upload is small (34 bytes), uploading instead of streaming 2025/08/07 02:00:01 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/07 02:00:01 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/07 02:00:02 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.52s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.24s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.22s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.04s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.02s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/08/07 02:00:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': File to upload is small (48 bytes), uploading instead of streaming 2025/08/07 02:00:06 DEBUG : rcat_metadata: md5 = 6f7838a743abaeb4c67cf427106cf390 OK 2025/08/07 02:00:06 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/08/07 02:00:08 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/08/07 02:00:09 DEBUG : rcat_metadata_uploadcutoff0: md5 = 2e69d25a6014a724ac64434554751194 OK 2025/08/07 02:00:09 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.07s) --- PASS: TestRcatMetadata/Normal (2.72s) --- PASS: TestRcatMetadata/ViaDisk (2.91s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 02:00:11 DEBUG : potato1: md5 = b101be687703970a555e8303a5802ed4 OK 2025/08/07 02:00:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': File to upload is small (60 bytes), uploading instead of streaming 2025/08/07 02:00:13 DEBUG : potato2: md5 = e4c72fc158504fe7e1a122b7f31ea0c7 OK 2025/08/07 02:00:13 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.91s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 02:00:16 DEBUG : potato1: md5 = 2b229a5ea5a4d58f1c8fa8bb146a660c OK 2025/08/07 02:00:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': File to upload is small (60 bytes), uploading instead of streaming 2025/08/07 02:00:18 DEBUG : potato2: md5 = 20365f8fb1e19bc86d53ce57deb3e806 OK 2025/08/07 02:00:18 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.96s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 02:00:21 DEBUG : potato2: md5 = 552361678f96f0c9a89e4e83a8485830 OK 2025/08/07 02:00:23 DEBUG : empty space: md5 = ebdba4ef00aececf663d2b9039e5fbf9 OK 2025/08/07 02:00:25 DEBUG : sub dir/potato3: md5 = 3bb1667e5f7429ae724709dd91601001 OK 2025/08/07 02:00:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': Touching "sub dir/potato3" 2025/08/07 02:00:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': Touching "empty space" 2025/08/07 02:00:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': Touching "potato2" 2025/08/07 02:00:29 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.01s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 02:00:30 DEBUG : dir with metadata: Making directory with metadata 2025/08/07 02:00:31 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.45s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 02:00:32 DEBUG : directory with modtime: Making directory with metadata 2025/08/07 02:00:33 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.42s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 02:00:35 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/07 02:00:35 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/07 02:00:35 DEBUG : Google drive root 'crypt/kv3o58ubqquvr0i3no46a4nv4th4geh982oo52vnv5vtvktun20g': Skipping btime metadata as can't update it on an existing file: 2025-08-07T02:00:35.241028938Z 2025/08/07 02:00:35 INFO : non existent directory: Updated directory metadata 2025/08/07 02:00:37 DEBUG : Google drive root 'crypt/kv3o58ubqquvr0i3no46a4nv4th4geh982oo52vnv5vtvktun20g': Skipping btime metadata as can't update it on an existing file: 2025-08-07T02:00:35.241028938Z 2025/08/07 02:00:38 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.77s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 02:00:40 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/08/07 02:00:41 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/08/07 02:00:42 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.31s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 02:00:44 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/07 02:00:44 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/07 02:00:44 DEBUG : dst: Making directory with metadata 2025/08/07 02:00:45 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/07 02:00:45 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/07 02:00:45 INFO : dst: Set directory modification time (using SetModTime) 2025/08/07 02:00:46 INFO : dst: Set directory modification time (using SetModTime) 2025/08/07 02:00:46 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/08/07 02:00:46 INFO : dst: Set directory modification time (using SetModTime) 2025/08/07 02:00:46 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.78s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu'", Local "Local file system at /tmp/rclone4021115477", Modify Window "1ms" 2025/08/07 02:00:50 DEBUG : sub dir/test remove existing: md5 = fc19d199033f5d4a8079a12f21d2c18b OK 2025/08/07 02:00:51 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 6d47f3936c08d903c757428fd177c1f7 OK 2025/08/07 02:00:53 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.mayebid3" before starting 2025/08/07 02:00:54 DEBUG : sub dir/test remove existing.mayebid3: TEST: removing renamed existing file after operation 2025/08/07 02:00:55 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.dukinap4" before starting 2025/08/07 02:00:56 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.dukinap4: TEST: renaming existing back after failed operation 2025/08/07 02:00:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.xeqizab2" before starting 2025/08/07 02:00:59 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.xeqizab2: TEST: removing renamed existing file after operation 2025/08/07 02:01:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "muhb79518s1h3mb8rfgg2tcgibghnfmfk3so374btqr7tnidlk40" 2025/08/07 02:01:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "medk0mrl47l3eje08pc9au6srtq4osturt6gec6e0ff3842pfmoen00kmgm1l6niurqmkbegc5f28ktn3sa1ec117lqj8uvjfuo9u12ifol1c8d0kinghpkj5cdrsarf79i26kttvimu54ase6de594gvesd9g64qc1nsfvqdojbb104alq0" --- PASS: TestRemoveExisting (13.37s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/08/07 02:01:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yohisiz4vahu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 11m11.435861814s (try 1/5)