"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/09/10 01:11:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sanuyut6joka" 2025/09/10 01:11:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/10 01:11:54 DEBUG : Creating backend with remote "TestDrive:crypt/35otkvt6jq2vs31tqh2hnoc8pdt7fcsqir6vnmbnv95ic901pkl0" 2025/09/10 01:11:55 DEBUG : Creating backend with remote "/tmp/rclone2156038081" === 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-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.29s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.25s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/09/10 01:11:56 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/10 01:11:56 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/10 01:11:56 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/09/10 01:11:56 DEBUG : potato: Seek from 10 to 0 2025/09/10 01:11:56 DEBUG : potato: Seek from 10 to 0 2025/09/10 01:11:56 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/09/10 01:11:56 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/10 01:11:56 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/10 01:11:56 DEBUG : potato: Seek from 5 to 2 2025/09/10 01:11:56 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/09/10 01:11:56 DEBUG : potato: Seek from 7 to 0 2025/09/10 01:11:56 DEBUG : potato: Seek from 7 to 0 2025/09/10 01:11:56 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/09/10 01:11:56 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/10 01:11:56 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/10 01:11:56 DEBUG : potato: Seek from 5 to 2 2025/09/10 01:11:56 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/09/10 01:11:56 DEBUG : potato: Seek from 8 to 0 2025/09/10 01:11:56 DEBUG : potato: Seek from 8 to 0 2025/09/10 01:11:56 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/09/10 01:11:56 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/10 01:11:56 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/10 01:11:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/10 01:11:56 DEBUG : potato: Seek from 5 to 2 2025/09/10 01:11:56 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/09/10 01:11:56 DEBUG : potato: Seek from 9 to 0 2025/09/10 01:11:56 DEBUG : potato: Seek from 9 to 0 2025/09/10 01:11:56 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-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:11:58 DEBUG : rutabaga: md5 = 23c7171859603b7ab3b2b76b3f8b89d5 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/09/10 01:12:01 DEBUG : empty space: md5 = 78376db77cfb98e5d98a746e661b18aa OK === RUN TestCheck/3 2025/09/10 01:12:03 DEBUG : potato2: md5 = d25d3c686289c4afae722f63d50f7cea OK === RUN TestCheck/4 === RUN TestCheck/5 2025/09/10 01:12:05 DEBUG : remotepotato: md5 = 15ffdaea13bacb41b62291939d403d55 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.76s) --- PASS: TestCheck/1 (0.27s) --- PASS: TestCheck/2 (0.29s) --- PASS: TestCheck/3 (0.30s) --- PASS: TestCheck/4 (0.32s) --- PASS: TestCheck/5 (0.28s) --- PASS: TestCheck/6 (0.30s) --- PASS: TestCheck/7 (0.29s) === RUN TestCheckFsError 2025/09/10 01:12:09 DEBUG : Creating backend with remote "nonexistent" 2025/09/10 01:12:09 DEBUG : Config file has changed externally - reloading 2025/09/10 01:12:09 DEBUG : Creating backend with remote "nonexistent" 2025/09/10 01:12:09 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/09/10 01:12:09 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/09/10 01:12:09 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/09/10 01:12:09 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:12:10 DEBUG : rutabaga: md5 = 2932fb64e796cc11529178bcfb5d03a5 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/09/10 01:12:15 DEBUG : empty space: md5 = f99a0a1895a6504e1540bf0cb1cbc291 OK === RUN TestCheckDownload/3 2025/09/10 01:12:17 DEBUG : potato2: md5 = 779b413be54dc9c78963686b193268a1 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/09/10 01:12:22 DEBUG : remotepotato: md5 = 16b178faac6970cfebd56cc8b52278ac OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (18.07s) --- PASS: TestCheckDownload/1 (1.03s) --- PASS: TestCheckDownload/2 (1.72s) --- PASS: TestCheckDownload/3 (0.94s) --- PASS: TestCheckDownload/4 (1.61s) --- PASS: TestCheckDownload/5 (1.01s) --- PASS: TestCheckDownload/6 (1.23s) --- PASS: TestCheckDownload/7 (0.89s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:12:28 DEBUG : rutabaga: md5 = 3ca05ef6c84e6e539c2af098982aef69 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/09/10 01:12:31 DEBUG : empty space: md5 = f3db274c7bba9109656dc61b2bf25369 OK === RUN TestCheckSizeOnly/3 2025/09/10 01:12:33 DEBUG : potato2: md5 = 218570284b3e602bc894b36c663bfdad OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/09/10 01:12:35 DEBUG : remotepotato: md5 = 6f2b0a3b3437b703ff2ffced8ca487e8 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.61s) --- PASS: TestCheckSizeOnly/1 (0.32s) --- PASS: TestCheckSizeOnly/2 (0.28s) --- PASS: TestCheckSizeOnly/3 (0.30s) --- PASS: TestCheckSizeOnly/4 (0.27s) --- PASS: TestCheckSizeOnly/5 (0.30s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:12:40 DEBUG : test.sum: md5 = 1164e43e531ddfaca00b385bb0aba8b5 OK 2025/09/10 01:12:41 NOTICE: test.sum: improperly formatted checksum line 4 2025/09/10 01:12:41 NOTICE: test.sum: improperly formatted checksum line 5 2025/09/10 01:12:41 NOTICE: test.sum: improperly formatted checksum line 6 2025/09/10 01:12:41 NOTICE: test.sum: 2 warning(s) suppressed... 2025/09/10 01:12:43 DEBUG : test.sum: md5 = 33959ee0bd0cd4b1b10254e3da3b2da7 OK 2025/09/10 01:12:44 NOTICE: test.sum: improperly formatted checksum line 4 2025/09/10 01:12:44 NOTICE: test.sum: improperly formatted checksum line 5 2025/09/10 01:12:44 NOTICE: test.sum: improperly formatted checksum line 6 2025/09/10 01:12:44 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.48s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:12:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sanuyut6joka/data" 2025/09/10 01:12:45 DEBUG : Creating backend with remote "TestDrive:crypt/35otkvt6jq2vs31tqh2hnoc8pdt7fcsqir6vnmbnv95ic901pkl0/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka/data' lacks md5, skipping --- SKIP: TestCheckSum (2.29s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:12:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sanuyut6joka/data" 2025/09/10 01:12:47 DEBUG : Creating backend with remote "TestDrive:crypt/35otkvt6jq2vs31tqh2hnoc8pdt7fcsqir6vnmbnv95ic901pkl0/vjrnln8ratgmqakfosrqe8espk" 2025/09/10 01:12:51 DEBUG : data/banana: md5 = 97d7e092c87d745ff4927b41d931f312 OK 2025/09/10 01:12:53 DEBUG : test.sum: md5 = 1b8b34011b6f4a1a6880cfe6c276e369 OK === RUN TestCheckSumDownload/subtest1 2025/09/10 01:12:57 DEBUG : data/potato: md5 = c8d9920d5cb5ea9f5715c45496072f1d OK 2025/09/10 01:12:59 DEBUG : test.sum: md5 = 0a49f9d017327322d33345e7178e7396 OK === RUN TestCheckSumDownload/subtest2 2025/09/10 01:13:03 DEBUG : test.sum: md5 = 2cfa3a4fb0a3d15a8c4a01392a127f97 OK === RUN TestCheckSumDownload/subtest3 2025/09/10 01:13:08 DEBUG : test.sum: md5 = bd7693e5a9a8c10ab9c64009a1885e2e OK === RUN TestCheckSumDownload/subtest4 2025/09/10 01:13:12 DEBUG : test.sum: md5 = 193c858c9b2477c403c1ba795a41bbf2 OK === RUN TestCheckSumDownload/subtest5 2025/09/10 01:13:16 DEBUG : test.sum: md5 = 129138e2c7537046df48c334a47603aa OK === RUN TestCheckSumDownload/subtest6 2025/09/10 01:13:21 DEBUG : data/banana: md5 = 7184bf62392fb1c5184fd0ba5494bc98 OK 2025/09/10 01:13:23 DEBUG : data/potato: md5 = b838ea859f3b9c65d39e3af9c6914092 OK 2025/09/10 01:13:24 DEBUG : test.sum: md5 = 6f63b06dcb10c364669698923a08806c OK === RUN TestCheckSumDownload/subtest7 2025/09/10 01:13:30 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/09/10 01:13:30 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (44.01s) --- PASS: TestCheckSumDownload/subtest1 (2.38s) --- PASS: TestCheckSumDownload/subtest2 (2.10s) --- PASS: TestCheckSumDownload/subtest3 (2.48s) --- PASS: TestCheckSumDownload/subtest4 (2.19s) --- PASS: TestCheckSumDownload/subtest5 (2.29s) --- PASS: TestCheckSumDownload/subtest6 (2.95s) --- PASS: TestCheckSumDownload/subtest7 (2.74s) === RUN TestApplyTransforms 2025/09/10 01:13:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-suvizes5nile" 2025/09/10 01:13:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/10 01:13:31 DEBUG : Creating backend with remote "TestDrive:crypt/33pnvgnt4iab7lmslcgrai7s9eksuoseg845cbpk30he257b9ju0" 2025/09/10 01:13:32 DEBUG : Creating backend with remote "/tmp/rclone1563646692" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suvizes5nile'", Local "Local file system at /tmp/rclone1563646692", Modify Window "1ms" 2025/09/10 01:13:34 DEBUG : hello, world!: md5 = ce0d04c49b6cce75ff4f3b85fd378087 OK upper checkfile vs. lower remote (without normalization) 2025/09/10 01:13:35 ERROR : hello, world!: sum not found 2025/09/10 01:13:35 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-suvizes5nile' 2025/09/10 01:13:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suvizes5nile': 1 files missing 2025/09/10 01:13:35 NOTICE: 1 hashes missing 2025/09/10 01:13:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suvizes5nile': 1 differences found 2025/09/10 01:13:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suvizes5nile': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/09/10 01:13:36 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/10 01:13:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suvizes5nile': 0 differences found 2025/09/10 01:13:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suvizes5nile': 1 matching files 2025/09/10 01:13:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bekohuz1bije" 2025/09/10 01:13:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/10 01:13:36 DEBUG : Creating backend with remote "TestDrive:crypt/vnrs7pael76vju3i35b892vrq2pb2r7od7gh4329sphq8jr2h21g" 2025/09/10 01:13:37 DEBUG : Creating backend with remote "/tmp/rclone1241653906" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bekohuz1bije'", Local "Local file system at /tmp/rclone1241653906", Modify Window "1ms" 2025/09/10 01:13:39 DEBUG : HELLO, WORLD!: md5 = c9939d833939c996fcbb78a5baa49e38 OK lower checkfile vs. upper remote (without normalization) 2025/09/10 01:13:40 ERROR : HELLO, WORLD!: sum not found 2025/09/10 01:13:40 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-bekohuz1bije' 2025/09/10 01:13:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bekohuz1bije': 1 files missing 2025/09/10 01:13:40 NOTICE: 1 hashes missing 2025/09/10 01:13:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bekohuz1bije': 1 differences found 2025/09/10 01:13:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bekohuz1bije': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/09/10 01:13:41 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/10 01:13:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bekohuz1bije': 0 differences found 2025/09/10 01:13:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bekohuz1bije': 1 matching files 2025/09/10 01:13:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-joqewiz2jidi" 2025/09/10 01:13:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/10 01:13:41 DEBUG : Creating backend with remote "TestDrive:crypt/gulnm7j741o171jd0dp8smhmpqjkb067pesdv64fcg1g8uutoua0" 2025/09/10 01:13:42 DEBUG : Creating backend with remote "/tmp/rclone1082017463" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-joqewiz2jidi'", Local "Local file system at /tmp/rclone1082017463", Modify Window "1ms" 2025/09/10 01:13:45 DEBUG : HeLlO, wOrLd!: md5 = e4c478f7e38b6edb2904c3cc6ea4db8b OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/09/10 01:13:45 ERROR : HeLlO, wOrLd!: sum not found 2025/09/10 01:13:45 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-joqewiz2jidi' 2025/09/10 01:13:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-joqewiz2jidi': 1 files missing 2025/09/10 01:13:45 NOTICE: 1 hashes missing 2025/09/10 01:13:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-joqewiz2jidi': 1 differences found 2025/09/10 01:13:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-joqewiz2jidi': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/09/10 01:13:47 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/10 01:13:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-joqewiz2jidi': 0 differences found 2025/09/10 01:13:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-joqewiz2jidi': 1 matching files 2025/09/10 01:13:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pumiyih9bohe" 2025/09/10 01:13:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/10 01:13:47 DEBUG : Creating backend with remote "TestDrive:crypt/k1ouhh0mqqfvs89877tu9n2blc275b4aitml0llul3umg3aqv4dg" 2025/09/10 01:13:48 DEBUG : Creating backend with remote "/tmp/rclone3488666190" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumiyih9bohe'", Local "Local file system at /tmp/rclone3488666190", Modify Window "1ms" 2025/09/10 01:13:50 DEBUG : HELLO, WORLD!: md5 = 41ea6d05452fdcd838f6053ae1e9e79a OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/09/10 01:13:51 ERROR : HELLO, WORLD!: sum not found 2025/09/10 01:13:51 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-pumiyih9bohe' 2025/09/10 01:13:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pumiyih9bohe': 1 files missing 2025/09/10 01:13:51 NOTICE: 1 hashes missing 2025/09/10 01:13:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pumiyih9bohe': 1 differences found 2025/09/10 01:13:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pumiyih9bohe': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/09/10 01:13:52 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/10 01:13:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pumiyih9bohe': 0 differences found 2025/09/10 01:13:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pumiyih9bohe': 1 matching files 2025/09/10 01:13:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zazogud1loze" 2025/09/10 01:13:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/10 01:13:52 DEBUG : Creating backend with remote "TestDrive:crypt/j8fpo9ohut6rdvmbssk23kr02qs98tba5cl4c662g4c52pq1t0jg" 2025/09/10 01:13:53 DEBUG : Creating backend with remote "/tmp/rclone4193177499" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zazogud1loze'", Local "Local file system at /tmp/rclone4193177499", Modify Window "1ms" 2025/09/10 01:13:55 DEBUG : 測試_Русский___ě_áñ: md5 = 53c9b20fb21ee53f0e4bd7c45144613f OK NFD checkfile vs. NFC remote (without normalization) 2025/09/10 01:13:56 ERROR : 測試_Русский___ě_áñ: sum not found 2025/09/10 01:13:56 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zazogud1loze' 2025/09/10 01:13:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zazogud1loze': 1 files missing 2025/09/10 01:13:56 NOTICE: 1 hashes missing 2025/09/10 01:13:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zazogud1loze': 1 differences found 2025/09/10 01:13:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zazogud1loze': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/09/10 01:13:57 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/10 01:13:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zazogud1loze': 0 differences found 2025/09/10 01:13:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zazogud1loze': 1 matching files 2025/09/10 01:13:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-meyipot7yuto" 2025/09/10 01:13:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/10 01:13:57 DEBUG : Creating backend with remote "TestDrive:crypt/ustn1l02mbs0ngk9jpvgd4p5t9d75jsv97h4g6a5tgafjbnikv2g" 2025/09/10 01:13:58 DEBUG : Creating backend with remote "/tmp/rclone2184246942" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-meyipot7yuto'", Local "Local file system at /tmp/rclone2184246942", Modify Window "1ms" 2025/09/10 01:14:01 DEBUG : 測試_Русский___ě_áñ: md5 = 013c93ad3d31563fe51202fd763ea74f OK NFC checkfile vs. NFD remote (without normalization) 2025/09/10 01:14:01 ERROR : 測試_Русский___ě_áñ: sum not found 2025/09/10 01:14:01 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-meyipot7yuto' 2025/09/10 01:14:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-meyipot7yuto': 1 files missing 2025/09/10 01:14:01 NOTICE: 1 hashes missing 2025/09/10 01:14:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-meyipot7yuto': 1 differences found 2025/09/10 01:14:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-meyipot7yuto': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/09/10 01:14:03 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/10 01:14:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-meyipot7yuto': 0 differences found 2025/09/10 01:14:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-meyipot7yuto': 1 matching files 2025/09/10 01:14:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pijoxib6noto" 2025/09/10 01:14:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/10 01:14:03 DEBUG : Creating backend with remote "TestDrive:crypt/jalkifs5vt7or9v8o6d38k88sbhjtlfg2v9u0t4jh8l9q473sa5g" 2025/09/10 01:14:04 DEBUG : Creating backend with remote "/tmp/rclone2747941790" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pijoxib6noto'", Local "Local file system at /tmp/rclone2747941790", Modify Window "1ms" 2025/09/10 01:14:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c2d8aa81c54d5de46d51b5cf8753542c OK NFDx2 checkfile vs. both remote (without normalization) 2025/09/10 01:14:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/10 01:14:07 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pijoxib6noto' 2025/09/10 01:14:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pijoxib6noto': 1 files missing 2025/09/10 01:14:07 NOTICE: 1 hashes missing 2025/09/10 01:14:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pijoxib6noto': 1 differences found 2025/09/10 01:14:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pijoxib6noto': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/09/10 01:14:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/10 01:14:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pijoxib6noto': 0 differences found 2025/09/10 01:14:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pijoxib6noto': 1 matching files 2025/09/10 01:14:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kozakup3piqa" 2025/09/10 01:14:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/10 01:14:08 DEBUG : Creating backend with remote "TestDrive:crypt/oilcfqi9rucucneh4ev3t0os92ns4423hi1b0hg6v517hh8lai2g" 2025/09/10 01:14:09 DEBUG : Creating backend with remote "/tmp/rclone677195563" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kozakup3piqa'", Local "Local file system at /tmp/rclone677195563", Modify Window "1ms" 2025/09/10 01:14:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 4a0be41719d6715863357795e8e05f94 OK NFCx2 checkfile vs. both remote (without normalization) 2025/09/10 01:14:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/10 01:14:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kozakup3piqa' 2025/09/10 01:14:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kozakup3piqa': 1 files missing 2025/09/10 01:14:12 NOTICE: 1 hashes missing 2025/09/10 01:14:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kozakup3piqa': 1 differences found 2025/09/10 01:14:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kozakup3piqa': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/09/10 01:14:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/10 01:14:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kozakup3piqa': 0 differences found 2025/09/10 01:14:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kozakup3piqa': 1 matching files 2025/09/10 01:14:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tuvokok7cire" 2025/09/10 01:14:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/10 01:14:14 DEBUG : Creating backend with remote "TestDrive:crypt/kcjgir53699furie1lpoq9669rgogorjhlpftvjomi21stdr3nng" 2025/09/10 01:14:15 DEBUG : Creating backend with remote "/tmp/rclone1989333392" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tuvokok7cire'", Local "Local file system at /tmp/rclone1989333392", Modify Window "1ms" 2025/09/10 01:14:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 08e1f212543fedc423bb44a7d8665145 OK both checkfile vs. NFDx2 remote (without normalization) 2025/09/10 01:14:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/10 01:14:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tuvokok7cire' 2025/09/10 01:14:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tuvokok7cire': 1 files missing 2025/09/10 01:14:17 NOTICE: 1 hashes missing 2025/09/10 01:14:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tuvokok7cire': 1 differences found 2025/09/10 01:14:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tuvokok7cire': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/09/10 01:14:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/10 01:14:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tuvokok7cire': 0 differences found 2025/09/10 01:14:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tuvokok7cire': 1 matching files 2025/09/10 01:14:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-siwoboh4sago" 2025/09/10 01:14:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/10 01:14:19 DEBUG : Creating backend with remote "TestDrive:crypt/gefdh1k0l70be1v7siv5bvpsk1ullb9u31ioot5s9hl22qatr560" 2025/09/10 01:14:20 DEBUG : Creating backend with remote "/tmp/rclone4130483327" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-siwoboh4sago'", Local "Local file system at /tmp/rclone4130483327", Modify Window "1ms" 2025/09/10 01:14:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c5f52f9c7e7f616375f6597629a52fd7 OK both checkfile vs. NFCx2 remote (without normalization) 2025/09/10 01:14:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/10 01:14:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-siwoboh4sago' 2025/09/10 01:14:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-siwoboh4sago': 1 files missing 2025/09/10 01:14:23 NOTICE: 1 hashes missing 2025/09/10 01:14:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-siwoboh4sago': 1 differences found 2025/09/10 01:14:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-siwoboh4sago': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/09/10 01:14:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/10 01:14:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-siwoboh4sago': 0 differences found 2025/09/10 01:14:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-siwoboh4sago': 1 matching files 2025/09/10 01:14:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-siwoboh4sago': Purge remote 2025/09/10 01:14:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tuvokok7cire': Purge remote 2025/09/10 01:14:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kozakup3piqa': Purge remote 2025/09/10 01:14:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pijoxib6noto': Purge remote 2025/09/10 01:14:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-meyipot7yuto': Purge remote 2025/09/10 01:14:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zazogud1loze': Purge remote 2025/09/10 01:14:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pumiyih9bohe': Purge remote 2025/09/10 01:14:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-joqewiz2jidi': Purge remote 2025/09/10 01:14:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bekohuz1bije': Purge remote 2025/09/10 01:14:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suvizes5nile': Purge remote --- PASS: TestApplyTransforms (57.54s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:14:29 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/10 01:14:31 DEBUG : sub/file2: md5 = 3d99cbde525b0292dd1b73dcc0c91915 OK 2025/09/10 01:14:31 INFO : file1: Copied (new) to: sub/file2 2025/09/10 01:14:32 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/10 01:14:32 DEBUG : file1: Unchanged skipping 2025/09/10 01:14:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': don't need to copy/move sub/file2, it is already at target location 2025/09/10 01:14:35 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.68s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.53s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:14:38 DEBUG : dst/file1: md5 = f2afaabbcabf5c63598a6170cd633492 OK 2025/09/10 01:14:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sanuyut6joka/backup" 2025/09/10 01:14:39 DEBUG : Creating backend with remote "TestDrive:crypt/35otkvt6jq2vs31tqh2hnoc8pdt7fcsqir6vnmbnv95ic901pkl0/1nrff024r7pq65ecp72fc28jb0" 2025/09/10 01:14:40 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/09/10 01:14:43 INFO : dst/file1: Moved (server-side) 2025/09/10 01:14:44 DEBUG : dst/file1: md5 = 57ebeb58450875ff722485c0744f189e OK 2025/09/10 01:14:44 INFO : dst/file1: Copied (new) 2025/09/10 01:14:47 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/10 01:14:48 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/10 01:14:49 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.58s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:14:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sanuyut6joka/dst" 2025/09/10 01:14:49 DEBUG : Creating backend with remote "TestDrive:crypt/35otkvt6jq2vs31tqh2hnoc8pdt7fcsqir6vnmbnv95ic901pkl0/31u3jie661vd5p8j7rtc3hgbh0" 2025/09/10 01:14:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sanuyut6joka/CompareDest" 2025/09/10 01:14:51 DEBUG : Creating backend with remote "TestDrive:crypt/35otkvt6jq2vs31tqh2hnoc8pdt7fcsqir6vnmbnv95ic901pkl0/gveqi14airsml4bgu7krj116o8" 2025/09/10 01:14:53 DEBUG : one: Need to transfer - File not found at Destination 2025/09/10 01:14:56 DEBUG : one: md5 = 31663dd3f3ffb4096e5d5011cc8b97a9 OK 2025/09/10 01:14:56 INFO : one: Copied (new) 2025/09/10 01:14:57 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/10 01:14:58 DEBUG : one: md5 = 9a0a49ce4fd750ec31a4134d44887395 OK 2025/09/10 01:14:58 INFO : one: Copied (replaced existing) 2025/09/10 01:15:01 DEBUG : dst/one: md5 = 378fd40be763eee19efd9a1458d61daa OK 2025/09/10 01:15:03 DEBUG : CompareDest/one: md5 = aa6de794b6ade76032a59c7f51d99bf6 OK 2025/09/10 01:15:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/10 01:15:04 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/10 01:15:04 DEBUG : one: Destination found in --compare-dest, skipping 2025/09/10 01:15:06 DEBUG : CompareDest/two: md5 = b9c1a391dcbd436951ae2d05c031007c OK 2025/09/10 01:15:07 DEBUG : two: Need to transfer - File not found at Destination 2025/09/10 01:15:08 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/10 01:15:08 DEBUG : two: Destination found in --compare-dest, skipping 2025/09/10 01:15:08 DEBUG : two: Need to transfer - File not found at Destination 2025/09/10 01:15:09 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/10 01:15:09 DEBUG : two: Destination found in --compare-dest, skipping 2025/09/10 01:15:10 DEBUG : two: Need to transfer - File not found at Destination 2025/09/10 01:15:10 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/09/10 01:15:12 DEBUG : two: md5 = 72909083ae0c2f36955ab4c3ebef9eed OK 2025/09/10 01:15:12 INFO : two: Copied (new) 2025/09/10 01:15:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/10 01:15:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:15:16 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:15:16 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (27.03s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:15:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sanuyut6joka/dst" 2025/09/10 01:15:17 DEBUG : Creating backend with remote "TestDrive:crypt/35otkvt6jq2vs31tqh2hnoc8pdt7fcsqir6vnmbnv95ic901pkl0/31u3jie661vd5p8j7rtc3hgbh0" 2025/09/10 01:15:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sanuyut6joka/CopyDest" 2025/09/10 01:15:19 DEBUG : Creating backend with remote "TestDrive:crypt/35otkvt6jq2vs31tqh2hnoc8pdt7fcsqir6vnmbnv95ic901pkl0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/09/10 01:15:20 DEBUG : one: Need to transfer - File not found at Destination 2025/09/10 01:15:23 DEBUG : one: md5 = ff3a37455fba26730c0ba3f0fde8a479 OK 2025/09/10 01:15:23 INFO : one: Copied (new) 2025/09/10 01:15:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/10 01:15:27 DEBUG : one: md5 = 162d67448dde42537426b39cf8b1e49b OK 2025/09/10 01:15:27 INFO : one: Copied (replaced existing) 2025/09/10 01:15:30 DEBUG : dst/one: md5 = 034a5f42c1ce481f54221e982b20fbd3 OK 2025/09/10 01:15:32 DEBUG : CopyDest/one: md5 = 4f1abf9bc2a85030bfeeccf6f8af4969 OK 2025/09/10 01:15:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sanuyut6joka/BackupDir" 2025/09/10 01:15:33 DEBUG : Creating backend with remote "TestDrive:crypt/35otkvt6jq2vs31tqh2hnoc8pdt7fcsqir6vnmbnv95ic901pkl0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/09/10 01:15:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/10 01:15:35 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/10 01:15:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/10 01:15:37 INFO : one: Moved (server-side) 2025/09/10 01:15:38 INFO : one: Copied (server-side copy) 2025/09/10 01:15:38 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/09/10 01:15:40 DEBUG : CopyDest/two: md5 = 881e2a823d9a36525bd69a1cc3e3f53b OK 2025/09/10 01:15:41 DEBUG : two: Need to transfer - File not found at Destination 2025/09/10 01:15:42 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/10 01:15:43 INFO : two: Copied (server-side copy) 2025/09/10 01:15:43 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/09/10 01:15:44 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/10 01:15:44 DEBUG : two: Unchanged skipping 2025/09/10 01:15:46 DEBUG : CopyDest/three: md5 = d323bbcdc557c4ee1a94fe517e84079e OK 2025/09/10 01:15:47 DEBUG : three: Need to transfer - File not found at Destination 2025/09/10 01:15:47 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/09/10 01:15:47 DEBUG : three: Destination not found in --copy-dest 2025/09/10 01:15:48 DEBUG : three: md5 = 089a45f819a1a2d043559f46aa1a4f1e OK 2025/09/10 01:15:48 INFO : three: Copied (new) 2025/09/10 01:15:53 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/10 01:15:53 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:15:53 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/10 01:15:53 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/10 01:15:53 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/10 01:15:53 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:15:54 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (38.60s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.51s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.54s) === RUN TestCopyLongFileNameCollision run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.50s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:15:57 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/09/10 01:15:59 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 3381628d220c343eff73945b80254369 OK 2025/09/10 01:15:59 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/09/10 01:16:00 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/09/10 01:16:01 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:500: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/09/10 01:16:01 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/09/10 01:16:02 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/09/10 01:16:04 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 20549e18b752db5d4ca341eadefca289 OK 2025/09/10 01:16:04 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/09/10 01:16:06 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/09/10 01:16:06 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.22s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.54s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:16:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': Looking for duplicate names using skip mode. 2025/09/10 01:16:11 NOTICE: one: Found 2 files with duplicate names 2025/09/10 01:16:11 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.04s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:16:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': Looking for duplicate names using skip mode. 2025/09/10 01:16:17 NOTICE: one: Found 3 files with duplicate names 2025/09/10 01:16:17 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/09/10 01:16:17 INFO : one: Deleted 2025/09/10 01:16:17 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.95s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:16:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': Looking for duplicate names using first mode. 2025/09/10 01:16:24 NOTICE: one: Found 3 files with duplicate names 2025/09/10 01:16:24 INFO : one: Deleted 2025/09/10 01:16:25 INFO : one: Deleted 2025/09/10 01:16:25 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.62s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:16:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': Looking for duplicate names using newest mode. 2025/09/10 01:16:31 NOTICE: one: Found 3 files with duplicate names 2025/09/10 01:16:31 INFO : one: Deleted 2025/09/10 01:16:32 INFO : one: Deleted 2025/09/10 01:16:32 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.81s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.51s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:16:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': Looking for duplicate names using oldest mode. 2025/09/10 01:16:38 NOTICE: one: Found 3 files with duplicate names 2025/09/10 01:16:38 INFO : one: Deleted 2025/09/10 01:16:39 INFO : one: Deleted 2025/09/10 01:16:39 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.72s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:16:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': Looking for duplicate names using largest mode. 2025/09/10 01:16:45 NOTICE: one: Found 3 files with duplicate names 2025/09/10 01:16:45 INFO : one: Deleted 2025/09/10 01:16:46 INFO : one: Deleted 2025/09/10 01:16:46 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.87s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:16:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': Looking for duplicate names using smallest mode. 2025/09/10 01:16:51 NOTICE: one: Found 3 files with duplicate names 2025/09/10 01:16:52 INFO : one: Deleted 2025/09/10 01:16:52 INFO : one: Deleted 2025/09/10 01:16:52 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.73s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:16:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': Looking for duplicate names using rename mode. 2025/09/10 01:17:00 NOTICE: one.txt: Found 3 files with duplicate names 2025/09/10 01:17:01 INFO : one-2.txt: renamed from: one.txt 2025/09/10 01:17:03 INFO : one-3.txt: renamed from: one.txt 2025/09/10 01:17:04 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.95s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:17:09 DEBUG : dupe1/one.txt: md5 = ad734d8f2a75762527f6acc9e1cef331 OK 2025/09/10 01:17:11 DEBUG : dupe2/two.txt: md5 = 682369d07355ddc2d403088dee6eaed1 OK 2025/09/10 01:17:13 DEBUG : dupe3/three.txt: md5 = fa8c13ecaab5d3aeee4d357e0b9a81da OK 2025/09/10 01:17:14 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/09/10 01:17:15 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/09/10 01:17:15 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/09/10 01:17:16 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/09/10 01:17:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/09/10 01:17:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/09/10 01:17:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.82s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:17:22 DEBUG : a.txt: md5 = 6113e79743dd9e13b419081ee78d9829 OK 2025/09/10 01:17:23 DEBUG : zend.txt: md5 = 74b4bfd4e8b8347aec4654ccbe48ab45 OK 2025/09/10 01:17:25 DEBUG : sub dir/hello world: md5 = b64476f9c7473c6acf9781cdb2559c91 OK 2025/09/10 01:17:27 DEBUG : sub dir/hello world2: md5 = 2324422d2567d804e7c7060f2decc4a5 OK 2025/09/10 01:17:29 DEBUG : sub dir/ignore dir/.ignore: md5 = 8ef26404bbbd92ec8bedcde72ec02431 OK 2025/09/10 01:17:31 DEBUG : sub dir/ignore dir/should be ignored: md5 = a3bf3baed701cde79901c6bd779e41ad OK 2025/09/10 01:17:34 DEBUG : sub dir/sub sub dir/hello world3: md5 = c28dd2c38238a98f7310b31bc989b313 OK 2025/09/10 01:17:35 DEBUG : a.txt: Excluded (Size Filter) 2025/09/10 01:17:35 DEBUG : a.txt: Excluded 2025/09/10 01:17:36 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/10 01:17:36 DEBUG : sub dir/hello world2: Excluded 2025/09/10 01:17:36 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/10 01:17:36 DEBUG : sub dir/hello world: Excluded 2025/09/10 01:17:36 DEBUG : sub dir/ignore dir: Excluded 2025/09/10 01:17:36 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/10 01:17:36 DEBUG : sub dir/hello world2: Excluded 2025/09/10 01:17:36 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/10 01:17:36 DEBUG : sub dir/hello world: Excluded 2025/09/10 01:17:37 DEBUG : sub dir/ignore dir: Excluded 2025/09/10 01:17:42 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/09/10 01:17:42 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/09/10 01:17:42 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/09/10 01:17:43 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/09/10 01:17:43 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/09/10 01:17:43 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/09/10 01:17:43 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (23.61s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:17:46 DEBUG : a.txt: md5 = 0ceacb4357bd6473dbf5155affaab695 OK 2025/09/10 01:17:47 DEBUG : zend.txt: md5 = 08413d18b7ec2f066350f4d8a7a4f7bc OK 2025/09/10 01:17:49 DEBUG : sub dir/hello world: md5 = c2b6a0d11940acc33225871791a4bbbf OK 2025/09/10 01:17:51 DEBUG : sub dir/hello world2: md5 = 36f37356390775668c2ce4234821faab OK 2025/09/10 01:17:54 DEBUG : sub dir/ignore dir/.ignore: md5 = f4480fcb961527d86cce8d962b17450a OK 2025/09/10 01:17:55 DEBUG : sub dir/ignore dir/should be ignored: md5 = ecf480995635debeab2a17096d7b7d2e OK 2025/09/10 01:17:58 DEBUG : sub dir/sub sub dir/hello world3: md5 = 38ec37ea36fd913967e06743aa282682 OK 2025/09/10 01:17:59 DEBUG : a.txt: Excluded (Size Filter) 2025/09/10 01:17:59 DEBUG : a.txt: Excluded 2025/09/10 01:18:00 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/10 01:18:00 DEBUG : sub dir/hello world2: Excluded 2025/09/10 01:18:00 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/10 01:18:00 DEBUG : sub dir/hello world: Excluded 2025/09/10 01:18:01 DEBUG : sub dir/ignore dir: Excluded 2025/09/10 01:18:01 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/10 01:18:01 DEBUG : sub dir/hello world2: Excluded 2025/09/10 01:18:01 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/10 01:18:01 DEBUG : sub dir/hello world: Excluded 2025/09/10 01:18:01 DEBUG : sub dir/ignore dir: Excluded 2025/09/10 01:18:06 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/09/10 01:18:07 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/09/10 01:18:07 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/09/10 01:18:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/09/10 01:18:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/09/10 01:18:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/09/10 01:18:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (24.25s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:18:10 DEBUG : file1: md5 = 370f6d1bb31456f0b35f2737096861f8 OK 2025/09/10 01:18:12 DEBUG : sub/file2: md5 = cdd41fe5824c23ccee53eba6e6b5c328 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/09/10 01:18:16 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/09/10 01:18:16 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/09/10 01:18:16 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/09/10 01:18:18 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.66s) --- PASS: TestListJSON/Default (0.29s) --- PASS: TestListJSON/FilesOnly (0.30s) --- PASS: TestListJSON/DirsOnly (0.29s) --- PASS: TestListJSON/Recurse (0.54s) --- PASS: TestListJSON/SubDir (0.28s) --- PASS: TestListJSON/NoModTime (0.30s) --- PASS: TestListJSON/NoMimeType (0.32s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.29s) --- PASS: TestListJSON/Metadata (0.72s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:18:20 DEBUG : file1: md5 = c369cf7cfe8cc94953842f57aea60f26 OK 2025/09/10 01:18:23 DEBUG : sub/file2: md5 = dea0b6f12265851b8240037441702c22 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/09/10 01:18:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sanuyut6joka/notfound" 2025/09/10 01:18:28 DEBUG : Creating backend with remote "TestDrive:crypt/35otkvt6jq2vs31tqh2hnoc8pdt7fcsqir6vnmbnv95ic901pkl0/qe0i31qdkoejk60elps0ni5sqk" 2025/09/10 01:18:32 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (14.14s) --- PASS: TestStatJSON/Root (0.27s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.28s) --- PASS: TestStatJSON/Dir (0.55s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.34s) --- PASS: TestStatJSON/File (0.26s) --- PASS: TestStatJSON/NotFound (0.56s) --- PASS: TestStatJSON/DirFilesOnly (0.29s) --- PASS: TestStatJSON/FileFilesOnly (0.30s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.26s) --- PASS: TestStatJSON/DirDirsOnly (0.30s) --- PASS: TestStatJSON/FileDirsOnly (0.28s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.32s) --- PASS: TestStatJSON/RootNotFound (2.43s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:18:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': Making directory 2025/09/10 01:18:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': Making directory --- PASS: TestMkdir (0.77s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:18:36 DEBUG : sub dir/hello world: md5 = d53022983e8be49e06cbe52695502530 OK 2025/09/10 01:18:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (6.01s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:18:42 DEBUG : potato2: md5 = 46878f60647ea2454d399028d9e3635d OK 2025/09/10 01:18:43 DEBUG : empty space: md5 = c1a97082129997b429f084147b92c2fd OK --- PASS: TestLs (5.65s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:18:47 DEBUG : potato2: md5 = 093d676b6413b20a7d5299ff2cccc4e6 OK 2025/09/10 01:18:49 DEBUG : empty space: md5 = e061b3b41e0482dcb4a1687106abfdac OK 2025/09/10 01:18:50 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.84s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:18:53 DEBUG : potato2: md5 = 39651345d4dc60063f5e5d789c8a677c OK 2025/09/10 01:18:55 DEBUG : empty space: md5 = 554929ec7ac8bacea872edebaeeeea33 OK --- PASS: TestLsLong (5.83s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:18:59 DEBUG : potato2: md5 = f315983689744e528a55ed2a1af08455 OK 2025/09/10 01:19:00 DEBUG : empty space: md5 = 88fdb9363f7ffccb91caf17f02a24781 OK --- PASS: TestHashSums (5.22s) === RUN TestHashSumsWithErrors 2025/09/10 01:19:02 DEBUG : Creating backend with remote ":memory:" 2025/09/10 01:19:02 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/09/10 01:19:02 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/09/10 01:19:02 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/09/10 01:19:02 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/09/10 01:19:02 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/09/10 01:19:02 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/09/10 01:19:02 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/09/10 01:19:02 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/09/10 01:19:02 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-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:19:04 DEBUG : potato2: md5 = e995c3fddf15815df92e440cb69d7350 OK 2025/09/10 01:19:05 DEBUG : empty space: md5 = 3b2395d764dc10f8b166229c21251a6e OK 2025/09/10 01:19:08 DEBUG : sub dir/potato3: md5 = da9dd4eada8b60689c722a1bd336ab93 OK 2025/09/10 01:19:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (9.66s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:19:13 DEBUG : small: md5 = 6bb8a30cfbcbcd19db6b10f92c06d813 OK 2025/09/10 01:19:15 DEBUG : medium: md5 = 6af80ca660d53f88f222534ade65bbcb OK 2025/09/10 01:19:16 DEBUG : large: md5 = 9f6894316717e52af5ba74e0e7a22688 OK 2025/09/10 01:19:17 DEBUG : Waiting for deletions to finish 2025/09/10 01:19:17 DEBUG : large: Excluded (Size Filter) 2025/09/10 01:19:17 INFO : medium: Deleted 2025/09/10 01:19:18 INFO : small: Deleted --- PASS: TestDelete (6.79s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:19:20 DEBUG : small: md5 = 7343265d1fba6f502677e17a1e797a72 OK 2025/09/10 01:19:22 DEBUG : medium: md5 = 29969353aa5ee022daa13d6d6389697e OK 2025/09/10 01:19:23 DEBUG : large: md5 = 4ca34bdef227e918a171a0e572bdf207 OK 2025/09/10 01:19:24 DEBUG : Waiting for deletions to finish 2025/09/10 01:19:24 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/09/10 01:19:24 INFO : small: Deleted 2025/09/10 01:19:25 INFO : medium: Deleted --- PASS: TestMaxDelete (7.71s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:19:28 DEBUG : small: md5 = af9ca57fa18015c936ef19ed4acea473 OK 2025/09/10 01:19:30 DEBUG : medium: md5 = 5e922698fb341bbe32859411ac403e68 OK 2025/09/10 01:19:31 DEBUG : large: md5 = 433566adee28a7ab5d97060a04a23acc OK 2025/09/10 01:19:31 DEBUG : Waiting for deletions to finish 2025/09/10 01:19:32 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/09/10 01:19:32 INFO : medium: Deleted 2025/09/10 01:19:32 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.65s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:19:36 DEBUG : small: md5 = 1631e0417ecd24896a98199d9b673c39 OK 2025/09/10 01:19:37 DEBUG : medium: md5 = 79d81b68a9e76067494fa8f784a5d3c3 OK 2025/09/10 01:19:38 DEBUG : large: md5 = 64d0b8927fbc4c38a8625796ded2b105 OK 2025/09/10 01:19:39 DEBUG : Waiting for deletions to finish 2025/09/10 01:19:39 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/09/10 01:19:39 INFO : small: Deleted 2025/09/10 01:19:40 INFO : large: Deleted --- PASS: TestMaxDeleteSize (7.88s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:19:44 DEBUG : ReadFile: md5 = b2730ac4dac67da6a1e1b98e6882919e OK --- PASS: TestReadFile (4.60s) === RUN TestRetry 2025/09/10 01:19:47 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/09/10 01:19:47 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/09/10 01:19:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/10 01:19:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/10 01:19:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/10 01:19:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/10 01:19:47 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-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:19:48 DEBUG : file1: md5 = fae90e1b607e933279b3e5a32e9b06dd OK 2025/09/10 01:19:50 DEBUG : file2: md5 = 9d47c7e1f30636f446c8f650a567c182 OK --- PASS: TestCat (18.66s) === RUN TestPurge 2025/09/10 01:20:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jenabuf0koci" 2025/09/10 01:20:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/10 01:20:05 DEBUG : Creating backend with remote "TestDrive:crypt/igmgpopaie2bkr2hm0q9r6liccmhgvm03126q216kujd8bc7uao0" 2025/09/10 01:20:07 DEBUG : Creating backend with remote "/tmp/rclone1393746079" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jenabuf0koci'", Local "Local file system at /tmp/rclone1393746079", Modify Window "1ms" 2025/09/10 01:20:12 DEBUG : A1/B1/C1/one: md5 = ca92202fcf6956c9210bb798a411d258 OK 2025/09/10 01:20:12 INFO : A2: Making directory 2025/09/10 01:20:13 INFO : A1/B2: Making directory 2025/09/10 01:20:14 INFO : A1/B2/C2: Making directory 2025/09/10 01:20:14 INFO : A1/B1/C3: Making directory 2025/09/10 01:20:15 INFO : A3: Making directory 2025/09/10 01:20:16 INFO : A3/B3: Making directory 2025/09/10 01:20:17 INFO : A3/B3/C4: Making directory 2025/09/10 01:20:19 DEBUG : A1/two: md5 = ee09484d8e94643a9158517f1d00b3d5 OK 2025/09/10 01:20:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jenabuf0koci': Purge remote 2025/09/10 01:20:23 NOTICE: purge failed: directory not found --- PASS: TestPurge (17.94s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:20:27 DEBUG : A1/B1/C1/one: md5 = ceff9d37faf9c66f5c014a78c02a010a OK 2025/09/10 01:20:27 INFO : A2: Making directory 2025/09/10 01:20:28 INFO : A1/B2: Making directory 2025/09/10 01:20:29 INFO : A1/B2/C2: Making directory 2025/09/10 01:20:30 INFO : A1/B1/C3: Making directory 2025/09/10 01:20:30 INFO : A3: Making directory 2025/09/10 01:20:31 INFO : A3/B3: Making directory 2025/09/10 01:20:32 INFO : A3/B3/C4: Making directory 2025/09/10 01:20:35 DEBUG : A1/two: md5 = 4099694fd77971d08a75746edd64afd8 OK 2025/09/10 01:20:37 DEBUG : removing 1 level 3 directories 2025/09/10 01:20:37 INFO : A3/B3/C4: Removing directory 2025/09/10 01:20:39 DEBUG : removing 2 level 3 directories 2025/09/10 01:20:39 INFO : A1/B2/C2: Removing directory 2025/09/10 01:20:39 INFO : A1/B1/C3: Removing directory 2025/09/10 01:20:40 DEBUG : removing 2 level 2 directories 2025/09/10 01:20:40 INFO : A3/B3: Removing directory 2025/09/10 01:20:40 INFO : A1/B2: Removing directory 2025/09/10 01:20:40 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/09/10 01:20:40 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/10 01:20:41 DEBUG : removing 2 level 1 directories 2025/09/10 01:20:41 INFO : A3: Removing directory 2025/09/10 01:20:41 INFO : A2: Removing directory 2025/09/10 01:20:41 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/09/10 01:20:45 DEBUG : removing 1 level 3 directories 2025/09/10 01:20:45 INFO : A1/B1/C1: Removing directory 2025/09/10 01:20:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:46 DEBUG : removing 1 level 2 directories 2025/09/10 01:20:46 INFO : A1/B1: Removing directory 2025/09/10 01:20:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/10 01:20:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/10 01:20:47 DEBUG : removing 1 level 1 directories 2025/09/10 01:20:47 INFO : A1: Removing directory 2025/09/10 01:20:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/10 01:20:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/10 01:20:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/10 01:20:48 DEBUG : removing 1 level 0 directories 2025/09/10 01:20:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': Removing directory 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/10 01:20:48 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" --- PASS: TestRmdirsNoLeaveRoot (26.23s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:20:50 INFO : A1: Making directory 2025/09/10 01:20:51 INFO : A1/B1: Making directory 2025/09/10 01:20:52 INFO : A1/B1/C1: Making directory 2025/09/10 01:20:55 DEBUG : removing 1 level 3 directories 2025/09/10 01:20:55 INFO : A1/B1/C1: Removing directory 2025/09/10 01:20:55 DEBUG : removing 1 level 2 directories 2025/09/10 01:20:55 INFO : A1/B1: Removing directory 2025/09/10 01:20:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/10 01:20:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.96s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:20:58 INFO : A1: Making directory 2025/09/10 01:20:59 INFO : A1/B1: Making directory 2025/09/10 01:21:00 INFO : A1/B1/C1: Making directory 2025/09/10 01:21:03 DEBUG : removing 1 level 3 directories 2025/09/10 01:21:03 INFO : A1/B1/C1: Removing directory 2025/09/10 01:21:04 DEBUG : removing 1 level 2 directories 2025/09/10 01:21:04 INFO : A1/B1: Removing directory 2025/09/10 01:21:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/10 01:21:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.19s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:21:08 DEBUG : file1: md5 = b251b2bd4d0e72448a0a2d14437299c4 OK 2025/09/10 01:21:09 DEBUG : filename.txt: File name found in url 2025/09/10 01:21:10 DEBUG : filename.txt: md5 = 4a2eeea629e76929af8489eb2b3f2e3c OK 2025/09/10 01:21:10 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/09/10 01:21:12 DEBUG : headerfilename.txt: md5 = bdb818fe42e4ac0aef150fd1804a1d18 OK 2025/09/10 01:21:14 DEBUG : file2: md5 = 6d547d7467771c034506eeeeefe89fed OK --- PASS: TestCopyURL (9.98s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:21:17 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/10 01:21:20 DEBUG : sub/file2: md5 = c75c8d490ee4921b4996127b544a2634 OK 2025/09/10 01:21:20 INFO : file1: Copied (new) to: sub/file2 2025/09/10 01:21:20 INFO : file1: Deleted 2025/09/10 01:21:20 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/10 01:21:20 DEBUG : file1: Unchanged skipping 2025/09/10 01:21:20 INFO : file1: Deleted 2025/09/10 01:21:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': don't need to copy/move sub/file2, it is already at target location 2025/09/10 01:21:23 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.82s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:21:24 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/10 01:21:25 DEBUG : file1: md5 = c58de3f711afdf7748be7579136aeae1 OK 2025/09/10 01:21:25 INFO : file1: Copied (new) 2025/09/10 01:21:25 INFO : file1: Deleted 2025/09/10 01:21:26 DEBUG : file1: Destination exists, skipping 2025/09/10 01:21:26 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (4.07s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.53s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.54s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:21:31 DEBUG : dst/file1: md5 = 01eeab2bda99207e898115b7bcb7e080 OK 2025/09/10 01:21:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sanuyut6joka/backup" 2025/09/10 01:21:32 DEBUG : Creating backend with remote "TestDrive:crypt/35otkvt6jq2vs31tqh2hnoc8pdt7fcsqir6vnmbnv95ic901pkl0/1nrff024r7pq65ecp72fc28jb0" 2025/09/10 01:21:34 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/09/10 01:21:36 INFO : dst/file1: Moved (server-side) 2025/09/10 01:21:38 DEBUG : dst/file1: md5 = b779569e515d49ae3a4671ae8b3b8a21 OK 2025/09/10 01:21:38 INFO : dst/file1: Copied (new) 2025/09/10 01:21:38 INFO : dst/file1: Deleted 2025/09/10 01:21:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/10 01:21:41 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/10 01:21:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (14.19s) === 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-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:21:45 DEBUG : A1/one: md5 = 978649f949414f7e8f90f9739291916d OK 2025/09/10 01:21:47 DEBUG : A1/two: md5 = 68789fce5ed112bd1c7e2a4e7a62b91f OK 2025/09/10 01:21:49 DEBUG : A1/B1/three: md5 = 90363401d17b9e261b9c47a4d77c7bf1 OK 2025/09/10 01:21:51 DEBUG : A1/B1/C1/four: md5 = c5689b33487ef84edda50e149b8a2d64 OK 2025/09/10 01:21:51 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2025/09/10 01:21:52 DEBUG : Saving config "token" in section "TestDrive" of the config file 2025/09/10 01:21:52 DEBUG : TestDrive: Saved new token in config file 2025/09/10 01:21:54 DEBUG : A1/B1/C2/five: md5 = 58bd44aee42ed3f51cdd2b1eb1565e9b OK 2025/09/10 01:21:54 INFO : A1/B2: Making directory 2025/09/10 01:21:55 INFO : A1/B1/C3: Making directory 2025/09/10 01:22:05 INFO : A2/one: Moved (server-side) to: A3/one 2025/09/10 01:22:05 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/09/10 01:22:05 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/09/10 01:22:06 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/09/10 01:22:06 INFO : A2/two: Moved (server-side) to: A3/two 2025/09/10 01:22:09 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/10 01:22:09 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/10 01:22:09 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/10 01:22:10 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/10 01:22:10 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/10 01:22:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/09/10 01:22:18 INFO : A3/one: Moved (server-side) to: A4/one 2025/09/10 01:22:18 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/09/10 01:22:18 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/09/10 01:22:18 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/09/10 01:22:18 INFO : A3/two: Moved (server-side) to: A4/two 2025/09/10 01:22:21 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/10 01:22:21 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/10 01:22:21 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/10 01:22:22 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/10 01:22:22 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/10 01:22:29 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/09/10 01:22:30 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/09/10 01:22:30 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/10 01:22:30 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/10 01:22:30 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/10 01:22:30 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/10 01:22:31 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/10 01:22:31 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/10 01:22:31 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/10 01:22:31 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (49.27s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" --- PASS: TestGetFsInfo (0.55s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:22:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': File to upload is small (34 bytes), uploading instead of streaming 2025/09/10 01:22:34 DEBUG : no_checksum_small_file_from_pipe: md5 = 3eb703c01406b23719706981e514b47b OK 2025/09/10 01:22:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/09/10 01:22:34 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/10 01:22:35 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/09/10 01:22:36 DEBUG : no_checksum_big_file_from_pipe: md5 = 6a5accf1c53003bda62cdafde9abf54a OK 2025/09/10 01:22:36 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-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:22:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': File to upload is small (34 bytes), uploading instead of streaming 2025/09/10 01:22:41 DEBUG : with_checksum_small_file_from_pipe: md5 = 1bd55e68be7e0030b8aa1d7ad0cdab4c OK 2025/09/10 01:22:41 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/10 01:22:42 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/09/10 01:22:43 DEBUG : with_checksum_big_file_from_pipe: md5 = 1ce8723cc3dfe064be04db5b504fd5f9 OK 2025/09/10 01:22:43 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-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:22:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': File to upload is small (34 bytes), uploading instead of streaming 2025/09/10 01:22:47 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/10 01:22:47 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/09/10 01:22:49 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-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:22:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': File to upload is small (34 bytes), uploading instead of streaming 2025/09/10 01:22:53 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/10 01:22:53 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/09/10 01:22:55 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (23.81s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.18s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.90s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.95s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.79s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/09/10 01:22:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': File to upload is small (48 bytes), uploading instead of streaming 2025/09/10 01:22:58 DEBUG : rcat_metadata: md5 = 2e6dc9e438efea4e22e3a6c9578bda45 OK 2025/09/10 01:22:58 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/09/10 01:23:00 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/09/10 01:23:01 DEBUG : rcat_metadata_uploadcutoff0: md5 = 003dacc64917162bad1c93aaf89a46e2 OK 2025/09/10 01:23:01 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (11.66s) --- PASS: TestRcatMetadata/Normal (3.02s) --- PASS: TestRcatMetadata/ViaDisk (8.11s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:23:10 DEBUG : potato1: md5 = cd4bffaaf1d5f04ae8d91e885c251efb OK 2025/09/10 01:23:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': File to upload is small (60 bytes), uploading instead of streaming 2025/09/10 01:23:11 DEBUG : potato2: md5 = 6ddf1b2a9228b5f7c84f76782a105e91 OK 2025/09/10 01:23:11 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.98s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:23:15 DEBUG : potato1: md5 = d546ab52f2d70be1268a7d62ce3596c0 OK 2025/09/10 01:23:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': File to upload is small (60 bytes), uploading instead of streaming 2025/09/10 01:23:16 DEBUG : potato2: md5 = 933a40fed80e55da313044e70b21e08d OK 2025/09/10 01:23:16 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.30s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:23:20 DEBUG : potato2: md5 = d1d330ee33fc162aba8804bbe6ff3f4a OK 2025/09/10 01:23:21 DEBUG : empty space: md5 = f3b1e9ad70b26c3ace3b2f2e773404ba OK 2025/09/10 01:23:24 DEBUG : sub dir/potato3: md5 = d7bedf3195a2037c577d242e444f4000 OK 2025/09/10 01:23:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': Touching "sub dir/potato3" 2025/09/10 01:23:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': Touching "empty space" 2025/09/10 01:23:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': Touching "potato2" 2025/09/10 01:23:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.89s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:23:29 DEBUG : dir with metadata: Making directory with metadata 2025/09/10 01:23:30 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.55s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:23:32 DEBUG : directory with modtime: Making directory with metadata 2025/09/10 01:23:33 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.59s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:23:34 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/09/10 01:23:34 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/10 01:23:35 DEBUG : Google drive root 'crypt/35otkvt6jq2vs31tqh2hnoc8pdt7fcsqir6vnmbnv95ic901pkl0': Skipping btime metadata as can't update it on an existing file: 2025-09-10T01:23:34.864488569Z 2025/09/10 01:23:35 INFO : non existent directory: Updated directory metadata 2025/09/10 01:23:37 DEBUG : Google drive root 'crypt/35otkvt6jq2vs31tqh2hnoc8pdt7fcsqir6vnmbnv95ic901pkl0': Skipping btime metadata as can't update it on an existing file: 2025-09-10T01:23:34.864488569Z 2025/09/10 01:23:38 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.12s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:23:39 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/09/10 01:23:41 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/09/10 01:23:42 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.60s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:23:44 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/09/10 01:23:44 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/10 01:23:44 DEBUG : dst: Making directory with metadata 2025/09/10 01:23:45 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/10 01:23:45 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/10 01:23:46 INFO : dst: Set directory modification time (using SetModTime) 2025/09/10 01:23:46 INFO : dst: Set directory modification time (using SetModTime) 2025/09/10 01:23:46 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/09/10 01:23:47 INFO : dst: Set directory modification time (using SetModTime) 2025/09/10 01:23:47 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.95s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka'", Local "Local file system at /tmp/rclone2156038081", Modify Window "1ms" 2025/09/10 01:23:50 DEBUG : sub dir/test remove existing: md5 = 49043788e75c2a3b218c8defc383c1db OK 2025/09/10 01:23:52 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 1a0abe5604aa94ffbafe1c3d60981644 OK 2025/09/10 01:23:55 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.yacolus0" before starting 2025/09/10 01:23:56 DEBUG : sub dir/test remove existing.yacolus0: TEST: removing renamed existing file after operation 2025/09/10 01:23:57 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.huxibaj4" before starting 2025/09/10 01:23:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.huxibaj4: TEST: renaming existing back after failed operation 2025/09/10 01:23:59 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sivudib1" before starting 2025/09/10 01:24:00 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sivudib1: TEST: removing renamed existing file after operation 2025/09/10 01:24:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "2khsc236e5or8d3ggckuve8eulbmvo4hibd03q4sco98bn15iakcdcvkknbn0po6r105dk5cvatkltct01gik1r2bfgou8atli9q6jeq49vkilmqf3jrs2ok3fv1dgc81gsrjnd5im541i8b1am1ubtgsec8ic1uj6l6a9tqpfpfus7uujmg" 2025/09/10 01:24:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9c7e9te5p7hdkbqconc3uvervlbqoouffi746ph0t3il75crk510" --- PASS: TestRemoveExisting (14.80s) === 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/09/10 01:24:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sanuyut6joka': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 12m9.343174561s (try 1/5)