"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/10/27 01:30:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-devaqiy3wuqo" 2025/10/27 01:30:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/27 01:30:50 DEBUG : Creating backend with remote "TestDrive:crypt/bi3gqr1jlmo3b24hd806hsltgk9ti845cj7dekanitmmkv2tpoig" 2025/10/27 01:30:51 DEBUG : Creating backend with remote "/tmp/rclone648834875" === 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-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" multithread_test.go:119: multithread writing not supported --- SKIP: TestMultithreadCopy (0.29s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" multithread_test.go:119: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.27s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/10/27 01:30:51 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/27 01:30:51 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/27 01:30:51 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/10/27 01:30:51 DEBUG : potato: Seek from 10 to 0 2025/10/27 01:30:51 DEBUG : potato: Seek from 10 to 0 2025/10/27 01:30:51 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/10/27 01:30:51 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/27 01:30:51 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/27 01:30:51 DEBUG : potato: Seek from 5 to 2 2025/10/27 01:30:51 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/10/27 01:30:51 DEBUG : potato: Seek from 7 to 0 2025/10/27 01:30:51 DEBUG : potato: Seek from 7 to 0 2025/10/27 01:30:51 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/10/27 01:30:51 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/27 01:30:51 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/27 01:30:51 DEBUG : potato: Seek from 5 to 2 2025/10/27 01:30:51 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/10/27 01:30:51 DEBUG : potato: Seek from 8 to 0 2025/10/27 01:30:51 DEBUG : potato: Seek from 8 to 0 2025/10/27 01:30:51 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/10/27 01:30:51 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/27 01:30:51 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/27 01:30:51 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/27 01:30:51 DEBUG : potato: Seek from 5 to 2 2025/10/27 01:30:51 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/10/27 01:30:51 DEBUG : potato: Seek from 9 to 0 2025/10/27 01:30:51 DEBUG : potato: Seek from 9 to 0 2025/10/27 01:30:51 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-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:30:54 DEBUG : rutabaga: md5 = cd57a42c66200534bafa9271682aa423 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/10/27 01:30:57 DEBUG : empty space: md5 = bc6855d9affc7f319519f887e338a9ac OK === RUN TestCheck/3 2025/10/27 01:30:59 DEBUG : potato2: md5 = 97b09afc12c23b3564fa9df8e82d988e OK === RUN TestCheck/4 === RUN TestCheck/5 2025/10/27 01:31:01 DEBUG : remotepotato: md5 = 44617dd4422dab9b73650b013348a74c OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.97s) --- PASS: TestCheck/1 (0.26s) --- PASS: TestCheck/2 (0.30s) --- PASS: TestCheck/3 (0.29s) --- PASS: TestCheck/4 (0.29s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.31s) --- PASS: TestCheck/7 (0.31s) === RUN TestCheckFsError 2025/10/27 01:31:05 DEBUG : Creating backend with remote "nonexistent" 2025/10/27 01:31:05 DEBUG : Creating backend with remote "nonexistent" 2025/10/27 01:31:05 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/10/27 01:31:05 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/27 01:31:05 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/10/27 01:31:05 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.01s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:31:07 DEBUG : rutabaga: md5 = eb440563865d50fb7f50bc3174464b1b OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/10/27 01:31:11 DEBUG : empty space: md5 = 48761b7328ae10f5dfd17c2e40ffb575 OK === RUN TestCheckDownload/3 2025/10/27 01:31:15 DEBUG : potato2: md5 = 65477020b7d201a99cb81978c183fd9e OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/10/27 01:31:20 DEBUG : remotepotato: md5 = f1ed798a5961d0a6f0983fad881a4b45 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (19.85s) --- PASS: TestCheckDownload/1 (1.27s) --- PASS: TestCheckDownload/2 (1.27s) --- PASS: TestCheckDownload/3 (1.07s) --- PASS: TestCheckDownload/4 (1.63s) --- PASS: TestCheckDownload/5 (1.48s) --- PASS: TestCheckDownload/6 (1.15s) --- PASS: TestCheckDownload/7 (1.16s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:31:27 DEBUG : rutabaga: md5 = a262224d1f52c0f05d720b3580026c8e OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/10/27 01:31:30 DEBUG : empty space: md5 = 8435cfe91cf10bd41ecea1470a8554f6 OK === RUN TestCheckSizeOnly/3 2025/10/27 01:31:32 DEBUG : potato2: md5 = 00abe5e2c1b62e2db66ea34b5678f6d5 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/10/27 01:31:35 DEBUG : remotepotato: md5 = b2e8f312df2e3a0276652803f8b0aed2 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (13.55s) --- PASS: TestCheckSizeOnly/1 (0.77s) --- PASS: TestCheckSizeOnly/2 (0.32s) --- PASS: TestCheckSizeOnly/3 (0.26s) --- PASS: TestCheckSizeOnly/4 (0.27s) --- PASS: TestCheckSizeOnly/5 (0.27s) --- PASS: TestCheckSizeOnly/6 (0.28s) --- PASS: TestCheckSizeOnly/7 (0.32s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:31:40 DEBUG : test.sum: md5 = 9ed06999031cebd05d5075dd39cc92bb OK 2025/10/27 01:31:42 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/27 01:31:42 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/27 01:31:42 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/27 01:31:42 NOTICE: test.sum: 2 warning(s) suppressed... 2025/10/27 01:31:43 DEBUG : test.sum: md5 = 2fce3b51daa6b4b8d90bdf33418f83aa OK 2025/10/27 01:31:45 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/27 01:31:45 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/27 01:31:45 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/27 01:31:45 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.96s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:31:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-devaqiy3wuqo/data" 2025/10/27 01:31:46 DEBUG : Creating backend with remote "TestDrive:crypt/bi3gqr1jlmo3b24hd806hsltgk9ti845cj7dekanitmmkv2tpoig/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo/data' lacks md5, skipping --- SKIP: TestCheckSum (2.16s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:31:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-devaqiy3wuqo/data" 2025/10/27 01:31:48 DEBUG : Creating backend with remote "TestDrive:crypt/bi3gqr1jlmo3b24hd806hsltgk9ti845cj7dekanitmmkv2tpoig/vjrnln8ratgmqakfosrqe8espk" 2025/10/27 01:31:52 DEBUG : data/banana: md5 = cf4aa173b7f53682d3bd376cf000b8c1 OK 2025/10/27 01:31:54 DEBUG : test.sum: md5 = 3ebf72c31953bcd37f11fb8740bb82bf OK === RUN TestCheckSumDownload/subtest1 2025/10/27 01:31:59 DEBUG : data/potato: md5 = 138ecefbcaadaf2563ff03dedd1c0488 OK 2025/10/27 01:32:00 DEBUG : test.sum: md5 = 16ca622d3ac9d28460273d6749ae1e9e OK === RUN TestCheckSumDownload/subtest2 2025/10/27 01:32:05 DEBUG : test.sum: md5 = 4affa04005073bc671e72a044f9e3444 OK === RUN TestCheckSumDownload/subtest3 2025/10/27 01:32:10 DEBUG : test.sum: md5 = cc6339d158012e7d3df9c26031e84803 OK === RUN TestCheckSumDownload/subtest4 2025/10/27 01:32:15 DEBUG : test.sum: md5 = b9623ad05ec06a94a6ec1b20ebf25efa OK === RUN TestCheckSumDownload/subtest5 2025/10/27 01:32:19 DEBUG : test.sum: md5 = 01e2c5814ed0a0cf656b5c50bdd53d8e OK === RUN TestCheckSumDownload/subtest6 2025/10/27 01:32:25 DEBUG : data/banana: md5 = 281fff935c0daee8383e66e908e5a784 OK 2025/10/27 01:32:27 DEBUG : data/potato: md5 = 7d80d50623f8f14ebdd939507aebd053 OK 2025/10/27 01:32:28 DEBUG : test.sum: md5 = 108b1885654e046049bb17ffbf9dae79 OK === RUN TestCheckSumDownload/subtest7 2025/10/27 01:32:34 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/10/27 01:32:34 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (46.89s) --- PASS: TestCheckSumDownload/subtest1 (2.46s) --- PASS: TestCheckSumDownload/subtest2 (2.05s) --- PASS: TestCheckSumDownload/subtest3 (2.90s) --- PASS: TestCheckSumDownload/subtest4 (2.49s) --- PASS: TestCheckSumDownload/subtest5 (2.17s) --- PASS: TestCheckSumDownload/subtest6 (3.23s) --- PASS: TestCheckSumDownload/subtest7 (2.34s) === RUN TestApplyTransforms 2025/10/27 01:32:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-molafev0paju" 2025/10/27 01:32:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/27 01:32:35 DEBUG : Creating backend with remote "TestDrive:crypt/qdhb05t8eoiv7rtpseiohphs3vnk9m385umqqsc10c9hu3u7tspg" 2025/10/27 01:32:36 DEBUG : Creating backend with remote "/tmp/rclone2606898099" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-molafev0paju'", Local "Local file system at /tmp/rclone2606898099", Modify Window "1ms" 2025/10/27 01:32:38 DEBUG : hello, world!: md5 = 7deba9a400ebb7dbd31e79b56c84081e OK upper checkfile vs. lower remote (without normalization) 2025/10/27 01:32:39 ERROR : hello, world!: sum not found 2025/10/27 01:32:39 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-molafev0paju' 2025/10/27 01:32:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-molafev0paju': 1 files missing 2025/10/27 01:32:39 NOTICE: 1 hashes missing 2025/10/27 01:32:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-molafev0paju': 1 differences found 2025/10/27 01:32:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-molafev0paju': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/10/27 01:32:40 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/27 01:32:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-molafev0paju': 0 differences found 2025/10/27 01:32:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-molafev0paju': 1 matching files 2025/10/27 01:32:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pizazep4womu" 2025/10/27 01:32:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/27 01:32:40 DEBUG : Creating backend with remote "TestDrive:crypt/n9ebc2qld4v14g6rnpg18jc2101octdrmfpbfj797l11iqjpskng" 2025/10/27 01:32:42 DEBUG : Creating backend with remote "/tmp/rclone1907253434" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pizazep4womu'", Local "Local file system at /tmp/rclone1907253434", Modify Window "1ms" 2025/10/27 01:32:44 DEBUG : HELLO, WORLD!: md5 = 360a94e485551c41aad67bfd31eb4d60 OK lower checkfile vs. upper remote (without normalization) 2025/10/27 01:32:45 ERROR : HELLO, WORLD!: sum not found 2025/10/27 01:32:45 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-pizazep4womu' 2025/10/27 01:32:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pizazep4womu': 1 files missing 2025/10/27 01:32:45 NOTICE: 1 hashes missing 2025/10/27 01:32:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pizazep4womu': 1 differences found 2025/10/27 01:32:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pizazep4womu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/10/27 01:32:46 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/27 01:32:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pizazep4womu': 0 differences found 2025/10/27 01:32:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pizazep4womu': 1 matching files 2025/10/27 01:32:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-goqomif0dobi" 2025/10/27 01:32:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/27 01:32:46 DEBUG : Creating backend with remote "TestDrive:crypt/kfegssu5piqrfhdt4275hodie5h8cs0jlq1bsmrue413i9vfj0eg" 2025/10/27 01:32:47 DEBUG : Creating backend with remote "/tmp/rclone3980075711" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-goqomif0dobi'", Local "Local file system at /tmp/rclone3980075711", Modify Window "1ms" 2025/10/27 01:32:50 DEBUG : HeLlO, wOrLd!: md5 = f1ba2348e2e7a6aadf520ff577562bdb OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/10/27 01:32:50 ERROR : HeLlO, wOrLd!: sum not found 2025/10/27 01:32:50 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-goqomif0dobi' 2025/10/27 01:32:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-goqomif0dobi': 1 files missing 2025/10/27 01:32:50 NOTICE: 1 hashes missing 2025/10/27 01:32:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-goqomif0dobi': 1 differences found 2025/10/27 01:32:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-goqomif0dobi': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/10/27 01:32:52 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/27 01:32:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-goqomif0dobi': 0 differences found 2025/10/27 01:32:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-goqomif0dobi': 1 matching files 2025/10/27 01:32:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bepikon4cobi" 2025/10/27 01:32:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/27 01:32:52 DEBUG : Creating backend with remote "TestDrive:crypt/cjg6khmecmk5j0c15ob9f0g8rkqhfpem50g51250u1nigkct6ca0" 2025/10/27 01:32:53 DEBUG : Creating backend with remote "/tmp/rclone2034393533" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bepikon4cobi'", Local "Local file system at /tmp/rclone2034393533", Modify Window "1ms" 2025/10/27 01:32:56 DEBUG : HELLO, WORLD!: md5 = a2d7295f6a7e36473fdeb686945c7851 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/10/27 01:32:56 ERROR : HELLO, WORLD!: sum not found 2025/10/27 01:32:56 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-bepikon4cobi' 2025/10/27 01:32:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bepikon4cobi': 1 files missing 2025/10/27 01:32:56 NOTICE: 1 hashes missing 2025/10/27 01:32:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bepikon4cobi': 1 differences found 2025/10/27 01:32:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bepikon4cobi': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/10/27 01:32:57 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/27 01:32:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bepikon4cobi': 0 differences found 2025/10/27 01:32:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bepikon4cobi': 1 matching files 2025/10/27 01:32:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kojuxud1xuvu" 2025/10/27 01:32:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/27 01:32:57 DEBUG : Creating backend with remote "TestDrive:crypt/smc3hddrpok6m6hab2p28gudbgp3oh7037nioj3pnpbhfc5s9vh0" 2025/10/27 01:32:58 DEBUG : Creating backend with remote "/tmp/rclone8553776" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kojuxud1xuvu'", Local "Local file system at /tmp/rclone8553776", Modify Window "1ms" 2025/10/27 01:33:01 DEBUG : 測試_Русский___ě_áñ: md5 = 9657bd80c94bdce4f9e83673a390c12f OK NFD checkfile vs. NFC remote (without normalization) 2025/10/27 01:33:02 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/27 01:33:02 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kojuxud1xuvu' 2025/10/27 01:33:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kojuxud1xuvu': 1 files missing 2025/10/27 01:33:02 NOTICE: 1 hashes missing 2025/10/27 01:33:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kojuxud1xuvu': 1 differences found 2025/10/27 01:33:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kojuxud1xuvu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/10/27 01:33:03 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/27 01:33:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kojuxud1xuvu': 0 differences found 2025/10/27 01:33:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kojuxud1xuvu': 1 matching files 2025/10/27 01:33:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jotugis9lito" 2025/10/27 01:33:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/27 01:33:03 DEBUG : Creating backend with remote "TestDrive:crypt/fvtrgo727d28numlb1f41dc9kbcos01jq9qk5j5gadip26lliu10" 2025/10/27 01:33:04 DEBUG : Creating backend with remote "/tmp/rclone1371819640" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jotugis9lito'", Local "Local file system at /tmp/rclone1371819640", Modify Window "1ms" 2025/10/27 01:33:07 DEBUG : 測試_Русский___ě_áñ: md5 = 5b0c7dd84534bb74a468fa4914c215c0 OK NFC checkfile vs. NFD remote (without normalization) 2025/10/27 01:33:08 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/27 01:33:08 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jotugis9lito' 2025/10/27 01:33:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jotugis9lito': 1 files missing 2025/10/27 01:33:08 NOTICE: 1 hashes missing 2025/10/27 01:33:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jotugis9lito': 1 differences found 2025/10/27 01:33:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jotugis9lito': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/10/27 01:33:09 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/27 01:33:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jotugis9lito': 0 differences found 2025/10/27 01:33:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jotugis9lito': 1 matching files 2025/10/27 01:33:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tozunuk2piki" 2025/10/27 01:33:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/27 01:33:09 DEBUG : Creating backend with remote "TestDrive:crypt/7rmpi87hmk004ddso0m7bjedtt9u8t8d2nkspea1cmnpkrpguhlg" 2025/10/27 01:33:11 DEBUG : Creating backend with remote "/tmp/rclone2172908230" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tozunuk2piki'", Local "Local file system at /tmp/rclone2172908230", Modify Window "1ms" 2025/10/27 01:33:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = f02facd8365497ef8cdd9696c184b829 OK NFDx2 checkfile vs. both remote (without normalization) 2025/10/27 01:33:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/27 01:33:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tozunuk2piki' 2025/10/27 01:33:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tozunuk2piki': 1 files missing 2025/10/27 01:33:14 NOTICE: 1 hashes missing 2025/10/27 01:33:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tozunuk2piki': 1 differences found 2025/10/27 01:33:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tozunuk2piki': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/10/27 01:33:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/27 01:33:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tozunuk2piki': 0 differences found 2025/10/27 01:33:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tozunuk2piki': 1 matching files 2025/10/27 01:33:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-noqoduw6fuwu" 2025/10/27 01:33:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/27 01:33:15 DEBUG : Creating backend with remote "TestDrive:crypt/nuqm3oj0an4mfhg1vkndcq7vq4n94kl47928mhjhvcr3mr5fu89g" 2025/10/27 01:33:17 DEBUG : Creating backend with remote "/tmp/rclone816793284" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-noqoduw6fuwu'", Local "Local file system at /tmp/rclone816793284", Modify Window "1ms" 2025/10/27 01:33:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 00f0efb8312e6bd703e4f58afa97f446 OK NFCx2 checkfile vs. both remote (without normalization) 2025/10/27 01:33:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/27 01:33:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-noqoduw6fuwu' 2025/10/27 01:33:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-noqoduw6fuwu': 1 files missing 2025/10/27 01:33:20 NOTICE: 1 hashes missing 2025/10/27 01:33:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-noqoduw6fuwu': 1 differences found 2025/10/27 01:33:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-noqoduw6fuwu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/10/27 01:33:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/27 01:33:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-noqoduw6fuwu': 0 differences found 2025/10/27 01:33:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-noqoduw6fuwu': 1 matching files 2025/10/27 01:33:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xixakuh3huvo" 2025/10/27 01:33:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/27 01:33:21 DEBUG : Creating backend with remote "TestDrive:crypt/9h0tk4r7hpp8svouv34ua1lnvpt6g6c8f1p3tvknqe91g9k2el40" 2025/10/27 01:33:22 DEBUG : Creating backend with remote "/tmp/rclone701344158" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xixakuh3huvo'", Local "Local file system at /tmp/rclone701344158", Modify Window "1ms" 2025/10/27 01:33:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d5e1903f3c68c9256ef8e2a7ffd049f9 OK both checkfile vs. NFDx2 remote (without normalization) 2025/10/27 01:33:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/27 01:33:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xixakuh3huvo' 2025/10/27 01:33:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xixakuh3huvo': 1 files missing 2025/10/27 01:33:25 NOTICE: 1 hashes missing 2025/10/27 01:33:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xixakuh3huvo': 1 differences found 2025/10/27 01:33:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xixakuh3huvo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/10/27 01:33:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/27 01:33:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xixakuh3huvo': 0 differences found 2025/10/27 01:33:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xixakuh3huvo': 1 matching files 2025/10/27 01:33:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fanuxas1xoke" 2025/10/27 01:33:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/27 01:33:27 DEBUG : Creating backend with remote "TestDrive:crypt/rtsviimam4bu326gb7bu8g8mqhlj0og4fkgavq0570tbjra21m4g" 2025/10/27 01:33:28 DEBUG : Creating backend with remote "/tmp/rclone2701670667" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fanuxas1xoke'", Local "Local file system at /tmp/rclone2701670667", Modify Window "1ms" 2025/10/27 01:33:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 37651b90971a068d545c5bd56726d30a OK both checkfile vs. NFCx2 remote (without normalization) 2025/10/27 01:33:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/27 01:33:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fanuxas1xoke' 2025/10/27 01:33:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fanuxas1xoke': 1 files missing 2025/10/27 01:33:32 NOTICE: 1 hashes missing 2025/10/27 01:33:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fanuxas1xoke': 1 differences found 2025/10/27 01:33:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fanuxas1xoke': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/10/27 01:33:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/27 01:33:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fanuxas1xoke': 0 differences found 2025/10/27 01:33:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fanuxas1xoke': 1 matching files 2025/10/27 01:33:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fanuxas1xoke': Purge remote 2025/10/27 01:33:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xixakuh3huvo': Purge remote 2025/10/27 01:33:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-noqoduw6fuwu': Purge remote 2025/10/27 01:33:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tozunuk2piki': Purge remote 2025/10/27 01:33:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jotugis9lito': Purge remote 2025/10/27 01:33:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kojuxud1xuvu': Purge remote 2025/10/27 01:33:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bepikon4cobi': Purge remote 2025/10/27 01:33:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-goqomif0dobi': Purge remote 2025/10/27 01:33:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pizazep4womu': Purge remote 2025/10/27 01:33:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-molafev0paju': Purge remote --- PASS: TestApplyTransforms (64.03s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:33:39 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/27 01:33:41 DEBUG : sub/file2: md5 = 462a5202664b37157c8cf49beacd200a OK 2025/10/27 01:33:41 INFO : file1: Copied (new) to: sub/file2 2025/10/27 01:33:42 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/27 01:33:42 DEBUG : file1: Unchanged skipping 2025/10/27 01:33:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': don't need to copy/move sub/file2, it is already at target location 2025/10/27 01:33:45 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.93s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.69s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:33:49 DEBUG : dst/file1: md5 = a159ec11e99112b2c933314fa68f1b1c OK 2025/10/27 01:33:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-devaqiy3wuqo/backup" 2025/10/27 01:33:50 DEBUG : Creating backend with remote "TestDrive:crypt/bi3gqr1jlmo3b24hd806hsltgk9ti845cj7dekanitmmkv2tpoig/1nrff024r7pq65ecp72fc28jb0" 2025/10/27 01:33:52 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/27 01:33:55 INFO : dst/file1: Moved (server-side) 2025/10/27 01:33:56 DEBUG : dst/file1: md5 = 53294be5e9c5a92ac4b38d81f76ad780 OK 2025/10/27 01:33:56 INFO : dst/file1: Copied (new) 2025/10/27 01:34:00 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/27 01:34:00 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/27 01:34:01 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.55s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:34:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-devaqiy3wuqo/dst" 2025/10/27 01:34:02 DEBUG : Creating backend with remote "TestDrive:crypt/bi3gqr1jlmo3b24hd806hsltgk9ti845cj7dekanitmmkv2tpoig/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/27 01:34:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-devaqiy3wuqo/CompareDest" 2025/10/27 01:34:04 DEBUG : Creating backend with remote "TestDrive:crypt/bi3gqr1jlmo3b24hd806hsltgk9ti845cj7dekanitmmkv2tpoig/gveqi14airsml4bgu7krj116o8" 2025/10/27 01:34:06 DEBUG : one: Need to transfer - File not found at Destination 2025/10/27 01:34:09 DEBUG : one: md5 = d7129c4e21e3c5cc46164b8ce40d03cd OK 2025/10/27 01:34:09 INFO : one: Copied (new) 2025/10/27 01:34:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/27 01:34:12 DEBUG : one: md5 = 3914d37e1307ff2b4f66d0c66f766c68 OK 2025/10/27 01:34:12 INFO : one: Copied (replaced existing) 2025/10/27 01:34:14 DEBUG : dst/one: md5 = 69a32e3ecad051520450a6403de6f849 OK 2025/10/27 01:34:17 DEBUG : CompareDest/one: md5 = 968521be7ad026cce6279c6c4c8de7fe OK 2025/10/27 01:34:18 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/27 01:34:18 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/27 01:34:18 DEBUG : one: Destination found in --compare-dest, skipping 2025/10/27 01:34:21 DEBUG : CompareDest/two: md5 = 93c029a9daf76868ca9cf9acda184a96 OK 2025/10/27 01:34:21 DEBUG : two: Need to transfer - File not found at Destination 2025/10/27 01:34:22 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/27 01:34:22 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/27 01:34:22 DEBUG : two: Need to transfer - File not found at Destination 2025/10/27 01:34:23 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/27 01:34:23 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/27 01:34:24 DEBUG : two: Need to transfer - File not found at Destination 2025/10/27 01:34:24 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/10/27 01:34:26 DEBUG : two: md5 = abfe449c8d226ed13e75d65b728e4d80 OK 2025/10/27 01:34:26 INFO : two: Copied (new) 2025/10/27 01:34:29 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/27 01:34:29 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:34:30 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/27 01:34:30 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (29.11s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:34:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-devaqiy3wuqo/dst" 2025/10/27 01:34:31 DEBUG : Creating backend with remote "TestDrive:crypt/bi3gqr1jlmo3b24hd806hsltgk9ti845cj7dekanitmmkv2tpoig/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/27 01:34:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-devaqiy3wuqo/CopyDest" 2025/10/27 01:34:33 DEBUG : Creating backend with remote "TestDrive:crypt/bi3gqr1jlmo3b24hd806hsltgk9ti845cj7dekanitmmkv2tpoig/d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/27 01:34:35 DEBUG : one: Need to transfer - File not found at Destination 2025/10/27 01:34:38 DEBUG : one: md5 = a2ad4933977755b0e43ab5f9869aad6e OK 2025/10/27 01:34:38 INFO : one: Copied (new) 2025/10/27 01:34:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/27 01:34:41 DEBUG : one: md5 = 6855010011c10b8baa2fb6acbd798b55 OK 2025/10/27 01:34:41 INFO : one: Copied (replaced existing) 2025/10/27 01:34:43 DEBUG : dst/one: md5 = 363a0c2c18ebe5024524186843aeeee6 OK 2025/10/27 01:34:46 DEBUG : CopyDest/one: md5 = 35ab8bf55b5a7a0452494609b1c82ec3 OK 2025/10/27 01:34:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-devaqiy3wuqo/BackupDir" 2025/10/27 01:34:47 DEBUG : Creating backend with remote "TestDrive:crypt/bi3gqr1jlmo3b24hd806hsltgk9ti845cj7dekanitmmkv2tpoig/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/27 01:34:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/27 01:34:49 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/27 01:34:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/27 01:34:51 INFO : one: Moved (server-side) 2025/10/27 01:34:53 INFO : one: Copied (server-side copy) 2025/10/27 01:34:53 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/10/27 01:34:55 DEBUG : CopyDest/two: md5 = e3a7003c91752c7dc6ba2f8b66bbf029 OK 2025/10/27 01:34:56 DEBUG : two: Need to transfer - File not found at Destination 2025/10/27 01:34:56 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/27 01:34:57 INFO : two: Copied (server-side copy) 2025/10/27 01:34:57 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/10/27 01:34:58 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/27 01:34:58 DEBUG : two: Unchanged skipping 2025/10/27 01:35:00 DEBUG : CopyDest/three: md5 = 5a8f2311bca95d2e9849a1a4d1921a34 OK 2025/10/27 01:35:01 DEBUG : three: Need to transfer - File not found at Destination 2025/10/27 01:35:02 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/10/27 01:35:02 DEBUG : three: Destination not found in --copy-dest 2025/10/27 01:35:03 DEBUG : three: md5 = 9208b6281f5068818ef8431c32f9cccd OK 2025/10/27 01:35:03 INFO : three: Copied (new) 2025/10/27 01:35:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/27 01:35:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/27 01:35:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:35:10 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:35:10 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/27 01:35:10 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/27 01:35:11 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (40.44s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.49s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.56s) === RUN TestCopyLongFileNameCollision run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.55s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:35:13 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/10/27 01:35:16 DEBUG : TestCopyFileMaxTransfer/file1: md5 = ff34d471ad3c23558896f0fbee94aca3 OK 2025/10/27 01:35:16 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/10/27 01:35:17 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/10/27 01:35:17 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/27 01:35:18 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/10/27 01:35:19 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/10/27 01:35:20 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 14b0c115f2ba7afce4be351d78fe10e9 OK 2025/10/27 01:35:20 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/10/27 01:35:23 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/10/27 01:35:23 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.87s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.49s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:35:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': Looking for duplicate names using skip mode. 2025/10/27 01:35:28 NOTICE: one: Found 2 files with duplicate names 2025/10/27 01:35:28 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.38s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:35:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': Looking for duplicate names using skip mode. 2025/10/27 01:35:35 NOTICE: one: Found 3 files with duplicate names 2025/10/27 01:35:35 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/10/27 01:35:35 INFO : one: Deleted 2025/10/27 01:35:35 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.38s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:35:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': Looking for duplicate names using first mode. 2025/10/27 01:35:42 NOTICE: one: Found 3 files with duplicate names 2025/10/27 01:35:43 INFO : one: Deleted 2025/10/27 01:35:43 INFO : one: Deleted 2025/10/27 01:35:43 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.34s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:35:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': Looking for duplicate names using newest mode. 2025/10/27 01:35:50 NOTICE: one: Found 3 files with duplicate names 2025/10/27 01:35:50 INFO : one: Deleted 2025/10/27 01:35:51 INFO : one: Deleted 2025/10/27 01:35:51 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.39s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.49s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:35:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': Looking for duplicate names using oldest mode. 2025/10/27 01:35:57 NOTICE: one: Found 3 files with duplicate names 2025/10/27 01:35:58 INFO : one: Deleted 2025/10/27 01:35:59 INFO : one: Deleted 2025/10/27 01:35:59 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.55s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:36:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': Looking for duplicate names using largest mode. 2025/10/27 01:36:05 NOTICE: one: Found 3 files with duplicate names 2025/10/27 01:36:05 INFO : one: Deleted 2025/10/27 01:36:06 INFO : one: Deleted 2025/10/27 01:36:06 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.14s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:36:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': Looking for duplicate names using smallest mode. 2025/10/27 01:36:12 NOTICE: one: Found 3 files with duplicate names 2025/10/27 01:36:13 INFO : one: Deleted 2025/10/27 01:36:13 INFO : one: Deleted 2025/10/27 01:36:13 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.58s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:36:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': Looking for duplicate names using rename mode. 2025/10/27 01:36:22 NOTICE: one.txt: Found 3 files with duplicate names 2025/10/27 01:36:23 INFO : one-2.txt: renamed from: one.txt 2025/10/27 01:36:25 INFO : one-3.txt: renamed from: one.txt 2025/10/27 01:36:26 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (14.44s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:36:31 DEBUG : dupe1/one.txt: md5 = b5ad59a36b44e1ef6858953c239f7acf OK 2025/10/27 01:36:34 DEBUG : dupe2/two.txt: md5 = 656946a3fc4463ab0d09854fef611fc2 OK 2025/10/27 01:36:36 DEBUG : dupe3/three.txt: md5 = c26562193c68df1c22339a5b12a4f48f OK 2025/10/27 01:36:37 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/10/27 01:36:38 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/10/27 01:36:38 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/10/27 01:36:39 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/10/27 01:36:43 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/10/27 01:36:43 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/10/27 01:36:43 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (14.67s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:36:45 DEBUG : a.txt: md5 = 22bb047ff77911f267e2d6342a856b0d OK 2025/10/27 01:36:47 DEBUG : zend.txt: md5 = 171c87a252287c60b7d4c948254a0658 OK 2025/10/27 01:36:50 DEBUG : sub dir/hello world: md5 = df2017b395eebfdc06aa02e8dd3fac8e OK 2025/10/27 01:36:52 DEBUG : sub dir/hello world2: md5 = a8c50106f7bd4198702763b489a450ca OK 2025/10/27 01:36:54 DEBUG : sub dir/ignore dir/.ignore: md5 = 82418dcf228f500daf69ec23be54531c OK 2025/10/27 01:36:56 DEBUG : sub dir/ignore dir/should be ignored: md5 = 403dc5c470fe25b01cf507dc1b55ed4a OK 2025/10/27 01:36:59 DEBUG : sub dir/sub sub dir/hello world3: md5 = 1b196a52aa268f7eb0319568516f5299 OK 2025/10/27 01:37:00 DEBUG : a.txt: Excluded (Size Filter) 2025/10/27 01:37:00 DEBUG : a.txt: Excluded 2025/10/27 01:37:00 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/27 01:37:00 DEBUG : sub dir/hello world: Excluded 2025/10/27 01:37:00 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/27 01:37:00 DEBUG : sub dir/hello world2: Excluded 2025/10/27 01:37:01 DEBUG : sub dir/ignore dir: Excluded 2025/10/27 01:37:01 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/27 01:37:01 DEBUG : sub dir/hello world: Excluded 2025/10/27 01:37:01 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/27 01:37:01 DEBUG : sub dir/hello world2: Excluded 2025/10/27 01:37:01 DEBUG : sub dir/ignore dir: Excluded 2025/10/27 01:37:07 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/27 01:37:08 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/27 01:37:08 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/27 01:37:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/27 01:37:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/27 01:37:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/10/27 01:37:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (25.62s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:37:11 DEBUG : a.txt: md5 = e15c9c952771bb38cce6d60b7c0ff3db OK 2025/10/27 01:37:13 DEBUG : zend.txt: md5 = 547ab2f6a4a15b899bf02e47ab3554ba OK 2025/10/27 01:37:15 DEBUG : sub dir/hello world: md5 = 306cd512929fb81d646a3770683d52b8 OK 2025/10/27 01:37:17 DEBUG : sub dir/hello world2: md5 = 86addca2d64472a89147cd225f45160e OK 2025/10/27 01:37:19 DEBUG : sub dir/ignore dir/.ignore: md5 = 6dbf523cafda7adf17f5b88db502606c OK 2025/10/27 01:37:21 DEBUG : sub dir/ignore dir/should be ignored: md5 = 52adba221483b9cf2938459b2ac6f806 OK 2025/10/27 01:37:24 DEBUG : sub dir/sub sub dir/hello world3: md5 = 4263d5709011ff9d0f904ab03d4871c0 OK 2025/10/27 01:37:25 DEBUG : a.txt: Excluded (Size Filter) 2025/10/27 01:37:25 DEBUG : a.txt: Excluded 2025/10/27 01:37:26 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/27 01:37:26 DEBUG : sub dir/hello world: Excluded 2025/10/27 01:37:26 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/27 01:37:26 DEBUG : sub dir/hello world2: Excluded 2025/10/27 01:37:27 DEBUG : sub dir/ignore dir: Excluded 2025/10/27 01:37:27 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/27 01:37:27 DEBUG : sub dir/hello world: Excluded 2025/10/27 01:37:27 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/27 01:37:27 DEBUG : sub dir/hello world2: Excluded 2025/10/27 01:37:27 DEBUG : sub dir/ignore dir: Excluded 2025/10/27 01:37:32 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/27 01:37:33 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/27 01:37:33 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/27 01:37:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/27 01:37:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/27 01:37:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/10/27 01:37:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (25.25s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:37:36 DEBUG : file1: md5 = f62ab934d177876a888c10abebe0e1a3 OK 2025/10/27 01:37:39 DEBUG : sub/file2: md5 = 89d2a1d6f13789c01211a65a94255cee 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/27 01:37:42 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/10/27 01:37:42 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/10/27 01:37:42 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/10/27 01:37:45 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.98s) --- PASS: TestListJSON/Default (0.27s) --- PASS: TestListJSON/FilesOnly (0.26s) --- PASS: TestListJSON/DirsOnly (0.21s) --- PASS: TestListJSON/Recurse (0.74s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.26s) --- PASS: TestListJSON/ShowHash (0.29s) --- PASS: TestListJSON/HashTypes (0.30s) --- PASS: TestListJSON/Metadata (0.72s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:37:47 DEBUG : file1: md5 = 87f9c0205fd993372c0da4244763f780 OK 2025/10/27 01:37:50 DEBUG : sub/file2: md5 = 69b08b1ee904f7295da33365be2096e6 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/27 01:37:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-devaqiy3wuqo/notfound" 2025/10/27 01:37:54 DEBUG : Config file has changed externally - reloading 2025/10/27 01:37:54 DEBUG : Creating backend with remote "TestDrive:crypt/bi3gqr1jlmo3b24hd806hsltgk9ti845cj7dekanitmmkv2tpoig/qe0i31qdkoejk60elps0ni5sqk" 2025/10/27 01:37:58 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.15s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.29s) --- PASS: TestStatJSON/Dir (0.56s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.27s) --- PASS: TestStatJSON/File (0.27s) --- PASS: TestStatJSON/NotFound (0.55s) --- PASS: TestStatJSON/DirFilesOnly (0.26s) --- PASS: TestStatJSON/FileFilesOnly (0.29s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.31s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.28s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.26s) --- PASS: TestStatJSON/RootNotFound (1.99s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:37:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': Making directory 2025/10/27 01:37:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': Making directory --- PASS: TestMkdir (0.78s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:38:02 DEBUG : sub dir/hello world: md5 = e8a6ee8c298630d9700dea56f8fbeb73 OK 2025/10/27 01:38:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.49s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:38:07 DEBUG : potato2: md5 = f3abc321985159b247a18de891f10901 OK 2025/10/27 01:38:08 DEBUG : empty space: md5 = 6a69a618bdff04a58d7552c7eebd20ad OK --- PASS: TestLs (5.53s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:38:12 DEBUG : potato2: md5 = 70e0b1f173ea37cd775ba88a87e9caf4 OK 2025/10/27 01:38:14 DEBUG : empty space: md5 = 4a02a890efed0161ab845722417d347e OK 2025/10/27 01:38:14 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/10/27 01:38:14 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.63s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:38:18 DEBUG : potato2: md5 = 1b610cba853c716ab0807a4cb0b47d1a OK 2025/10/27 01:38:19 DEBUG : empty space: md5 = 2b6904700e3001e5ab6bdac586c5af2b OK --- PASS: TestLsLong (5.21s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:38:23 DEBUG : potato2: md5 = fc0bffe8de31b74e19ec27184e468c78 OK 2025/10/27 01:38:25 DEBUG : empty space: md5 = 66aeb9782ae3be5657a4afabed72c7f9 OK --- PASS: TestHashSums (4.97s) === RUN TestHashSumsWithErrors 2025/10/27 01:38:26 DEBUG : Creating backend with remote ":memory:" 2025/10/27 01:38:26 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/10/27 01:38:26 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/27 01:38:26 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/27 01:38:26 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/27 01:38:26 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/27 01:38:26 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/27 01:38:26 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/27 01:38:26 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/10/27 01:38:26 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:38:28 DEBUG : potato2: md5 = c5986d185da8335639dc62ec499b87d5 OK 2025/10/27 01:38:29 DEBUG : empty space: md5 = 56b702c5ab925d17ec288cb81ae5d2cb OK 2025/10/27 01:38:32 DEBUG : sub dir/potato3: md5 = 77400300fb4eeb8bbacbf8d6f19beece OK 2025/10/27 01:38:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (9.43s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:38:37 DEBUG : small: md5 = 888c03ab71c6bf871ca9265452814470 OK 2025/10/27 01:38:39 DEBUG : medium: md5 = 3fcdd399175c70b43eb3e2ba737392b6 OK 2025/10/27 01:38:41 DEBUG : large: md5 = 2453a1a51dfc95d5f48073c7889d9bc5 OK 2025/10/27 01:38:41 DEBUG : Waiting for deletions to finish 2025/10/27 01:38:41 DEBUG : large: Excluded (Size Filter) 2025/10/27 01:38:42 INFO : medium: Deleted 2025/10/27 01:38:42 INFO : small: Deleted --- PASS: TestDelete (7.40s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:38:45 DEBUG : small: md5 = 64932ca4494d1a40e5e7fbc7ae335171 OK 2025/10/27 01:38:46 DEBUG : medium: md5 = 21c994d8d9562ffddf86968144a69eff OK 2025/10/27 01:38:48 DEBUG : large: md5 = 32be6a230a1d107f2c3f8d4e1082e492 OK 2025/10/27 01:38:48 DEBUG : Waiting for deletions to finish 2025/10/27 01:38:49 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/10/27 01:38:49 INFO : small: Deleted 2025/10/27 01:38:49 INFO : large: Deleted --- PASS: TestMaxDelete (7.61s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:38:53 DEBUG : small: md5 = bd6a1a4692021899037213f9b228f8fe OK 2025/10/27 01:38:55 DEBUG : medium: md5 = aa96e3dfba2859c22388a2b6fd633fd7 OK 2025/10/27 01:38:56 DEBUG : large: md5 = 28e8577f4730f0376485e61ae563d849 OK 2025/10/27 01:38:57 DEBUG : Waiting for deletions to finish 2025/10/27 01:38:57 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/10/27 01:38:57 INFO : small: Deleted 2025/10/27 01:38:57 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.33s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:39:01 DEBUG : small: md5 = db40745597902a029d4e779441ffdbd7 OK 2025/10/27 01:39:03 DEBUG : medium: md5 = 16409b4c5034a81db7e3316df47d092e OK 2025/10/27 01:39:04 DEBUG : large: md5 = 3560a07cf45ef827b3404c8b211211fa OK 2025/10/27 01:39:04 DEBUG : Waiting for deletions to finish 2025/10/27 01:39:05 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/10/27 01:39:05 INFO : small: Deleted 2025/10/27 01:39:05 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (7.91s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:39:09 DEBUG : ReadFile: md5 = 4e0191c0485f2f4eda5ab01980810f20 OK --- PASS: TestReadFile (4.71s) === RUN TestRetry 2025/10/27 01:39:12 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/10/27 01:39:12 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/10/27 01:39:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/27 01:39:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/27 01:39:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/27 01:39:12 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/27 01:39:12 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-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:39:14 DEBUG : file1: md5 = a587368e9b16693c891e1f6dc4471743 OK 2025/10/27 01:39:15 DEBUG : file2: md5 = c2c839d74ec5842aa524b3ca50173951 OK --- PASS: TestCat (18.00s) === RUN TestPurge 2025/10/27 01:39:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-liguceb1pavu" 2025/10/27 01:39:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/27 01:39:30 DEBUG : Creating backend with remote "TestDrive:crypt/490ggqt6a9gnaieok03n91t992dsj2lh331h933lnggbn2hvj590" 2025/10/27 01:39:31 DEBUG : Creating backend with remote "/tmp/rclone2079438615" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-liguceb1pavu'", Local "Local file system at /tmp/rclone2079438615", Modify Window "1ms" 2025/10/27 01:39:36 DEBUG : A1/B1/C1/one: md5 = ad96296f0aa4d94768c89cd5cf262170 OK 2025/10/27 01:39:36 INFO : A2: Making directory 2025/10/27 01:39:37 INFO : A1/B2: Making directory 2025/10/27 01:39:38 INFO : A1/B2/C2: Making directory 2025/10/27 01:39:39 INFO : A1/B1/C3: Making directory 2025/10/27 01:39:40 INFO : A3: Making directory 2025/10/27 01:39:41 INFO : A3/B3: Making directory 2025/10/27 01:39:41 INFO : A3/B3/C4: Making directory 2025/10/27 01:39:44 DEBUG : A1/two: md5 = c4a91b973aab708776c5f29b42051598 OK 2025/10/27 01:39:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-liguceb1pavu': Purge remote 2025/10/27 01:39:48 NOTICE: purge failed: directory not found --- PASS: TestPurge (18.28s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:39:52 DEBUG : A1/B1/C1/one: md5 = e85d8a41dc63c48cb301e7b095a52c13 OK 2025/10/27 01:39:52 INFO : A2: Making directory 2025/10/27 01:39:53 INFO : A1/B2: Making directory 2025/10/27 01:39:54 INFO : A1/B2/C2: Making directory 2025/10/27 01:39:55 INFO : A1/B1/C3: Making directory 2025/10/27 01:39:56 INFO : A3: Making directory 2025/10/27 01:39:57 INFO : A3/B3: Making directory 2025/10/27 01:39:58 INFO : A3/B3/C4: Making directory 2025/10/27 01:40:00 DEBUG : A1/two: md5 = 11bd23a2af07cce1376921f6f215d2e6 OK 2025/10/27 01:40:02 DEBUG : removing 1 level 3 directories 2025/10/27 01:40:02 INFO : A3/B3/C4: Removing directory 2025/10/27 01:40:05 DEBUG : removing 2 level 3 directories 2025/10/27 01:40:05 INFO : A1/B2/C2: Removing directory 2025/10/27 01:40:05 INFO : A1/B1/C3: Removing directory 2025/10/27 01:40:06 DEBUG : removing 2 level 2 directories 2025/10/27 01:40:06 INFO : A3/B3: Removing directory 2025/10/27 01:40:06 INFO : A1/B2: Removing directory 2025/10/27 01:40:06 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/10/27 01:40:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/27 01:40:07 DEBUG : removing 2 level 1 directories 2025/10/27 01:40:07 INFO : A3: Removing directory 2025/10/27 01:40:07 INFO : A2: Removing directory 2025/10/27 01:40:07 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/10/27 01:40:11 DEBUG : removing 1 level 3 directories 2025/10/27 01:40:11 INFO : A1/B1/C1: Removing directory 2025/10/27 01:40:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:12 DEBUG : removing 1 level 2 directories 2025/10/27 01:40:12 INFO : A1/B1: Removing directory 2025/10/27 01:40:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/27 01:40:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/27 01:40:13 DEBUG : removing 1 level 1 directories 2025/10/27 01:40:13 INFO : A1: Removing directory 2025/10/27 01:40:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/27 01:40:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/27 01:40:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/27 01:40:14 DEBUG : removing 1 level 0 directories 2025/10/27 01:40:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': Removing directory 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/27 01:40:14 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" --- PASS: TestRmdirsNoLeaveRoot (27.49s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:40:17 INFO : A1: Making directory 2025/10/27 01:40:18 INFO : A1/B1: Making directory 2025/10/27 01:40:19 INFO : A1/B1/C1: Making directory 2025/10/27 01:40:21 DEBUG : removing 1 level 3 directories 2025/10/27 01:40:21 INFO : A1/B1/C1: Removing directory 2025/10/27 01:40:22 DEBUG : removing 1 level 2 directories 2025/10/27 01:40:22 INFO : A1/B1: Removing directory 2025/10/27 01:40:22 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/27 01:40:24 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.26s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:40:25 INFO : A1: Making directory 2025/10/27 01:40:26 INFO : A1/B1: Making directory 2025/10/27 01:40:27 INFO : A1/B1/C1: Making directory 2025/10/27 01:40:30 DEBUG : removing 1 level 3 directories 2025/10/27 01:40:30 INFO : A1/B1/C1: Removing directory 2025/10/27 01:40:30 DEBUG : removing 1 level 2 directories 2025/10/27 01:40:30 INFO : A1/B1: Removing directory 2025/10/27 01:40:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/27 01:40:32 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.36s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:40:35 DEBUG : file1: md5 = 53dedb52e98f0f936ee908bca6f7acc8 OK 2025/10/27 01:40:36 DEBUG : filename.txt: File name found in url 2025/10/27 01:40:37 DEBUG : filename.txt: md5 = 0f7258527f945ea64b93b067cc692926 OK 2025/10/27 01:40:37 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/10/27 01:40:39 DEBUG : headerfilename.txt: md5 = 8b793af9727c64ededc7b65e8e1d0b8c OK 2025/10/27 01:40:41 DEBUG : file2: md5 = 84b35af5dfb90743c063fe6314c0b43a OK --- PASS: TestCopyURL (10.95s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:40:44 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/27 01:40:47 DEBUG : sub/file2: md5 = fdc3446e7ac737009157b946ed195588 OK 2025/10/27 01:40:47 INFO : file1: Copied (new) to: sub/file2 2025/10/27 01:40:47 INFO : file1: Deleted 2025/10/27 01:40:48 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/27 01:40:48 DEBUG : file1: Unchanged skipping 2025/10/27 01:40:48 INFO : file1: Deleted 2025/10/27 01:40:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': don't need to copy/move sub/file2, it is already at target location 2025/10/27 01:40:50 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.08s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:40:52 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/27 01:40:53 DEBUG : file1: md5 = 8cb9dd554087327d71dd6eff01cd37f0 OK 2025/10/27 01:40:53 INFO : file1: Copied (new) 2025/10/27 01:40:53 INFO : file1: Deleted 2025/10/27 01:40:54 DEBUG : file1: Destination exists, skipping 2025/10/27 01:40:54 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (4.02s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.50s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.59s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:40:59 DEBUG : dst/file1: md5 = 4af6410c85ee1507d6802eb2a8be575f OK 2025/10/27 01:41:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-devaqiy3wuqo/backup" 2025/10/27 01:41:00 DEBUG : Config file has changed externally - reloading 2025/10/27 01:41:00 DEBUG : Creating backend with remote "TestDrive:crypt/bi3gqr1jlmo3b24hd806hsltgk9ti845cj7dekanitmmkv2tpoig/1nrff024r7pq65ecp72fc28jb0" 2025/10/27 01:41:02 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/27 01:41:05 INFO : dst/file1: Moved (server-side) 2025/10/27 01:41:06 DEBUG : dst/file1: md5 = 2a7adbcd6996e41cd61de820d2d193da OK 2025/10/27 01:41:06 INFO : dst/file1: Copied (new) 2025/10/27 01:41:06 INFO : dst/file1: Deleted 2025/10/27 01:41:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/27 01:41:10 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/27 01:41:11 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.02s) === 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-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:41:14 DEBUG : A1/one: md5 = 82c011410da60b5d0c73242a1fd9c2ae OK 2025/10/27 01:41:16 DEBUG : A1/two: md5 = f430ea39a1f55355f5191bed97edee18 OK 2025/10/27 01:41:18 DEBUG : A1/B1/three: md5 = 0a6570b96c8941c54309dbe0ef8c1a3a OK 2025/10/27 01:41:21 DEBUG : A1/B1/C1/four: md5 = 442fb5a51f98d85043204c5937b4e2e4 OK 2025/10/27 01:41:23 DEBUG : A1/B1/C2/five: md5 = 56037aac127f997fedc2234d53b65c53 OK 2025/10/27 01:41:23 INFO : A1/B2: Making directory 2025/10/27 01:41:24 INFO : A1/B1/C3: Making directory 2025/10/27 01:41:35 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/10/27 01:41:36 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/10/27 01:41:36 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/10/27 01:41:36 INFO : A2/two: Moved (server-side) to: A3/two 2025/10/27 01:41:37 INFO : A2/one: Moved (server-side) to: A3/one 2025/10/27 01:41:40 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/27 01:41:40 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/27 01:41:40 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/27 01:41:41 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/27 01:41:41 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/27 01:41:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/10/27 01:41:50 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/10/27 01:41:50 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/10/27 01:41:50 INFO : A3/two: Moved (server-side) to: A4/two 2025/10/27 01:41:50 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/10/27 01:41:51 INFO : A3/one: Moved (server-side) to: A4/one 2025/10/27 01:41:54 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/27 01:41:54 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/27 01:41:54 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/27 01:41:54 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/27 01:41:54 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/27 01:42:01 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/10/27 01:42:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/10/27 01:42:03 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/27 01:42:03 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/27 01:42:03 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/27 01:42:03 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/27 01:42:04 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/27 01:42:04 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/27 01:42:04 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/27 01:42:04 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (53.43s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" --- PASS: TestGetFsInfo (0.50s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:42:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': File to upload is small (34 bytes), uploading instead of streaming 2025/10/27 01:42:07 DEBUG : no_checksum_small_file_from_pipe: md5 = 10e097740ec5f1b3d1ba7424d023394d OK 2025/10/27 01:42:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/10/27 01:42:07 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/27 01:42:08 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/10/27 01:42:10 DEBUG : no_checksum_big_file_from_pipe: md5 = d8ad6d6e3fd301bf6ad9246465959feb OK 2025/10/27 01:42:10 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-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:42:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': File to upload is small (34 bytes), uploading instead of streaming 2025/10/27 01:42:14 DEBUG : with_checksum_small_file_from_pipe: md5 = a95b049180cb2ba5ac88dde87afcecaf OK 2025/10/27 01:42:14 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/27 01:42:15 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/10/27 01:42:16 DEBUG : with_checksum_big_file_from_pipe: md5 = 41af0811fc3c315e2c7d4c616fe10fa9 OK 2025/10/27 01:42:16 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-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:42:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': File to upload is small (34 bytes), uploading instead of streaming 2025/10/27 01:42:20 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/27 01:42:21 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/27 01:42:22 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-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:42:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': File to upload is small (34 bytes), uploading instead of streaming 2025/10/27 01:42:26 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/27 01:42:27 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/27 01:42:28 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (24.33s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.19s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.43s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.77s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.94s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/10/27 01:42:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': File to upload is small (48 bytes), uploading instead of streaming 2025/10/27 01:42:35 DEBUG : rcat_metadata: md5 = c1bf8ebdff9a88183e801f4cba04862a OK 2025/10/27 01:42:35 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/10/27 01:42:38 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/10/27 01:42:39 DEBUG : rcat_metadata_uploadcutoff0: md5 = 722f605214099839086c2f1b39ea71ed OK 2025/10/27 01:42:39 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (10.87s) --- PASS: TestRcatMetadata/Normal (6.78s) --- PASS: TestRcatMetadata/ViaDisk (3.57s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:42:42 DEBUG : potato1: md5 = 0d33388f2d713065fe0e4048d6e6ffa8 OK 2025/10/27 01:42:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': File to upload is small (60 bytes), uploading instead of streaming 2025/10/27 01:42:44 DEBUG : potato2: md5 = 5b97f6fc9a0f6336aada647a5601481c OK 2025/10/27 01:42:44 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.51s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:42:48 DEBUG : potato1: md5 = 2d579574f9eb202c8a8b1f253f562d19 OK 2025/10/27 01:42:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': File to upload is small (60 bytes), uploading instead of streaming 2025/10/27 01:42:50 DEBUG : potato2: md5 = 3c9274d7f6985fd1c37bd83d10e1f075 OK 2025/10/27 01:42:50 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.11s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:42:54 DEBUG : potato2: md5 = 8de9580037126ca558560e4e1f7fb41d OK 2025/10/27 01:42:55 DEBUG : empty space: md5 = 5d74967ac20b471564b6ffdf30c7c7f7 OK 2025/10/27 01:42:58 DEBUG : sub dir/potato3: md5 = 4f9624a4b216666da43f392ff7dbdeb6 OK 2025/10/27 01:42:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': Touching "sub dir/potato3" 2025/10/27 01:42:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': Touching "empty space" 2025/10/27 01:42:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': Touching "potato2" 2025/10/27 01:43:03 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (11.72s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:43:04 DEBUG : dir with metadata: Making directory with metadata 2025/10/27 01:43:05 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.96s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:43:07 DEBUG : directory with modtime: Making directory with metadata 2025/10/27 01:43:08 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (3.25s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:43:10 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/27 01:43:10 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/27 01:43:10 DEBUG : Google drive root 'crypt/bi3gqr1jlmo3b24hd806hsltgk9ti845cj7dekanitmmkv2tpoig': Skipping btime metadata as can't update it on an existing file: 2025-10-27T01:43:10.573266989Z 2025/10/27 01:43:11 INFO : non existent directory: Updated directory metadata 2025/10/27 01:43:13 DEBUG : Google drive root 'crypt/bi3gqr1jlmo3b24hd806hsltgk9ti845cj7dekanitmmkv2tpoig': Skipping btime metadata as can't update it on an existing file: 2025-10-27T01:43:10.573266989Z 2025/10/27 01:43:14 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.89s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:43:16 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/10/27 01:43:20 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/10/27 01:43:21 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (6.84s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:43:23 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/27 01:43:23 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/27 01:43:23 DEBUG : dst: Making directory with metadata 2025/10/27 01:43:24 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/27 01:43:24 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/27 01:43:29 INFO : dst: Set directory modification time (using SetModTime) 2025/10/27 01:43:30 INFO : dst: Set directory modification time (using SetModTime) 2025/10/27 01:43:30 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/10/27 01:43:30 INFO : dst: Set directory modification time (using SetModTime) 2025/10/27 01:43:30 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (9.21s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo'", Local "Local file system at /tmp/rclone648834875", Modify Window "1ms" 2025/10/27 01:43:40 DEBUG : sub dir/test remove existing: md5 = d23fe1f078858663da92c6d2ae810094 OK 2025/10/27 01:43:42 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 21235a10d9bb1c0de42d10f6ed5dcae1 OK 2025/10/27 01:43:44 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.labovit5" before starting 2025/10/27 01:43:45 DEBUG : sub dir/test remove existing.labovit5: TEST: removing renamed existing file after operation 2025/10/27 01:43:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ropiwal8" before starting 2025/10/27 01:43:48 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ropiwal8: TEST: renaming existing back after failed operation 2025/10/27 01:43:49 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nuvohim9" before starting 2025/10/27 01:43:51 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nuvohim9: TEST: removing renamed existing file after operation 2025/10/27 01:43:52 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "gd9bf03mrdtlu3e2c7592b49f5fr9hbh2ef0jqkfor2l1aqk1u01meesgi8dnpfhk1f8b2akvd9430efu1okrrdpmvg4734sauigjmol6ce42ka7ndv5k7fps00k2tmvfemul9vcil6vcfvkk3pdcle1mq426eq4jq8dvg1bcivi2187lrk0" 2025/10/27 01:43:52 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ig218qa5tvlhlrfc4h1nudrp4lvjdkpl2qnn598gteqt55vepsag" --- PASS: TestRemoveExisting (21.00s) === 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/27 01:43:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-devaqiy3wuqo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 13m4.190446441s (try 1/5)