"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/09/09 02:24:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxuyus6kupu" 2025/09/09 02:24:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/09 02:24:10 DEBUG : Creating backend with remote "TestDrive:crypt/bb1qf6475cfms2ub1gf65pfhqcpolojhs0vkvd40adggib8nsdq0" 2025/09/09 02:24:11 DEBUG : Creating backend with remote "/tmp/rclone2581792029" === 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-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.27s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.27s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/09/09 02:24:12 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/09 02:24:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/09 02:24:12 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/09/09 02:24:12 DEBUG : potato: Seek from 10 to 0 2025/09/09 02:24:12 DEBUG : potato: Seek from 10 to 0 2025/09/09 02:24:12 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/09/09 02:24:12 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/09 02:24:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/09 02:24:12 DEBUG : potato: Seek from 5 to 2 2025/09/09 02:24:12 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/09/09 02:24:12 DEBUG : potato: Seek from 7 to 0 2025/09/09 02:24:12 DEBUG : potato: Seek from 7 to 0 2025/09/09 02:24:12 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/09/09 02:24:12 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/09 02:24:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/09 02:24:12 DEBUG : potato: Seek from 5 to 2 2025/09/09 02:24:12 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/09/09 02:24:12 DEBUG : potato: Seek from 8 to 0 2025/09/09 02:24:12 DEBUG : potato: Seek from 8 to 0 2025/09/09 02:24:12 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/09/09 02:24:12 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/09 02:24:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/09 02:24:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/09 02:24:12 DEBUG : potato: Seek from 5 to 2 2025/09/09 02:24:12 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/09/09 02:24:12 DEBUG : potato: Seek from 9 to 0 2025/09/09 02:24:12 DEBUG : potato: Seek from 9 to 0 2025/09/09 02:24:12 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-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:24:14 DEBUG : rutabaga: md5 = 7a70c96ffbc97770a7ab7abd53ac6c74 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/09/09 02:24:16 DEBUG : empty space: md5 = 60d5678282726da10310eef9413081b2 OK === RUN TestCheck/3 2025/09/09 02:24:18 DEBUG : potato2: md5 = b9963f4e9c5461b259df7be7c9fab606 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/09/09 02:24:20 DEBUG : remotepotato: md5 = 1db209180e624a0a420c62ca5413513b OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.06s) --- PASS: TestCheck/1 (0.28s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.26s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.27s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.28s) === RUN TestCheckFsError 2025/09/09 02:24:24 DEBUG : Creating backend with remote "nonexistent" 2025/09/09 02:24:24 DEBUG : Creating backend with remote "nonexistent" 2025/09/09 02:24:24 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/09/09 02:24:24 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/09/09 02:24:24 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/09/09 02:24:24 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-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:24:25 DEBUG : rutabaga: md5 = 064be2bb3050d1d84719fe02e18cb6b4 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/09/09 02:24:30 DEBUG : empty space: md5 = df4a05e9f405978235ca826dba8703b1 OK === RUN TestCheckDownload/3 2025/09/09 02:24:32 DEBUG : potato2: md5 = 903b4c4935201e9177bb3c1188a8e7a8 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/09/09 02:24:36 DEBUG : remotepotato: md5 = 2aa48cbd976d5965b469f316cd37a2ae OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.85s) --- PASS: TestCheckDownload/1 (1.08s) --- PASS: TestCheckDownload/2 (1.16s) --- PASS: TestCheckDownload/3 (0.85s) --- PASS: TestCheckDownload/4 (1.08s) --- PASS: TestCheckDownload/5 (0.97s) --- PASS: TestCheckDownload/6 (1.96s) --- PASS: TestCheckDownload/7 (1.02s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:24:43 DEBUG : rutabaga: md5 = f19fa46812fd04add4ce67e7ffce630b OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/09/09 02:24:45 DEBUG : empty space: md5 = 24a8b0b0cd42d8f814cd5e7f7fbc6783 OK === RUN TestCheckSizeOnly/3 2025/09/09 02:24:47 DEBUG : potato2: md5 = a7b62c5ea0bbae6bd97c56a8c356ba19 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/09/09 02:24:50 DEBUG : remotepotato: md5 = a9e7ce6f7954e7e17a74fcda96361de4 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.34s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.28s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.27s) --- PASS: TestCheckSizeOnly/5 (0.25s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.30s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:24:54 DEBUG : test.sum: md5 = 27251a6aa1fb1028f65be26f788d6e0a OK 2025/09/09 02:24:56 NOTICE: test.sum: improperly formatted checksum line 4 2025/09/09 02:24:56 NOTICE: test.sum: improperly formatted checksum line 5 2025/09/09 02:24:56 NOTICE: test.sum: improperly formatted checksum line 6 2025/09/09 02:24:56 NOTICE: test.sum: 2 warning(s) suppressed... 2025/09/09 02:24:57 DEBUG : test.sum: md5 = b26e65917faa50f5bda95aaa76779dca OK 2025/09/09 02:24:58 NOTICE: test.sum: improperly formatted checksum line 4 2025/09/09 02:24:58 NOTICE: test.sum: improperly formatted checksum line 5 2025/09/09 02:24:58 NOTICE: test.sum: improperly formatted checksum line 6 2025/09/09 02:24:58 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.31s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:24:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxuyus6kupu/data" 2025/09/09 02:24:59 DEBUG : Creating backend with remote "TestDrive:crypt/bb1qf6475cfms2ub1gf65pfhqcpolojhs0vkvd40adggib8nsdq0/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu/data' lacks md5, skipping --- SKIP: TestCheckSum (2.24s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:25:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxuyus6kupu/data" 2025/09/09 02:25:01 DEBUG : Creating backend with remote "TestDrive:crypt/bb1qf6475cfms2ub1gf65pfhqcpolojhs0vkvd40adggib8nsdq0/vjrnln8ratgmqakfosrqe8espk" 2025/09/09 02:25:06 DEBUG : data/banana: md5 = 9a7330cf43a39914bc8106d69b27c627 OK 2025/09/09 02:25:07 DEBUG : test.sum: md5 = 06a92c45f86557306f5615a5fecfad5e OK === RUN TestCheckSumDownload/subtest1 2025/09/09 02:25:12 DEBUG : data/potato: md5 = a3a1a0ab9b0a9edf111ea53efa35a67c OK 2025/09/09 02:25:13 DEBUG : test.sum: md5 = b8d60c898aa3638928a3491179ee154e OK === RUN TestCheckSumDownload/subtest2 2025/09/09 02:25:17 DEBUG : test.sum: md5 = 0a29e3fd81b61e4d07f2f44864f084e0 OK === RUN TestCheckSumDownload/subtest3 2025/09/09 02:25:22 DEBUG : test.sum: md5 = ff704493b75e8f79451cf24a5dfef7a5 OK === RUN TestCheckSumDownload/subtest4 2025/09/09 02:25:26 DEBUG : test.sum: md5 = 6a0d25e0dc3185c4b3e730791d024745 OK === RUN TestCheckSumDownload/subtest5 2025/09/09 02:25:30 DEBUG : test.sum: md5 = 69258c3120e0307588ba216a81fab5ac OK === RUN TestCheckSumDownload/subtest6 2025/09/09 02:25:35 DEBUG : data/banana: md5 = c4f30493fb024ed86547be6af0a36f0c OK 2025/09/09 02:25:37 DEBUG : data/potato: md5 = 764f804a57f23ed1ac0198a74e482a15 OK 2025/09/09 02:25:38 DEBUG : test.sum: md5 = 399d2af71f822f9c432eb88cbda9849b OK === RUN TestCheckSumDownload/subtest7 2025/09/09 02:25:43 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/09/09 02:25:43 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (42.71s) --- PASS: TestCheckSumDownload/subtest1 (2.59s) --- PASS: TestCheckSumDownload/subtest2 (1.96s) --- PASS: TestCheckSumDownload/subtest3 (2.50s) --- PASS: TestCheckSumDownload/subtest4 (2.17s) --- PASS: TestCheckSumDownload/subtest5 (2.35s) --- PASS: TestCheckSumDownload/subtest6 (2.78s) --- PASS: TestCheckSumDownload/subtest7 (2.42s) === RUN TestApplyTransforms 2025/09/09 02:25:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wagidin4cewu" 2025/09/09 02:25:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/09 02:25:44 DEBUG : Creating backend with remote "TestDrive:crypt/b0q7dl6hvjn7i5t1qqbfpn3q5qo8aitsq3emlp8jr60qhchg79s0" 2025/09/09 02:25:45 DEBUG : Creating backend with remote "/tmp/rclone1146655930" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wagidin4cewu'", Local "Local file system at /tmp/rclone1146655930", Modify Window "1ms" 2025/09/09 02:25:47 DEBUG : hello, world!: md5 = da484ecdd4874310df387a9189f8c026 OK upper checkfile vs. lower remote (without normalization) 2025/09/09 02:25:48 ERROR : hello, world!: sum not found 2025/09/09 02:25:48 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-wagidin4cewu' 2025/09/09 02:25:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wagidin4cewu': 1 files missing 2025/09/09 02:25:48 NOTICE: 1 hashes missing 2025/09/09 02:25:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wagidin4cewu': 1 differences found 2025/09/09 02:25:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wagidin4cewu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/09/09 02:25:50 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/09 02:25:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wagidin4cewu': 0 differences found 2025/09/09 02:25:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wagidin4cewu': 1 matching files 2025/09/09 02:25:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yexixin6wupu" 2025/09/09 02:25:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/09 02:25:50 DEBUG : Creating backend with remote "TestDrive:crypt/kj13isp2js7bd32c02hc9abg98dmqeua906fmk5gdu27e50gg8kg" 2025/09/09 02:25:51 DEBUG : Creating backend with remote "/tmp/rclone3699230520" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yexixin6wupu'", Local "Local file system at /tmp/rclone3699230520", Modify Window "1ms" 2025/09/09 02:25:53 DEBUG : HELLO, WORLD!: md5 = 61043bedd24499c8a7f7c5819c825c5c OK lower checkfile vs. upper remote (without normalization) 2025/09/09 02:25:54 ERROR : HELLO, WORLD!: sum not found 2025/09/09 02:25:54 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yexixin6wupu' 2025/09/09 02:25:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yexixin6wupu': 1 files missing 2025/09/09 02:25:54 NOTICE: 1 hashes missing 2025/09/09 02:25:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yexixin6wupu': 1 differences found 2025/09/09 02:25:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yexixin6wupu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/09/09 02:25:55 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/09 02:25:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yexixin6wupu': 0 differences found 2025/09/09 02:25:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yexixin6wupu': 1 matching files 2025/09/09 02:25:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cogihij5hedi" 2025/09/09 02:25:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/09 02:25:55 DEBUG : Creating backend with remote "TestDrive:crypt/qk1hjgbnhp8kale4msdlinpa00km7ia9csdcugk3nnc2hbjoodi0" 2025/09/09 02:25:56 DEBUG : Creating backend with remote "/tmp/rclone3106705299" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cogihij5hedi'", Local "Local file system at /tmp/rclone3106705299", Modify Window "1ms" 2025/09/09 02:25:58 DEBUG : HeLlO, wOrLd!: md5 = 7947170a39a43d43838c878ec116bb2c OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/09/09 02:25:59 ERROR : HeLlO, wOrLd!: sum not found 2025/09/09 02:25:59 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cogihij5hedi' 2025/09/09 02:25:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cogihij5hedi': 1 files missing 2025/09/09 02:25:59 NOTICE: 1 hashes missing 2025/09/09 02:25:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cogihij5hedi': 1 differences found 2025/09/09 02:25:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cogihij5hedi': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/09/09 02:26:00 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/09 02:26:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cogihij5hedi': 0 differences found 2025/09/09 02:26:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cogihij5hedi': 1 matching files 2025/09/09 02:26:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qarirox7zuhu" 2025/09/09 02:26:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/09 02:26:00 DEBUG : Creating backend with remote "TestDrive:crypt/kooi95fheq27ns96ggebetgcpvmkpah72p9v769aoq4pcur18ohg" 2025/09/09 02:26:01 DEBUG : Creating backend with remote "/tmp/rclone1568625840" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qarirox7zuhu'", Local "Local file system at /tmp/rclone1568625840", Modify Window "1ms" 2025/09/09 02:26:03 DEBUG : HELLO, WORLD!: md5 = 76ccb92e576447573bd041e2f6eabd0d OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/09/09 02:26:04 ERROR : HELLO, WORLD!: sum not found 2025/09/09 02:26:04 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qarirox7zuhu' 2025/09/09 02:26:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qarirox7zuhu': 1 files missing 2025/09/09 02:26:04 NOTICE: 1 hashes missing 2025/09/09 02:26:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qarirox7zuhu': 1 differences found 2025/09/09 02:26:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qarirox7zuhu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/09/09 02:26:05 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/09 02:26:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qarirox7zuhu': 0 differences found 2025/09/09 02:26:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qarirox7zuhu': 1 matching files 2025/09/09 02:26:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yirovuz6nuwu" 2025/09/09 02:26:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/09 02:26:05 DEBUG : Creating backend with remote "TestDrive:crypt/9d1ece1l3ud9nef6ej2g5i6cd815rjuker1kgqfg2pql7bqqji3g" 2025/09/09 02:26:06 DEBUG : Creating backend with remote "/tmp/rclone1909839918" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yirovuz6nuwu'", Local "Local file system at /tmp/rclone1909839918", Modify Window "1ms" 2025/09/09 02:26:09 DEBUG : 測試_Русский___ě_áñ: md5 = e7ad5c409b332a5af9b435f754fdeaaf OK NFD checkfile vs. NFC remote (without normalization) 2025/09/09 02:26:09 ERROR : 測試_Русский___ě_áñ: sum not found 2025/09/09 02:26:09 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yirovuz6nuwu' 2025/09/09 02:26:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yirovuz6nuwu': 1 files missing 2025/09/09 02:26:09 NOTICE: 1 hashes missing 2025/09/09 02:26:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yirovuz6nuwu': 1 differences found 2025/09/09 02:26:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yirovuz6nuwu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/09/09 02:26:10 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/09 02:26:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yirovuz6nuwu': 0 differences found 2025/09/09 02:26:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yirovuz6nuwu': 1 matching files 2025/09/09 02:26:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wunakur0fuvo" 2025/09/09 02:26:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/09 02:26:10 DEBUG : Creating backend with remote "TestDrive:crypt/t7k907ge1devvf75g8qp2mvh7voa2siu91g3n8tl7dd41a2b64eg" 2025/09/09 02:26:11 DEBUG : Creating backend with remote "/tmp/rclone3923970371" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wunakur0fuvo'", Local "Local file system at /tmp/rclone3923970371", Modify Window "1ms" 2025/09/09 02:26:14 DEBUG : 測試_Русский___ě_áñ: md5 = a1dbd753c6989fa9c804cb5bd55e1d99 OK NFC checkfile vs. NFD remote (without normalization) 2025/09/09 02:26:14 ERROR : 測試_Русский___ě_áñ: sum not found 2025/09/09 02:26:14 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wunakur0fuvo' 2025/09/09 02:26:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wunakur0fuvo': 1 files missing 2025/09/09 02:26:14 NOTICE: 1 hashes missing 2025/09/09 02:26:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wunakur0fuvo': 1 differences found 2025/09/09 02:26:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wunakur0fuvo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/09/09 02:26:16 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/09 02:26:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wunakur0fuvo': 0 differences found 2025/09/09 02:26:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wunakur0fuvo': 1 matching files 2025/09/09 02:26:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fipofip4kaqa" 2025/09/09 02:26:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/09 02:26:16 DEBUG : Creating backend with remote "TestDrive:crypt/7ah54ei6vte8h3l6kqjk7cr362orveufvg89g13mva4q4e0dr3f0" 2025/09/09 02:26:17 DEBUG : Creating backend with remote "/tmp/rclone3556731265" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fipofip4kaqa'", Local "Local file system at /tmp/rclone3556731265", Modify Window "1ms" 2025/09/09 02:26:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = ff516eb707d64e6e5948ffa48c7ffd46 OK NFDx2 checkfile vs. both remote (without normalization) 2025/09/09 02:26:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/09 02:26:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fipofip4kaqa' 2025/09/09 02:26:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fipofip4kaqa': 1 files missing 2025/09/09 02:26:20 NOTICE: 1 hashes missing 2025/09/09 02:26:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fipofip4kaqa': 1 differences found 2025/09/09 02:26:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fipofip4kaqa': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/09/09 02:26:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/09 02:26:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fipofip4kaqa': 0 differences found 2025/09/09 02:26:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fipofip4kaqa': 1 matching files 2025/09/09 02:26:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-repujis0bayo" 2025/09/09 02:26:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/09 02:26:21 DEBUG : Creating backend with remote "TestDrive:crypt/lmjdhnh87c84btufjsnrg0vt1s58d48vf3uo3j9qligppcgjevrg" 2025/09/09 02:26:22 DEBUG : Creating backend with remote "/tmp/rclone2670784253" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-repujis0bayo'", Local "Local file system at /tmp/rclone2670784253", Modify Window "1ms" 2025/09/09 02:26:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 492c16514dd01d71c77f424a84322506 OK NFCx2 checkfile vs. both remote (without normalization) 2025/09/09 02:26:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/09 02:26:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-repujis0bayo' 2025/09/09 02:26:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-repujis0bayo': 1 files missing 2025/09/09 02:26:25 NOTICE: 1 hashes missing 2025/09/09 02:26:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-repujis0bayo': 1 differences found 2025/09/09 02:26:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-repujis0bayo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/09/09 02:26:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/09 02:26:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-repujis0bayo': 0 differences found 2025/09/09 02:26:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-repujis0bayo': 1 matching files 2025/09/09 02:26:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rahadaq6dawo" 2025/09/09 02:26:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/09 02:26:27 DEBUG : Creating backend with remote "TestDrive:crypt/5im2qc2rvvbt14v56p4ap3k793gavjvpe25kuldmuiil5idb4mn0" 2025/09/09 02:26:28 DEBUG : Creating backend with remote "/tmp/rclone2559647317" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rahadaq6dawo'", Local "Local file system at /tmp/rclone2559647317", Modify Window "1ms" 2025/09/09 02:26:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = bbf8ddcdc9d73bd2f219f02d420a0d77 OK both checkfile vs. NFDx2 remote (without normalization) 2025/09/09 02:26:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/09 02:26:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-rahadaq6dawo' 2025/09/09 02:26:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rahadaq6dawo': 1 files missing 2025/09/09 02:26:31 NOTICE: 1 hashes missing 2025/09/09 02:26:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rahadaq6dawo': 1 differences found 2025/09/09 02:26:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rahadaq6dawo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/09/09 02:26:32 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/09 02:26:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rahadaq6dawo': 0 differences found 2025/09/09 02:26:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rahadaq6dawo': 1 matching files 2025/09/09 02:26:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-musaqox9fuvo" 2025/09/09 02:26:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/09 02:26:32 DEBUG : Creating backend with remote "TestDrive:crypt/scmeogcth2mim0vcp32b441vpcubgs7avqoe2hv9bh52vv5utg0g" 2025/09/09 02:26:33 DEBUG : Creating backend with remote "/tmp/rclone3619894011" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-musaqox9fuvo'", Local "Local file system at /tmp/rclone3619894011", Modify Window "1ms" 2025/09/09 02:26:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 3235a8ca427541dc18d7ec33628bd3dd OK both checkfile vs. NFCx2 remote (without normalization) 2025/09/09 02:26:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/09 02:26:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-musaqox9fuvo' 2025/09/09 02:26:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-musaqox9fuvo': 1 files missing 2025/09/09 02:26:36 NOTICE: 1 hashes missing 2025/09/09 02:26:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-musaqox9fuvo': 1 differences found 2025/09/09 02:26:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-musaqox9fuvo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/09/09 02:26:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/09 02:26:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-musaqox9fuvo': 0 differences found 2025/09/09 02:26:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-musaqox9fuvo': 1 matching files 2025/09/09 02:26:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-musaqox9fuvo': Purge remote 2025/09/09 02:26:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rahadaq6dawo': Purge remote 2025/09/09 02:26:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-repujis0bayo': Purge remote 2025/09/09 02:26:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fipofip4kaqa': Purge remote 2025/09/09 02:26:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wunakur0fuvo': Purge remote 2025/09/09 02:26:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yirovuz6nuwu': Purge remote 2025/09/09 02:26:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qarirox7zuhu': Purge remote 2025/09/09 02:26:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cogihij5hedi': Purge remote 2025/09/09 02:26:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yexixin6wupu': Purge remote 2025/09/09 02:26:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wagidin4cewu': Purge remote --- PASS: TestApplyTransforms (57.31s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:26:42 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/09 02:26:44 DEBUG : sub/file2: md5 = 5c751fef1c21cf867d72866755c211c7 OK 2025/09/09 02:26:44 INFO : file1: Copied (new) to: sub/file2 2025/09/09 02:26:45 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/09 02:26:45 DEBUG : file1: Unchanged skipping 2025/09/09 02:26:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': don't need to copy/move sub/file2, it is already at target location 2025/09/09 02:26:47 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.60s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.54s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:26:51 DEBUG : dst/file1: md5 = bbe720944d38e3e15157af7317d26311 OK 2025/09/09 02:26:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxuyus6kupu/backup" 2025/09/09 02:26:52 DEBUG : Creating backend with remote "TestDrive:crypt/bb1qf6475cfms2ub1gf65pfhqcpolojhs0vkvd40adggib8nsdq0/1nrff024r7pq65ecp72fc28jb0" 2025/09/09 02:26:53 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/09/09 02:26:56 INFO : dst/file1: Moved (server-side) 2025/09/09 02:26:57 DEBUG : dst/file1: md5 = fba08551843cbced596cded75f90ec30 OK 2025/09/09 02:26:57 INFO : dst/file1: Copied (new) 2025/09/09 02:27:00 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/09 02:27:01 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/09 02:27:02 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.94s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:27:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxuyus6kupu/dst" 2025/09/09 02:27:03 DEBUG : Creating backend with remote "TestDrive:crypt/bb1qf6475cfms2ub1gf65pfhqcpolojhs0vkvd40adggib8nsdq0/31u3jie661vd5p8j7rtc3hgbh0" 2025/09/09 02:27:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxuyus6kupu/CompareDest" 2025/09/09 02:27:05 DEBUG : Creating backend with remote "TestDrive:crypt/bb1qf6475cfms2ub1gf65pfhqcpolojhs0vkvd40adggib8nsdq0/gveqi14airsml4bgu7krj116o8" 2025/09/09 02:27:06 DEBUG : one: Need to transfer - File not found at Destination 2025/09/09 02:27:09 DEBUG : one: md5 = 5c2b419da882b28934d63a426fe889ee OK 2025/09/09 02:27:09 INFO : one: Copied (new) 2025/09/09 02:27:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/09 02:27:11 DEBUG : one: md5 = f8c2938d59368fa4a2880d52d717357b OK 2025/09/09 02:27:11 INFO : one: Copied (replaced existing) 2025/09/09 02:27:14 DEBUG : dst/one: md5 = 1481be289f85342c48ec233e4ab593e1 OK 2025/09/09 02:27:17 DEBUG : CompareDest/one: md5 = cb2247a107b46e8426fca7b78a596e8b OK 2025/09/09 02:27:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/09 02:27:18 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/09 02:27:18 DEBUG : one: Destination found in --compare-dest, skipping 2025/09/09 02:27:20 DEBUG : CompareDest/two: md5 = 7d57982de7c260eed10e4be9112ef7b7 OK 2025/09/09 02:27:21 DEBUG : two: Need to transfer - File not found at Destination 2025/09/09 02:27:21 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/09 02:27:21 DEBUG : two: Destination found in --compare-dest, skipping 2025/09/09 02:27:22 DEBUG : two: Need to transfer - File not found at Destination 2025/09/09 02:27:22 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/09 02:27:22 DEBUG : two: Destination found in --compare-dest, skipping 2025/09/09 02:27:23 DEBUG : two: Need to transfer - File not found at Destination 2025/09/09 02:27:24 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/09/09 02:27:25 DEBUG : two: md5 = 8bd14fdec11b67be5c54f06efc9014ed OK 2025/09/09 02:27:25 INFO : two: Copied (new) 2025/09/09 02:27:28 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/09 02:27:28 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:27:29 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/09 02:27:29 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (27.19s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:27:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxuyus6kupu/dst" 2025/09/09 02:27:30 DEBUG : Creating backend with remote "TestDrive:crypt/bb1qf6475cfms2ub1gf65pfhqcpolojhs0vkvd40adggib8nsdq0/31u3jie661vd5p8j7rtc3hgbh0" 2025/09/09 02:27:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxuyus6kupu/CopyDest" 2025/09/09 02:27:32 DEBUG : Creating backend with remote "TestDrive:crypt/bb1qf6475cfms2ub1gf65pfhqcpolojhs0vkvd40adggib8nsdq0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/09/09 02:27:33 DEBUG : one: Need to transfer - File not found at Destination 2025/09/09 02:27:36 DEBUG : one: md5 = 168578726c989cef3843b148f18cd238 OK 2025/09/09 02:27:36 INFO : one: Copied (new) 2025/09/09 02:27:37 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/09 02:27:39 DEBUG : one: md5 = b82e78a98a55ff1a7c76a1d2d6be4cb3 OK 2025/09/09 02:27:39 INFO : one: Copied (replaced existing) 2025/09/09 02:27:41 DEBUG : dst/one: md5 = 538e8670bb5aeb50b99d07ab387a4536 OK 2025/09/09 02:27:43 DEBUG : CopyDest/one: md5 = eecb42a56c92843cc6282b55af2cc35b OK 2025/09/09 02:27:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxuyus6kupu/BackupDir" 2025/09/09 02:27:44 DEBUG : Creating backend with remote "TestDrive:crypt/bb1qf6475cfms2ub1gf65pfhqcpolojhs0vkvd40adggib8nsdq0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/09/09 02:27:46 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/09 02:27:46 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/09 02:27:46 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/09 02:27:48 INFO : one: Moved (server-side) 2025/09/09 02:27:49 INFO : one: Copied (server-side copy) 2025/09/09 02:27:49 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/09/09 02:27:51 DEBUG : CopyDest/two: md5 = 52f7708d8fea3ae25731514766039994 OK 2025/09/09 02:27:52 DEBUG : two: Need to transfer - File not found at Destination 2025/09/09 02:27:52 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/09 02:27:53 INFO : two: Copied (server-side copy) 2025/09/09 02:27:53 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/09/09 02:27:54 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/09 02:27:54 DEBUG : two: Unchanged skipping 2025/09/09 02:27:56 DEBUG : CopyDest/three: md5 = 77f6f0e7a11eb044feca3349fb0ea4e3 OK 2025/09/09 02:27:57 DEBUG : three: Need to transfer - File not found at Destination 2025/09/09 02:27:57 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/09/09 02:27:57 DEBUG : three: Destination not found in --copy-dest 2025/09/09 02:27:59 DEBUG : three: md5 = 17bb1a52fd30c28d6f1e9aac959bc971 OK 2025/09/09 02:27:59 INFO : three: Copied (new) 2025/09/09 02:28:03 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/09 02:28:03 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/09 02:28:03 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:28:04 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/09 02:28:04 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:28:04 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/09 02:28:05 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (35.52s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.48s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.50s) === RUN TestCopyLongFileNameCollision run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.43s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:28:07 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/09/09 02:28:09 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 1ab0ab8a74de14defd3da0c016d040a9 OK 2025/09/09 02:28:09 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/09/09 02:28:10 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/09/09 02:28:10 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:500: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/09/09 02:28:11 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/09/09 02:28:12 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/09/09 02:28:13 DEBUG : TestCopyFileMaxTransfer/file4: md5 = f7276022c5356b6d7bf91e2ccd100d97 OK 2025/09/09 02:28:13 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/09/09 02:28:16 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/09/09 02:28:16 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.63s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.54s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:28:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': Looking for duplicate names using skip mode. 2025/09/09 02:28:20 NOTICE: one: Found 2 files with duplicate names 2025/09/09 02:28:20 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.39s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:28:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': Looking for duplicate names using skip mode. 2025/09/09 02:28:27 NOTICE: one: Found 3 files with duplicate names 2025/09/09 02:28:27 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/09/09 02:28:27 INFO : one: Deleted 2025/09/09 02:28:27 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.69s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:28:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': Looking for duplicate names using first mode. 2025/09/09 02:28:34 NOTICE: one: Found 3 files with duplicate names 2025/09/09 02:28:34 INFO : one: Deleted 2025/09/09 02:28:35 INFO : one: Deleted 2025/09/09 02:28:35 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.89s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:28:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': Looking for duplicate names using newest mode. 2025/09/09 02:28:41 NOTICE: one: Found 3 files with duplicate names 2025/09/09 02:28:41 INFO : one: Deleted 2025/09/09 02:28:41 INFO : one: Deleted 2025/09/09 02:28:41 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.97s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.50s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:28:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': Looking for duplicate names using oldest mode. 2025/09/09 02:28:48 NOTICE: one: Found 3 files with duplicate names 2025/09/09 02:28:48 INFO : one: Deleted 2025/09/09 02:28:49 INFO : one: Deleted 2025/09/09 02:28:49 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.55s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:28:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': Looking for duplicate names using largest mode. 2025/09/09 02:28:54 NOTICE: one: Found 3 files with duplicate names 2025/09/09 02:28:55 INFO : one: Deleted 2025/09/09 02:28:55 INFO : one: Deleted 2025/09/09 02:28:55 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.34s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:29:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': Looking for duplicate names using smallest mode. 2025/09/09 02:29:01 NOTICE: one: Found 3 files with duplicate names 2025/09/09 02:29:02 INFO : one: Deleted 2025/09/09 02:29:02 INFO : one: Deleted 2025/09/09 02:29:02 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.10s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:29:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': Looking for duplicate names using rename mode. 2025/09/09 02:29:09 NOTICE: one.txt: Found 3 files with duplicate names 2025/09/09 02:29:10 INFO : one-2.txt: renamed from: one.txt 2025/09/09 02:29:11 INFO : one-3.txt: renamed from: one.txt 2025/09/09 02:29:13 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.14s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:29:18 DEBUG : dupe1/one.txt: md5 = 3aecb7b9caf2c3688f70a1519a20e584 OK 2025/09/09 02:29:20 DEBUG : dupe2/two.txt: md5 = cbe2015e7fd22141807b85edffb79ef1 OK 2025/09/09 02:29:22 DEBUG : dupe3/three.txt: md5 = df8de4284a0a3daa478d69f761387790 OK 2025/09/09 02:29:22 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/09/09 02:29:23 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/09/09 02:29:24 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/09/09 02:29:24 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/09/09 02:29:28 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/09/09 02:29:28 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/09/09 02:29:28 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.20s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:29:30 DEBUG : a.txt: md5 = d4c5cd546a82735012b413b0c37b883d OK 2025/09/09 02:29:31 DEBUG : zend.txt: md5 = 26ab0a53edec30c3f22a8a5d94bc90c5 OK 2025/09/09 02:29:34 DEBUG : sub dir/hello world: md5 = d2e715b4dc48a56ee2640637c8e8b887 OK 2025/09/09 02:29:35 DEBUG : sub dir/hello world2: md5 = 15a2d7d7d38bfde23acf4d753c9e10bc OK 2025/09/09 02:29:37 DEBUG : sub dir/ignore dir/.ignore: md5 = 4beb3e7cde2a6cefdf5d9675beea33f3 OK 2025/09/09 02:29:39 DEBUG : sub dir/ignore dir/should be ignored: md5 = 9a9e3a08dbf5847003538b1402925d1e OK 2025/09/09 02:29:41 DEBUG : sub dir/sub sub dir/hello world3: md5 = b84c2039ae74c6ed4338cfe008df38c9 OK 2025/09/09 02:29:43 DEBUG : a.txt: Excluded (Size Filter) 2025/09/09 02:29:43 DEBUG : a.txt: Excluded 2025/09/09 02:29:43 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/09 02:29:43 DEBUG : sub dir/hello world2: Excluded 2025/09/09 02:29:43 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/09 02:29:43 DEBUG : sub dir/hello world: Excluded 2025/09/09 02:29:44 DEBUG : sub dir/ignore dir: Excluded 2025/09/09 02:29:44 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/09 02:29:44 DEBUG : sub dir/hello world2: Excluded 2025/09/09 02:29:44 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/09 02:29:44 DEBUG : sub dir/hello world: Excluded 2025/09/09 02:29:44 DEBUG : sub dir/ignore dir: Excluded 2025/09/09 02:29:49 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/09/09 02:29:49 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/09/09 02:29:49 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/09/09 02:29:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/09/09 02:29:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/09/09 02:29:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/09/09 02:29:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (22.36s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:29:53 DEBUG : a.txt: md5 = 3f85a870150ac42e23153b6f33c8dc69 OK 2025/09/09 02:29:54 DEBUG : zend.txt: md5 = ef79fc85064f751080e8fb995ae644cb OK 2025/09/09 02:29:56 DEBUG : sub dir/hello world: md5 = 61330c1511b9b0f7d797c509ef97a59e OK 2025/09/09 02:29:57 DEBUG : sub dir/hello world2: md5 = 00f4cf6c8fab0bf679599de7aeb47a16 OK 2025/09/09 02:30:00 DEBUG : sub dir/ignore dir/.ignore: md5 = 377e8bf4d991c81da584d0f28a17bb9f OK 2025/09/09 02:30:01 DEBUG : sub dir/ignore dir/should be ignored: md5 = 18e27590d93be8bf1c532ebbd887a687 OK 2025/09/09 02:30:04 DEBUG : sub dir/sub sub dir/hello world3: md5 = 99cecae811e06bf8d23eb349d6821397 OK 2025/09/09 02:30:05 DEBUG : a.txt: Excluded (Size Filter) 2025/09/09 02:30:05 DEBUG : a.txt: Excluded 2025/09/09 02:30:06 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/09 02:30:06 DEBUG : sub dir/hello world: Excluded 2025/09/09 02:30:06 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/09 02:30:06 DEBUG : sub dir/hello world2: Excluded 2025/09/09 02:30:07 DEBUG : sub dir/ignore dir: Excluded 2025/09/09 02:30:07 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/09 02:30:07 DEBUG : sub dir/hello world: Excluded 2025/09/09 02:30:07 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/09 02:30:07 DEBUG : sub dir/hello world2: Excluded 2025/09/09 02:30:07 DEBUG : sub dir/ignore dir: Excluded 2025/09/09 02:30:12 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/09/09 02:30:13 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/09/09 02:30:13 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/09/09 02:30:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/09/09 02:30:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/09/09 02:30:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/09/09 02:30:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (23.38s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:30:16 DEBUG : file1: md5 = 1d981a6bd3fbe4eadbd34efa76bdfc32 OK 2025/09/09 02:30:18 DEBUG : sub/file2: md5 = 22e1c309f9910e69b11809a37e877f61 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/09/09 02:30:21 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/09/09 02:30:21 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/09/09 02:30:22 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/09/09 02:30:24 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.90s) --- PASS: TestListJSON/Default (0.27s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.27s) --- PASS: TestListJSON/Recurse (0.54s) --- PASS: TestListJSON/SubDir (0.27s) --- PASS: TestListJSON/NoModTime (0.27s) --- PASS: TestListJSON/NoMimeType (0.27s) --- PASS: TestListJSON/ShowHash (0.28s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.73s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:30:26 DEBUG : file1: md5 = 49c39d3a5872c16f81ca458598fb540c OK 2025/09/09 02:30:28 DEBUG : sub/file2: md5 = 037072ce9bff713d72b6f830a2b1aec0 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/09/09 02:30:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxuyus6kupu/notfound" 2025/09/09 02:30:32 DEBUG : Creating backend with remote "TestDrive:crypt/bb1qf6475cfms2ub1gf65pfhqcpolojhs0vkvd40adggib8nsdq0/qe0i31qdkoejk60elps0ni5sqk" 2025/09/09 02:30:36 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.47s) --- PASS: TestStatJSON/Root (0.27s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.32s) --- PASS: TestStatJSON/Dir (0.61s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.27s) --- PASS: TestStatJSON/NotFound (0.48s) --- PASS: TestStatJSON/DirFilesOnly (0.28s) --- PASS: TestStatJSON/FileFilesOnly (0.27s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.33s) --- PASS: TestStatJSON/DirDirsOnly (0.30s) --- PASS: TestStatJSON/FileDirsOnly (0.28s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.30s) --- PASS: TestStatJSON/RootNotFound (1.93s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:30:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': Making directory 2025/09/09 02:30:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': Making directory --- PASS: TestMkdir (0.71s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:30:40 DEBUG : sub dir/hello world: md5 = a2aa86687c9285bb4dddd13f1f87d5d0 OK 2025/09/09 02:30:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.41s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:30:44 DEBUG : potato2: md5 = 0848ec23e02cd1f8e479bee0ee9eb629 OK 2025/09/09 02:30:46 DEBUG : empty space: md5 = fc8cca71adb52290c8b45671074f7170 OK --- PASS: TestLs (5.08s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:30:49 DEBUG : potato2: md5 = 8aa5e24411545a28946e0b1923338ed8 OK 2025/09/09 02:30:51 DEBUG : empty space: md5 = 65b66bf698487f39e5a0fda9f4d99f9c OK 2025/09/09 02:30:51 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/09/09 02:30:51 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.74s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:30:56 DEBUG : potato2: md5 = 65720c9561370f9b33ecae2995668d7d OK 2025/09/09 02:30:57 DEBUG : empty space: md5 = d8197c6d83b840c4559885437deb97ff OK --- PASS: TestLsLong (5.44s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:31:01 DEBUG : potato2: md5 = 02b2f3e24ebca0fb452b4bf0b5a38a86 OK 2025/09/09 02:31:02 DEBUG : empty space: md5 = 472e4d30bfc45fe7142ef6874019db38 OK --- PASS: TestHashSums (4.81s) === RUN TestHashSumsWithErrors 2025/09/09 02:31:04 DEBUG : Creating backend with remote ":memory:" 2025/09/09 02:31:04 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/09/09 02:31:04 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/09/09 02:31:04 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/09/09 02:31:04 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/09/09 02:31:04 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/09/09 02:31:04 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/09/09 02:31:04 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/09/09 02:31:04 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/09/09 02:31:04 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-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:31:05 DEBUG : potato2: md5 = 0c634b4f75be7c1c9ea2ed0a23c41ee2 OK 2025/09/09 02:31:07 DEBUG : empty space: md5 = 796d5d22d6782fc034c0a73eb4c6e3e6 OK 2025/09/09 02:31:09 DEBUG : sub dir/potato3: md5 = 2429f83c875b3d68aa1845e62e6502ec OK 2025/09/09 02:31:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.57s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:31:14 DEBUG : small: md5 = bdea7a158157f30464f22d6200455803 OK 2025/09/09 02:31:15 DEBUG : medium: md5 = 455d971d7d1c3fece766700e05cde450 OK 2025/09/09 02:31:17 DEBUG : large: md5 = bf0f790b9097bd754921a536b0093d0e OK 2025/09/09 02:31:17 DEBUG : Waiting for deletions to finish 2025/09/09 02:31:17 DEBUG : large: Excluded (Size Filter) 2025/09/09 02:31:18 INFO : small: Deleted 2025/09/09 02:31:18 INFO : medium: Deleted --- PASS: TestDelete (6.76s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:31:21 DEBUG : small: md5 = 917de84ce1b27286cc322d1d317b8b39 OK 2025/09/09 02:31:22 DEBUG : medium: md5 = 5243eac6d7e720bf2dd267697314ca60 OK 2025/09/09 02:31:24 DEBUG : large: md5 = 5a072da69f7dfc0553cb0dd132b795d2 OK 2025/09/09 02:31:24 DEBUG : Waiting for deletions to finish 2025/09/09 02:31:24 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/09/09 02:31:25 INFO : large: Deleted 2025/09/09 02:31:25 INFO : small: Deleted --- PASS: TestMaxDelete (7.67s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:31:28 DEBUG : small: md5 = 71792ca219c593a124967cbe3b470a39 OK 2025/09/09 02:31:30 DEBUG : medium: md5 = 4287e3bc58a95ec015a5fc2645934a3b OK 2025/09/09 02:31:32 DEBUG : large: md5 = 34cb119046dcc880d2a87aa739579bfc OK 2025/09/09 02:31:32 DEBUG : Waiting for deletions to finish 2025/09/09 02:31:32 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/09/09 02:31:33 INFO : small: Deleted 2025/09/09 02:31:33 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.77s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:31:36 DEBUG : small: md5 = 00b7a421ef7dc0d89638de5b4a383ca8 OK 2025/09/09 02:31:38 DEBUG : medium: md5 = 6a908b3a0304a66e1093466f6240c9c1 OK 2025/09/09 02:31:39 DEBUG : large: md5 = 08f381be37df4164c11629333a29906c OK 2025/09/09 02:31:39 DEBUG : Waiting for deletions to finish 2025/09/09 02:31:40 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/09/09 02:31:40 INFO : small: Deleted 2025/09/09 02:31:40 INFO : large: Deleted --- PASS: TestMaxDeleteSize (7.20s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:31:43 DEBUG : ReadFile: md5 = 41e92217495c2d5da7f8912e91e2ab53 OK --- PASS: TestReadFile (4.72s) === RUN TestRetry 2025/09/09 02:31:47 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/09/09 02:31:47 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/09/09 02:31:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/09 02:31:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/09 02:31:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/09 02:31:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/09 02:31:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:31:48 DEBUG : file1: md5 = e9dd26f0c959aa649ff4d7e36b50674a OK 2025/09/09 02:31:50 DEBUG : file2: md5 = 6de75ae03a4870183a172c1aee1a6371 OK --- PASS: TestCat (17.48s) === RUN TestPurge 2025/09/09 02:32:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-goyebec7weva" 2025/09/09 02:32:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/09 02:32:04 DEBUG : Creating backend with remote "TestDrive:crypt/86oh521shkitou9efb3rnmf486hg9rc4hvqucnqdeh6chbj6jpug" 2025/09/09 02:32:05 DEBUG : Creating backend with remote "/tmp/rclone2320695576" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-goyebec7weva'", Local "Local file system at /tmp/rclone2320695576", Modify Window "1ms" 2025/09/09 02:32:10 DEBUG : A1/B1/C1/one: md5 = 88332064b9f76806cadfd5c2646d4cd5 OK 2025/09/09 02:32:10 INFO : A2: Making directory 2025/09/09 02:32:11 INFO : A1/B2: Making directory 2025/09/09 02:32:11 INFO : A1/B2/C2: Making directory 2025/09/09 02:32:12 INFO : A1/B1/C3: Making directory 2025/09/09 02:32:13 INFO : A3: Making directory 2025/09/09 02:32:14 INFO : A3/B3: Making directory 2025/09/09 02:32:14 INFO : A3/B3/C4: Making directory 2025/09/09 02:32:17 DEBUG : A1/two: md5 = 3db2e116ae1a79c6073dc2a6d50f73c5 OK 2025/09/09 02:32:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-goyebec7weva': Purge remote 2025/09/09 02:32:21 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.41s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:32:25 DEBUG : A1/B1/C1/one: md5 = 1a98c716579faa7438ba518805c54625 OK 2025/09/09 02:32:25 INFO : A2: Making directory 2025/09/09 02:32:25 INFO : A1/B2: Making directory 2025/09/09 02:32:26 INFO : A1/B2/C2: Making directory 2025/09/09 02:32:27 INFO : A1/B1/C3: Making directory 2025/09/09 02:32:27 INFO : A3: Making directory 2025/09/09 02:32:28 INFO : A3/B3: Making directory 2025/09/09 02:32:29 INFO : A3/B3/C4: Making directory 2025/09/09 02:32:31 DEBUG : A1/two: md5 = bc9d5e516ac98cf0594f0847462b3ffb OK 2025/09/09 02:32:33 DEBUG : removing 1 level 3 directories 2025/09/09 02:32:33 INFO : A3/B3/C4: Removing directory 2025/09/09 02:32:36 DEBUG : removing 2 level 3 directories 2025/09/09 02:32:36 INFO : A1/B2/C2: Removing directory 2025/09/09 02:32:36 INFO : A1/B1/C3: Removing directory 2025/09/09 02:32:36 DEBUG : removing 2 level 2 directories 2025/09/09 02:32:36 INFO : A3/B3: Removing directory 2025/09/09 02:32:36 INFO : A1/B2: Removing directory 2025/09/09 02:32:36 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/09/09 02:32:37 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/09 02:32:37 DEBUG : removing 2 level 1 directories 2025/09/09 02:32:37 INFO : A3: Removing directory 2025/09/09 02:32:37 INFO : A2: Removing directory 2025/09/09 02:32:37 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/09/09 02:32:41 DEBUG : removing 1 level 3 directories 2025/09/09 02:32:41 INFO : A1/B1/C1: Removing directory 2025/09/09 02:32:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:32:42 DEBUG : removing 1 level 2 directories 2025/09/09 02:32:42 INFO : A1/B1: Removing directory 2025/09/09 02:32:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/09 02:32:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/09 02:32:43 DEBUG : removing 1 level 1 directories 2025/09/09 02:32:43 INFO : A1: Removing directory 2025/09/09 02:32:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/09 02:32:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/09 02:32:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/09 02:32:43 DEBUG : removing 1 level 0 directories 2025/09/09 02:32:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': Removing directory 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/09/09 02:32:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (24.40s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:32:46 INFO : A1: Making directory 2025/09/09 02:32:47 INFO : A1/B1: Making directory 2025/09/09 02:32:47 INFO : A1/B1/C1: Making directory 2025/09/09 02:32:50 DEBUG : removing 1 level 3 directories 2025/09/09 02:32:50 INFO : A1/B1/C1: Removing directory 2025/09/09 02:32:51 DEBUG : removing 1 level 2 directories 2025/09/09 02:32:51 INFO : A1/B1: Removing directory 2025/09/09 02:32:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/09 02:32:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.64s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:32:54 INFO : A1: Making directory 2025/09/09 02:32:55 INFO : A1/B1: Making directory 2025/09/09 02:32:55 INFO : A1/B1/C1: Making directory 2025/09/09 02:32:58 DEBUG : removing 1 level 3 directories 2025/09/09 02:32:58 INFO : A1/B1/C1: Removing directory 2025/09/09 02:32:59 DEBUG : removing 1 level 2 directories 2025/09/09 02:32:59 INFO : A1/B1: Removing directory 2025/09/09 02:32:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/09 02:33:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.25s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:33:03 DEBUG : file1: md5 = e1f2f0b7e47372aa3522f6067f735111 OK 2025/09/09 02:33:04 DEBUG : filename.txt: File name found in url 2025/09/09 02:33:06 DEBUG : filename.txt: md5 = f0ceac97a013a75a3f9e0a1bfd331282 OK 2025/09/09 02:33:06 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/09/09 02:33:07 DEBUG : headerfilename.txt: md5 = 3133485760cf7bad3d3fc116499b8d6b OK 2025/09/09 02:33:09 DEBUG : file2: md5 = 680e449cba2185d2e1c5226236190990 OK --- PASS: TestCopyURL (9.39s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:33:11 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/09 02:33:14 DEBUG : sub/file2: md5 = 66e2f04539573ac4209ef5700e920f0b OK 2025/09/09 02:33:14 INFO : file1: Copied (new) to: sub/file2 2025/09/09 02:33:14 INFO : file1: Deleted 2025/09/09 02:33:15 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/09 02:33:15 DEBUG : file1: Unchanged skipping 2025/09/09 02:33:15 INFO : file1: Deleted 2025/09/09 02:33:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': don't need to copy/move sub/file2, it is already at target location 2025/09/09 02:33:17 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.96s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:33:18 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/09 02:33:20 DEBUG : file1: md5 = a39cdcc9606d6d77e5be73dbdae5313c OK 2025/09/09 02:33:20 INFO : file1: Copied (new) 2025/09/09 02:33:20 INFO : file1: Deleted 2025/09/09 02:33:21 DEBUG : file1: Destination exists, skipping 2025/09/09 02:33:21 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.84s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.51s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.51s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:33:25 DEBUG : dst/file1: md5 = 56b0fdc3129591765708339771b53d03 OK 2025/09/09 02:33:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaxuyus6kupu/backup" 2025/09/09 02:33:26 DEBUG : Config file has changed externally - reloading 2025/09/09 02:33:26 DEBUG : Creating backend with remote "TestDrive:crypt/bb1qf6475cfms2ub1gf65pfhqcpolojhs0vkvd40adggib8nsdq0/1nrff024r7pq65ecp72fc28jb0" 2025/09/09 02:33:28 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/09/09 02:33:30 INFO : dst/file1: Moved (server-side) 2025/09/09 02:33:32 DEBUG : dst/file1: md5 = ab0bc59cd47aa3e40636d9963bbad9bd OK 2025/09/09 02:33:32 INFO : dst/file1: Copied (new) 2025/09/09 02:33:32 INFO : dst/file1: Deleted 2025/09/09 02:33:34 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/09 02:33:35 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/09 02:33:36 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.64s) === 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-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:33:39 DEBUG : A1/one: md5 = ba85bbf98caaca1bd1cf4c5594f2d8ba OK 2025/09/09 02:33:40 DEBUG : A1/two: md5 = 74d43a8148605d674f64a0d02eda2dad OK 2025/09/09 02:33:43 DEBUG : A1/B1/three: md5 = 5328cf66b1e358e8f7da41354733e6d2 OK 2025/09/09 02:33:45 DEBUG : A1/B1/C1/four: md5 = 8290f37d8b5ff210addab79801c6e0c2 OK 2025/09/09 02:33:47 DEBUG : A1/B1/C2/five: md5 = 34fcab00ea49020b268caf9aa49eef29 OK 2025/09/09 02:33:47 INFO : A1/B2: Making directory 2025/09/09 02:33:48 INFO : A1/B1/C3: Making directory 2025/09/09 02:33:58 INFO : A2/one: Moved (server-side) to: A3/one 2025/09/09 02:33:58 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/09/09 02:33:58 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/09/09 02:33:58 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/09/09 02:33:58 INFO : A2/two: Moved (server-side) to: A3/two 2025/09/09 02:34:01 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/09 02:34:01 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/09 02:34:01 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/09 02:34:02 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/09 02:34:02 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/09 02:34:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/09/09 02:34:10 INFO : A3/one: Moved (server-side) to: A4/one 2025/09/09 02:34:10 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/09/09 02:34:10 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/09/09 02:34:10 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/09/09 02:34:10 INFO : A3/two: Moved (server-side) to: A4/two 2025/09/09 02:34:13 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/09 02:34:13 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/09 02:34:13 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/09 02:34:14 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/09 02:34:14 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/09 02:34:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/09/09 02:34:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/09/09 02:34:22 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/09 02:34:22 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/09 02:34:22 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/09 02:34:22 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/09 02:34:23 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/09 02:34:23 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/09 02:34:23 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/09 02:34:23 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (47.05s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" --- PASS: TestGetFsInfo (0.51s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:34:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': File to upload is small (34 bytes), uploading instead of streaming 2025/09/09 02:34:26 DEBUG : no_checksum_small_file_from_pipe: md5 = 84998c32503d60c77013279f726d8761 OK 2025/09/09 02:34:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/09/09 02:34:26 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/09 02:34:27 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/09/09 02:34:28 DEBUG : no_checksum_big_file_from_pipe: md5 = 62e2e7ec12c4d09db1605bc2ef5638f1 OK 2025/09/09 02:34:28 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-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:34:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': File to upload is small (34 bytes), uploading instead of streaming 2025/09/09 02:34:31 DEBUG : with_checksum_small_file_from_pipe: md5 = 9b7c7fe25453e7c59e066ae6a905c546 OK 2025/09/09 02:34:31 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/09 02:34:33 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/09/09 02:34:34 DEBUG : with_checksum_big_file_from_pipe: md5 = a5670b951b37431cb9efcd8166ce9173 OK 2025/09/09 02:34:34 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-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:34:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': File to upload is small (34 bytes), uploading instead of streaming 2025/09/09 02:34:37 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/09 02:34:38 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/09/09 02:34:39 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-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:34:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': File to upload is small (34 bytes), uploading instead of streaming 2025/09/09 02:34:43 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/09 02:34:43 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/09/09 02:34:44 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (21.89s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.50s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.76s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.27s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.37s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/09/09 02:34:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': File to upload is small (48 bytes), uploading instead of streaming 2025/09/09 02:34:48 DEBUG : rcat_metadata: md5 = a246f0dd60ef96f4f2289716868128ba OK 2025/09/09 02:34:48 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/09/09 02:34:50 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/09/09 02:34:51 DEBUG : rcat_metadata_uploadcutoff0: md5 = 9f5bad42e5a5f7dff6c27d2831d0946f OK 2025/09/09 02:34:51 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.62s) --- PASS: TestRcatMetadata/Normal (3.11s) --- PASS: TestRcatMetadata/ViaDisk (3.02s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:34:54 DEBUG : potato1: md5 = 2a0e70df108f581ab6dfc474d3a70130 OK 2025/09/09 02:34:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': File to upload is small (60 bytes), uploading instead of streaming 2025/09/09 02:34:56 DEBUG : potato2: md5 = dec229440edb0cb7fbb9bb06760d4ab3 OK 2025/09/09 02:34:56 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.74s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:34:59 DEBUG : potato1: md5 = 2e34efcde046f6128e5873cf125f90f0 OK 2025/09/09 02:34:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': File to upload is small (60 bytes), uploading instead of streaming 2025/09/09 02:35:01 DEBUG : potato2: md5 = f7ace5c55aee1d3ce2012be3f6902b0b OK 2025/09/09 02:35:01 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.58s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:35:05 DEBUG : potato2: md5 = 484f599cfe555f1343e9ea1c8f427204 OK 2025/09/09 02:35:06 DEBUG : empty space: md5 = 34e500692224c8ae97162e03a6b27d49 OK 2025/09/09 02:35:08 DEBUG : sub dir/potato3: md5 = f02e659c775042d195e7ce02b857d13d OK 2025/09/09 02:35:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': Touching "empty space" 2025/09/09 02:35:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': Touching "sub dir/potato3" 2025/09/09 02:35:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': Touching "potato2" 2025/09/09 02:35:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.48s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:35:14 DEBUG : dir with metadata: Making directory with metadata 2025/09/09 02:35:14 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.60s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:35:16 DEBUG : directory with modtime: Making directory with metadata 2025/09/09 02:35:17 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.52s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:35:19 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/09/09 02:35:19 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/09 02:35:19 DEBUG : Google drive root 'crypt/bb1qf6475cfms2ub1gf65pfhqcpolojhs0vkvd40adggib8nsdq0': Skipping btime metadata as can't update it on an existing file: 2025-09-09T02:35:19.162332884Z 2025/09/09 02:35:19 INFO : non existent directory: Updated directory metadata 2025/09/09 02:35:22 DEBUG : Google drive root 'crypt/bb1qf6475cfms2ub1gf65pfhqcpolojhs0vkvd40adggib8nsdq0': Skipping btime metadata as can't update it on an existing file: 2025-09-09T02:35:19.162332884Z 2025/09/09 02:35:22 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.14s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:35:24 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/09/09 02:35:26 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/09/09 02:35:26 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.39s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:35:28 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/09/09 02:35:28 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/09 02:35:28 DEBUG : dst: Making directory with metadata 2025/09/09 02:35:29 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/09 02:35:29 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/09 02:35:29 INFO : dst: Set directory modification time (using SetModTime) 2025/09/09 02:35:30 INFO : dst: Set directory modification time (using SetModTime) 2025/09/09 02:35:30 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/09/09 02:35:30 INFO : dst: Set directory modification time (using SetModTime) 2025/09/09 02:35:30 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.71s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu'", Local "Local file system at /tmp/rclone2581792029", Modify Window "1ms" 2025/09/09 02:35:34 DEBUG : sub dir/test remove existing: md5 = b195694a18a6c40bdcacca6d65d92157 OK 2025/09/09 02:35:36 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 8b7bdada47156673f466cd2f1142af46 OK 2025/09/09 02:35:38 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.zegodad1" before starting 2025/09/09 02:35:39 DEBUG : sub dir/test remove existing.zegodad1: TEST: removing renamed existing file after operation 2025/09/09 02:35:40 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zanotig4" before starting 2025/09/09 02:35:42 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.zanotig4: TEST: renaming existing back after failed operation 2025/09/09 02:35:43 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yudupej3" before starting 2025/09/09 02:35:44 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yudupej3: TEST: removing renamed existing file after operation 2025/09/09 02:35:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "aboeokeb2lf2k3rma36euqemg1vljmgtvdg01a3eip0pfhg0g07d4ti47nda6uscmkjamq3170l7mignjng1t6tic169u55534861g1gat97tki435b41srsav51a3fb5k6ahn47jftsejfk46rt1ji590rnmco84fnhmt0qp89783r2tdq0" 2025/09/09 02:35:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mr0r6p1hvp8d2fe8avmpuou52m69dprrnqcelc4o3imbcvgb33qg" --- PASS: TestRemoveExisting (14.69s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/09/09 02:35:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaxuyus6kupu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 11m37.204190099s (try 1/5)