"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/10/08 03:45:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pafufom8yuko" 2025/10/08 03:45:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/08 03:45:25 DEBUG : Creating backend with remote "TestDrive:crypt/5e93tfliqme9hk8d4asah6lvdao6sjl1djb0f2vfjfrbppq13770" 2025/10/08 03:45:26 DEBUG : Creating backend with remote "/tmp/rclone2948837767" === 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-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.22s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.23s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/10/08 03:45:26 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/08 03:45:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/08 03:45:26 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/10/08 03:45:26 DEBUG : potato: Seek from 10 to 0 2025/10/08 03:45:26 DEBUG : potato: Seek from 10 to 0 2025/10/08 03:45:26 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/10/08 03:45:26 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/08 03:45:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/08 03:45:26 DEBUG : potato: Seek from 5 to 2 2025/10/08 03:45:26 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/10/08 03:45:26 DEBUG : potato: Seek from 7 to 0 2025/10/08 03:45:26 DEBUG : potato: Seek from 7 to 0 2025/10/08 03:45:26 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/10/08 03:45:26 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/08 03:45:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/08 03:45:26 DEBUG : potato: Seek from 5 to 2 2025/10/08 03:45:26 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/10/08 03:45:26 DEBUG : potato: Seek from 8 to 0 2025/10/08 03:45:26 DEBUG : potato: Seek from 8 to 0 2025/10/08 03:45:26 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/10/08 03:45:26 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/08 03:45:26 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/08 03:45:26 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/08 03:45:26 DEBUG : potato: Seek from 5 to 2 2025/10/08 03:45:26 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/10/08 03:45:26 DEBUG : potato: Seek from 9 to 0 2025/10/08 03:45:26 DEBUG : potato: Seek from 9 to 0 2025/10/08 03:45:26 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-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:45:29 DEBUG : rutabaga: md5 = ea6648456f75d563da9dcfa924968b36 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/10/08 03:45:31 DEBUG : empty space: md5 = f89b83e79ae61d66a14a9d69e2f012a9 OK === RUN TestCheck/3 2025/10/08 03:45:33 DEBUG : potato2: md5 = fc0d841953380dc588b590cc8591c82d OK === RUN TestCheck/4 === RUN TestCheck/5 2025/10/08 03:45:35 DEBUG : remotepotato: md5 = 7261384abbda4a5cd97e518d291d8983 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.81s) --- PASS: TestCheck/1 (0.23s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.23s) --- PASS: TestCheck/4 (0.23s) --- PASS: TestCheck/5 (0.22s) --- PASS: TestCheck/6 (0.23s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2025/10/08 03:45:38 DEBUG : Creating backend with remote "nonexistent" 2025/10/08 03:45:38 DEBUG : Creating backend with remote "nonexistent" 2025/10/08 03:45:38 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/10/08 03:45:38 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/10/08 03:45:38 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/10/08 03:45:38 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-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:45:39 DEBUG : rutabaga: md5 = c2242ebdc90149ef5eab1a3f52d53bc5 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/10/08 03:45:43 DEBUG : empty space: md5 = df2d2b69af8120e2ba4c76f288c1c789 OK === RUN TestCheckDownload/3 2025/10/08 03:45:46 DEBUG : potato2: md5 = 235e54df9c8f2c21c89c40b84f9a671f OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/10/08 03:45:50 DEBUG : remotepotato: md5 = 1e5e80aca3c7d3bc9755167476f9983a OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.57s) --- PASS: TestCheckDownload/1 (1.28s) --- PASS: TestCheckDownload/2 (0.95s) --- PASS: TestCheckDownload/3 (0.96s) --- PASS: TestCheckDownload/4 (0.99s) --- PASS: TestCheckDownload/5 (1.52s) --- PASS: TestCheckDownload/6 (1.04s) --- PASS: TestCheckDownload/7 (0.95s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:45:56 DEBUG : rutabaga: md5 = 2571045a675d9daa59899aa4894f6d50 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/10/08 03:45:58 DEBUG : empty space: md5 = 13e538353806b808874cdfcd167de06f OK === RUN TestCheckSizeOnly/3 2025/10/08 03:46:00 DEBUG : potato2: md5 = b1ba5ca9535c46cf67165f58a7bd2971 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/10/08 03:46:02 DEBUG : remotepotato: md5 = fadebf299339f848123c734e546a2d17 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.43s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.21s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.30s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.21s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:46:06 DEBUG : test.sum: md5 = a38d33bd67889fb30241c20070f0b3d7 OK 2025/10/08 03:46:07 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/08 03:46:07 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/08 03:46:07 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/08 03:46:07 NOTICE: test.sum: 2 warning(s) suppressed... 2025/10/08 03:46:09 DEBUG : test.sum: md5 = ae039ccfe3b393b95e188ba81b556d62 OK 2025/10/08 03:46:10 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/08 03:46:10 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/08 03:46:10 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/08 03:46:10 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.74s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:46:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pafufom8yuko/data" 2025/10/08 03:46:11 DEBUG : Creating backend with remote "TestDrive:crypt/5e93tfliqme9hk8d4asah6lvdao6sjl1djb0f2vfjfrbppq13770/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko/data' lacks md5, skipping --- SKIP: TestCheckSum (1.99s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:46:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pafufom8yuko/data" 2025/10/08 03:46:13 DEBUG : Creating backend with remote "TestDrive:crypt/5e93tfliqme9hk8d4asah6lvdao6sjl1djb0f2vfjfrbppq13770/vjrnln8ratgmqakfosrqe8espk" 2025/10/08 03:46:17 DEBUG : data/banana: md5 = 89ac9ca07d3735c9aecb03324d5a2fa5 OK 2025/10/08 03:46:18 DEBUG : test.sum: md5 = da9e0818cea5eea66794404453a28be0 OK === RUN TestCheckSumDownload/subtest1 2025/10/08 03:46:23 DEBUG : data/potato: md5 = 1d278db77dc5363f695667aec0a31e97 OK 2025/10/08 03:46:25 DEBUG : test.sum: md5 = 6067350625e4ad67c639c3f56b9ac09e OK === RUN TestCheckSumDownload/subtest2 2025/10/08 03:46:29 DEBUG : test.sum: md5 = f356f6eb6484f3eba0d3661b39b96abe OK === RUN TestCheckSumDownload/subtest3 2025/10/08 03:46:33 DEBUG : test.sum: md5 = 17b560db6783b16119bd503d0672dd3e OK === RUN TestCheckSumDownload/subtest4 2025/10/08 03:46:37 DEBUG : test.sum: md5 = 4b0d4ad53a965c8257cc99be71ca5bd3 OK === RUN TestCheckSumDownload/subtest5 2025/10/08 03:46:41 DEBUG : test.sum: md5 = 1d50a4be0c0f7e1a1fce8b7da4b91788 OK === RUN TestCheckSumDownload/subtest6 2025/10/08 03:46:45 DEBUG : data/banana: md5 = 10e4259426b66dac793677eff4978b64 OK 2025/10/08 03:46:46 DEBUG : data/potato: md5 = 6af7fa575f4ef0c94bde93158e837916 OK 2025/10/08 03:46:48 DEBUG : test.sum: md5 = 571126c09ed3f2009a55eaaf6d3ae864 OK === RUN TestCheckSumDownload/subtest7 2025/10/08 03:46:53 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/10/08 03:46:53 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (40.32s) --- PASS: TestCheckSumDownload/subtest1 (3.48s) --- PASS: TestCheckSumDownload/subtest2 (2.08s) --- PASS: TestCheckSumDownload/subtest3 (2.08s) --- PASS: TestCheckSumDownload/subtest4 (1.86s) --- PASS: TestCheckSumDownload/subtest5 (2.18s) --- PASS: TestCheckSumDownload/subtest6 (2.05s) --- PASS: TestCheckSumDownload/subtest7 (2.41s) === RUN TestApplyTransforms 2025/10/08 03:46:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duzahek7nupo" 2025/10/08 03:46:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/08 03:46:53 DEBUG : Creating backend with remote "TestDrive:crypt/klakc4fl6cmfpv01lgs8bgh087h8qoh3c1fk7e1lv64v2uvq29f0" 2025/10/08 03:46:54 DEBUG : Creating backend with remote "/tmp/rclone69584061" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duzahek7nupo'", Local "Local file system at /tmp/rclone69584061", Modify Window "1ms" 2025/10/08 03:46:56 DEBUG : hello, world!: md5 = 35f601e21be4c84580acd1bd78c01c2c OK upper checkfile vs. lower remote (without normalization) 2025/10/08 03:46:57 ERROR : hello, world!: sum not found 2025/10/08 03:46:57 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-duzahek7nupo' 2025/10/08 03:46:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duzahek7nupo': 1 files missing 2025/10/08 03:46:57 NOTICE: 1 hashes missing 2025/10/08 03:46:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duzahek7nupo': 1 differences found 2025/10/08 03:46:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duzahek7nupo': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/10/08 03:46:58 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/08 03:46:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duzahek7nupo': 0 differences found 2025/10/08 03:46:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-duzahek7nupo': 1 matching files 2025/10/08 03:46:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cecisit6ruji" 2025/10/08 03:46:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/08 03:46:58 DEBUG : Creating backend with remote "TestDrive:crypt/jr7cj70udjon0mac9hs31u4soaq2hagj0ck0iehqcb3ol5a0uu7g" 2025/10/08 03:46:59 DEBUG : Creating backend with remote "/tmp/rclone1985805237" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cecisit6ruji'", Local "Local file system at /tmp/rclone1985805237", Modify Window "1ms" 2025/10/08 03:47:01 DEBUG : HELLO, WORLD!: md5 = f1aa40f4dd5fb3f1f80793b9aaf690a8 OK lower checkfile vs. upper remote (without normalization) 2025/10/08 03:47:01 ERROR : HELLO, WORLD!: sum not found 2025/10/08 03:47:01 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cecisit6ruji' 2025/10/08 03:47:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cecisit6ruji': 1 files missing 2025/10/08 03:47:01 NOTICE: 1 hashes missing 2025/10/08 03:47:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cecisit6ruji': 1 differences found 2025/10/08 03:47:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cecisit6ruji': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/10/08 03:47:02 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/08 03:47:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cecisit6ruji': 0 differences found 2025/10/08 03:47:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cecisit6ruji': 1 matching files 2025/10/08 03:47:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yayabem9xoxi" 2025/10/08 03:47:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/08 03:47:03 DEBUG : Creating backend with remote "TestDrive:crypt/h7g22m9k94cff0l0hsli7787proafteamkmjj29dpqvrkdbudo3g" 2025/10/08 03:47:04 DEBUG : Creating backend with remote "/tmp/rclone2310646970" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yayabem9xoxi'", Local "Local file system at /tmp/rclone2310646970", Modify Window "1ms" 2025/10/08 03:47:06 DEBUG : HeLlO, wOrLd!: md5 = b31f9c4213f5d84116d6f6c9758c605a OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/10/08 03:47:06 ERROR : HeLlO, wOrLd!: sum not found 2025/10/08 03:47:06 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yayabem9xoxi' 2025/10/08 03:47:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yayabem9xoxi': 1 files missing 2025/10/08 03:47:06 NOTICE: 1 hashes missing 2025/10/08 03:47:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yayabem9xoxi': 1 differences found 2025/10/08 03:47:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yayabem9xoxi': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/10/08 03:47:07 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/08 03:47:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yayabem9xoxi': 0 differences found 2025/10/08 03:47:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yayabem9xoxi': 1 matching files 2025/10/08 03:47:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qikamav6hobi" 2025/10/08 03:47:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/08 03:47:07 DEBUG : Creating backend with remote "TestDrive:crypt/1645shl044uaoc0dn29rae3157lhgfqmnpshm7e2t3p2sg0bqmug" 2025/10/08 03:47:08 DEBUG : Creating backend with remote "/tmp/rclone3504426696" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qikamav6hobi'", Local "Local file system at /tmp/rclone3504426696", Modify Window "1ms" 2025/10/08 03:47:10 DEBUG : HELLO, WORLD!: md5 = b7dbe8c87b3cd957347977060aa1e6c1 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/10/08 03:47:11 ERROR : HELLO, WORLD!: sum not found 2025/10/08 03:47:11 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qikamav6hobi' 2025/10/08 03:47:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qikamav6hobi': 1 files missing 2025/10/08 03:47:11 NOTICE: 1 hashes missing 2025/10/08 03:47:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qikamav6hobi': 1 differences found 2025/10/08 03:47:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qikamav6hobi': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/10/08 03:47:12 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/08 03:47:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qikamav6hobi': 0 differences found 2025/10/08 03:47:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qikamav6hobi': 1 matching files 2025/10/08 03:47:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fabomep5zoga" 2025/10/08 03:47:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/08 03:47:12 DEBUG : Creating backend with remote "TestDrive:crypt/lgglvvn4vfqv4kam1m1o2gblktd5nkdojqrtg208e63f4se00rmg" 2025/10/08 03:47:13 DEBUG : Creating backend with remote "/tmp/rclone941492173" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fabomep5zoga'", Local "Local file system at /tmp/rclone941492173", Modify Window "1ms" 2025/10/08 03:47:15 DEBUG : 測試_Русский___ě_áñ: md5 = cdc7e6bdc37ea9fece953b565af9a3bd OK NFD checkfile vs. NFC remote (without normalization) 2025/10/08 03:47:15 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/08 03:47:15 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fabomep5zoga' 2025/10/08 03:47:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fabomep5zoga': 1 files missing 2025/10/08 03:47:15 NOTICE: 1 hashes missing 2025/10/08 03:47:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fabomep5zoga': 1 differences found 2025/10/08 03:47:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fabomep5zoga': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/10/08 03:47:17 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/08 03:47:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fabomep5zoga': 0 differences found 2025/10/08 03:47:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fabomep5zoga': 1 matching files 2025/10/08 03:47:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sidujal7qela" 2025/10/08 03:47:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/08 03:47:17 DEBUG : Creating backend with remote "TestDrive:crypt/07e6fq4d4b95i0tisk6fqvao6bog3l0fe3i84batol37cgpfa8o0" 2025/10/08 03:47:18 DEBUG : Creating backend with remote "/tmp/rclone2928188342" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sidujal7qela'", Local "Local file system at /tmp/rclone2928188342", Modify Window "1ms" 2025/10/08 03:47:20 DEBUG : 測試_Русский___ě_áñ: md5 = 7b1ccc914cbc5c77920f683ef5ba1fcb OK NFC checkfile vs. NFD remote (without normalization) 2025/10/08 03:47:20 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/08 03:47:20 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-sidujal7qela' 2025/10/08 03:47:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sidujal7qela': 1 files missing 2025/10/08 03:47:20 NOTICE: 1 hashes missing 2025/10/08 03:47:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sidujal7qela': 1 differences found 2025/10/08 03:47:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sidujal7qela': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/10/08 03:47:21 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/08 03:47:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sidujal7qela': 0 differences found 2025/10/08 03:47:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sidujal7qela': 1 matching files 2025/10/08 03:47:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xojekek9nopo" 2025/10/08 03:47:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/08 03:47:22 DEBUG : Creating backend with remote "TestDrive:crypt/bj8pk3jrufd39s2s1o2ghcqelou9jb6lg8pg17l96qkspmbh5pcg" 2025/10/08 03:47:22 DEBUG : Creating backend with remote "/tmp/rclone3872071284" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xojekek9nopo'", Local "Local file system at /tmp/rclone3872071284", Modify Window "1ms" 2025/10/08 03:47:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 25e3f5156ef803e96e7de567ab1834ff OK NFDx2 checkfile vs. both remote (without normalization) 2025/10/08 03:47:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/08 03:47:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xojekek9nopo' 2025/10/08 03:47:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xojekek9nopo': 1 files missing 2025/10/08 03:47:25 NOTICE: 1 hashes missing 2025/10/08 03:47:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xojekek9nopo': 1 differences found 2025/10/08 03:47:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xojekek9nopo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/10/08 03:47:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/08 03:47:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xojekek9nopo': 0 differences found 2025/10/08 03:47:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xojekek9nopo': 1 matching files 2025/10/08 03:47:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pegihad4kunu" 2025/10/08 03:47:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/08 03:47:27 DEBUG : Creating backend with remote "TestDrive:crypt/ide26kieiroe3uoc1njnmcvvkmqd7t0do4i9grf0c93bk4dl25ig" 2025/10/08 03:47:27 DEBUG : Creating backend with remote "/tmp/rclone572161246" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pegihad4kunu'", Local "Local file system at /tmp/rclone572161246", Modify Window "1ms" 2025/10/08 03:47:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 8c2def02289535af2960c0ec843363ad OK NFCx2 checkfile vs. both remote (without normalization) 2025/10/08 03:47:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/08 03:47:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pegihad4kunu' 2025/10/08 03:47:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pegihad4kunu': 1 files missing 2025/10/08 03:47:30 NOTICE: 1 hashes missing 2025/10/08 03:47:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pegihad4kunu': 1 differences found 2025/10/08 03:47:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pegihad4kunu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/10/08 03:47:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/08 03:47:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pegihad4kunu': 0 differences found 2025/10/08 03:47:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pegihad4kunu': 1 matching files 2025/10/08 03:47:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-petovuz5xoxu" 2025/10/08 03:47:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/08 03:47:31 DEBUG : Creating backend with remote "TestDrive:crypt/i143kdqagdehso5aqsptig6lijm7jhnp94t1qdlj5qeri3cgogcg" 2025/10/08 03:47:32 DEBUG : Creating backend with remote "/tmp/rclone2973136028" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-petovuz5xoxu'", Local "Local file system at /tmp/rclone2973136028", Modify Window "1ms" 2025/10/08 03:47:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 9b2fdffad67c5a6615de4cae561de737 OK both checkfile vs. NFDx2 remote (without normalization) 2025/10/08 03:47:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/08 03:47:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-petovuz5xoxu' 2025/10/08 03:47:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-petovuz5xoxu': 1 files missing 2025/10/08 03:47:35 NOTICE: 1 hashes missing 2025/10/08 03:47:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-petovuz5xoxu': 1 differences found 2025/10/08 03:47:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-petovuz5xoxu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/10/08 03:47:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/08 03:47:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-petovuz5xoxu': 0 differences found 2025/10/08 03:47:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-petovuz5xoxu': 1 matching files 2025/10/08 03:47:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wucivoj1guto" 2025/10/08 03:47:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/08 03:47:36 DEBUG : Creating backend with remote "TestDrive:crypt/cbbh3kg8st0jjs7kk06oknigrh0869q4htqqfmd83v12n0vb73f0" 2025/10/08 03:47:37 DEBUG : Creating backend with remote "/tmp/rclone2137004996" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wucivoj1guto'", Local "Local file system at /tmp/rclone2137004996", Modify Window "1ms" 2025/10/08 03:47:39 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 364ddcae12021a98ccb773eda7f05bcc OK both checkfile vs. NFCx2 remote (without normalization) 2025/10/08 03:47:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/08 03:47:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wucivoj1guto' 2025/10/08 03:47:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wucivoj1guto': 1 files missing 2025/10/08 03:47:40 NOTICE: 1 hashes missing 2025/10/08 03:47:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wucivoj1guto': 1 differences found 2025/10/08 03:47:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wucivoj1guto': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/10/08 03:47:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/08 03:47:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wucivoj1guto': 0 differences found 2025/10/08 03:47:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wucivoj1guto': 1 matching files 2025/10/08 03:47:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wucivoj1guto': Purge remote 2025/10/08 03:47:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-petovuz5xoxu': Purge remote 2025/10/08 03:47:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pegihad4kunu': Purge remote 2025/10/08 03:47:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xojekek9nopo': Purge remote 2025/10/08 03:47:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sidujal7qela': Purge remote 2025/10/08 03:47:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fabomep5zoga': Purge remote 2025/10/08 03:47:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qikamav6hobi': Purge remote 2025/10/08 03:47:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yayabem9xoxi': Purge remote 2025/10/08 03:47:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cecisit6ruji': Purge remote 2025/10/08 03:47:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duzahek7nupo': Purge remote --- PASS: TestApplyTransforms (51.91s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:47:45 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/08 03:47:47 DEBUG : sub/file2: md5 = 62bc8c52e4c447bf613b108d9084f526 OK 2025/10/08 03:47:47 INFO : file1: Copied (new) to: sub/file2 2025/10/08 03:47:48 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/08 03:47:48 DEBUG : file1: Unchanged skipping 2025/10/08 03:47:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': don't need to copy/move sub/file2, it is already at target location 2025/10/08 03:47:50 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.08s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.51s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:47:54 DEBUG : dst/file1: md5 = 646ea85cf3424aba4b0cf273997766a2 OK 2025/10/08 03:47:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pafufom8yuko/backup" 2025/10/08 03:47:55 DEBUG : Creating backend with remote "TestDrive:crypt/5e93tfliqme9hk8d4asah6lvdao6sjl1djb0f2vfjfrbppq13770/1nrff024r7pq65ecp72fc28jb0" 2025/10/08 03:47:56 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/08 03:47:58 INFO : dst/file1: Moved (server-side) 2025/10/08 03:47:59 DEBUG : dst/file1: md5 = 75a2e93a542028bd35973c6609293111 OK 2025/10/08 03:47:59 INFO : dst/file1: Copied (new) 2025/10/08 03:48:02 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/08 03:48:03 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/08 03:48:03 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.18s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:48:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pafufom8yuko/dst" 2025/10/08 03:48:04 DEBUG : Creating backend with remote "TestDrive:crypt/5e93tfliqme9hk8d4asah6lvdao6sjl1djb0f2vfjfrbppq13770/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/08 03:48:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pafufom8yuko/CompareDest" 2025/10/08 03:48:06 DEBUG : Creating backend with remote "TestDrive:crypt/5e93tfliqme9hk8d4asah6lvdao6sjl1djb0f2vfjfrbppq13770/gveqi14airsml4bgu7krj116o8" 2025/10/08 03:48:07 DEBUG : one: Need to transfer - File not found at Destination 2025/10/08 03:48:09 DEBUG : one: md5 = 70bfd69c8117385594669d5fd12e5fbb OK 2025/10/08 03:48:09 INFO : one: Copied (new) 2025/10/08 03:48:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/08 03:48:12 DEBUG : one: md5 = edaa6e147c10a0ca9f787d6a25128e0b OK 2025/10/08 03:48:12 INFO : one: Copied (replaced existing) 2025/10/08 03:48:14 DEBUG : dst/one: md5 = e189faea6603719ffef20903a4f27a4c OK 2025/10/08 03:48:16 DEBUG : CompareDest/one: md5 = 0e6d86b2e7a175e6d677227182ded9b5 OK 2025/10/08 03:48:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/08 03:48:17 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/08 03:48:17 DEBUG : one: Destination found in --compare-dest, skipping 2025/10/08 03:48:19 DEBUG : CompareDest/two: md5 = bda04431b03c84c2721b53196cb80039 OK 2025/10/08 03:48:20 DEBUG : two: Need to transfer - File not found at Destination 2025/10/08 03:48:21 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/08 03:48:21 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/08 03:48:21 DEBUG : two: Need to transfer - File not found at Destination 2025/10/08 03:48:21 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/08 03:48:21 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/08 03:48:23 DEBUG : two: Need to transfer - File not found at Destination 2025/10/08 03:48:23 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/10/08 03:48:24 DEBUG : two: md5 = 66c3e6e60327d1db51304c9df03f6a28 OK 2025/10/08 03:48:24 INFO : two: Copied (new) 2025/10/08 03:48:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/08 03:48:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:48:28 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/08 03:48:28 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (24.42s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:48:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pafufom8yuko/dst" 2025/10/08 03:48:28 DEBUG : Creating backend with remote "TestDrive:crypt/5e93tfliqme9hk8d4asah6lvdao6sjl1djb0f2vfjfrbppq13770/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/08 03:48:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pafufom8yuko/CopyDest" 2025/10/08 03:48:30 DEBUG : Creating backend with remote "TestDrive:crypt/5e93tfliqme9hk8d4asah6lvdao6sjl1djb0f2vfjfrbppq13770/d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/08 03:48:31 DEBUG : one: Need to transfer - File not found at Destination 2025/10/08 03:48:34 DEBUG : one: md5 = 509936db44afe964d84f96570dae4950 OK 2025/10/08 03:48:34 INFO : one: Copied (new) 2025/10/08 03:48:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/08 03:48:36 DEBUG : one: md5 = 1cce00e4c502a530462e6f5000f4f224 OK 2025/10/08 03:48:36 INFO : one: Copied (replaced existing) 2025/10/08 03:48:38 DEBUG : dst/one: md5 = 5966b5c6a9705ae7d16a8a88e8574dc9 OK 2025/10/08 03:48:40 DEBUG : CopyDest/one: md5 = c039cb8a1874d8fe32b6d4dfde3a93c6 OK 2025/10/08 03:48:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pafufom8yuko/BackupDir" 2025/10/08 03:48:41 DEBUG : Creating backend with remote "TestDrive:crypt/5e93tfliqme9hk8d4asah6lvdao6sjl1djb0f2vfjfrbppq13770/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/08 03:48:43 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/08 03:48:43 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/08 03:48:43 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/08 03:48:44 INFO : one: Moved (server-side) 2025/10/08 03:48:45 INFO : one: Copied (server-side copy) 2025/10/08 03:48:45 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/10/08 03:48:47 DEBUG : CopyDest/two: md5 = 7fe35e2c42ea9f1efcd7432947f1f076 OK 2025/10/08 03:48:48 DEBUG : two: Need to transfer - File not found at Destination 2025/10/08 03:48:48 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/08 03:48:49 INFO : two: Copied (server-side copy) 2025/10/08 03:48:49 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/10/08 03:48:50 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/08 03:48:50 DEBUG : two: Unchanged skipping 2025/10/08 03:48:52 DEBUG : CopyDest/three: md5 = 6012273fea08edec1a81c745395fadd7 OK 2025/10/08 03:48:53 DEBUG : three: Need to transfer - File not found at Destination 2025/10/08 03:48:53 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/10/08 03:48:53 DEBUG : three: Destination not found in --copy-dest 2025/10/08 03:48:54 DEBUG : three: md5 = 58f7f77a5ea684a8a4ab2407b5939808 OK 2025/10/08 03:48:54 INFO : three: Copied (new) 2025/10/08 03:48:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/08 03:48:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:48:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/08 03:48:59 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/08 03:48:59 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/08 03:48:59 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:49:00 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.20s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.46s) === RUN TestCopyLongFileNameCollision run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.45s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:49:02 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/10/08 03:49:04 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 92718609eaec4b0280077b4b75457c6a OK 2025/10/08 03:49:04 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/10/08 03:49:05 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/10/08 03:49:05 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:500: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/10/08 03:49:06 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/10/08 03:49:07 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/10/08 03:49:08 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 0db5bbfd463b71ff36f4d7e74795f7f8 OK 2025/10/08 03:49:08 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/10/08 03:49:10 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/10/08 03:49:10 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.88s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.45s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:49:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': Looking for duplicate names using skip mode. 2025/10/08 03:49:14 NOTICE: one: Found 2 files with duplicate names 2025/10/08 03:49:14 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.72s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:49:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': Looking for duplicate names using skip mode. 2025/10/08 03:49:21 NOTICE: one: Found 3 files with duplicate names 2025/10/08 03:49:21 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/10/08 03:49:21 INFO : one: Deleted 2025/10/08 03:49:21 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.82s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:49:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': Looking for duplicate names using first mode. 2025/10/08 03:49:27 NOTICE: one: Found 3 files with duplicate names 2025/10/08 03:49:27 INFO : one: Deleted 2025/10/08 03:49:28 INFO : one: Deleted 2025/10/08 03:49:28 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.32s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:49:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': Looking for duplicate names using newest mode. 2025/10/08 03:49:33 NOTICE: one: Found 3 files with duplicate names 2025/10/08 03:49:34 INFO : one: Deleted 2025/10/08 03:49:34 INFO : one: Deleted 2025/10/08 03:49:34 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.35s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.44s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:49:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': Looking for duplicate names using oldest mode. 2025/10/08 03:49:40 NOTICE: one: Found 3 files with duplicate names 2025/10/08 03:49:41 INFO : one: Deleted 2025/10/08 03:49:41 INFO : one: Deleted 2025/10/08 03:49:41 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.44s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:49:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': Looking for duplicate names using largest mode. 2025/10/08 03:49:47 NOTICE: one: Found 3 files with duplicate names 2025/10/08 03:49:47 INFO : one: Deleted 2025/10/08 03:49:47 INFO : one: Deleted 2025/10/08 03:49:47 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.26s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:49:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': Looking for duplicate names using smallest mode. 2025/10/08 03:49:53 NOTICE: one: Found 3 files with duplicate names 2025/10/08 03:49:53 INFO : one: Deleted 2025/10/08 03:49:54 INFO : one: Deleted 2025/10/08 03:49:54 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.13s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:50:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': Looking for duplicate names using rename mode. 2025/10/08 03:50:00 NOTICE: one.txt: Found 3 files with duplicate names 2025/10/08 03:50:01 INFO : one-2.txt: renamed from: one.txt 2025/10/08 03:50:03 INFO : one-3.txt: renamed from: one.txt 2025/10/08 03:50:04 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.58s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:50:08 DEBUG : dupe1/one.txt: md5 = 5676dd95c804a4f894008a9d8f9464c1 OK 2025/10/08 03:50:11 DEBUG : dupe2/two.txt: md5 = 129e3e673fff53906d8289e468159f7f OK 2025/10/08 03:50:13 DEBUG : dupe3/three.txt: md5 = 27cf99545967211b39ca0fd294cb95f8 OK 2025/10/08 03:50:13 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/10/08 03:50:14 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/10/08 03:50:14 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/10/08 03:50:15 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/10/08 03:50:18 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/10/08 03:50:18 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/10/08 03:50:18 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.52s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:50:20 DEBUG : a.txt: md5 = 2fb7a999da78083f99e51803e49f18cf OK 2025/10/08 03:50:22 DEBUG : zend.txt: md5 = 01f1299b6d49cb418671f10ae0d11a2d OK 2025/10/08 03:50:24 DEBUG : sub dir/hello world: md5 = de294dbc2d6ec410684fb5e752696c8d OK 2025/10/08 03:50:25 DEBUG : sub dir/hello world2: md5 = 2451e9fb63c00f50b40ab50b12f9bc52 OK 2025/10/08 03:50:27 DEBUG : sub dir/ignore dir/.ignore: md5 = 735be4e2631fd1970756fecb45f131d1 OK 2025/10/08 03:50:29 DEBUG : sub dir/ignore dir/should be ignored: md5 = 0816c8e31d38a6f3da278a379cba092e OK 2025/10/08 03:50:31 DEBUG : sub dir/sub sub dir/hello world3: md5 = 9dd6674db26540f3b7c1e0ae782e2656 OK 2025/10/08 03:50:32 DEBUG : a.txt: Excluded (Size Filter) 2025/10/08 03:50:32 DEBUG : a.txt: Excluded 2025/10/08 03:50:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/08 03:50:33 DEBUG : sub dir/hello world: Excluded 2025/10/08 03:50:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/08 03:50:33 DEBUG : sub dir/hello world2: Excluded 2025/10/08 03:50:33 DEBUG : sub dir/ignore dir: Excluded 2025/10/08 03:50:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/08 03:50:33 DEBUG : sub dir/hello world: Excluded 2025/10/08 03:50:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/08 03:50:33 DEBUG : sub dir/hello world2: Excluded 2025/10/08 03:50:33 DEBUG : sub dir/ignore dir: Excluded 2025/10/08 03:50:38 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/08 03:50:38 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/08 03:50:38 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/08 03:50:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/08 03:50:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/08 03:50:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/10/08 03:50:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (20.96s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:50:41 DEBUG : a.txt: md5 = c1f414fc0a3a7a044355aabe3eb5e93c OK 2025/10/08 03:50:43 DEBUG : zend.txt: md5 = 9c3c59597c10e84936430da701ed4224 OK 2025/10/08 03:50:45 DEBUG : sub dir/hello world: md5 = dad05eb91a2b7909e4de16186190d93f OK 2025/10/08 03:50:46 DEBUG : sub dir/hello world2: md5 = 3cfd492edbe481ca32349bfbe0d7f1d1 OK 2025/10/08 03:50:49 DEBUG : sub dir/ignore dir/.ignore: md5 = 27de11e4a1313d8d63f691450bb5ff5e OK 2025/10/08 03:50:50 DEBUG : sub dir/ignore dir/should be ignored: md5 = aa3d4239a0e40a45b07bcaaeedf684b2 OK 2025/10/08 03:50:52 DEBUG : sub dir/sub sub dir/hello world3: md5 = 6497ff6e56137b7704e51d42f2c8cde0 OK 2025/10/08 03:50:53 DEBUG : a.txt: Excluded (Size Filter) 2025/10/08 03:50:53 DEBUG : a.txt: Excluded 2025/10/08 03:50:54 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/08 03:50:54 DEBUG : sub dir/hello world: Excluded 2025/10/08 03:50:54 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/08 03:50:54 DEBUG : sub dir/hello world2: Excluded 2025/10/08 03:50:55 DEBUG : sub dir/ignore dir: Excluded 2025/10/08 03:50:55 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/08 03:50:55 DEBUG : sub dir/hello world: Excluded 2025/10/08 03:50:55 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/08 03:50:55 DEBUG : sub dir/hello world2: Excluded 2025/10/08 03:50:55 DEBUG : sub dir/ignore dir: Excluded 2025/10/08 03:50:59 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/08 03:51:00 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/08 03:51:00 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/08 03:51:01 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/08 03:51:01 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/08 03:51:01 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/10/08 03:51:01 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (21.47s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:51:03 DEBUG : file1: md5 = a723de92a89e540af91099effa9d8afe OK 2025/10/08 03:51:05 DEBUG : sub/file2: md5 = 71a0467a2951cbee5f12d5981a36f6c0 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/10/08 03:51:08 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/10/08 03:51:08 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/10/08 03:51:08 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/10/08 03:51:10 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.16s) --- PASS: TestListJSON/Default (0.26s) --- PASS: TestListJSON/FilesOnly (0.22s) --- PASS: TestListJSON/DirsOnly (0.23s) --- PASS: TestListJSON/Recurse (0.46s) --- PASS: TestListJSON/SubDir (0.26s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.26s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.65s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:51:12 DEBUG : file1: md5 = f05e17c6fd45e7ab1eba47c91dbb9c58 OK 2025/10/08 03:51:14 DEBUG : sub/file2: md5 = ad4b1e37a4d14c800d1bb7fd53d6d68e OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/10/08 03:51:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pafufom8yuko/notfound" 2025/10/08 03:51:18 DEBUG : Config file has changed externally - reloading 2025/10/08 03:51:18 DEBUG : Creating backend with remote "TestDrive:crypt/5e93tfliqme9hk8d4asah6lvdao6sjl1djb0f2vfjfrbppq13770/qe0i31qdkoejk60elps0ni5sqk" 2025/10/08 03:51:21 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.77s) --- PASS: TestStatJSON/Root (0.45s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.46s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.48s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.21s) --- PASS: TestStatJSON/FileDirsOnly (0.25s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.27s) --- PASS: TestStatJSON/RootNotFound (1.72s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:51:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': Making directory 2025/10/08 03:51:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': Making directory --- PASS: TestMkdir (0.66s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:51:25 DEBUG : sub dir/hello world: md5 = 4641a96843778f5577087ab61aae0b42 OK 2025/10/08 03:51:27 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.67s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:51:29 DEBUG : potato2: md5 = e27667382abf4a85f3852033f0c4be5a OK 2025/10/08 03:51:31 DEBUG : empty space: md5 = 396613c25b716c4155c1ea3bca9dd2ea OK --- PASS: TestLs (4.82s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:51:34 DEBUG : potato2: md5 = 71ef4e3bb33d4d8b07c1a54c6e5dcc9b OK 2025/10/08 03:51:35 DEBUG : empty space: md5 = 42c73a244611aa45cb2ddef61583b910 OK 2025/10/08 03:51:35 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/10/08 03:51:35 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.74s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:51:38 DEBUG : potato2: md5 = 0b6ef8db119e897a2ee92e2e54df6580 OK 2025/10/08 03:51:40 DEBUG : empty space: md5 = 7ecb07bb173e6f48bb97e5a91fc4ef65 OK --- PASS: TestLsLong (4.92s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:51:43 DEBUG : potato2: md5 = 4eee8f92ea8a58dbcc9988ca49bd2ed5 OK 2025/10/08 03:51:45 DEBUG : empty space: md5 = a6c62a57fa934dd4ecb9a80fae9cb67b OK --- PASS: TestHashSums (4.42s) === RUN TestHashSumsWithErrors 2025/10/08 03:51:46 DEBUG : Creating backend with remote ":memory:" 2025/10/08 03:51:46 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/10/08 03:51:46 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/08 03:51:46 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/08 03:51:46 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/08 03:51:46 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/08 03:51:46 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/08 03:51:46 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/08 03:51:46 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/10/08 03:51:46 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-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:51:48 DEBUG : potato2: md5 = 5f479b07acd75384994fcd17fa15ee12 OK 2025/10/08 03:51:49 DEBUG : empty space: md5 = dfbea500ba84ac850f4e024de93e513a OK 2025/10/08 03:51:51 DEBUG : sub dir/potato3: md5 = 8c80c4054aa7e9140df5824559b89828 OK 2025/10/08 03:51:54 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.47s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:51:56 DEBUG : small: md5 = 034888846f6b6ec09439f2cb0931ad27 OK 2025/10/08 03:51:58 DEBUG : medium: md5 = 947ad068b5a145bb5ecbacd714630672 OK 2025/10/08 03:51:59 DEBUG : large: md5 = 0f5ab09546f53f945ea975656fd722f2 OK 2025/10/08 03:52:00 DEBUG : Waiting for deletions to finish 2025/10/08 03:52:00 DEBUG : large: Excluded (Size Filter) 2025/10/08 03:52:00 INFO : small: Deleted 2025/10/08 03:52:00 INFO : medium: Deleted --- PASS: TestDelete (6.57s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:52:03 DEBUG : small: md5 = 4edf1f719aa32fd1a8adfbae44fd17a6 OK 2025/10/08 03:52:04 DEBUG : medium: md5 = 3657bdf7bdcbe4d502dece20d21b7cf3 OK 2025/10/08 03:52:06 DEBUG : large: md5 = b4988235fdb4df18840448b5a9f1cc35 OK 2025/10/08 03:52:06 DEBUG : Waiting for deletions to finish 2025/10/08 03:52:06 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/10/08 03:52:07 INFO : small: Deleted 2025/10/08 03:52:07 INFO : medium: Deleted --- PASS: TestMaxDelete (6.99s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:52:10 DEBUG : small: md5 = 8bc3f71ceab9952a8ef8c275dd2f019a OK 2025/10/08 03:52:11 DEBUG : medium: md5 = bb55dca5b72caf8cdcbc4fc921f65f84 OK 2025/10/08 03:52:13 DEBUG : large: md5 = 257cd46c504870d8897dd04d85b5f79a OK 2025/10/08 03:52:13 DEBUG : Waiting for deletions to finish 2025/10/08 03:52:13 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/10/08 03:52:14 INFO : small: Deleted 2025/10/08 03:52:14 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.83s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:52:17 DEBUG : small: md5 = c030521fb89e5606ae7588bd1216b526 OK 2025/10/08 03:52:18 DEBUG : medium: md5 = d1dd3a82b76fcaabdb01518e2f1fd9da OK 2025/10/08 03:52:19 DEBUG : large: md5 = b85a02efdf8fb5fbfed3d3b1f559d5a4 OK 2025/10/08 03:52:20 DEBUG : Waiting for deletions to finish 2025/10/08 03:52:20 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/10/08 03:52:20 INFO : small: Deleted 2025/10/08 03:52:20 INFO : large: Deleted --- PASS: TestMaxDeleteSize (6.51s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:52:23 DEBUG : ReadFile: md5 = 82576180a40bd9c24ff4b54929c0323b OK --- PASS: TestReadFile (3.98s) === RUN TestRetry 2025/10/08 03:52:26 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/10/08 03:52:26 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/10/08 03:52:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/08 03:52:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/08 03:52:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/08 03:52:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/08 03:52:26 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-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:52:27 DEBUG : file1: md5 = d6750d4fc27d6efbc983830374400ab6 OK 2025/10/08 03:52:29 DEBUG : file2: md5 = 96dc3274067c74530063e8a6292ecee3 OK --- PASS: TestCat (16.51s) === RUN TestPurge 2025/10/08 03:52:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuribor1ziki" 2025/10/08 03:52:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/08 03:52:42 DEBUG : Creating backend with remote "TestDrive:crypt/nq16lmhape1s1puvfa6tqai9ckp19iokg49tdjis3uis61smhipg" 2025/10/08 03:52:43 DEBUG : Creating backend with remote "/tmp/rclone4208854010" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuribor1ziki'", Local "Local file system at /tmp/rclone4208854010", Modify Window "1ms" 2025/10/08 03:52:48 DEBUG : A1/B1/C1/one: md5 = 180157a2b72e5eb2b0f90e995cfda238 OK 2025/10/08 03:52:48 INFO : A2: Making directory 2025/10/08 03:52:48 INFO : A1/B2: Making directory 2025/10/08 03:52:49 INFO : A1/B2/C2: Making directory 2025/10/08 03:52:50 INFO : A1/B1/C3: Making directory 2025/10/08 03:52:50 INFO : A3: Making directory 2025/10/08 03:52:51 INFO : A3/B3: Making directory 2025/10/08 03:52:52 INFO : A3/B3/C4: Making directory 2025/10/08 03:52:54 DEBUG : A1/two: md5 = 927eb8af8b31fbdf56e4f345117c9629 OK 2025/10/08 03:52:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuribor1ziki': Purge remote 2025/10/08 03:52:57 NOTICE: purge failed: directory not found --- PASS: TestPurge (14.95s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:53:01 DEBUG : A1/B1/C1/one: md5 = ee64b80519e565b5863e8a38fa27e3c0 OK 2025/10/08 03:53:01 INFO : A2: Making directory 2025/10/08 03:53:02 INFO : A1/B2: Making directory 2025/10/08 03:53:02 INFO : A1/B2/C2: Making directory 2025/10/08 03:53:03 INFO : A1/B1/C3: Making directory 2025/10/08 03:53:04 INFO : A3: Making directory 2025/10/08 03:53:04 INFO : A3/B3: Making directory 2025/10/08 03:53:05 INFO : A3/B3/C4: Making directory 2025/10/08 03:53:07 DEBUG : A1/two: md5 = bd59129df28df0e69ac58f6b80479bc2 OK 2025/10/08 03:53:08 DEBUG : removing 1 level 3 directories 2025/10/08 03:53:08 INFO : A3/B3/C4: Removing directory 2025/10/08 03:53:11 DEBUG : removing 2 level 3 directories 2025/10/08 03:53:11 INFO : A1/B2/C2: Removing directory 2025/10/08 03:53:11 INFO : A1/B1/C3: Removing directory 2025/10/08 03:53:11 DEBUG : removing 2 level 2 directories 2025/10/08 03:53:11 INFO : A3/B3: Removing directory 2025/10/08 03:53:11 INFO : A1/B2: Removing directory 2025/10/08 03:53:12 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/10/08 03:53:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/08 03:53:12 DEBUG : removing 2 level 1 directories 2025/10/08 03:53:12 INFO : A3: Removing directory 2025/10/08 03:53:12 INFO : A2: Removing directory 2025/10/08 03:53:12 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/10/08 03:53:16 DEBUG : removing 1 level 3 directories 2025/10/08 03:53:16 INFO : A1/B1/C1: Removing directory 2025/10/08 03:53:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:53:17 DEBUG : removing 1 level 2 directories 2025/10/08 03:53:17 INFO : A1/B1: Removing directory 2025/10/08 03:53:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/08 03:53:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/08 03:53:17 DEBUG : removing 1 level 1 directories 2025/10/08 03:53:17 INFO : A1: Removing directory 2025/10/08 03:53:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/08 03:53:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/08 03:53:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/08 03:53:18 DEBUG : removing 1 level 0 directories 2025/10/08 03:53:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': Removing directory 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/08 03:53:18 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (22.41s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:53:20 INFO : A1: Making directory 2025/10/08 03:53:21 INFO : A1/B1: Making directory 2025/10/08 03:53:22 INFO : A1/B1/C1: Making directory 2025/10/08 03:53:24 DEBUG : removing 1 level 3 directories 2025/10/08 03:53:24 INFO : A1/B1/C1: Removing directory 2025/10/08 03:53:25 DEBUG : removing 1 level 2 directories 2025/10/08 03:53:25 INFO : A1/B1: Removing directory 2025/10/08 03:53:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/08 03:53:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.46s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:53:27 INFO : A1: Making directory 2025/10/08 03:53:28 INFO : A1/B1: Making directory 2025/10/08 03:53:28 INFO : A1/B1/C1: Making directory 2025/10/08 03:53:31 DEBUG : removing 1 level 3 directories 2025/10/08 03:53:31 INFO : A1/B1/C1: Removing directory 2025/10/08 03:53:32 DEBUG : removing 1 level 2 directories 2025/10/08 03:53:32 INFO : A1/B1: Removing directory 2025/10/08 03:53:32 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/08 03:53:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.49s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:53:36 DEBUG : file1: md5 = d6fe3699c044f545f18cfa69c31caf27 OK 2025/10/08 03:53:37 DEBUG : filename.txt: File name found in url 2025/10/08 03:53:38 DEBUG : filename.txt: md5 = 2100c105f011a44dc9bfc75971f56c65 OK 2025/10/08 03:53:38 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/10/08 03:53:39 DEBUG : headerfilename.txt: md5 = 1b9f306345f5223c6e7ac3aec1a971ed OK 2025/10/08 03:53:41 DEBUG : file2: md5 = efffd6aa824c4661c30496c5745c843f OK --- PASS: TestCopyURL (8.66s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:53:43 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/08 03:53:46 DEBUG : sub/file2: md5 = da76546c35e6775a6c71b971087af4a5 OK 2025/10/08 03:53:46 INFO : file1: Copied (new) to: sub/file2 2025/10/08 03:53:46 INFO : file1: Deleted 2025/10/08 03:53:46 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/08 03:53:46 DEBUG : file1: Unchanged skipping 2025/10/08 03:53:46 INFO : file1: Deleted 2025/10/08 03:53:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': don't need to copy/move sub/file2, it is already at target location 2025/10/08 03:53:48 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.93s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:53:49 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/08 03:53:51 DEBUG : file1: md5 = 5709a3a24bc9fcb3bcbd7184226e65d1 OK 2025/10/08 03:53:51 INFO : file1: Copied (new) 2025/10/08 03:53:51 INFO : file1: Deleted 2025/10/08 03:53:51 DEBUG : file1: Destination exists, skipping 2025/10/08 03:53:51 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.20s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.46s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.43s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:53:55 DEBUG : dst/file1: md5 = e7a1f91929253ae6e5d0cbda416dae30 OK 2025/10/08 03:53:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pafufom8yuko/backup" 2025/10/08 03:53:56 DEBUG : Creating backend with remote "TestDrive:crypt/5e93tfliqme9hk8d4asah6lvdao6sjl1djb0f2vfjfrbppq13770/1nrff024r7pq65ecp72fc28jb0" 2025/10/08 03:53:58 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/08 03:54:00 INFO : dst/file1: Moved (server-side) 2025/10/08 03:54:01 DEBUG : dst/file1: md5 = 2f0d27b1a9a30fc76cff5b2cd7703aa7 OK 2025/10/08 03:54:01 INFO : dst/file1: Copied (new) 2025/10/08 03:54:01 INFO : dst/file1: Deleted 2025/10/08 03:54:04 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/08 03:54:05 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/08 03:54:05 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.90s) === 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-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:54:08 DEBUG : A1/one: md5 = a945622295c4f8bb3cc1dff5f770013b OK 2025/10/08 03:54:09 DEBUG : A1/two: md5 = 1419c3d283fea15b41f881bb1906db80 OK 2025/10/08 03:54:12 DEBUG : A1/B1/three: md5 = 8ec40417bbbb940e1d287bc45c9b8d43 OK 2025/10/08 03:54:14 DEBUG : A1/B1/C1/four: md5 = 57826e5ed1d75fb909ef90f50b1cf144 OK 2025/10/08 03:54:16 DEBUG : A1/B1/C2/five: md5 = 06ec03d0142d2a8ffa6e6af8af929a44 OK 2025/10/08 03:54:16 INFO : A1/B2: Making directory 2025/10/08 03:54:17 INFO : A1/B1/C3: Making directory 2025/10/08 03:54:26 INFO : A2/two: Moved (server-side) to: A3/two 2025/10/08 03:54:26 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/10/08 03:54:26 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/10/08 03:54:26 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/10/08 03:54:26 INFO : A2/one: Moved (server-side) to: A3/one 2025/10/08 03:54:29 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/08 03:54:29 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/08 03:54:29 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/08 03:54:30 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/08 03:54:30 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/08 03:54:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/10/08 03:54:37 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/10/08 03:54:37 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/10/08 03:54:37 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/10/08 03:54:37 INFO : A3/two: Moved (server-side) to: A4/two 2025/10/08 03:54:37 INFO : A3/one: Moved (server-side) to: A4/one 2025/10/08 03:54:41 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/08 03:54:41 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/08 03:54:41 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/08 03:54:41 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/08 03:54:41 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/08 03:54:47 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/10/08 03:54:48 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/10/08 03:54:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/08 03:54:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/08 03:54:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/08 03:54:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/08 03:54:49 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/08 03:54:49 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/08 03:54:49 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/08 03:54:49 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (43.95s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:54:50 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.58s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:54:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': File to upload is small (34 bytes), uploading instead of streaming 2025/10/08 03:54:53 DEBUG : no_checksum_small_file_from_pipe: md5 = 70ee6e0fe44efb62d3c89c06cf113946 OK 2025/10/08 03:54:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/10/08 03:54:53 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/08 03:54:54 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/10/08 03:54:55 DEBUG : no_checksum_big_file_from_pipe: md5 = 4855df14d798efa943a298dd445aa40d OK 2025/10/08 03:54:55 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-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:54:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': File to upload is small (34 bytes), uploading instead of streaming 2025/10/08 03:54:58 DEBUG : with_checksum_small_file_from_pipe: md5 = 518f8c5493b49d0ca79a06233fe1867d OK 2025/10/08 03:54:58 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/08 03:54:59 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/10/08 03:55:00 DEBUG : with_checksum_big_file_from_pipe: md5 = 2041913da5eab90ef5368a59d276232b OK 2025/10/08 03:55:00 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-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:55:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': File to upload is small (34 bytes), uploading instead of streaming 2025/10/08 03:55:03 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/08 03:55:04 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/08 03:55:05 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-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:55:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': File to upload is small (34 bytes), uploading instead of streaming 2025/10/08 03:55:08 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/08 03:55:09 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/08 03:55:10 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (21.11s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.68s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.23s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.23s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.97s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/10/08 03:55:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': File to upload is small (48 bytes), uploading instead of streaming 2025/10/08 03:55:14 DEBUG : rcat_metadata: md5 = ecc7d4c4bd566673f6f169cd6ab71dbc OK 2025/10/08 03:55:14 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/10/08 03:55:15 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/10/08 03:55:16 DEBUG : rcat_metadata_uploadcutoff0: md5 = 7cfbb31fc9c7d2f7e55642225a913fb6 OK 2025/10/08 03:55:16 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.75s) --- PASS: TestRcatMetadata/Normal (2.63s) --- PASS: TestRcatMetadata/ViaDisk (2.71s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:55:19 DEBUG : potato1: md5 = 14730f3c53e8f8c482e8758d54b6f8c9 OK 2025/10/08 03:55:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': File to upload is small (60 bytes), uploading instead of streaming 2025/10/08 03:55:20 DEBUG : potato2: md5 = 19c352d0542e992555f2bae1e4d76ec8 OK 2025/10/08 03:55:20 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.26s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:55:23 DEBUG : potato1: md5 = f3879fba9010d5625986f2460ea57c45 OK 2025/10/08 03:55:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': File to upload is small (60 bytes), uploading instead of streaming 2025/10/08 03:55:25 DEBUG : potato2: md5 = 074706a7266ce57505c80b80af1f713f OK 2025/10/08 03:55:25 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.00s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:55:28 DEBUG : potato2: md5 = 4255760c4d78efbc8550d37182697e03 OK 2025/10/08 03:55:30 DEBUG : empty space: md5 = 7598a3b8e899da204e26bd0fd1197721 OK 2025/10/08 03:55:32 DEBUG : sub dir/potato3: md5 = 795655d89b35e07840f068c80af01882 OK 2025/10/08 03:55:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': Touching "sub dir/potato3" 2025/10/08 03:55:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': Touching "empty space" 2025/10/08 03:55:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': Touching "potato2" 2025/10/08 03:55:36 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.82s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:55:37 DEBUG : dir with metadata: Making directory with metadata 2025/10/08 03:55:37 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.31s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:55:39 DEBUG : directory with modtime: Making directory with metadata 2025/10/08 03:55:40 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.28s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:55:41 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/08 03:55:41 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/08 03:55:41 DEBUG : Google drive root 'crypt/5e93tfliqme9hk8d4asah6lvdao6sjl1djb0f2vfjfrbppq13770': Skipping btime metadata as can't update it on an existing file: 2025-10-08T03:55:41.66184696Z 2025/10/08 03:55:42 INFO : non existent directory: Updated directory metadata 2025/10/08 03:55:44 DEBUG : Google drive root 'crypt/5e93tfliqme9hk8d4asah6lvdao6sjl1djb0f2vfjfrbppq13770': Skipping btime metadata as can't update it on an existing file: 2025-10-08T03:55:41.66184696Z 2025/10/08 03:55:44 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.62s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:55:46 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/10/08 03:55:47 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/10/08 03:55:48 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.79s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:55:50 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/08 03:55:50 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/08 03:55:50 DEBUG : dst: Making directory with metadata 2025/10/08 03:55:50 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/08 03:55:50 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/08 03:55:51 INFO : dst: Set directory modification time (using SetModTime) 2025/10/08 03:55:51 INFO : dst: Set directory modification time (using SetModTime) 2025/10/08 03:55:51 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/10/08 03:55:52 INFO : dst: Set directory modification time (using SetModTime) 2025/10/08 03:55:52 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.40s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko'", Local "Local file system at /tmp/rclone2948837767", Modify Window "1ms" 2025/10/08 03:55:55 DEBUG : sub dir/test remove existing: md5 = 72ba3d3053ac56b7093b0bc5be3d1c75 OK 2025/10/08 03:55:57 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 441b67e4cf840e7793bb65c8ff8fb66b OK 2025/10/08 03:55:59 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.sutimop9" before starting 2025/10/08 03:56:00 DEBUG : sub dir/test remove existing.sutimop9: TEST: removing renamed existing file after operation 2025/10/08 03:56:01 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kiqadoh6" before starting 2025/10/08 03:56:02 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kiqadoh6: TEST: renaming existing back after failed operation 2025/10/08 03:56:03 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fujadas8" before starting 2025/10/08 03:56:04 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fujadas8: TEST: removing renamed existing file after operation 2025/10/08 03:56:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "thgrl8pdu783n6b886cqhj4d3kahrjlqvu5ekeao85igums3mmk00bf228056ulfrcbtrjksd8r1tk2s6ja9ap10jmvenmlha7e2n02qcfhd5o7skv51cridrb2ckdjfrj63h0osi91j7t2m0jl4jsc1ns7q2edjdp692q8ah34vd89vc8bg" 2025/10/08 03:56:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "p3rnou618ifu4mdbiob20bqnregr3tgruqdiirbtnjh31aner6s0" --- PASS: TestRemoveExisting (13.29s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/10/08 03:56:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pafufom8yuko': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m42.053428696s (try 1/5)