"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2026/04/23 02:40:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hofixak2hoba" 2026/04/23 02:40:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/23 02:40:05 DEBUG : Creating backend with remote "TestDrive:crypt/bej108668k89o4k4m6bf3boc5qc3qtte0f7i6vrl6e9c8v70r5d0" 2026/04/23 02:40:05 DEBUG : TestDrive: Token expired 2026/04/23 02:40:05 DEBUG : TestDrive: No updated token found in the config file 2026/04/23 02:40:05 DEBUG : TestDrive: Token refresh successful 2026/04/23 02:40:05 DEBUG : Saving config "token" in section "TestDrive" of the config file 2026/04/23 02:40:05 DEBUG : TestDrive: Saved new token in config file 2026/04/23 02:40:06 DEBUG : Creating backend with remote "/tmp/rclone1625755735" === 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:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" multithread_test.go:119: multithread writing not supported --- SKIP: TestMultithreadCopy (0.26s) === RUN TestMultithreadCopyAbort run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" multithread_test.go:119: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.28s) === RUN TestSizeDiffers 2026/04/23 02:40:07 DEBUG : a: size = 0 OK 2026/04/23 02:40:07 DEBUG : a: size = 1 (memory) 2026/04/23 02:40:07 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/04/23 02:40:07 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/04/23 02:40:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/23 02:40:07 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/23 02:40:07 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/04/23 02:40:07 DEBUG : potato: Seek from 10 to 0 2026/04/23 02:40:07 DEBUG : potato: Seek from 10 to 0 2026/04/23 02:40:07 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/04/23 02:40:07 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/04/23 02:40:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/23 02:40:07 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/23 02:40:07 DEBUG : potato: Seek from 5 to 2 2026/04/23 02:40:07 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/04/23 02:40:07 DEBUG : potato: Seek from 7 to 0 2026/04/23 02:40:07 DEBUG : potato: Seek from 7 to 0 2026/04/23 02:40:07 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/04/23 02:40:07 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/04/23 02:40:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/23 02:40:07 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/23 02:40:07 DEBUG : potato: Seek from 5 to 2 2026/04/23 02:40:07 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/04/23 02:40:07 DEBUG : potato: Seek from 8 to 0 2026/04/23 02:40:07 DEBUG : potato: Seek from 8 to 0 2026/04/23 02:40:07 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/04/23 02:40:07 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/04/23 02:40:07 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/23 02:40:07 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/04/23 02:40:07 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/04/23 02:40:07 DEBUG : potato: Seek from 5 to 2 2026/04/23 02:40:07 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/04/23 02:40:07 DEBUG : potato: Seek from 9 to 0 2026/04/23 02:40:07 DEBUG : potato: Seek from 9 to 0 2026/04/23 02:40:07 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/ReadAt (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/ReadAt (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/ReadAt (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/ReadAt (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:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:40:09 DEBUG : rutabaga: md5 = 15b8b7546d6a20da30997df324a64f88 OK === RUN TestCheck/1 === RUN TestCheck/2 2026/04/23 02:40:11 DEBUG : empty space: md5 = 5d8ab9130447160a393c937b1af77b97 OK === RUN TestCheck/3 2026/04/23 02:40:13 DEBUG : potato2: md5 = 711c6ac99160db6496c5d38bb20aee84 OK === RUN TestCheck/4 === RUN TestCheck/5 2026/04/23 02:40:16 DEBUG : remotepotato: md5 = 0ee6c8378e8f89815b1fa042534e6db3 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.50s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.27s) --- PASS: TestCheck/3 (0.28s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.28s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2026/04/23 02:40:19 DEBUG : Creating backend with remote "nonexistent" 2026/04/23 02:40:19 DEBUG : Creating backend with remote "nonexistent" 2026/04/23 02:40:19 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2026/04/23 02:40:19 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2026/04/23 02:40:19 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2026/04/23 02:40:19 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:40:21 DEBUG : rutabaga: md5 = 2151a5c5129b032cae0b33d24ea7ba18 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/04/23 02:40:25 DEBUG : empty space: md5 = a95822a502e6c032d402409c3183c706 OK === RUN TestCheckDownload/3 2026/04/23 02:40:27 DEBUG : potato2: md5 = 17d476172cc98fbb630ac82ae46390ee OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/04/23 02:40:31 DEBUG : remotepotato: md5 = 4348f3296243bea31bc18c7bc29f9276 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.71s) --- PASS: TestCheckDownload/1 (1.24s) --- PASS: TestCheckDownload/2 (0.97s) --- PASS: TestCheckDownload/3 (0.95s) --- PASS: TestCheckDownload/4 (1.10s) --- PASS: TestCheckDownload/5 (0.91s) --- PASS: TestCheckDownload/6 (0.94s) --- PASS: TestCheckDownload/7 (0.92s) === RUN TestCheckSizeOnly run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:40:38 DEBUG : rutabaga: md5 = 47ee1eea96d9d2e556724627a5628d25 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/04/23 02:40:40 DEBUG : empty space: md5 = 5e2028ea3c44e1fa2c532a88f924e440 OK === RUN TestCheckSizeOnly/3 2026/04/23 02:40:42 DEBUG : potato2: md5 = 87a5685480ad3ca99989dcf261c770e7 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/04/23 02:40:45 DEBUG : remotepotato: md5 = 758062b60026343cecd01029c244714e OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.00s) --- PASS: TestCheckSizeOnly/1 (0.27s) --- PASS: TestCheckSizeOnly/2 (0.25s) --- PASS: TestCheckSizeOnly/3 (0.44s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.30s) --- PASS: TestCheckSizeOnly/6 (0.28s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:40:49 DEBUG : test.sum: md5 = b219aa698f3ac0e4740639d2cf361eee OK 2026/04/23 02:40:51 NOTICE: test.sum: improperly formatted checksum line 4 2026/04/23 02:40:51 NOTICE: test.sum: improperly formatted checksum line 5 2026/04/23 02:40:51 NOTICE: test.sum: improperly formatted checksum line 6 2026/04/23 02:40:51 NOTICE: test.sum: 2 warning(s) suppressed... 2026/04/23 02:40:52 DEBUG : test.sum: md5 = 05c99e400dc0cfc42ba214fc5532bcf2 OK 2026/04/23 02:40:53 NOTICE: test.sum: improperly formatted checksum line 4 2026/04/23 02:40:53 NOTICE: test.sum: improperly formatted checksum line 5 2026/04/23 02:40:53 NOTICE: test.sum: improperly formatted checksum line 6 2026/04/23 02:40:53 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.31s) === RUN TestCheckSum run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:40:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hofixak2hoba/data" 2026/04/23 02:40:54 DEBUG : Creating backend with remote "TestDrive:crypt/bej108668k89o4k4m6bf3boc5qc3qtte0f7i6vrl6e9c8v70r5d0/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba/data' lacks md5, skipping --- SKIP: TestCheckSum (2.38s) === RUN TestCheckSumDownload run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:40:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hofixak2hoba/data" 2026/04/23 02:40:57 DEBUG : Creating backend with remote "TestDrive:crypt/bej108668k89o4k4m6bf3boc5qc3qtte0f7i6vrl6e9c8v70r5d0/vjrnln8ratgmqakfosrqe8espk" 2026/04/23 02:41:01 DEBUG : data/banana: md5 = 9f26c2fb6452d076ae32ee5cb649ed96 OK 2026/04/23 02:41:03 DEBUG : test.sum: md5 = dbf415548c4fd4a2add5a95fb9779f08 OK === RUN TestCheckSumDownload/subtest1 2026/04/23 02:41:07 DEBUG : data/potato: md5 = 9a4fa265acade8686fbbd5cdb29cfdf6 OK 2026/04/23 02:41:08 DEBUG : test.sum: md5 = 9f19d3420f7a6518dc544a65dbf49a06 OK === RUN TestCheckSumDownload/subtest2 2026/04/23 02:41:12 DEBUG : test.sum: md5 = 45022cffda6b3e7507790f6ac81e79d7 OK === RUN TestCheckSumDownload/subtest3 2026/04/23 02:41:16 DEBUG : test.sum: md5 = ec3b1c4c333299e66159c98e425c731b OK === RUN TestCheckSumDownload/subtest4 2026/04/23 02:41:20 DEBUG : test.sum: md5 = f7a878a0c852cff890f92d61be7e6039 OK === RUN TestCheckSumDownload/subtest5 2026/04/23 02:41:24 DEBUG : test.sum: md5 = 91648d947895ffcd427e3ca24bf01f4c OK === RUN TestCheckSumDownload/subtest6 2026/04/23 02:41:29 DEBUG : data/banana: md5 = c2181387bb0201e1ad053fd40f36351f OK 2026/04/23 02:41:30 DEBUG : data/potato: md5 = a965c7ac74d246d567ad450d293dee35 OK 2026/04/23 02:41:32 DEBUG : test.sum: md5 = f93bbe01e4cc49bff0b4a6b166558d72 OK === RUN TestCheckSumDownload/subtest7 2026/04/23 02:41:36 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2026/04/23 02:41:36 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (40.42s) --- PASS: TestCheckSumDownload/subtest1 (2.19s) --- PASS: TestCheckSumDownload/subtest2 (1.74s) --- PASS: TestCheckSumDownload/subtest3 (2.00s) --- PASS: TestCheckSumDownload/subtest4 (1.84s) --- PASS: TestCheckSumDownload/subtest5 (1.93s) --- PASS: TestCheckSumDownload/subtest6 (2.17s) --- PASS: TestCheckSumDownload/subtest7 (2.08s) === RUN TestApplyTransforms 2026/04/23 02:41:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pagepuc1kidu" 2026/04/23 02:41:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/23 02:41:37 DEBUG : Creating backend with remote "TestDrive:crypt/58cv34l8in9hljariv9p9t1hpk88c21jbugs0u4e0oo8am1615pg" 2026/04/23 02:41:38 DEBUG : Creating backend with remote "/tmp/rclone1153612988" run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pagepuc1kidu'", Local "Local file system at /tmp/rclone1153612988", Modify Window "1ms" 2026/04/23 02:41:40 DEBUG : hello, world!: md5 = aca68f9e5ddab3bb9354fb2c29d16157 OK upper checkfile vs. lower remote (without normalization) 2026/04/23 02:41:41 ERROR : hello, world!: sum not found 2026/04/23 02:41:41 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-pagepuc1kidu' 2026/04/23 02:41:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pagepuc1kidu': 1 files missing 2026/04/23 02:41:41 NOTICE: 1 hashes missing 2026/04/23 02:41:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pagepuc1kidu': 1 differences found 2026/04/23 02:41:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pagepuc1kidu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/04/23 02:41:42 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/23 02:41:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pagepuc1kidu': 0 differences found 2026/04/23 02:41:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pagepuc1kidu': 1 matching files 2026/04/23 02:41:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qejumiw1qigo" 2026/04/23 02:41:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/23 02:41:42 DEBUG : Creating backend with remote "TestDrive:crypt/48l0an04pku3un1880jhj6l8782oqao6rarglddclesodn2d29mg" 2026/04/23 02:41:43 DEBUG : Creating backend with remote "/tmp/rclone1957558910" run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qejumiw1qigo'", Local "Local file system at /tmp/rclone1957558910", Modify Window "1ms" 2026/04/23 02:41:45 DEBUG : HELLO, WORLD!: md5 = 95019bfdf49467dd90adc9b4022e7e6f OK lower checkfile vs. upper remote (without normalization) 2026/04/23 02:41:46 ERROR : HELLO, WORLD!: sum not found 2026/04/23 02:41:46 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qejumiw1qigo' 2026/04/23 02:41:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qejumiw1qigo': 1 files missing 2026/04/23 02:41:46 NOTICE: 1 hashes missing 2026/04/23 02:41:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qejumiw1qigo': 1 differences found 2026/04/23 02:41:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qejumiw1qigo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/04/23 02:41:47 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/23 02:41:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qejumiw1qigo': 0 differences found 2026/04/23 02:41:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qejumiw1qigo': 1 matching files 2026/04/23 02:41:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yuzigig4nama" 2026/04/23 02:41:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/23 02:41:47 DEBUG : Creating backend with remote "TestDrive:crypt/ubsm7u4i2uvcvebf1hmms2qed0cq0rnd4os14ko1set9d9eekrkg" 2026/04/23 02:41:48 DEBUG : Creating backend with remote "/tmp/rclone2791480134" run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yuzigig4nama'", Local "Local file system at /tmp/rclone2791480134", Modify Window "1ms" 2026/04/23 02:41:50 DEBUG : HeLlO, wOrLd!: md5 = 58c1761b05b825ef094c81bd7b95603d OK lower checkfile vs. upperlowermixed remote (without normalization) 2026/04/23 02:41:50 ERROR : HeLlO, wOrLd!: sum not found 2026/04/23 02:41:50 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yuzigig4nama' 2026/04/23 02:41:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yuzigig4nama': 1 files missing 2026/04/23 02:41:50 NOTICE: 1 hashes missing 2026/04/23 02:41:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yuzigig4nama': 1 differences found 2026/04/23 02:41:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yuzigig4nama': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/04/23 02:41:51 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/23 02:41:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yuzigig4nama': 0 differences found 2026/04/23 02:41:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yuzigig4nama': 1 matching files 2026/04/23 02:41:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vosofij6reva" 2026/04/23 02:41:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/23 02:41:51 DEBUG : Creating backend with remote "TestDrive:crypt/uv35r4vpajljkkvf31toliuse5kdr85fe9410otc4i69vev6ajmg" 2026/04/23 02:41:52 DEBUG : Creating backend with remote "/tmp/rclone3772379770" run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vosofij6reva'", Local "Local file system at /tmp/rclone3772379770", Modify Window "1ms" 2026/04/23 02:41:55 DEBUG : HELLO, WORLD!: md5 = 446d60ea0e7be77e18e544a6a79222ed OK upperlowermixed checkfile vs. upper remote (without normalization) 2026/04/23 02:41:55 ERROR : HELLO, WORLD!: sum not found 2026/04/23 02:41:55 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-vosofij6reva' 2026/04/23 02:41:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vosofij6reva': 1 files missing 2026/04/23 02:41:55 NOTICE: 1 hashes missing 2026/04/23 02:41:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vosofij6reva': 1 differences found 2026/04/23 02:41:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vosofij6reva': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/04/23 02:41:56 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/23 02:41:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vosofij6reva': 0 differences found 2026/04/23 02:41:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vosofij6reva': 1 matching files 2026/04/23 02:41:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dezodad0yuzo" 2026/04/23 02:41:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/23 02:41:56 DEBUG : Creating backend with remote "TestDrive:crypt/tbvgm8b51mbnmelnigcfdeg2rjojabkf6deb5pv7q7vku0lacst0" 2026/04/23 02:41:57 DEBUG : Creating backend with remote "/tmp/rclone158609731" run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dezodad0yuzo'", Local "Local file system at /tmp/rclone158609731", Modify Window "1ms" 2026/04/23 02:42:00 DEBUG : 測試_Русский___ě_áñ: md5 = 3b459440e041e6298e7d48c0e21390c0 OK NFD checkfile vs. NFC remote (without normalization) 2026/04/23 02:42:00 ERROR : 測試_Русский___ě_áñ: sum not found 2026/04/23 02:42:00 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-dezodad0yuzo' 2026/04/23 02:42:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dezodad0yuzo': 1 files missing 2026/04/23 02:42:00 NOTICE: 1 hashes missing 2026/04/23 02:42:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dezodad0yuzo': 1 differences found 2026/04/23 02:42:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dezodad0yuzo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/04/23 02:42:01 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/23 02:42:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dezodad0yuzo': 0 differences found 2026/04/23 02:42:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dezodad0yuzo': 1 matching files 2026/04/23 02:42:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-racagey1nelu" 2026/04/23 02:42:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/23 02:42:01 DEBUG : Creating backend with remote "TestDrive:crypt/8th87m109qlc8jkbud9murh87aolf2ikpdg4qf4d848a3rd52et0" 2026/04/23 02:42:02 DEBUG : Creating backend with remote "/tmp/rclone3219302757" run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-racagey1nelu'", Local "Local file system at /tmp/rclone3219302757", Modify Window "1ms" 2026/04/23 02:42:05 DEBUG : 測試_Русский___ě_áñ: md5 = 2a2e1509148150afbca9913fd8c931dd OK NFC checkfile vs. NFD remote (without normalization) 2026/04/23 02:42:05 ERROR : 測試_Русский___ě_áñ: sum not found 2026/04/23 02:42:05 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-racagey1nelu' 2026/04/23 02:42:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-racagey1nelu': 1 files missing 2026/04/23 02:42:05 NOTICE: 1 hashes missing 2026/04/23 02:42:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-racagey1nelu': 1 differences found 2026/04/23 02:42:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-racagey1nelu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/04/23 02:42:06 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/23 02:42:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-racagey1nelu': 0 differences found 2026/04/23 02:42:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-racagey1nelu': 1 matching files 2026/04/23 02:42:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mesifat5zila" 2026/04/23 02:42:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/23 02:42:06 DEBUG : Creating backend with remote "TestDrive:crypt/nem7iilhpk0cmqqdsrmpvda3ig51pbtijd64mda8i0cvlfck3fd0" 2026/04/23 02:42:07 DEBUG : Creating backend with remote "/tmp/rclone3476910360" run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mesifat5zila'", Local "Local file system at /tmp/rclone3476910360", Modify Window "1ms" 2026/04/23 02:42:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 608a0eb86607ed0c292f8a041dbabb4d OK NFDx2 checkfile vs. both remote (without normalization) 2026/04/23 02:42:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/04/23 02:42:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-mesifat5zila' 2026/04/23 02:42:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mesifat5zila': 1 files missing 2026/04/23 02:42:10 NOTICE: 1 hashes missing 2026/04/23 02:42:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mesifat5zila': 1 differences found 2026/04/23 02:42:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mesifat5zila': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/04/23 02:42:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/23 02:42:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mesifat5zila': 0 differences found 2026/04/23 02:42:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mesifat5zila': 1 matching files 2026/04/23 02:42:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-laruqed1waze" 2026/04/23 02:42:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/23 02:42:11 DEBUG : Creating backend with remote "TestDrive:crypt/a4a5kmbpgv0fi5im133lnjpbt1rnnee9kjbpt2u03di6vs8eulmg" 2026/04/23 02:42:12 DEBUG : Creating backend with remote "/tmp/rclone2062735993" run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-laruqed1waze'", Local "Local file system at /tmp/rclone2062735993", Modify Window "1ms" 2026/04/23 02:42:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 04ba5dae44befb44907cdde2d73e81b6 OK NFCx2 checkfile vs. both remote (without normalization) 2026/04/23 02:42:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/04/23 02:42:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-laruqed1waze' 2026/04/23 02:42:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-laruqed1waze': 1 files missing 2026/04/23 02:42:15 NOTICE: 1 hashes missing 2026/04/23 02:42:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-laruqed1waze': 1 differences found 2026/04/23 02:42:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-laruqed1waze': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/04/23 02:42:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/23 02:42:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-laruqed1waze': 0 differences found 2026/04/23 02:42:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-laruqed1waze': 1 matching files 2026/04/23 02:42:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zopuyag9neho" 2026/04/23 02:42:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/23 02:42:16 DEBUG : Creating backend with remote "TestDrive:crypt/bahqv3cqc6jlp08unhadc7be47ft5q2q8ecuda48tc8k845vv1fg" 2026/04/23 02:42:17 DEBUG : Creating backend with remote "/tmp/rclone1211237015" run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zopuyag9neho'", Local "Local file system at /tmp/rclone1211237015", Modify Window "1ms" 2026/04/23 02:42:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 3c0115c1c59ed9460e9c9186c675ec88 OK both checkfile vs. NFDx2 remote (without normalization) 2026/04/23 02:42:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/04/23 02:42:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zopuyag9neho' 2026/04/23 02:42:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zopuyag9neho': 1 files missing 2026/04/23 02:42:20 NOTICE: 1 hashes missing 2026/04/23 02:42:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zopuyag9neho': 1 differences found 2026/04/23 02:42:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zopuyag9neho': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/04/23 02:42:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/23 02:42:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zopuyag9neho': 0 differences found 2026/04/23 02:42:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zopuyag9neho': 1 matching files 2026/04/23 02:42:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rigeret9baza" 2026/04/23 02:42:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/23 02:42:22 DEBUG : Creating backend with remote "TestDrive:crypt/2t7chcv3lnqu07b8sqhq4nud3bcqi8ar33cr0vb2k6al0ttk8rc0" 2026/04/23 02:42:23 DEBUG : Creating backend with remote "/tmp/rclone2963728930" run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rigeret9baza'", Local "Local file system at /tmp/rclone2963728930", Modify Window "1ms" 2026/04/23 02:42:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = e8c344dfa292011058ad21c23cc03ae9 OK both checkfile vs. NFCx2 remote (without normalization) 2026/04/23 02:42:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/04/23 02:42:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-rigeret9baza' 2026/04/23 02:42:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rigeret9baza': 1 files missing 2026/04/23 02:42:26 NOTICE: 1 hashes missing 2026/04/23 02:42:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rigeret9baza': 1 differences found 2026/04/23 02:42:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rigeret9baza': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/04/23 02:42:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/04/23 02:42:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rigeret9baza': 0 differences found 2026/04/23 02:42:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rigeret9baza': 1 matching files 2026/04/23 02:42:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rigeret9baza': Purge remote 2026/04/23 02:42:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zopuyag9neho': Purge remote 2026/04/23 02:42:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-laruqed1waze': Purge remote 2026/04/23 02:42:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mesifat5zila': Purge remote 2026/04/23 02:42:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-racagey1nelu': Purge remote 2026/04/23 02:42:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dezodad0yuzo': Purge remote 2026/04/23 02:42:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vosofij6reva': Purge remote 2026/04/23 02:42:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yuzigig4nama': Purge remote 2026/04/23 02:42:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qejumiw1qigo': Purge remote 2026/04/23 02:42:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pagepuc1kidu': Purge remote --- PASS: TestApplyTransforms (54.03s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:42:31 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/23 02:42:34 DEBUG : sub/file2: md5 = 8370ab59cfc43d3614e48582b5161805 OK 2026/04/23 02:42:34 DEBUG : sub/file2: size = 14 OK 2026/04/23 02:42:34 INFO : file1: Copied (new) to: sub/file2 2026/04/23 02:42:34 DEBUG : sub/file2: size = 14 OK 2026/04/23 02:42:34 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/04/23 02:42:34 DEBUG : file1: Unchanged skipping 2026/04/23 02:42:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': don't need to copy/move sub/file2, it is already at target location 2026/04/23 02:42:37 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.25s) === RUN TestCopyLongFile run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.52s) === RUN TestCopyFileBackupDir run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:42:40 DEBUG : dst/file1: md5 = 343b32a77ed1031be050353ce40e96d3 OK 2026/04/23 02:42:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hofixak2hoba/backup" 2026/04/23 02:42:41 DEBUG : Creating backend with remote "TestDrive:crypt/bej108668k89o4k4m6bf3boc5qc3qtte0f7i6vrl6e9c8v70r5d0/1nrff024r7pq65ecp72fc28jb0" 2026/04/23 02:42:42 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1625755735) 2026/04/23 02:42:42 DEBUG : dst/file1: size = 18 (Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba') 2026/04/23 02:42:42 DEBUG : dst/file1: Sizes differ 2026/04/23 02:42:45 INFO : dst/file1: Moved (server-side) 2026/04/23 02:42:46 DEBUG : dst/file1: md5 = 07d92fb05206a0b3853a489704c6858d OK 2026/04/23 02:42:46 DEBUG : dst/file1: size = 14 OK 2026/04/23 02:42:46 INFO : dst/file1: Copied (new) 2026/04/23 02:42:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2026/04/23 02:42:49 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2026/04/23 02:42:50 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.86s) === RUN TestCopyFileCompareDest run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:42:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hofixak2hoba/dst" 2026/04/23 02:42:51 DEBUG : Creating backend with remote "TestDrive:crypt/bej108668k89o4k4m6bf3boc5qc3qtte0f7i6vrl6e9c8v70r5d0/31u3jie661vd5p8j7rtc3hgbh0" 2026/04/23 02:42:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hofixak2hoba/CompareDest" 2026/04/23 02:42:53 DEBUG : Creating backend with remote "TestDrive:crypt/bej108668k89o4k4m6bf3boc5qc3qtte0f7i6vrl6e9c8v70r5d0/gveqi14airsml4bgu7krj116o8" 2026/04/23 02:42:54 DEBUG : one: Need to transfer - File not found at Destination 2026/04/23 02:42:56 DEBUG : one: md5 = c9a3d9df38a4dbc9b5b5d27cc0d4f2bf OK 2026/04/23 02:42:56 DEBUG : one: size = 3 OK 2026/04/23 02:42:56 INFO : one: Copied (new) 2026/04/23 02:42:58 DEBUG : one: size = 5 (Local file system at /tmp/rclone1625755735) 2026/04/23 02:42:58 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba/dst') 2026/04/23 02:42:58 DEBUG : one: Sizes differ 2026/04/23 02:42:59 DEBUG : one: md5 = dec2adc84242a51a927eed91ebeaaf76 OK 2026/04/23 02:42:59 DEBUG : one: size = 5 OK 2026/04/23 02:42:59 INFO : one: Copied (replaced existing) 2026/04/23 02:43:01 DEBUG : dst/one: md5 = 9e3f4f84d79ddc417367f15fa5857ce7 OK 2026/04/23 02:43:04 DEBUG : CompareDest/one: md5 = d6f568e6eea1413a0113b10751e4b7aa OK 2026/04/23 02:43:04 DEBUG : one: size = 5 (Local file system at /tmp/rclone1625755735) 2026/04/23 02:43:04 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba/dst') 2026/04/23 02:43:04 DEBUG : one: Sizes differ 2026/04/23 02:43:05 DEBUG : one: size = 5 OK 2026/04/23 02:43:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/04/23 02:43:05 DEBUG : one: Destination found in --compare-dest, skipping 2026/04/23 02:43:07 DEBUG : CompareDest/two: md5 = 4cdfe34e03260eb9c1050376ef8ce5e3 OK 2026/04/23 02:43:08 DEBUG : two: Need to transfer - File not found at Destination 2026/04/23 02:43:08 DEBUG : two: size = 3 OK 2026/04/23 02:43:08 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/04/23 02:43:08 DEBUG : two: Destination found in --compare-dest, skipping 2026/04/23 02:43:09 DEBUG : two: Need to transfer - File not found at Destination 2026/04/23 02:43:09 DEBUG : two: size = 3 OK 2026/04/23 02:43:09 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/04/23 02:43:09 DEBUG : two: Destination found in --compare-dest, skipping 2026/04/23 02:43:10 DEBUG : two: Need to transfer - File not found at Destination 2026/04/23 02:43:11 DEBUG : two: size = 5 (Local file system at /tmp/rclone1625755735) 2026/04/23 02:43:11 DEBUG : two: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba/CompareDest') 2026/04/23 02:43:11 DEBUG : two: Sizes differ 2026/04/23 02:43:12 DEBUG : two: md5 = b9c3fcc9f0d803f45d70dfec1842ee7f OK 2026/04/23 02:43:12 DEBUG : two: size = 5 OK 2026/04/23 02:43:12 INFO : two: Copied (new) 2026/04/23 02:43:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2026/04/23 02:43:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:43:16 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2026/04/23 02:43:16 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (26.00s) === RUN TestCopyFileCopyDest run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:43:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hofixak2hoba/dst" 2026/04/23 02:43:17 DEBUG : Creating backend with remote "TestDrive:crypt/bej108668k89o4k4m6bf3boc5qc3qtte0f7i6vrl6e9c8v70r5d0/31u3jie661vd5p8j7rtc3hgbh0" 2026/04/23 02:43:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hofixak2hoba/CopyDest" 2026/04/23 02:43:18 DEBUG : Creating backend with remote "TestDrive:crypt/bej108668k89o4k4m6bf3boc5qc3qtte0f7i6vrl6e9c8v70r5d0/d09o6po3f7bm6ce32vdgs8h9ls" 2026/04/23 02:43:20 DEBUG : one: Need to transfer - File not found at Destination 2026/04/23 02:43:22 DEBUG : one: md5 = 95eae1a5cf874171b0e7fecfce0e1a42 OK 2026/04/23 02:43:22 DEBUG : one: size = 3 OK 2026/04/23 02:43:22 INFO : one: Copied (new) 2026/04/23 02:43:23 DEBUG : one: size = 5 (Local file system at /tmp/rclone1625755735) 2026/04/23 02:43:23 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba/dst') 2026/04/23 02:43:23 DEBUG : one: Sizes differ 2026/04/23 02:43:25 DEBUG : one: md5 = efdb9485f61893774e7d3bdda0d5aa09 OK 2026/04/23 02:43:25 DEBUG : one: size = 5 OK 2026/04/23 02:43:25 INFO : one: Copied (replaced existing) 2026/04/23 02:43:28 DEBUG : dst/one: md5 = 559e7c8bd7a623107ca34b9e2e0250a0 OK 2026/04/23 02:43:30 DEBUG : CopyDest/one: md5 = ba3519996bfdda9b0df948c1b4412407 OK 2026/04/23 02:43:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hofixak2hoba/BackupDir" 2026/04/23 02:43:31 DEBUG : Creating backend with remote "TestDrive:crypt/bej108668k89o4k4m6bf3boc5qc3qtte0f7i6vrl6e9c8v70r5d0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2026/04/23 02:43:32 DEBUG : one: size = 5 (Local file system at /tmp/rclone1625755735) 2026/04/23 02:43:32 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba/dst') 2026/04/23 02:43:32 DEBUG : one: Sizes differ 2026/04/23 02:43:33 DEBUG : one: size = 5 OK 2026/04/23 02:43:33 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/04/23 02:43:33 DEBUG : one: size = 5 (Local file system at /tmp/rclone1625755735) 2026/04/23 02:43:33 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba/dst') 2026/04/23 02:43:33 DEBUG : one: Sizes differ 2026/04/23 02:43:34 INFO : one: Moved (server-side) 2026/04/23 02:43:35 DEBUG : one: size = 5 OK 2026/04/23 02:43:35 INFO : one: Copied (server-side copy) 2026/04/23 02:43:35 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/04/23 02:43:38 DEBUG : CopyDest/two: md5 = 64f28718393f326513ac9a6161dfa840 OK 2026/04/23 02:43:38 DEBUG : two: Need to transfer - File not found at Destination 2026/04/23 02:43:39 DEBUG : two: size = 3 OK 2026/04/23 02:43:39 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/04/23 02:43:40 DEBUG : two: size = 3 OK 2026/04/23 02:43:40 INFO : two: Copied (server-side copy) 2026/04/23 02:43:40 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/04/23 02:43:41 DEBUG : two: size = 3 OK 2026/04/23 02:43:41 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/04/23 02:43:41 DEBUG : two: Unchanged skipping 2026/04/23 02:43:42 DEBUG : CopyDest/three: md5 = 6660966620fc2dedecc25fab06d37444 OK 2026/04/23 02:43:43 DEBUG : three: Need to transfer - File not found at Destination 2026/04/23 02:43:44 DEBUG : three: size = 7 (Local file system at /tmp/rclone1625755735) 2026/04/23 02:43:44 DEBUG : three: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba/CopyDest') 2026/04/23 02:43:44 DEBUG : three: Sizes differ 2026/04/23 02:43:44 DEBUG : three: Destination not found in --copy-dest 2026/04/23 02:43:45 DEBUG : three: md5 = 72e5387c888ad82dcf9a12247de8637d OK 2026/04/23 02:43:45 DEBUG : three: size = 7 OK 2026/04/23 02:43:45 INFO : three: Copied (new) 2026/04/23 02:43:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2026/04/23 02:43:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:43:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2026/04/23 02:43:50 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:43:50 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2026/04/23 02:43:50 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2026/04/23 02:43:51 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (34.69s) === RUN TestCopyInplace run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.59s) === RUN TestCopyLongFileName run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.49s) === RUN TestCopyLongFileNameCollision run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.47s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:43:53 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/04/23 02:43:56 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 67f47fbef2a4f2c6c87c33c79677ed80 OK 2026/04/23 02:43:56 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/04/23 02:43:56 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/04/23 02:43:57 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/04/23 02:43:57 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 2026/04/23 02:43:58 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/04/23 02:43:58 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/04/23 02:44:00 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 0e73190d082b0accd964e8c0d39ef423 OK 2026/04/23 02:44:00 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/04/23 02:44:00 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2026/04/23 02:44:02 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2026/04/23 02:44:02 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.89s) === RUN TestDeduplicateInteractive run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.48s) === RUN TestDeduplicateSkip run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:44:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': Looking for duplicate names using skip mode. 2026/04/23 02:44:07 NOTICE: one: Found 2 files with duplicate names 2026/04/23 02:44:07 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.05s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:44:13 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': Looking for duplicate names using skip mode. 2026/04/23 02:44:13 NOTICE: one: Found 3 files with duplicate names 2026/04/23 02:44:13 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2026/04/23 02:44:13 INFO : one: Deleted 2026/04/23 02:44:13 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.75s) === RUN TestDeduplicateFirst run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:44:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': Looking for duplicate names using first mode. 2026/04/23 02:44:20 NOTICE: one: Found 3 files with duplicate names 2026/04/23 02:44:20 INFO : one: Deleted 2026/04/23 02:44:20 INFO : one: Deleted 2026/04/23 02:44:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.43s) === RUN TestDeduplicateNewest run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:44:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': Looking for duplicate names using newest mode. 2026/04/23 02:44:26 NOTICE: one: Found 3 files with duplicate names 2026/04/23 02:44:27 INFO : one: Deleted 2026/04/23 02:44:27 INFO : one: Deleted 2026/04/23 02:44:27 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.84s) === RUN TestDeduplicateNewestByHash run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.46s) === RUN TestDeduplicateOldest run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:44:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': Looking for duplicate names using oldest mode. 2026/04/23 02:44:33 NOTICE: one: Found 3 files with duplicate names 2026/04/23 02:44:33 INFO : one: Deleted 2026/04/23 02:44:34 INFO : one: Deleted 2026/04/23 02:44:34 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.30s) === RUN TestDeduplicateLargest run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:44:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': Looking for duplicate names using largest mode. 2026/04/23 02:44:39 NOTICE: one: Found 3 files with duplicate names 2026/04/23 02:44:40 INFO : one: Deleted 2026/04/23 02:44:40 INFO : one: Deleted 2026/04/23 02:44:40 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.24s) === RUN TestDeduplicateSmallest run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:44:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': Looking for duplicate names using smallest mode. 2026/04/23 02:44:46 NOTICE: one: Found 3 files with duplicate names 2026/04/23 02:44:46 INFO : one: Deleted 2026/04/23 02:44:47 INFO : one: Deleted 2026/04/23 02:44:47 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.61s) === RUN TestDeduplicateRename run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:44:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': Looking for duplicate names using rename mode. 2026/04/23 02:44:54 NOTICE: one.txt: Found 3 files with duplicate names 2026/04/23 02:44:55 INFO : one-2.txt: renamed from: one.txt 2026/04/23 02:44:56 INFO : one-3.txt: renamed from: one.txt 2026/04/23 02:44:57 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.19s) === RUN TestMergeDirs run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:45:02 DEBUG : dupe1/one.txt: md5 = c1eaf0051d418f8d677902d9c3838e7b OK 2026/04/23 02:45:05 DEBUG : dupe2/two.txt: md5 = 0cc0ee7ea78cbbe7355c33bcf5c94fd3 OK 2026/04/23 02:45:07 DEBUG : dupe3/three.txt: md5 = 298938528015e5fec2b930df0b94015c OK 2026/04/23 02:45:07 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2026/04/23 02:45:08 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2026/04/23 02:45:09 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2026/04/23 02:45:09 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2026/04/23 02:45:12 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2026/04/23 02:45:12 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2026/04/23 02:45:12 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.89s) === RUN TestListDirSorted run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:45:15 DEBUG : a.txt: md5 = 0771a527dc611c8e77c552e8865dd181 OK 2026/04/23 02:45:16 DEBUG : zend.txt: md5 = bff6efb7308ca004d6e3ea9a550e976c OK 2026/04/23 02:45:18 DEBUG : sub dir/hello world: md5 = 7376c7d6c406b398f4e8ab5b0f5b82c4 OK 2026/04/23 02:45:20 DEBUG : sub dir/hello world2: md5 = 4d02739dbf3c3ca827c266b7c5a65f95 OK 2026/04/23 02:45:23 DEBUG : sub dir/ignore dir/.ignore: md5 = c417e91a1c8bab02976d71b6bb4cdc7f OK 2026/04/23 02:45:24 DEBUG : sub dir/ignore dir/should be ignored: md5 = bee61cb9d22bfe2d0579b0500c915a64 OK 2026/04/23 02:45:27 DEBUG : sub dir/sub sub dir/hello world3: md5 = e742225303e16dc257a5b63574434406 OK 2026/04/23 02:45:28 DEBUG : a.txt: Excluded (Size Filter) 2026/04/23 02:45:28 DEBUG : a.txt: Excluded 2026/04/23 02:45:29 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/04/23 02:45:29 DEBUG : sub dir/hello world: Excluded 2026/04/23 02:45:29 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/04/23 02:45:29 DEBUG : sub dir/hello world2: Excluded 2026/04/23 02:45:29 DEBUG : sub dir/ignore dir: Excluded 2026/04/23 02:45:29 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/04/23 02:45:29 DEBUG : sub dir/hello world: Excluded 2026/04/23 02:45:29 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/04/23 02:45:29 DEBUG : sub dir/hello world2: Excluded 2026/04/23 02:45:30 DEBUG : sub dir/ignore dir: Excluded 2026/04/23 02:45:35 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2026/04/23 02:45:35 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2026/04/23 02:45:35 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2026/04/23 02:45:36 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2026/04/23 02:45:36 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2026/04/23 02:45:36 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2026/04/23 02:45:36 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (23.71s) === RUN TestListDirSortedFn run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:45:38 DEBUG : a.txt: md5 = 1d986b6094e5733304f9bac778920b9f OK 2026/04/23 02:45:40 DEBUG : zend.txt: md5 = e2bc8f105e7cc212204bf14b68eb67fd OK 2026/04/23 02:45:42 DEBUG : sub dir/hello world: md5 = d9ce9072abca64e113db1881e93255fa OK 2026/04/23 02:45:44 DEBUG : sub dir/hello world2: md5 = 19b7b917d5f79b10de8e4b11c887cc79 OK 2026/04/23 02:45:46 DEBUG : sub dir/ignore dir/.ignore: md5 = 45c43f4f7d95ce90339da87e7eb3b259 OK 2026/04/23 02:45:47 DEBUG : sub dir/ignore dir/should be ignored: md5 = 1d6351b8ea4fc40495d8aff5d20729db OK 2026/04/23 02:45:49 DEBUG : sub dir/sub sub dir/hello world3: md5 = cc84c6c025f9ac9ffd2c586a9f49910b OK 2026/04/23 02:45:51 DEBUG : a.txt: Excluded (Size Filter) 2026/04/23 02:45:51 DEBUG : a.txt: Excluded 2026/04/23 02:45:51 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/04/23 02:45:51 DEBUG : sub dir/hello world: Excluded 2026/04/23 02:45:51 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/04/23 02:45:51 DEBUG : sub dir/hello world2: Excluded 2026/04/23 02:45:52 DEBUG : sub dir/ignore dir: Excluded 2026/04/23 02:45:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/04/23 02:45:52 DEBUG : sub dir/hello world: Excluded 2026/04/23 02:45:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/04/23 02:45:52 DEBUG : sub dir/hello world2: Excluded 2026/04/23 02:45:52 DEBUG : sub dir/ignore dir: Excluded 2026/04/23 02:45:57 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2026/04/23 02:45:57 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2026/04/23 02:45:57 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2026/04/23 02:45:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2026/04/23 02:45:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2026/04/23 02:45:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2026/04/23 02:45:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (21.96s) === RUN TestListJSON run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:46:01 DEBUG : file1: md5 = d6bdf79017285f084e5980fc6336647b OK 2026/04/23 02:46:03 DEBUG : sub/file2: md5 = 3fde2349eb4aadafdd1bfea7c978d732 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 2026/04/23 02:46:06 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2026/04/23 02:46:06 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2026/04/23 02:46:06 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2026/04/23 02:46:08 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.18s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.27s) --- PASS: TestListJSON/DirsOnly (0.28s) --- PASS: TestListJSON/Recurse (0.49s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.27s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.65s) === RUN TestStatJSON run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:46:10 DEBUG : file1: md5 = 7c01d49ebd70443a147d519e377d910c OK 2026/04/23 02:46:12 DEBUG : sub/file2: md5 = 1c73e8eb6e2c1dbfc7dc33131033e536 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 2026/04/23 02:46:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hofixak2hoba/notfound" 2026/04/23 02:46:16 DEBUG : Config file has changed externally - reloading 2026/04/23 02:46:16 DEBUG : Creating backend with remote "TestDrive:crypt/bej108668k89o4k4m6bf3boc5qc3qtte0f7i6vrl6e9c8v70r5d0/qe0i31qdkoejk60elps0ni5sqk" 2026/04/23 02:46:20 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.56s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.25s) --- PASS: TestStatJSON/Dir (0.50s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.27s) --- PASS: TestStatJSON/File (0.23s) --- PASS: TestStatJSON/NotFound (0.46s) --- PASS: TestStatJSON/DirFilesOnly (0.23s) --- PASS: TestStatJSON/FileFilesOnly (0.23s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.23s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.72s) === RUN TestMkdir run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:46:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': Making directory 2026/04/23 02:46:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': Making directory --- PASS: TestMkdir (0.69s) === RUN TestLsd run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:46:23 DEBUG : sub dir/hello world: md5 = b2ccd489fbb2247033dff20958cb96be OK 2026/04/23 02:46:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.87s) === RUN TestLs run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:46:27 DEBUG : potato2: md5 = b74247d22495a42955dc416c4240bfa0 OK 2026/04/23 02:46:29 DEBUG : empty space: md5 = 30c1ec236de101f6836d82490e3a3714 OK --- PASS: TestLs (4.78s) === RUN TestLsWithFilesFrom run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:46:32 DEBUG : potato2: md5 = ef0e802334428a571c743c6f5dfce25d OK 2026/04/23 02:46:34 DEBUG : empty space: md5 = 4b8685ea866924b81edadefcde49b2f3 OK 2026/04/23 02:46:34 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.42s) === RUN TestLsLong run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:46:38 DEBUG : potato2: md5 = fe6fa0bd3d5b765adc4a8a6a291aabde OK 2026/04/23 02:46:39 DEBUG : empty space: md5 = 4565067cbb31bb71d1888677dfa06fe6 OK --- PASS: TestLsLong (5.02s) === RUN TestHashSums run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:46:43 DEBUG : potato2: md5 = 850d83dd5f7c907d1735a80f1be6fd9f OK 2026/04/23 02:46:44 DEBUG : empty space: md5 = cc5998bd22f1ca4d34351f09b3194a2d OK --- PASS: TestHashSums (4.57s) === RUN TestHashSumsWithErrors 2026/04/23 02:46:46 DEBUG : Creating backend with remote ":memory:" 2026/04/23 02:46:46 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/04/23 02:46:46 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/04/23 02:46:46 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/04/23 02:46:46 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/04/23 02:46:46 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/04/23 02:46:46 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/04/23 02:46:46 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/04/23 02:46:46 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/04/23 02:46:46 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:46:47 DEBUG : potato2: md5 = fd0556e4725ca4e075a45efb4ce6ac89 OK 2026/04/23 02:46:49 DEBUG : empty space: md5 = cd1423567787ee147fd405ff70a79475 OK 2026/04/23 02:46:51 DEBUG : sub dir/potato3: md5 = 9945b4923105fb83ad4bb733a2e020d3 OK 2026/04/23 02:46:54 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.48s) === RUN TestDelete run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:46:56 DEBUG : small: md5 = 8f2f01c71c121812f85fbe4b95f90ba7 OK 2026/04/23 02:46:57 DEBUG : medium: md5 = 93a49c1c6ffe0a0c2a1dd586872833cb OK 2026/04/23 02:46:59 DEBUG : large: md5 = b88dca7c0532759c6ae8911d01316d30 OK 2026/04/23 02:46:59 DEBUG : Waiting for deletions to finish 2026/04/23 02:46:59 DEBUG : large: Excluded (Size Filter) 2026/04/23 02:47:00 INFO : medium: Deleted 2026/04/23 02:47:00 INFO : small: Deleted --- PASS: TestDelete (6.50s) === RUN TestMaxDelete run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:47:02 DEBUG : small: md5 = 2a26abc508a17b002bc1ffdd23d4350b OK 2026/04/23 02:47:04 DEBUG : medium: md5 = 964a3bfaef517a65cf0d4d621d7d55dd OK 2026/04/23 02:47:05 DEBUG : large: md5 = 8b562bf1945d4bbcecbbcb60ff231a72 OK 2026/04/23 02:47:06 DEBUG : Waiting for deletions to finish 2026/04/23 02:47:06 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2026/04/23 02:47:06 INFO : small: Deleted 2026/04/23 02:47:06 INFO : large: Deleted --- PASS: TestMaxDelete (7.04s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:47:09 DEBUG : small: md5 = fd837530eec3291af877166c624ec55a OK 2026/04/23 02:47:11 DEBUG : medium: md5 = 3075e142e7916d695a0b543543426e2e OK 2026/04/23 02:47:13 DEBUG : large: md5 = b0d18712a1196b42ce2a3875b9a917b9 OK 2026/04/23 02:47:13 DEBUG : Waiting for deletions to finish 2026/04/23 02:47:13 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/04/23 02:47:14 INFO : small: Deleted 2026/04/23 02:47:14 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.40s) === RUN TestMaxDeleteSize run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:47:17 DEBUG : small: md5 = ac9f06a47aea1e31342985c12268a362 OK 2026/04/23 02:47:18 DEBUG : medium: md5 = 236e3c796a68b71f37144e415d6b5522 OK 2026/04/23 02:47:19 DEBUG : large: md5 = 18658f7edd843aaa5d55457fdc45c1e5 OK 2026/04/23 02:47:20 DEBUG : Waiting for deletions to finish 2026/04/23 02:47:20 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/04/23 02:47:21 INFO : medium: Deleted 2026/04/23 02:47:21 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.04s) === RUN TestReadFile run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:47:24 DEBUG : ReadFile: md5 = 298b07b263a9bee8a779dbada93113a9 OK --- PASS: TestReadFile (4.22s) === RUN TestRetry 2026/04/23 02:47:26 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/04/23 02:47:26 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/04/23 02:47:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/04/23 02:47:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/04/23 02:47:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/04/23 02:47:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/04/23 02:47:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:47:28 DEBUG : file1: md5 = aa007c6a1975441348564044def80bf9 OK 2026/04/23 02:47:29 DEBUG : file2: md5 = 98c35d6fff31740dce48abf04f2fd0bb OK --- PASS: TestCat (14.64s) === RUN TestPurge 2026/04/23 02:47:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-duderag2roke" 2026/04/23 02:47:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/23 02:47:41 DEBUG : Creating backend with remote "TestDrive:crypt/0kupv6d2cctb65ioj88n8kpu6hh5l97i4avcefqv187k5jvih0a0" 2026/04/23 02:47:42 DEBUG : Creating backend with remote "/tmp/rclone2633003070" run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-duderag2roke'", Local "Local file system at /tmp/rclone2633003070", Modify Window "1ms" 2026/04/23 02:47:47 DEBUG : A1/B1/C1/one: md5 = 080f3e61c658172cead6bd4621b210fd OK 2026/04/23 02:47:47 INFO : A2: Making directory 2026/04/23 02:47:48 INFO : A1/B2: Making directory 2026/04/23 02:47:49 INFO : A1/B2/C2: Making directory 2026/04/23 02:47:50 INFO : A1/B1/C3: Making directory 2026/04/23 02:47:50 INFO : A3: Making directory 2026/04/23 02:47:51 INFO : A3/B3: Making directory 2026/04/23 02:47:52 INFO : A3/B3/C4: Making directory 2026/04/23 02:47:54 DEBUG : A1/two: md5 = d9b352b483a6d06c46cb5fbfb70ea68e OK 2026/04/23 02:47:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-duderag2roke': Purge remote 2026/04/23 02:47:58 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.90s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:48:02 DEBUG : A1/B1/C1/one: md5 = 27289fd3ff82c78b7607562d77472d12 OK 2026/04/23 02:48:02 INFO : A2: Making directory 2026/04/23 02:48:02 INFO : A1/B2: Making directory 2026/04/23 02:48:03 INFO : A1/B2/C2: Making directory 2026/04/23 02:48:04 INFO : A1/B1/C3: Making directory 2026/04/23 02:48:05 INFO : A3: Making directory 2026/04/23 02:48:05 INFO : A3/B3: Making directory 2026/04/23 02:48:06 INFO : A3/B3/C4: Making directory 2026/04/23 02:48:08 DEBUG : A1/two: md5 = 6d2ffc404f6d10805d893320b3d4fddc OK 2026/04/23 02:48:10 DEBUG : removing 1 level 3 directories 2026/04/23 02:48:10 INFO : A3/B3/C4: Removing directory 2026/04/23 02:48:12 DEBUG : removing 2 level 3 directories 2026/04/23 02:48:12 INFO : A1/B2/C2: Removing directory 2026/04/23 02:48:12 INFO : A1/B1/C3: Removing directory 2026/04/23 02:48:13 DEBUG : removing 2 level 2 directories 2026/04/23 02:48:13 INFO : A3/B3: Removing directory 2026/04/23 02:48:13 INFO : A1/B2: Removing directory 2026/04/23 02:48:13 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2026/04/23 02:48:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2026/04/23 02:48:14 DEBUG : removing 2 level 1 directories 2026/04/23 02:48:14 INFO : A3: Removing directory 2026/04/23 02:48:14 INFO : A2: Removing directory 2026/04/23 02:48:14 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2026/04/23 02:48:18 DEBUG : removing 1 level 3 directories 2026/04/23 02:48:18 INFO : A1/B1/C1: Removing directory 2026/04/23 02:48:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:48:18 DEBUG : removing 1 level 2 directories 2026/04/23 02:48:18 INFO : A1/B1: Removing directory 2026/04/23 02:48:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2026/04/23 02:48:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2026/04/23 02:48:19 DEBUG : removing 1 level 1 directories 2026/04/23 02:48:19 INFO : A1: Removing directory 2026/04/23 02:48:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2026/04/23 02:48:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2026/04/23 02:48:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2026/04/23 02:48:20 DEBUG : removing 1 level 0 directories 2026/04/23 02:48:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': Removing directory 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2026/04/23 02:48:20 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (23.02s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:48:22 INFO : A1: Making directory 2026/04/23 02:48:22 INFO : A1/B1: Making directory 2026/04/23 02:48:23 INFO : A1/B1/C1: Making directory 2026/04/23 02:48:26 DEBUG : removing 1 level 3 directories 2026/04/23 02:48:26 INFO : A1/B1/C1: Removing directory 2026/04/23 02:48:27 DEBUG : removing 1 level 2 directories 2026/04/23 02:48:27 INFO : A1/B1: Removing directory 2026/04/23 02:48:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2026/04/23 02:48:28 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.03s) === RUN TestRmdirsWithFilter run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:48:29 INFO : A1: Making directory 2026/04/23 02:48:30 INFO : A1/B1: Making directory 2026/04/23 02:48:31 INFO : A1/B1/C1: Making directory 2026/04/23 02:48:33 DEBUG : removing 1 level 3 directories 2026/04/23 02:48:33 INFO : A1/B1/C1: Removing directory 2026/04/23 02:48:34 DEBUG : removing 1 level 2 directories 2026/04/23 02:48:34 INFO : A1/B1: Removing directory 2026/04/23 02:48:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2026/04/23 02:48:36 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.30s) === RUN TestCopyURL run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:48:38 DEBUG : file1: md5 = dc71af515380d49a80b590897700f533 OK 2026/04/23 02:48:38 DEBUG : filename.txt: File name found in url 2026/04/23 02:48:40 DEBUG : filename.txt: md5 = eae343517344f64948b9165888db52e1 OK 2026/04/23 02:48:40 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/04/23 02:48:41 DEBUG : headerfilename.txt: md5 = 2626b6113aa43cf93eeda096e0047baf OK 2026/04/23 02:48:43 DEBUG : file2: md5 = 2634bbc937e28662c41f5bceae5ef555 OK --- PASS: TestCopyURL (9.07s) === RUN TestCopyURLDownloadHeaders run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:48:47 DEBUG : file1: md5 = 487aff8114eafa9477ba1c777c3530a3 OK --- PASS: TestCopyURLDownloadHeaders (2.25s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:48:48 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/23 02:48:50 DEBUG : sub/file2: md5 = 7ec0afd574807be9b40e3b38953121e2 OK 2026/04/23 02:48:50 DEBUG : sub/file2: size = 14 OK 2026/04/23 02:48:50 INFO : file1: Copied (new) to: sub/file2 2026/04/23 02:48:50 INFO : file1: Deleted 2026/04/23 02:48:51 DEBUG : sub/file2: size = 14 OK 2026/04/23 02:48:51 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/04/23 02:48:51 DEBUG : file1: Unchanged skipping 2026/04/23 02:48:51 INFO : file1: Deleted 2026/04/23 02:48:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': don't need to copy/move sub/file2, it is already at target location 2026/04/23 02:48:53 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.13s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:48:54 DEBUG : file1: Need to transfer - File not found at Destination 2026/04/23 02:48:55 DEBUG : file1: md5 = 50c20bb192143dd62fd64631c222dcda OK 2026/04/23 02:48:55 DEBUG : file1: size = 14 OK 2026/04/23 02:48:55 INFO : file1: Copied (new) 2026/04/23 02:48:55 INFO : file1: Deleted 2026/04/23 02:48:56 DEBUG : file1: Destination exists, skipping 2026/04/23 02:48:56 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.27s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.44s) === RUN TestMoveFileBackupDir run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:49:00 DEBUG : dst/file1: md5 = a40f5fc062006f9d46effae6d8e89c5d OK 2026/04/23 02:49:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hofixak2hoba/backup" 2026/04/23 02:49:01 DEBUG : Creating backend with remote "TestDrive:crypt/bej108668k89o4k4m6bf3boc5qc3qtte0f7i6vrl6e9c8v70r5d0/1nrff024r7pq65ecp72fc28jb0" 2026/04/23 02:49:03 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1625755735) 2026/04/23 02:49:03 DEBUG : dst/file1: size = 18 (Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba') 2026/04/23 02:49:03 DEBUG : dst/file1: Sizes differ 2026/04/23 02:49:05 INFO : dst/file1: Moved (server-side) 2026/04/23 02:49:07 DEBUG : dst/file1: md5 = 578d5f8682fc1c52c684850f74d06d91 OK 2026/04/23 02:49:07 DEBUG : dst/file1: size = 14 OK 2026/04/23 02:49:07 INFO : dst/file1: Copied (new) 2026/04/23 02:49:07 INFO : dst/file1: Deleted 2026/04/23 02:49:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2026/04/23 02:49:10 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2026/04/23 02:49:11 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.41s) === 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:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:49:14 DEBUG : A1/one: md5 = 3417bd021aa3e273850016db7dadecc3 OK 2026/04/23 02:49:15 DEBUG : A1/two: md5 = 8959d602ded829be75e0135c55e7d16c OK 2026/04/23 02:49:17 DEBUG : A1/B1/three: md5 = c1e02f077a18003817a57fb9cc5d9ddd OK 2026/04/23 02:49:20 DEBUG : A1/B1/C1/four: md5 = f3e064a2c1600886aad13d2e6995b469 OK 2026/04/23 02:49:22 DEBUG : A1/B1/C2/five: md5 = 67289536c7bafd0b6be69bb077facca2 OK 2026/04/23 02:49:22 INFO : A1/B2: Making directory 2026/04/23 02:49:22 INFO : A1/B1/C3: Making directory 2026/04/23 02:49:32 INFO : A2/one: Moved (server-side) to: A3/one 2026/04/23 02:49:32 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/04/23 02:49:32 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/04/23 02:49:32 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/04/23 02:49:32 INFO : A2/two: Moved (server-side) to: A3/two 2026/04/23 02:49:35 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2026/04/23 02:49:35 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2026/04/23 02:49:35 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2026/04/23 02:49:35 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2026/04/23 02:49:35 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2026/04/23 02:49:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/04/23 02:49:43 INFO : A3/two: Moved (server-side) to: A4/two 2026/04/23 02:49:43 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/04/23 02:49:43 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/04/23 02:49:43 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/04/23 02:49:44 INFO : A3/one: Moved (server-side) to: A4/one 2026/04/23 02:49:46 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2026/04/23 02:49:46 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2026/04/23 02:49:46 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2026/04/23 02:49:47 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2026/04/23 02:49:47 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2026/04/23 02:49:53 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2026/04/23 02:49:54 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2026/04/23 02:49:54 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2026/04/23 02:49:54 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2026/04/23 02:49:54 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2026/04/23 02:49:54 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2026/04/23 02:49:55 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2026/04/23 02:49:55 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2026/04/23 02:49:55 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2026/04/23 02:49:55 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.28s) === RUN TestGetFsInfo run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:49:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': File to upload is small (34 bytes), uploading instead of streaming 2026/04/23 02:49:58 DEBUG : no_checksum_small_file_from_pipe: md5 = 8dfddadc3a1c9485bf08b753c6dde9db OK 2026/04/23 02:49:58 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/04/23 02:49:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/04/23 02:49:58 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/04/23 02:49:59 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2026/04/23 02:50:00 DEBUG : no_checksum_big_file_from_pipe: md5 = 915e3186cd7e05edddd38fcf76a0a6e8 OK 2026/04/23 02:50:00 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/04/23 02:50:00 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:50:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': File to upload is small (34 bytes), uploading instead of streaming 2026/04/23 02:50:03 DEBUG : with_checksum_small_file_from_pipe: md5 = ae5546c1ab9bc97ec5569eb4de8026f8 OK 2026/04/23 02:50:03 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/04/23 02:50:03 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/04/23 02:50:04 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2026/04/23 02:50:05 DEBUG : with_checksum_big_file_from_pipe: md5 = 5ca9c2c5658775bf1b26377bdc4c3d89 OK 2026/04/23 02:50:05 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/04/23 02:50:05 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:50:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': File to upload is small (34 bytes), uploading instead of streaming 2026/04/23 02:50:08 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/04/23 02:50:08 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/04/23 02:50:09 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2026/04/23 02:50:10 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/04/23 02:50:10 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:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:50:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': File to upload is small (34 bytes), uploading instead of streaming 2026/04/23 02:50:13 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/04/23 02:50:13 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/04/23 02:50:14 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2026/04/23 02:50:15 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/04/23 02:50:15 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.54s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.26s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.84s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.37s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.07s) === RUN TestRcatMetadata run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2026/04/23 02:50:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': File to upload is small (48 bytes), uploading instead of streaming 2026/04/23 02:50:18 DEBUG : rcat_metadata: md5 = 3ce7f0a0a7c6cbb243a578aec2439c16 OK 2026/04/23 02:50:18 DEBUG : rcat_metadata: size = 48 OK 2026/04/23 02:50:18 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2026/04/23 02:50:20 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2026/04/23 02:50:21 DEBUG : rcat_metadata_uploadcutoff0: md5 = b285991ad787a5ee4af65f9a13abcecb OK 2026/04/23 02:50:21 DEBUG : rcat_metadata_uploadcutoff0: size = 63 OK 2026/04/23 02:50:21 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.92s) --- PASS: TestRcatMetadata/Normal (2.64s) --- PASS: TestRcatMetadata/ViaDisk (2.80s) === RUN TestRcatSize run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:50:24 DEBUG : potato1: md5 = b47133583428973e56ef7e8e86b76d23 OK 2026/04/23 02:50:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': File to upload is small (60 bytes), uploading instead of streaming 2026/04/23 02:50:25 DEBUG : potato2: md5 = a590057226a3ce3f730735c7a531fef7 OK 2026/04/23 02:50:25 DEBUG : potato2: size = 60 OK 2026/04/23 02:50:25 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.46s) === RUN TestRcatSizeMetadata run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:50:28 DEBUG : potato1: md5 = a384ae6e3acc4ecee1de7656f5e3fec8 OK 2026/04/23 02:50:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': File to upload is small (60 bytes), uploading instead of streaming 2026/04/23 02:50:30 DEBUG : potato2: md5 = 4b6318ce09598ee4e9ebe26a32b63863 OK 2026/04/23 02:50:30 DEBUG : potato2: size = 60 OK 2026/04/23 02:50:30 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.14s) === RUN TestRcatSizeUploadHeaders run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:50:34 DEBUG : potato1: md5 = 5eecc2c0b0360909f30bee5aedfe66ef OK --- PASS: TestRcatSizeUploadHeaders (2.29s) === RUN TestTouchDir run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:50:36 DEBUG : potato2: md5 = 40321a4e6c52d4fc75da52f57327675e OK 2026/04/23 02:50:37 DEBUG : empty space: md5 = 5f690a9c7ca35d1faa434b516672ea3b OK 2026/04/23 02:50:40 DEBUG : sub dir/potato3: md5 = c2a301ab96e9d521ba9cb42524b8eead OK 2026/04/23 02:50:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': Touching "sub dir/potato3" 2026/04/23 02:50:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': Touching "empty space" 2026/04/23 02:50:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': Touching "potato2" 2026/04/23 02:50:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.95s) === RUN TestMkdirMetadata run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:50:44 DEBUG : dir with metadata: Making directory with metadata 2026/04/23 02:50:45 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.45s) === RUN TestMkdirModTime run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:50:47 DEBUG : directory with modtime: Making directory with metadata 2026/04/23 02:50:48 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.39s) === RUN TestCopyDirMetadata run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:50:49 DEBUG : dir with metadata to be copied: Making directory with metadata 2026/04/23 02:50:49 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/04/23 02:50:50 DEBUG : Google drive root 'crypt/bej108668k89o4k4m6bf3boc5qc3qtte0f7i6vrl6e9c8v70r5d0': Skipping btime metadata as can't update it on an existing file: 2026-04-23T02:50:49.78499655Z 2026/04/23 02:50:50 INFO : non existent directory: Updated directory metadata 2026/04/23 02:50:52 DEBUG : Google drive root 'crypt/bej108668k89o4k4m6bf3boc5qc3qtte0f7i6vrl6e9c8v70r5d0': Skipping btime metadata as can't update it on an existing file: 2026-04-23T02:50:49.78499655Z 2026/04/23 02:50:53 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.08s) === RUN TestSetDirModTime run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:50:54 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2026/04/23 02:50:56 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2026/04/23 02:50:57 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.21s) === RUN TestDirsEqual run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:50:59 DEBUG : dir with metadata to be copied: Making directory with metadata 2026/04/23 02:50:59 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/04/23 02:50:59 DEBUG : dst: Making directory with metadata 2026/04/23 02:51:00 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/04/23 02:51:00 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/04/23 02:51:00 INFO : dst: Set directory modification time (using SetModTime) 2026/04/23 02:51:00 INFO : dst: Set directory modification time (using SetModTime) 2026/04/23 02:51:00 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2026/04/23 02:51:01 INFO : dst: Set directory modification time (using SetModTime) 2026/04/23 02:51:01 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.80s) === RUN TestRemoveExisting run.go:185: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba'", Local "Local file system at /tmp/rclone1625755735", Modify Window "1ms" 2026/04/23 02:51:05 DEBUG : sub dir/test remove existing: md5 = 3636c45dd876b41d23d6d54c5a9a6003 OK 2026/04/23 02:51:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 6b1969229efb9d8ea9a5856209deb653 OK 2026/04/23 02:51:08 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.peradez2" before starting 2026/04/23 02:51:09 DEBUG : sub dir/test remove existing.peradez2: TEST: removing renamed existing file after operation 2026/04/23 02:51:10 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kawojej6" before starting 2026/04/23 02:51:11 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.kawojej6: TEST: renaming existing back after failed operation 2026/04/23 02:51:12 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.turavaz7" before starting 2026/04/23 02:51:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.turavaz7: TEST: removing renamed existing file after operation 2026/04/23 02:51:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9s62ucbii4ha91e8udftej24g23tljdvu0tqkutmtbummtv9pdl0" 2026/04/23 02:51:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mkv48bv3gmordb2o5nvcjr69qoqvusebsa855jni3ul1vkn9ac4o6crtudajdhu7g9u8c5slddc0p696138ifu1kkoifm15nab9bh5pn1vu37r7o32nqsj4s0ph6t53ss58ssv2iffd0hh5c9evi2j1u79366q4tes2c23r3joddiboc6aa0" --- PASS: TestRemoveExisting (13.15s) === 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 TestRcHashsumSingleFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumSingleFile (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2026/04/23 02:51:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hofixak2hoba': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 11m11.159912351s (try 1/5)