"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/10/14 03:21:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pageduh8joqe" 2025/10/14 03:21:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/14 03:21:55 DEBUG : Creating backend with remote "TestDrive:crypt/eg7h9qgl32u50687s13dr1q0n3qfd2amhn7b25ikpa05p2a8tutg" 2025/10/14 03:21:56 DEBUG : Creating backend with remote "/tmp/rclone753692831" === 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-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.21s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.21s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/10/14 03:21:56 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/14 03:21:56 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/14 03:21:56 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/10/14 03:21:56 DEBUG : potato: Seek from 10 to 0 2025/10/14 03:21:56 DEBUG : potato: Seek from 10 to 0 2025/10/14 03:21:56 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/10/14 03:21:56 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/14 03:21:56 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/14 03:21:56 DEBUG : potato: Seek from 5 to 2 2025/10/14 03:21:56 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/10/14 03:21:56 DEBUG : potato: Seek from 7 to 0 2025/10/14 03:21:56 DEBUG : potato: Seek from 7 to 0 2025/10/14 03:21:56 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/10/14 03:21:56 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/14 03:21:56 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/14 03:21:56 DEBUG : potato: Seek from 5 to 2 2025/10/14 03:21:56 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/10/14 03:21:56 DEBUG : potato: Seek from 8 to 0 2025/10/14 03:21:56 DEBUG : potato: Seek from 8 to 0 2025/10/14 03:21:56 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/10/14 03:21:56 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/14 03:21:56 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/14 03:21:56 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/14 03:21:56 DEBUG : potato: Seek from 5 to 2 2025/10/14 03:21:56 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/10/14 03:21:56 DEBUG : potato: Seek from 9 to 0 2025/10/14 03:21:56 DEBUG : potato: Seek from 9 to 0 2025/10/14 03:21:56 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:21:58 DEBUG : rutabaga: md5 = 68fc60ba7d556489c3793e85f2e09b79 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/10/14 03:22:00 DEBUG : empty space: md5 = d10149a909a2f682412901638113221a OK === RUN TestCheck/3 2025/10/14 03:22:02 DEBUG : potato2: md5 = 66df8a771b3b11145c6f0aaaa07332d0 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/10/14 03:22:04 DEBUG : remotepotato: md5 = d38f4489873e0d7fa1b344a6c1fd7078 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.17s) --- PASS: TestCheck/1 (0.27s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.21s) --- PASS: TestCheck/4 (0.29s) --- PASS: TestCheck/5 (0.23s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.22s) === RUN TestCheckFsError 2025/10/14 03:22:07 DEBUG : Creating backend with remote "nonexistent" 2025/10/14 03:22:07 DEBUG : Creating backend with remote "nonexistent" 2025/10/14 03:22:07 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/10/14 03:22:07 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/10/14 03:22:07 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/10/14 03:22:07 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-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:22:09 DEBUG : rutabaga: md5 = 4bb59ebfb905aa543644128e2e8d100f OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/10/14 03:22:12 DEBUG : empty space: md5 = c3a7958fdcea37062edc6de60b8d2833 OK === RUN TestCheckDownload/3 2025/10/14 03:22:15 DEBUG : potato2: md5 = 3e202f0364fe71015ebb36d397ec993c OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/10/14 03:22:19 DEBUG : remotepotato: md5 = b4af860ea8f2e2a86637bc3c6440badd OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.59s) --- PASS: TestCheckDownload/1 (0.96s) --- PASS: TestCheckDownload/2 (1.10s) --- PASS: TestCheckDownload/3 (0.83s) --- PASS: TestCheckDownload/4 (0.99s) --- PASS: TestCheckDownload/5 (1.01s) --- PASS: TestCheckDownload/6 (0.96s) --- PASS: TestCheckDownload/7 (1.48s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:22:25 DEBUG : rutabaga: md5 = 01c1db60499c66bbc5032270fec3adcb OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/10/14 03:22:27 DEBUG : empty space: md5 = abd261198c5a725849c91621f95075a5 OK === RUN TestCheckSizeOnly/3 2025/10/14 03:22:29 DEBUG : potato2: md5 = d413772703c2d839b8b5897b68ae1174 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/10/14 03:22:31 DEBUG : remotepotato: md5 = acc62beb9dbb7d0d52c8d71ce9d47fce OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.65s) --- PASS: TestCheckSizeOnly/1 (0.24s) --- PASS: TestCheckSizeOnly/2 (0.23s) --- PASS: TestCheckSizeOnly/3 (0.22s) --- PASS: TestCheckSizeOnly/4 (0.27s) --- PASS: TestCheckSizeOnly/5 (0.24s) --- PASS: TestCheckSizeOnly/6 (0.22s) --- PASS: TestCheckSizeOnly/7 (0.22s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:22:36 DEBUG : test.sum: md5 = 6c3668b1147210d02448df9172786276 OK 2025/10/14 03:22:37 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/14 03:22:37 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/14 03:22:37 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/14 03:22:37 NOTICE: test.sum: 2 warning(s) suppressed... 2025/10/14 03:22:38 DEBUG : test.sum: md5 = 57a9b0b7c603279af71e6cdf873d5da5 OK 2025/10/14 03:22:40 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/14 03:22:40 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/14 03:22:40 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/14 03:22:40 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.15s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:22:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pageduh8joqe/data" 2025/10/14 03:22:41 DEBUG : Creating backend with remote "TestDrive:crypt/eg7h9qgl32u50687s13dr1q0n3qfd2amhn7b25ikpa05p2a8tutg/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe/data' lacks md5, skipping --- SKIP: TestCheckSum (1.88s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:22:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pageduh8joqe/data" 2025/10/14 03:22:43 DEBUG : Creating backend with remote "TestDrive:crypt/eg7h9qgl32u50687s13dr1q0n3qfd2amhn7b25ikpa05p2a8tutg/vjrnln8ratgmqakfosrqe8espk" 2025/10/14 03:22:46 DEBUG : data/banana: md5 = a580e7e55b3ffd1d459b8de54a36587c OK 2025/10/14 03:22:47 DEBUG : test.sum: md5 = c3cec31ee51ab04010ad34786b18eb7b OK === RUN TestCheckSumDownload/subtest1 2025/10/14 03:22:52 DEBUG : data/potato: md5 = 01c2964a234c5dccb4111662cf6c1dee OK 2025/10/14 03:22:53 DEBUG : test.sum: md5 = 01f9c6c129e109be7a104e0d88d21b0b OK === RUN TestCheckSumDownload/subtest2 2025/10/14 03:22:57 DEBUG : test.sum: md5 = 768f2f0dfd7b49a36bbf6ce351c42c46 OK === RUN TestCheckSumDownload/subtest3 2025/10/14 03:23:02 DEBUG : test.sum: md5 = 8836b7214b81e0ba3bb5ff32d0d9eb66 OK === RUN TestCheckSumDownload/subtest4 2025/10/14 03:23:06 DEBUG : test.sum: md5 = 3ff55cd1cc42718a9c91bf0f71ac6fd5 OK === RUN TestCheckSumDownload/subtest5 2025/10/14 03:23:11 DEBUG : test.sum: md5 = 027ee32c6c3fea7e2a1a58868a2f4612 OK === RUN TestCheckSumDownload/subtest6 2025/10/14 03:23:15 DEBUG : data/banana: md5 = febbf2b9886c2d1f4e10d82a1b6bb496 OK 2025/10/14 03:23:17 DEBUG : data/potato: md5 = daf3dbf501107572a77f0569c6817f45 OK 2025/10/14 03:23:18 DEBUG : test.sum: md5 = d50479062c2e6a971e2ef1f68f19a5a5 OK === RUN TestCheckSumDownload/subtest7 2025/10/14 03:23:23 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/10/14 03:23:23 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (41.52s) --- PASS: TestCheckSumDownload/subtest1 (2.38s) --- PASS: TestCheckSumDownload/subtest2 (1.88s) --- PASS: TestCheckSumDownload/subtest3 (2.38s) --- PASS: TestCheckSumDownload/subtest4 (2.77s) --- PASS: TestCheckSumDownload/subtest5 (2.40s) --- PASS: TestCheckSumDownload/subtest6 (1.87s) --- PASS: TestCheckSumDownload/subtest7 (2.63s) === RUN TestApplyTransforms 2025/10/14 03:23:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cesepor7hagu" 2025/10/14 03:23:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/14 03:23:24 DEBUG : Creating backend with remote "TestDrive:crypt/365e95pirguvfdh7qijdofke6giut1cck8vvu922v64jasbubg30" 2025/10/14 03:23:25 DEBUG : Creating backend with remote "/tmp/rclone3561127009" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cesepor7hagu'", Local "Local file system at /tmp/rclone3561127009", Modify Window "1ms" 2025/10/14 03:23:27 DEBUG : hello, world!: md5 = e7016125467fa9a091abb46899298a29 OK upper checkfile vs. lower remote (without normalization) 2025/10/14 03:23:28 ERROR : hello, world!: sum not found 2025/10/14 03:23:28 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cesepor7hagu' 2025/10/14 03:23:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cesepor7hagu': 1 files missing 2025/10/14 03:23:28 NOTICE: 1 hashes missing 2025/10/14 03:23:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cesepor7hagu': 1 differences found 2025/10/14 03:23:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cesepor7hagu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/10/14 03:23:29 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/14 03:23:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cesepor7hagu': 0 differences found 2025/10/14 03:23:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cesepor7hagu': 1 matching files 2025/10/14 03:23:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yolodic0jafo" 2025/10/14 03:23:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/14 03:23:29 DEBUG : Creating backend with remote "TestDrive:crypt/ls8l0eb8647abt71ui79om3mgpsrct8edoorlj9ftmun5k640tkg" 2025/10/14 03:23:30 DEBUG : Creating backend with remote "/tmp/rclone3110887132" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yolodic0jafo'", Local "Local file system at /tmp/rclone3110887132", Modify Window "1ms" 2025/10/14 03:23:32 DEBUG : HELLO, WORLD!: md5 = e55a2fcfb34d525a1d9d7cee49217ce8 OK lower checkfile vs. upper remote (without normalization) 2025/10/14 03:23:32 ERROR : HELLO, WORLD!: sum not found 2025/10/14 03:23:32 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yolodic0jafo' 2025/10/14 03:23:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yolodic0jafo': 1 files missing 2025/10/14 03:23:32 NOTICE: 1 hashes missing 2025/10/14 03:23:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yolodic0jafo': 1 differences found 2025/10/14 03:23:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yolodic0jafo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/10/14 03:23:33 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/14 03:23:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yolodic0jafo': 0 differences found 2025/10/14 03:23:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yolodic0jafo': 1 matching files 2025/10/14 03:23:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yiwebeg3foqa" 2025/10/14 03:23:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/14 03:23:33 DEBUG : Creating backend with remote "TestDrive:crypt/96qj43em1ae4vmcbuo94p01inra9nio790giq3eq3q61l4kole90" 2025/10/14 03:23:34 DEBUG : Creating backend with remote "/tmp/rclone69445232" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yiwebeg3foqa'", Local "Local file system at /tmp/rclone69445232", Modify Window "1ms" 2025/10/14 03:23:37 DEBUG : HeLlO, wOrLd!: md5 = b6bee8c4adb416fa0ff42fb26eabf06e OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/10/14 03:23:37 ERROR : HeLlO, wOrLd!: sum not found 2025/10/14 03:23:37 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yiwebeg3foqa' 2025/10/14 03:23:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yiwebeg3foqa': 1 files missing 2025/10/14 03:23:37 NOTICE: 1 hashes missing 2025/10/14 03:23:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yiwebeg3foqa': 1 differences found 2025/10/14 03:23:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yiwebeg3foqa': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/10/14 03:23:38 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/14 03:23:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yiwebeg3foqa': 0 differences found 2025/10/14 03:23:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yiwebeg3foqa': 1 matching files 2025/10/14 03:23:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-roqubit0hure" 2025/10/14 03:23:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/14 03:23:38 DEBUG : Creating backend with remote "TestDrive:crypt/pfjgjulnc4uup49qh98lpv6uu3g46nkpv5n5brdjii0dkqo8dq8g" 2025/10/14 03:23:39 DEBUG : Creating backend with remote "/tmp/rclone1079137887" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-roqubit0hure'", Local "Local file system at /tmp/rclone1079137887", Modify Window "1ms" 2025/10/14 03:23:41 DEBUG : HELLO, WORLD!: md5 = 71a1b3824d988c1d6bd5030c04ffcdfd OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/10/14 03:23:42 ERROR : HELLO, WORLD!: sum not found 2025/10/14 03:23:42 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-roqubit0hure' 2025/10/14 03:23:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-roqubit0hure': 1 files missing 2025/10/14 03:23:42 NOTICE: 1 hashes missing 2025/10/14 03:23:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-roqubit0hure': 1 differences found 2025/10/14 03:23:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-roqubit0hure': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/10/14 03:23:43 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/14 03:23:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-roqubit0hure': 0 differences found 2025/10/14 03:23:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-roqubit0hure': 1 matching files 2025/10/14 03:23:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vasoger8keho" 2025/10/14 03:23:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/14 03:23:43 DEBUG : Creating backend with remote "TestDrive:crypt/jlohhfgp69528q47tm2cmcqnqb7g9e86pdc7nt59igue1ncgnnv0" 2025/10/14 03:23:44 DEBUG : Creating backend with remote "/tmp/rclone3456948944" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vasoger8keho'", Local "Local file system at /tmp/rclone3456948944", Modify Window "1ms" 2025/10/14 03:23:46 DEBUG : 測試_Русский___ě_áñ: md5 = 0f29716007cf988a86691c3f0456c593 OK NFD checkfile vs. NFC remote (without normalization) 2025/10/14 03:23:46 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/14 03:23:46 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vasoger8keho' 2025/10/14 03:23:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vasoger8keho': 1 files missing 2025/10/14 03:23:46 NOTICE: 1 hashes missing 2025/10/14 03:23:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vasoger8keho': 1 differences found 2025/10/14 03:23:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vasoger8keho': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/10/14 03:23:47 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/14 03:23:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vasoger8keho': 0 differences found 2025/10/14 03:23:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vasoger8keho': 1 matching files 2025/10/14 03:23:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fejamax7qaju" 2025/10/14 03:23:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/14 03:23:47 DEBUG : Creating backend with remote "TestDrive:crypt/t8713ivv0tbum888lve671mfoga0isc57nu9bnpoj98o8ecibbb0" 2025/10/14 03:23:48 DEBUG : Creating backend with remote "/tmp/rclone2411599588" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fejamax7qaju'", Local "Local file system at /tmp/rclone2411599588", Modify Window "1ms" 2025/10/14 03:23:50 DEBUG : 測試_Русский___ě_áñ: md5 = 6698e6ed4acf809ecfa2e337101bfe9b OK NFC checkfile vs. NFD remote (without normalization) 2025/10/14 03:23:51 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/14 03:23:51 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fejamax7qaju' 2025/10/14 03:23:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fejamax7qaju': 1 files missing 2025/10/14 03:23:51 NOTICE: 1 hashes missing 2025/10/14 03:23:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fejamax7qaju': 1 differences found 2025/10/14 03:23:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fejamax7qaju': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/10/14 03:23:52 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/14 03:23:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fejamax7qaju': 0 differences found 2025/10/14 03:23:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fejamax7qaju': 1 matching files 2025/10/14 03:23:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gigobur0safa" 2025/10/14 03:23:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/14 03:23:52 DEBUG : Creating backend with remote "TestDrive:crypt/62hnss3hr5p4nhtofbb7oktup71loom2hairi5jj4ip626ajedd0" 2025/10/14 03:23:53 DEBUG : Creating backend with remote "/tmp/rclone1879480467" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gigobur0safa'", Local "Local file system at /tmp/rclone1879480467", Modify Window "1ms" 2025/10/14 03:23:55 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = ecbbe3d628ce59d7d16a772c13f07838 OK NFDx2 checkfile vs. both remote (without normalization) 2025/10/14 03:23:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/14 03:23:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gigobur0safa' 2025/10/14 03:23:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gigobur0safa': 1 files missing 2025/10/14 03:23:56 NOTICE: 1 hashes missing 2025/10/14 03:23:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gigobur0safa': 1 differences found 2025/10/14 03:23:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gigobur0safa': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/10/14 03:23:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/14 03:23:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gigobur0safa': 0 differences found 2025/10/14 03:23:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gigobur0safa': 1 matching files 2025/10/14 03:23:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-keteseg4bewa" 2025/10/14 03:23:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/14 03:23:57 DEBUG : Creating backend with remote "TestDrive:crypt/kc7nevlecfj0oplrino0c6ai9th4d50cqrsc9o6fgf4f4g7jdg50" 2025/10/14 03:23:58 DEBUG : Creating backend with remote "/tmp/rclone3512895804" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keteseg4bewa'", Local "Local file system at /tmp/rclone3512895804", Modify Window "1ms" 2025/10/14 03:24:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 6545db231756b4774257406509239523 OK NFCx2 checkfile vs. both remote (without normalization) 2025/10/14 03:24:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/14 03:24:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-keteseg4bewa' 2025/10/14 03:24:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keteseg4bewa': 1 files missing 2025/10/14 03:24:01 NOTICE: 1 hashes missing 2025/10/14 03:24:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keteseg4bewa': 1 differences found 2025/10/14 03:24:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keteseg4bewa': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/10/14 03:24:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/14 03:24:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keteseg4bewa': 0 differences found 2025/10/14 03:24:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keteseg4bewa': 1 matching files 2025/10/14 03:24:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-riniyig1xena" 2025/10/14 03:24:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/14 03:24:02 DEBUG : Creating backend with remote "TestDrive:crypt/4pk7vvgncnk21thu7kot15smn35snm0r99jak8sfbfr96oja9810" 2025/10/14 03:24:03 DEBUG : Creating backend with remote "/tmp/rclone593790547" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-riniyig1xena'", Local "Local file system at /tmp/rclone593790547", Modify Window "1ms" 2025/10/14 03:24:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a6aae64e8d6159a40e3d74ac90a81952 OK both checkfile vs. NFDx2 remote (without normalization) 2025/10/14 03:24:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/14 03:24:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-riniyig1xena' 2025/10/14 03:24:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riniyig1xena': 1 files missing 2025/10/14 03:24:06 NOTICE: 1 hashes missing 2025/10/14 03:24:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riniyig1xena': 1 differences found 2025/10/14 03:24:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riniyig1xena': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/10/14 03:24:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/14 03:24:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riniyig1xena': 0 differences found 2025/10/14 03:24:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-riniyig1xena': 1 matching files 2025/10/14 03:24:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zewomek1lilo" 2025/10/14 03:24:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/14 03:24:07 DEBUG : Creating backend with remote "TestDrive:crypt/t1dqcl35ivkh6rko63vlco6m57dkqo09a8id1j4lbie2kbs01lug" 2025/10/14 03:24:08 DEBUG : Creating backend with remote "/tmp/rclone2733466319" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zewomek1lilo'", Local "Local file system at /tmp/rclone2733466319", Modify Window "1ms" 2025/10/14 03:24:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 77cd474674ca1b6b22e47df35bbd6581 OK both checkfile vs. NFCx2 remote (without normalization) 2025/10/14 03:24:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/14 03:24:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zewomek1lilo' 2025/10/14 03:24:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zewomek1lilo': 1 files missing 2025/10/14 03:24:11 NOTICE: 1 hashes missing 2025/10/14 03:24:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zewomek1lilo': 1 differences found 2025/10/14 03:24:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zewomek1lilo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/10/14 03:24:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/14 03:24:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zewomek1lilo': 0 differences found 2025/10/14 03:24:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zewomek1lilo': 1 matching files 2025/10/14 03:24:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zewomek1lilo': Purge remote 2025/10/14 03:24:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-riniyig1xena': Purge remote 2025/10/14 03:24:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-keteseg4bewa': Purge remote 2025/10/14 03:24:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gigobur0safa': Purge remote 2025/10/14 03:24:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fejamax7qaju': Purge remote 2025/10/14 03:24:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vasoger8keho': Purge remote 2025/10/14 03:24:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-roqubit0hure': Purge remote 2025/10/14 03:24:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yiwebeg3foqa': Purge remote 2025/10/14 03:24:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yolodic0jafo': Purge remote 2025/10/14 03:24:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cesepor7hagu': Purge remote --- PASS: TestApplyTransforms (52.48s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:24:17 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/14 03:24:19 DEBUG : sub/file2: md5 = d722cbe0c3413aeaa4fdd11d02826b9a OK 2025/10/14 03:24:19 INFO : file1: Copied (new) to: sub/file2 2025/10/14 03:24:19 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/14 03:24:19 DEBUG : file1: Unchanged skipping 2025/10/14 03:24:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': don't need to copy/move sub/file2, it is already at target location 2025/10/14 03:24:22 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.80s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.45s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:24:25 DEBUG : dst/file1: md5 = 4af4471d165a2f98b4ac78ac3ea4cd7e OK 2025/10/14 03:24:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pageduh8joqe/backup" 2025/10/14 03:24:26 DEBUG : Creating backend with remote "TestDrive:crypt/eg7h9qgl32u50687s13dr1q0n3qfd2amhn7b25ikpa05p2a8tutg/1nrff024r7pq65ecp72fc28jb0" 2025/10/14 03:24:27 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/14 03:24:30 INFO : dst/file1: Moved (server-side) 2025/10/14 03:24:31 DEBUG : dst/file1: md5 = 826f87b78eb609a86a95975259b8cd03 OK 2025/10/14 03:24:31 INFO : dst/file1: Copied (new) 2025/10/14 03:24:34 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/14 03:24:34 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/14 03:24:35 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.07s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:24:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pageduh8joqe/dst" 2025/10/14 03:24:36 DEBUG : Creating backend with remote "TestDrive:crypt/eg7h9qgl32u50687s13dr1q0n3qfd2amhn7b25ikpa05p2a8tutg/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/14 03:24:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pageduh8joqe/CompareDest" 2025/10/14 03:24:38 DEBUG : Creating backend with remote "TestDrive:crypt/eg7h9qgl32u50687s13dr1q0n3qfd2amhn7b25ikpa05p2a8tutg/gveqi14airsml4bgu7krj116o8" 2025/10/14 03:24:39 DEBUG : one: Need to transfer - File not found at Destination 2025/10/14 03:24:41 DEBUG : one: md5 = 962310eb87cbdba34eddde3d62ea099a OK 2025/10/14 03:24:41 INFO : one: Copied (new) 2025/10/14 03:24:43 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/14 03:24:44 DEBUG : one: md5 = b786b8593290b0007f6350d405614b38 OK 2025/10/14 03:24:44 INFO : one: Copied (replaced existing) 2025/10/14 03:24:47 DEBUG : dst/one: md5 = c46004e39097e8eea944fdb030589655 OK 2025/10/14 03:24:49 DEBUG : CompareDest/one: md5 = cf54fe51a2221e977056f96f2a4d7fb0 OK 2025/10/14 03:24:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/14 03:24:51 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/14 03:24:51 DEBUG : one: Destination found in --compare-dest, skipping 2025/10/14 03:24:53 DEBUG : CompareDest/two: md5 = 7f32accb0da1498065fec902475ff5d5 OK 2025/10/14 03:24:53 DEBUG : two: Need to transfer - File not found at Destination 2025/10/14 03:24:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/14 03:24:53 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/14 03:24:54 DEBUG : two: Need to transfer - File not found at Destination 2025/10/14 03:24:54 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/14 03:24:54 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/14 03:24:56 DEBUG : two: Need to transfer - File not found at Destination 2025/10/14 03:24:56 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/10/14 03:24:57 DEBUG : two: md5 = 558ec43769ee12106ed2fdd05b636d3c OK 2025/10/14 03:24:57 INFO : two: Copied (new) 2025/10/14 03:25:00 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/14 03:25:00 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:25:01 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/14 03:25:01 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (25.61s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:25:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pageduh8joqe/dst" 2025/10/14 03:25:01 DEBUG : Creating backend with remote "TestDrive:crypt/eg7h9qgl32u50687s13dr1q0n3qfd2amhn7b25ikpa05p2a8tutg/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/14 03:25:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pageduh8joqe/CopyDest" 2025/10/14 03:25:03 DEBUG : Creating backend with remote "TestDrive:crypt/eg7h9qgl32u50687s13dr1q0n3qfd2amhn7b25ikpa05p2a8tutg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/14 03:25:04 DEBUG : one: Need to transfer - File not found at Destination 2025/10/14 03:25:07 DEBUG : one: md5 = 9285957c34885bbe24dc0bc577620896 OK 2025/10/14 03:25:07 INFO : one: Copied (new) 2025/10/14 03:25:08 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/14 03:25:09 DEBUG : one: md5 = 4fc6ee59a4c5fc69f6bb2dd98f923d9b OK 2025/10/14 03:25:09 INFO : one: Copied (replaced existing) 2025/10/14 03:25:11 DEBUG : dst/one: md5 = 7c8dd23a5e154cdaaa3f86e287a03106 OK 2025/10/14 03:25:13 DEBUG : CopyDest/one: md5 = 135b97f39cd2c4b4ec93190a513b3fef OK 2025/10/14 03:25:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pageduh8joqe/BackupDir" 2025/10/14 03:25:14 DEBUG : Creating backend with remote "TestDrive:crypt/eg7h9qgl32u50687s13dr1q0n3qfd2amhn7b25ikpa05p2a8tutg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/14 03:25:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/14 03:25:17 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/14 03:25:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/14 03:25:19 INFO : one: Moved (server-side) 2025/10/14 03:25:20 INFO : one: Copied (server-side copy) 2025/10/14 03:25:20 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/10/14 03:25:22 DEBUG : CopyDest/two: md5 = f6e4d46bf58f30b9bbe21b6f3410439e OK 2025/10/14 03:25:23 DEBUG : two: Need to transfer - File not found at Destination 2025/10/14 03:25:23 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/14 03:25:24 INFO : two: Copied (server-side copy) 2025/10/14 03:25:24 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/10/14 03:25:25 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/14 03:25:25 DEBUG : two: Unchanged skipping 2025/10/14 03:25:27 DEBUG : CopyDest/three: md5 = 8aeab17c8d7608667e2ecb809dda0eac OK 2025/10/14 03:25:28 DEBUG : three: Need to transfer - File not found at Destination 2025/10/14 03:25:28 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/10/14 03:25:28 DEBUG : three: Destination not found in --copy-dest 2025/10/14 03:25:29 DEBUG : three: md5 = a3b864fab2aa842ec23fb2d99fbe7cfb OK 2025/10/14 03:25:29 INFO : three: Copied (new) 2025/10/14 03:25:34 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/14 03:25:34 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/14 03:25:34 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:25:34 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/14 03:25:34 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/14 03:25:34 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:25:35 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (34.39s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.51s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.44s) === RUN TestCopyLongFileNameCollision run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.45s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:25:37 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/10/14 03:25:40 DEBUG : TestCopyFileMaxTransfer/file1: md5 = e749a70564d8fd91b9cf8f9c8d9adc5d OK 2025/10/14 03:25:40 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/10/14 03:25:40 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/10/14 03:25:40 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:500: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/10/14 03:25:41 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/10/14 03:25:42 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/10/14 03:25:43 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 8575fef807e22ed381ae654d3984ad0a OK 2025/10/14 03:25:43 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/10/14 03:25:46 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/10/14 03:25:46 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.06s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.44s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:25:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': Looking for duplicate names using skip mode. 2025/10/14 03:25:50 NOTICE: one: Found 2 files with duplicate names 2025/10/14 03:25:50 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.60s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:25:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': Looking for duplicate names using skip mode. 2025/10/14 03:25:56 NOTICE: one: Found 3 files with duplicate names 2025/10/14 03:25:56 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/10/14 03:25:57 INFO : one: Deleted 2025/10/14 03:25:57 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.86s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:26:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': Looking for duplicate names using first mode. 2025/10/14 03:26:02 NOTICE: one: Found 3 files with duplicate names 2025/10/14 03:26:03 INFO : one: Deleted 2025/10/14 03:26:03 INFO : one: Deleted 2025/10/14 03:26:03 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.29s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:26:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': Looking for duplicate names using newest mode. 2025/10/14 03:26:09 NOTICE: one: Found 3 files with duplicate names 2025/10/14 03:26:09 INFO : one: Deleted 2025/10/14 03:26:10 INFO : one: Deleted 2025/10/14 03:26:10 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.84s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.48s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:26:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': Looking for duplicate names using oldest mode. 2025/10/14 03:26:16 NOTICE: one: Found 3 files with duplicate names 2025/10/14 03:26:17 INFO : one: Deleted 2025/10/14 03:26:17 INFO : one: Deleted 2025/10/14 03:26:17 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.48s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:26:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': Looking for duplicate names using largest mode. 2025/10/14 03:26:23 NOTICE: one: Found 3 files with duplicate names 2025/10/14 03:26:23 INFO : one: Deleted 2025/10/14 03:26:23 INFO : one: Deleted 2025/10/14 03:26:23 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.27s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:26:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': Looking for duplicate names using smallest mode. 2025/10/14 03:26:28 NOTICE: one: Found 3 files with duplicate names 2025/10/14 03:26:29 INFO : one: Deleted 2025/10/14 03:26:29 INFO : one: Deleted 2025/10/14 03:26:29 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (5.97s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:26:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': Looking for duplicate names using rename mode. 2025/10/14 03:26:36 NOTICE: one.txt: Found 3 files with duplicate names 2025/10/14 03:26:37 INFO : one-2.txt: renamed from: one.txt 2025/10/14 03:26:38 INFO : one-3.txt: renamed from: one.txt 2025/10/14 03:26:40 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.64s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:26:44 DEBUG : dupe1/one.txt: md5 = 0a762589e602b8df39e2895dbb3db2ae OK 2025/10/14 03:26:47 DEBUG : dupe2/two.txt: md5 = 643d5b56822b2c0dff0d0deff1baaf68 OK 2025/10/14 03:26:49 DEBUG : dupe3/three.txt: md5 = cade7b0799782caf03967b5a4f0adf02 OK 2025/10/14 03:26:49 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/10/14 03:26:50 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/10/14 03:26:50 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/10/14 03:26:51 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/10/14 03:26:54 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/10/14 03:26:54 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/10/14 03:26:54 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.71s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:26:56 DEBUG : a.txt: md5 = 8e2c3ed1b29c3bbff574e61ee03fab77 OK 2025/10/14 03:26:58 DEBUG : zend.txt: md5 = e54881e81b0041ba63cf06ae945765e9 OK 2025/10/14 03:27:00 DEBUG : sub dir/hello world: md5 = 1b080af9c24ce7d077c1c691a09cca81 OK 2025/10/14 03:27:01 DEBUG : sub dir/hello world2: md5 = c1484eeefda507775e0203b5df4be532 OK 2025/10/14 03:27:03 DEBUG : sub dir/ignore dir/.ignore: md5 = 8402284459ab3721d77c4d5c65e60677 OK 2025/10/14 03:27:05 DEBUG : sub dir/ignore dir/should be ignored: md5 = 02b447827f4faa97a1c79767dbb84aac OK 2025/10/14 03:27:07 DEBUG : sub dir/sub sub dir/hello world3: md5 = 740e9204fd6fcab73c2af95943155f08 OK 2025/10/14 03:27:08 DEBUG : a.txt: Excluded (Size Filter) 2025/10/14 03:27:08 DEBUG : a.txt: Excluded 2025/10/14 03:27:09 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/14 03:27:09 DEBUG : sub dir/hello world: Excluded 2025/10/14 03:27:09 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/14 03:27:09 DEBUG : sub dir/hello world2: Excluded 2025/10/14 03:27:09 DEBUG : sub dir/ignore dir: Excluded 2025/10/14 03:27:09 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/14 03:27:09 DEBUG : sub dir/hello world: Excluded 2025/10/14 03:27:09 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/14 03:27:09 DEBUG : sub dir/hello world2: Excluded 2025/10/14 03:27:10 DEBUG : sub dir/ignore dir: Excluded 2025/10/14 03:27:14 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/14 03:27:15 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/14 03:27:15 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/14 03:27:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/14 03:27:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/14 03:27:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/10/14 03:27:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (21.32s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:27:18 DEBUG : a.txt: md5 = b7b45434f958c779704acea5e3dd4c3b OK 2025/10/14 03:27:19 DEBUG : zend.txt: md5 = 612fc8dd6632a2faad2fa7d74c555e5a OK 2025/10/14 03:27:21 DEBUG : sub dir/hello world: md5 = fa23e60f980db68641893c331dcefe08 OK 2025/10/14 03:27:23 DEBUG : sub dir/hello world2: md5 = 42b973c235210246b356952be6043575 OK 2025/10/14 03:27:25 DEBUG : sub dir/ignore dir/.ignore: md5 = 284334e4961900f9955a06858c005fdd OK 2025/10/14 03:27:26 DEBUG : sub dir/ignore dir/should be ignored: md5 = 5b210b391a0f23fdd56e6ae08c676dcb OK 2025/10/14 03:27:29 DEBUG : sub dir/sub sub dir/hello world3: md5 = e8443cf49c4d98ad7706a0e386e32dec OK 2025/10/14 03:27:30 DEBUG : a.txt: Excluded (Size Filter) 2025/10/14 03:27:30 DEBUG : a.txt: Excluded 2025/10/14 03:27:30 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/14 03:27:30 DEBUG : sub dir/hello world2: Excluded 2025/10/14 03:27:30 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/14 03:27:30 DEBUG : sub dir/hello world: Excluded 2025/10/14 03:27:31 DEBUG : sub dir/ignore dir: Excluded 2025/10/14 03:27:31 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/14 03:27:31 DEBUG : sub dir/hello world2: Excluded 2025/10/14 03:27:31 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/14 03:27:31 DEBUG : sub dir/hello world: Excluded 2025/10/14 03:27:31 DEBUG : sub dir/ignore dir: Excluded 2025/10/14 03:27:36 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/14 03:27:37 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/14 03:27:37 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/14 03:27:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/14 03:27:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/14 03:27:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/10/14 03:27:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (22.03s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:27:40 DEBUG : file1: md5 = 9d885d4e9e2010cf2eb3f149e9c9fc8f OK 2025/10/14 03:27:42 DEBUG : sub/file2: md5 = 586575fac69ac3ec36a0987bacc66150 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/10/14 03:27:45 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/10/14 03:27:45 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/10/14 03:27:45 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/10/14 03:27:47 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.29s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.26s) --- PASS: TestListJSON/Recurse (0.50s) --- PASS: TestListJSON/SubDir (0.28s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.63s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:27:49 DEBUG : file1: md5 = 5cbb4b8654a137a20812ac963ecc6348 OK 2025/10/14 03:27:51 DEBUG : sub/file2: md5 = cc3b6293315e85130ecfc70aea4a6f1e OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/10/14 03:27:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pageduh8joqe/notfound" 2025/10/14 03:27:55 DEBUG : Creating backend with remote "TestDrive:crypt/eg7h9qgl32u50687s13dr1q0n3qfd2amhn7b25ikpa05p2a8tutg/qe0i31qdkoejk60elps0ni5sqk" 2025/10/14 03:27:58 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.27s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.25s) --- PASS: TestStatJSON/Dir (0.48s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.23s) --- PASS: TestStatJSON/NotFound (0.46s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.21s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.68s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:27:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': Making directory 2025/10/14 03:27:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': Making directory --- PASS: TestMkdir (0.68s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:28:02 DEBUG : sub dir/hello world: md5 = 596b9d3fa18dcf92d99c3385c7219956 OK 2025/10/14 03:28:03 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.69s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:28:06 DEBUG : potato2: md5 = c3877cdfa9cabee990979d69820ad605 OK 2025/10/14 03:28:07 DEBUG : empty space: md5 = f83b6ec22a85884eb2930b735798c412 OK --- PASS: TestLs (4.65s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:28:10 DEBUG : potato2: md5 = d3a7f7b6efa3aaca97300d99038e603f OK 2025/10/14 03:28:12 DEBUG : empty space: md5 = 857368aa4b3e30f9c7408e9b9dd9c034 OK 2025/10/14 03:28:12 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.05s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:28:15 DEBUG : potato2: md5 = 3d40919831a2dead7cd3b5349e46d7e3 OK 2025/10/14 03:28:17 DEBUG : empty space: md5 = 8c61ffd22cba2f2658b9b223c4e7da66 OK --- PASS: TestLsLong (4.73s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:28:20 DEBUG : potato2: md5 = 2b2af1d48b1e30d3681eb1a420269572 OK 2025/10/14 03:28:21 DEBUG : empty space: md5 = 3c0d69cf1628f9590bf9eabf3168c43e OK --- PASS: TestHashSums (4.45s) === RUN TestHashSumsWithErrors 2025/10/14 03:28:23 DEBUG : Creating backend with remote ":memory:" 2025/10/14 03:28:23 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/10/14 03:28:23 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/14 03:28:23 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/14 03:28:23 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/14 03:28:23 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/14 03:28:23 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/14 03:28:23 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/14 03:28:23 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/10/14 03:28:23 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-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:28:24 DEBUG : potato2: md5 = 0f8a79937ef72ae3fb71f06840797db3 OK 2025/10/14 03:28:26 DEBUG : empty space: md5 = 32eb8301d3bcbb0c21536ea69e9782a7 OK 2025/10/14 03:28:28 DEBUG : sub dir/potato3: md5 = 11dc0568197885919adbec5399d0f30f OK 2025/10/14 03:28:31 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.30s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:28:33 DEBUG : small: md5 = 6e4c8a05d0422ee6be0cf90f15bb740e OK 2025/10/14 03:28:34 DEBUG : medium: md5 = 4cd95a94b3b192f04a4de819761109e7 OK 2025/10/14 03:28:35 DEBUG : large: md5 = f5b491d575a21aef719dc09262dd7406 OK 2025/10/14 03:28:36 DEBUG : Waiting for deletions to finish 2025/10/14 03:28:36 DEBUG : large: Excluded (Size Filter) 2025/10/14 03:28:36 INFO : small: Deleted 2025/10/14 03:28:36 INFO : medium: Deleted --- PASS: TestDelete (6.23s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:28:39 DEBUG : small: md5 = dca659cf489142c77f4631705ef489ae OK 2025/10/14 03:28:40 DEBUG : medium: md5 = 8397f9ca9b71c61ba1fde02b0ceb49ab OK 2025/10/14 03:28:42 DEBUG : large: md5 = 03fed78432c8e3fdf9658f4b76970f51 OK 2025/10/14 03:28:42 DEBUG : Waiting for deletions to finish 2025/10/14 03:28:42 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/10/14 03:28:43 INFO : large: Deleted 2025/10/14 03:28:43 INFO : small: Deleted --- PASS: TestMaxDelete (6.93s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:28:46 DEBUG : small: md5 = d7651f1a9afc633fe71b9c66f5c17fc3 OK 2025/10/14 03:28:47 DEBUG : medium: md5 = 1cb6e0bf0e7b89de825ed4e0f38cc58d OK 2025/10/14 03:28:49 DEBUG : large: md5 = 70be98d710288c6431356f2770544bf4 OK 2025/10/14 03:28:49 DEBUG : Waiting for deletions to finish 2025/10/14 03:28:49 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/10/14 03:28:49 INFO : medium: Deleted 2025/10/14 03:28:49 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.64s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:28:53 DEBUG : small: md5 = 385ae4c827b80bccd1162bf3f70fd84d OK 2025/10/14 03:28:54 DEBUG : medium: md5 = 43a7ab0fc6c55d6cfd57bec9ee635709 OK 2025/10/14 03:28:55 DEBUG : large: md5 = 96af5fa2f169c094f245f2f33041559c OK 2025/10/14 03:28:56 DEBUG : Waiting for deletions to finish 2025/10/14 03:28:56 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/10/14 03:28:56 INFO : medium: Deleted 2025/10/14 03:28:56 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.86s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:28:59 DEBUG : ReadFile: md5 = e91701ac8e4bee0cf26e9d6e74156a64 OK --- PASS: TestReadFile (4.11s) === RUN TestRetry 2025/10/14 03:29:02 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/10/14 03:29:02 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/10/14 03:29:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/14 03:29:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/14 03:29:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/14 03:29:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/14 03:29:02 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-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:29:04 DEBUG : file1: md5 = 8eb2b3fb50cb77a2907f445c40edffdf OK 2025/10/14 03:29:05 DEBUG : file2: md5 = 25c649bfefe09b9b2865830c2f12f85c OK --- PASS: TestCat (15.44s) === RUN TestPurge 2025/10/14 03:29:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gehapap2fiwi" 2025/10/14 03:29:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/14 03:29:18 DEBUG : Creating backend with remote "TestDrive:crypt/ed7prtdbk2gtt4maj4olvcih107lrn79qi2t7uri24gmgtg6n8t0" 2025/10/14 03:29:19 DEBUG : Creating backend with remote "/tmp/rclone2482953603" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gehapap2fiwi'", Local "Local file system at /tmp/rclone2482953603", Modify Window "1ms" 2025/10/14 03:29:23 DEBUG : A1/B1/C1/one: md5 = 415651fb1002142d8db3cac8e2605940 OK 2025/10/14 03:29:23 INFO : A2: Making directory 2025/10/14 03:29:24 INFO : A1/B2: Making directory 2025/10/14 03:29:25 INFO : A1/B2/C2: Making directory 2025/10/14 03:29:25 INFO : A1/B1/C3: Making directory 2025/10/14 03:29:26 INFO : A3: Making directory 2025/10/14 03:29:27 INFO : A3/B3: Making directory 2025/10/14 03:29:27 INFO : A3/B3/C4: Making directory 2025/10/14 03:29:30 DEBUG : A1/two: md5 = 0cc15dc1f2a4861ccb1ae0c2abdb9b80 OK 2025/10/14 03:29:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gehapap2fiwi': Purge remote 2025/10/14 03:29:33 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.66s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:29:37 DEBUG : A1/B1/C1/one: md5 = 1c96f737e45e320c1e7a69e02f9dbb83 OK 2025/10/14 03:29:37 INFO : A2: Making directory 2025/10/14 03:29:38 INFO : A1/B2: Making directory 2025/10/14 03:29:38 INFO : A1/B2/C2: Making directory 2025/10/14 03:29:39 INFO : A1/B1/C3: Making directory 2025/10/14 03:29:40 INFO : A3: Making directory 2025/10/14 03:29:40 INFO : A3/B3: Making directory 2025/10/14 03:29:41 INFO : A3/B3/C4: Making directory 2025/10/14 03:29:43 DEBUG : A1/two: md5 = 10f6f3a6cdcf6ec78c7b1bba9d24a8b0 OK 2025/10/14 03:29:45 DEBUG : removing 1 level 3 directories 2025/10/14 03:29:45 INFO : A3/B3/C4: Removing directory 2025/10/14 03:29:47 DEBUG : removing 2 level 3 directories 2025/10/14 03:29:47 INFO : A1/B2/C2: Removing directory 2025/10/14 03:29:47 INFO : A1/B1/C3: Removing directory 2025/10/14 03:29:48 DEBUG : removing 2 level 2 directories 2025/10/14 03:29:48 INFO : A3/B3: Removing directory 2025/10/14 03:29:48 INFO : A1/B2: Removing directory 2025/10/14 03:29:48 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/10/14 03:29:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/14 03:29:49 DEBUG : removing 2 level 1 directories 2025/10/14 03:29:49 INFO : A3: Removing directory 2025/10/14 03:29:49 INFO : A2: Removing directory 2025/10/14 03:29:49 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/10/14 03:29:53 DEBUG : removing 1 level 3 directories 2025/10/14 03:29:53 INFO : A1/B1/C1: Removing directory 2025/10/14 03:29:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:53 DEBUG : removing 1 level 2 directories 2025/10/14 03:29:53 INFO : A1/B1: Removing directory 2025/10/14 03:29:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/14 03:29:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/14 03:29:54 DEBUG : removing 1 level 1 directories 2025/10/14 03:29:54 INFO : A1: Removing directory 2025/10/14 03:29:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/14 03:29:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/14 03:29:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/14 03:29:55 DEBUG : removing 1 level 0 directories 2025/10/14 03:29:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': Removing directory 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/14 03:29:55 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" --- PASS: TestRmdirsNoLeaveRoot (23.00s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:29:57 INFO : A1: Making directory 2025/10/14 03:29:58 INFO : A1/B1: Making directory 2025/10/14 03:29:58 INFO : A1/B1/C1: Making directory 2025/10/14 03:30:01 DEBUG : removing 1 level 3 directories 2025/10/14 03:30:01 INFO : A1/B1/C1: Removing directory 2025/10/14 03:30:01 DEBUG : removing 1 level 2 directories 2025/10/14 03:30:01 INFO : A1/B1: Removing directory 2025/10/14 03:30:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/14 03:30:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.66s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:30:04 INFO : A1: Making directory 2025/10/14 03:30:05 INFO : A1/B1: Making directory 2025/10/14 03:30:05 INFO : A1/B1/C1: Making directory 2025/10/14 03:30:08 DEBUG : removing 1 level 3 directories 2025/10/14 03:30:08 INFO : A1/B1/C1: Removing directory 2025/10/14 03:30:08 DEBUG : removing 1 level 2 directories 2025/10/14 03:30:08 INFO : A1/B1: Removing directory 2025/10/14 03:30:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/14 03:30:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.44s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:30:13 DEBUG : file1: md5 = 291d76e4e36b68af943bcc160625f71a OK 2025/10/14 03:30:14 DEBUG : filename.txt: File name found in url 2025/10/14 03:30:15 DEBUG : filename.txt: md5 = 4128e54b0fa62258f8d3ce0106fbbc79 OK 2025/10/14 03:30:15 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/10/14 03:30:16 DEBUG : headerfilename.txt: md5 = 22dae1e1751324878db6eab39cb76f18 OK 2025/10/14 03:30:18 DEBUG : file2: md5 = 70239f71f7e70041fd6d59eb37ae9bcc OK --- PASS: TestCopyURL (9.01s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:30:21 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/14 03:30:23 DEBUG : sub/file2: md5 = fe5305443880cc68987145d67c6f6f47 OK 2025/10/14 03:30:23 INFO : file1: Copied (new) to: sub/file2 2025/10/14 03:30:23 INFO : file1: Deleted 2025/10/14 03:30:23 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/14 03:30:23 DEBUG : file1: Unchanged skipping 2025/10/14 03:30:23 INFO : file1: Deleted 2025/10/14 03:30:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': don't need to copy/move sub/file2, it is already at target location 2025/10/14 03:30:25 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.79s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:30:26 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/14 03:30:28 DEBUG : file1: md5 = 5be5108a8e18bf16fa5b5a9be206bbbd OK 2025/10/14 03:30:28 INFO : file1: Copied (new) 2025/10/14 03:30:28 INFO : file1: Deleted 2025/10/14 03:30:28 DEBUG : file1: Destination exists, skipping 2025/10/14 03:30:28 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.28s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.47s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:30:32 DEBUG : dst/file1: md5 = 03560c2184a798ba73071487838defa4 OK 2025/10/14 03:30:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pageduh8joqe/backup" 2025/10/14 03:30:33 DEBUG : Creating backend with remote "TestDrive:crypt/eg7h9qgl32u50687s13dr1q0n3qfd2amhn7b25ikpa05p2a8tutg/1nrff024r7pq65ecp72fc28jb0" 2025/10/14 03:30:35 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/14 03:30:36 DEBUG : TestDrive: Token expired 2025/10/14 03:30:36 DEBUG : TestDrive: No updated token found in the config file 2025/10/14 03:30:36 DEBUG : TestDrive: Token refresh successful 2025/10/14 03:30:36 DEBUG : Saving config "token" in section "TestDrive" of the config file 2025/10/14 03:30:36 DEBUG : TestDrive: Saved new token in config file 2025/10/14 03:30:37 INFO : dst/file1: Moved (server-side) 2025/10/14 03:30:37 DEBUG : TestDrive: Token expired 2025/10/14 03:30:37 DEBUG : TestDrive: Loaded fresh token from config file 2025/10/14 03:30:37 DEBUG : TestDrive: Token refresh successful 2025/10/14 03:30:38 DEBUG : dst/file1: md5 = 4dd6947014c26ffa55b19f8745ee31f4 OK 2025/10/14 03:30:38 INFO : dst/file1: Copied (new) 2025/10/14 03:30:38 INFO : dst/file1: Deleted 2025/10/14 03:30:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/14 03:30:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/14 03:30:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.96s) === 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-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:30:45 DEBUG : A1/one: md5 = 7221bf48e4787360990f75a0b2c97e69 OK 2025/10/14 03:30:47 DEBUG : A1/two: md5 = 955789d8fc13b774917a5cf58d8fb84d OK 2025/10/14 03:30:49 DEBUG : A1/B1/three: md5 = 310f3e33dbd31536b840eced776d1f94 OK 2025/10/14 03:30:51 DEBUG : A1/B1/C1/four: md5 = b6f93493e8462926964bceed240bcbfe OK 2025/10/14 03:30:53 DEBUG : A1/B1/C2/five: md5 = e5ec268b0758eccb8fc41b73b89e7691 OK 2025/10/14 03:30:53 INFO : A1/B2: Making directory 2025/10/14 03:30:54 INFO : A1/B1/C3: Making directory 2025/10/14 03:31:03 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/10/14 03:31:03 INFO : A2/two: Moved (server-side) to: A3/two 2025/10/14 03:31:03 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/10/14 03:31:03 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/10/14 03:31:04 INFO : A2/one: Moved (server-side) to: A3/one 2025/10/14 03:31:06 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/14 03:31:06 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/14 03:31:06 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/14 03:31:07 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/14 03:31:07 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/14 03:31:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/10/14 03:31:14 INFO : A3/two: Moved (server-side) to: A4/two 2025/10/14 03:31:14 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/10/14 03:31:14 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/10/14 03:31:15 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/10/14 03:31:15 INFO : A3/one: Moved (server-side) to: A4/one 2025/10/14 03:31:18 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/14 03:31:18 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/14 03:31:18 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/14 03:31:18 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/14 03:31:18 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/14 03:31:25 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/10/14 03:31:26 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/10/14 03:31:26 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/14 03:31:26 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/14 03:31:26 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/14 03:31:26 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/14 03:31:27 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/14 03:31:27 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/14 03:31:27 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/14 03:31:27 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.33s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" --- PASS: TestGetFsInfo (0.48s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:31:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': File to upload is small (34 bytes), uploading instead of streaming 2025/10/14 03:31:30 DEBUG : no_checksum_small_file_from_pipe: md5 = 5075ef08e8292f17e31bd876bf619cb8 OK 2025/10/14 03:31:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/10/14 03:31:30 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/14 03:31:30 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/10/14 03:31:31 DEBUG : no_checksum_big_file_from_pipe: md5 = 83403c4281c7405f7f213887528c1dc2 OK 2025/10/14 03:31:31 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-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:31:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': File to upload is small (34 bytes), uploading instead of streaming 2025/10/14 03:32:18 DEBUG : with_checksum_small_file_from_pipe: md5 = 9c7304ec4527be6be7e102977ece52b2 OK 2025/10/14 03:32:18 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/14 03:32:19 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/10/14 03:32:20 DEBUG : with_checksum_big_file_from_pipe: md5 = 3e0b990a80f6e9ff259814f1e8b07a2e OK 2025/10/14 03:32:20 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-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:32:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': File to upload is small (34 bytes), uploading instead of streaming 2025/10/14 03:32:23 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/14 03:32:24 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/14 03:32:25 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-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:32:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': File to upload is small (34 bytes), uploading instead of streaming 2025/10/14 03:32:28 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/14 03:32:29 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/14 03:32:30 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (63.87s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.82s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (48.99s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.78s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.27s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/10/14 03:32:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': File to upload is small (48 bytes), uploading instead of streaming 2025/10/14 03:32:33 DEBUG : rcat_metadata: md5 = 7128906bd745c30dd8e24ff8be247237 OK 2025/10/14 03:32:33 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/10/14 03:32:35 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/10/14 03:32:36 DEBUG : rcat_metadata_uploadcutoff0: md5 = 6b9aa1aa1e33f494c44df766d47194e5 OK 2025/10/14 03:32:36 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.97s) --- PASS: TestRcatMetadata/Normal (2.55s) --- PASS: TestRcatMetadata/ViaDisk (2.94s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:32:39 DEBUG : potato1: md5 = 2e5d934c1503cead8627c409822b13fd OK 2025/10/14 03:32:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': File to upload is small (60 bytes), uploading instead of streaming 2025/10/14 03:32:41 DEBUG : potato2: md5 = 1b7d5808c106e050eb56bca1eecad2c9 OK 2025/10/14 03:32:41 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.45s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:32:44 DEBUG : potato1: md5 = 8600ea452e584f2a7df10ce29f468abc OK 2025/10/14 03:32:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': File to upload is small (60 bytes), uploading instead of streaming 2025/10/14 03:32:45 DEBUG : potato2: md5 = 8b57b39b2580154bdd00b9ad9eaf298c OK 2025/10/14 03:32:45 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.97s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:32:49 DEBUG : potato2: md5 = 7ac4b3d0c57f6b4f452edfe19aafd693 OK 2025/10/14 03:32:50 DEBUG : empty space: md5 = 010cacd61ec9335a86444ca9848caee9 OK 2025/10/14 03:32:53 DEBUG : sub dir/potato3: md5 = 020fbdc4bb951ea02d14c9d12d642dab OK 2025/10/14 03:32:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': Touching "sub dir/potato3" 2025/10/14 03:32:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': Touching "empty space" 2025/10/14 03:32:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': Touching "potato2" 2025/10/14 03:32:57 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.26s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:32:58 DEBUG : dir with metadata: Making directory with metadata 2025/10/14 03:32:58 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.42s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:33:00 DEBUG : directory with modtime: Making directory with metadata 2025/10/14 03:33:01 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.50s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:33:03 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/14 03:33:03 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/14 03:33:03 DEBUG : Google drive root 'crypt/eg7h9qgl32u50687s13dr1q0n3qfd2amhn7b25ikpa05p2a8tutg': Skipping btime metadata as can't update it on an existing file: 2025-10-14T03:33:03.005824815Z 2025/10/14 03:33:03 INFO : non existent directory: Updated directory metadata 2025/10/14 03:33:05 DEBUG : Google drive root 'crypt/eg7h9qgl32u50687s13dr1q0n3qfd2amhn7b25ikpa05p2a8tutg': Skipping btime metadata as can't update it on an existing file: 2025-10-14T03:33:03.005824815Z 2025/10/14 03:33:06 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.96s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:33:07 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/10/14 03:33:09 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/10/14 03:33:10 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.17s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:33:12 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/14 03:33:12 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/14 03:33:12 DEBUG : dst: Making directory with metadata 2025/10/14 03:33:12 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/14 03:33:12 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/14 03:33:13 INFO : dst: Set directory modification time (using SetModTime) 2025/10/14 03:33:13 INFO : dst: Set directory modification time (using SetModTime) 2025/10/14 03:33:13 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/10/14 03:33:14 INFO : dst: Set directory modification time (using SetModTime) 2025/10/14 03:33:14 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.75s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe'", Local "Local file system at /tmp/rclone753692831", Modify Window "1ms" 2025/10/14 03:33:18 DEBUG : sub dir/test remove existing: md5 = 5c035aee680493f41e20ad301aa1055c OK 2025/10/14 03:33:19 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = ce5b60dfc5ba62237d17256ba517bff8 OK 2025/10/14 03:33:21 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.qehabol8" before starting 2025/10/14 03:33:22 DEBUG : sub dir/test remove existing.qehabol8: TEST: removing renamed existing file after operation 2025/10/14 03:33:24 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.dufelip0" before starting 2025/10/14 03:33:25 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.dufelip0: TEST: renaming existing back after failed operation 2025/10/14 03:33:26 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yukitus2" before starting 2025/10/14 03:33:27 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yukitus2: TEST: removing renamed existing file after operation 2025/10/14 03:33:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ci5mfqnsc0v290tnj9g0b340veromq1m9p4uco3n9jou11lscl5eo5hr74iltdq8li6g267qeqvtiqko56k7ka5re8pe5htvnu567bqab8rtr3ln5iuiueg7pqlscgeapkmpjro0l1sg453q6cc7uilp2fo68vgg5qgqb626jb5rbjeelme0" 2025/10/14 03:33:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "80q93pn4rol47crcn74jnqhh7vhqjs5h1mufmf1j4mtcuu19urig" --- PASS: TestRemoveExisting (13.78s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/10/14 03:33:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pageduh8joqe': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 11m35.032457259s (try 1/5)