"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/08/18 04:49:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rezavan8xaxe" 2025/08/18 04:49:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/18 04:49:04 DEBUG : Creating backend with remote "TestDrive:crypt/cs70qmmar7d9esevvtf2njh0rsgs6tb48drnfobpqbjair9toem0" 2025/08/18 04:49:06 DEBUG : Creating backend with remote "/tmp/rclone4136457206" === RUN TestDoMultiThreadCopy --- PASS: TestDoMultiThreadCopy (0.00s) === RUN TestMultithreadCalculateNumChunks === RUN TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} === RUN TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} === RUN TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} --- PASS: TestMultithreadCalculateNumChunks (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} (0.00s) === RUN TestMultithreadCopy run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.22s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.20s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/08/18 04:49:06 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/18 04:49:06 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/18 04:49:06 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/08/18 04:49:06 DEBUG : potato: Seek from 10 to 0 2025/08/18 04:49:06 DEBUG : potato: Seek from 10 to 0 2025/08/18 04:49:06 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/08/18 04:49:06 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/18 04:49:06 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/18 04:49:06 DEBUG : potato: Seek from 5 to 2 2025/08/18 04:49:06 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/08/18 04:49:06 DEBUG : potato: Seek from 7 to 0 2025/08/18 04:49:06 DEBUG : potato: Seek from 7 to 0 2025/08/18 04:49:06 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/08/18 04:49:06 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/18 04:49:06 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/18 04:49:06 DEBUG : potato: Seek from 5 to 2 2025/08/18 04:49:06 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/08/18 04:49:06 DEBUG : potato: Seek from 8 to 0 2025/08/18 04:49:06 DEBUG : potato: Seek from 8 to 0 2025/08/18 04:49:06 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/08/18 04:49:06 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/18 04:49:06 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/18 04:49:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/18 04:49:06 DEBUG : potato: Seek from 5 to 2 2025/08/18 04:49:06 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/08/18 04:49:06 DEBUG : potato: Seek from 9 to 0 2025/08/18 04:49:06 DEBUG : potato: Seek from 9 to 0 2025/08/18 04:49:06 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:49:09 DEBUG : rutabaga: md5 = f46f20175dfaad648e94ffdf1717110a OK === RUN TestCheck/1 === RUN TestCheck/2 2025/08/18 04:49:11 DEBUG : empty space: md5 = 2a0736b55f90bfd51b47454b62af0611 OK === RUN TestCheck/3 2025/08/18 04:49:13 DEBUG : potato2: md5 = 77740a1349c029edc9bd563a80a5255b OK === RUN TestCheck/4 === RUN TestCheck/5 2025/08/18 04:49:15 DEBUG : remotepotato: md5 = 052d1fac67c4ba15cf3dc22b1ba2dd72 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.71s) --- PASS: TestCheck/1 (0.28s) --- PASS: TestCheck/2 (0.22s) --- PASS: TestCheck/3 (0.48s) --- PASS: TestCheck/4 (0.23s) --- PASS: TestCheck/5 (0.23s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2025/08/18 04:49:18 DEBUG : Creating backend with remote "nonexistent" 2025/08/18 04:49:18 DEBUG : Creating backend with remote "nonexistent" 2025/08/18 04:49:18 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/08/18 04:49:18 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/08/18 04:49:18 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/08/18 04:49:18 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:49:19 DEBUG : rutabaga: md5 = 68fb48edf598cf6e011481a302f71a63 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/08/18 04:49:24 DEBUG : empty space: md5 = f70b2e64ff6bf08eb90ff5d1c04257d2 OK === RUN TestCheckDownload/3 2025/08/18 04:49:27 DEBUG : potato2: md5 = c4125685b88588ea9c8dfee4309bf6c7 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/08/18 04:49:31 DEBUG : remotepotato: md5 = 5559e2702f0a99012e71463be349a51d OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.38s) --- PASS: TestCheckDownload/1 (1.11s) --- PASS: TestCheckDownload/2 (1.32s) --- PASS: TestCheckDownload/3 (1.43s) --- PASS: TestCheckDownload/4 (1.10s) --- PASS: TestCheckDownload/5 (1.22s) --- PASS: TestCheckDownload/6 (1.31s) --- PASS: TestCheckDownload/7 (0.87s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:49:37 DEBUG : rutabaga: md5 = 3aedb544fedcc63258f7d078b1e0ef49 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/08/18 04:49:39 DEBUG : empty space: md5 = 264810b689501bb7fc64d8f2d49b6602 OK === RUN TestCheckSizeOnly/3 2025/08/18 04:49:41 DEBUG : potato2: md5 = 0c35d63af6b94aad047a31f196b20d9c OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/08/18 04:49:43 DEBUG : remotepotato: md5 = 358eaa12609193212f41095dba4346c1 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.83s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.28s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.23s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:49:48 DEBUG : test.sum: md5 = 28f6ee9ef7fa79c747205aeda48ce466 OK 2025/08/18 04:49:49 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/18 04:49:49 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/18 04:49:49 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/18 04:49:49 NOTICE: test.sum: 2 warning(s) suppressed... 2025/08/18 04:49:50 DEBUG : test.sum: md5 = 273d42aa60e5f4766dc0216904c463fe OK 2025/08/18 04:49:52 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/18 04:49:52 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/18 04:49:52 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/18 04:49:52 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.11s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:49:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rezavan8xaxe/data" 2025/08/18 04:49:53 DEBUG : Creating backend with remote "TestDrive:crypt/cs70qmmar7d9esevvtf2njh0rsgs6tb48drnfobpqbjair9toem0/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe/data' lacks md5, skipping --- SKIP: TestCheckSum (1.98s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:49:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rezavan8xaxe/data" 2025/08/18 04:49:55 DEBUG : Creating backend with remote "TestDrive:crypt/cs70qmmar7d9esevvtf2njh0rsgs6tb48drnfobpqbjair9toem0/vjrnln8ratgmqakfosrqe8espk" 2025/08/18 04:49:58 DEBUG : data/banana: md5 = 1bab738b0cee218117728da5ae796dac OK 2025/08/18 04:50:00 DEBUG : test.sum: md5 = b4e3f6038ce179cdbdcc30f7c1fc767a OK === RUN TestCheckSumDownload/subtest1 2025/08/18 04:50:04 DEBUG : data/potato: md5 = cb76e881c7ed939b4240de5040f5d8d3 OK 2025/08/18 04:50:06 DEBUG : test.sum: md5 = 90af149e96285eb05f960c4901ee995e OK === RUN TestCheckSumDownload/subtest2 2025/08/18 04:50:11 DEBUG : test.sum: md5 = cd7b8d271d97e26aebdcf39ac75a533b OK === RUN TestCheckSumDownload/subtest3 2025/08/18 04:50:15 DEBUG : test.sum: md5 = b4683908328d680fe960cbb2da8dd38a OK === RUN TestCheckSumDownload/subtest4 2025/08/18 04:50:19 DEBUG : test.sum: md5 = 2a0b68429f483decd3f6bedc2c24c209 OK === RUN TestCheckSumDownload/subtest5 2025/08/18 04:50:24 DEBUG : test.sum: md5 = 90a00df81626e8759feb071b19d75168 OK === RUN TestCheckSumDownload/subtest6 2025/08/18 04:50:29 DEBUG : data/banana: md5 = 24450ff8ca47b7a4114592b6e0c1a1b8 OK 2025/08/18 04:50:30 DEBUG : data/potato: md5 = debeda81a20d027fa5f515509d05cdb5 OK 2025/08/18 04:50:32 DEBUG : test.sum: md5 = dcd123c099c9072316e2757d036d1653 OK === RUN TestCheckSumDownload/subtest7 2025/08/18 04:50:37 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/08/18 04:50:37 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (42.99s) --- PASS: TestCheckSumDownload/subtest1 (2.57s) --- PASS: TestCheckSumDownload/subtest2 (2.50s) --- PASS: TestCheckSumDownload/subtest3 (2.39s) --- PASS: TestCheckSumDownload/subtest4 (2.19s) --- PASS: TestCheckSumDownload/subtest5 (2.92s) --- PASS: TestCheckSumDownload/subtest6 (2.48s) --- PASS: TestCheckSumDownload/subtest7 (2.43s) === RUN TestApplyTransforms 2025/08/18 04:50:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pehuwit4futa" 2025/08/18 04:50:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/18 04:50:38 DEBUG : Creating backend with remote "TestDrive:crypt/fsjk5g374e0qnc6nfct2qborp59quaphr7uicd9cqsq8is317o1g" 2025/08/18 04:50:39 DEBUG : Creating backend with remote "/tmp/rclone653289576" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pehuwit4futa'", Local "Local file system at /tmp/rclone653289576", Modify Window "1ms" 2025/08/18 04:50:41 DEBUG : hello, world!: md5 = aef470c70e3b8823617df55558c8c8f0 OK upper checkfile vs. lower remote (without normalization) 2025/08/18 04:50:41 ERROR : hello, world!: sum not found 2025/08/18 04:50:41 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-pehuwit4futa' 2025/08/18 04:50:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pehuwit4futa': 1 files missing 2025/08/18 04:50:41 NOTICE: 1 hashes missing 2025/08/18 04:50:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pehuwit4futa': 1 differences found 2025/08/18 04:50:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pehuwit4futa': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/08/18 04:50:42 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/18 04:50:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pehuwit4futa': 0 differences found 2025/08/18 04:50:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pehuwit4futa': 1 matching files 2025/08/18 04:50:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jakumer6hoxo" 2025/08/18 04:50:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/18 04:50:43 DEBUG : Creating backend with remote "TestDrive:crypt/pm1gh9kmrd70hqshb361802guejka3q83fv1ne586etem3djc370" 2025/08/18 04:50:43 DEBUG : Creating backend with remote "/tmp/rclone3970530489" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jakumer6hoxo'", Local "Local file system at /tmp/rclone3970530489", Modify Window "1ms" 2025/08/18 04:50:46 DEBUG : HELLO, WORLD!: md5 = 101c54c382b1e694d6ddee25836ae943 OK lower checkfile vs. upper remote (without normalization) 2025/08/18 04:50:46 ERROR : HELLO, WORLD!: sum not found 2025/08/18 04:50:46 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jakumer6hoxo' 2025/08/18 04:50:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jakumer6hoxo': 1 files missing 2025/08/18 04:50:46 NOTICE: 1 hashes missing 2025/08/18 04:50:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jakumer6hoxo': 1 differences found 2025/08/18 04:50:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jakumer6hoxo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/08/18 04:50:47 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/18 04:50:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jakumer6hoxo': 0 differences found 2025/08/18 04:50:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jakumer6hoxo': 1 matching files 2025/08/18 04:50:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rilucom4cudu" 2025/08/18 04:50:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/18 04:50:47 DEBUG : Creating backend with remote "TestDrive:crypt/bcu178fqb5lk0u87icpujklok08jdg00dd2bmm6jt3pvmf0hsteg" 2025/08/18 04:50:48 DEBUG : Creating backend with remote "/tmp/rclone1394456645" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rilucom4cudu'", Local "Local file system at /tmp/rclone1394456645", Modify Window "1ms" 2025/08/18 04:50:50 DEBUG : HeLlO, wOrLd!: md5 = 3fba96053eaff8dc5395c02bfbe2a10a OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/08/18 04:50:51 ERROR : HeLlO, wOrLd!: sum not found 2025/08/18 04:50:51 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-rilucom4cudu' 2025/08/18 04:50:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rilucom4cudu': 1 files missing 2025/08/18 04:50:51 NOTICE: 1 hashes missing 2025/08/18 04:50:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rilucom4cudu': 1 differences found 2025/08/18 04:50:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rilucom4cudu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/08/18 04:50:52 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/18 04:50:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rilucom4cudu': 0 differences found 2025/08/18 04:50:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rilucom4cudu': 1 matching files 2025/08/18 04:50:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xadocey6fuzi" 2025/08/18 04:50:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/18 04:50:52 DEBUG : Creating backend with remote "TestDrive:crypt/pddlh50f1ij09b3291v235vs3ltqaiq458b6nt0oo3jmd4n38260" 2025/08/18 04:50:53 DEBUG : Creating backend with remote "/tmp/rclone3982527425" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xadocey6fuzi'", Local "Local file system at /tmp/rclone3982527425", Modify Window "1ms" 2025/08/18 04:50:55 DEBUG : HELLO, WORLD!: md5 = 7e82ad8dbe52e50b1b73502db87cc27a OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/08/18 04:50:56 ERROR : HELLO, WORLD!: sum not found 2025/08/18 04:50:56 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xadocey6fuzi' 2025/08/18 04:50:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xadocey6fuzi': 1 files missing 2025/08/18 04:50:56 NOTICE: 1 hashes missing 2025/08/18 04:50:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xadocey6fuzi': 1 differences found 2025/08/18 04:50:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xadocey6fuzi': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/08/18 04:50:57 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/18 04:50:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xadocey6fuzi': 0 differences found 2025/08/18 04:50:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xadocey6fuzi': 1 matching files 2025/08/18 04:50:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-faxavaz2jusa" 2025/08/18 04:50:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/18 04:50:57 DEBUG : Creating backend with remote "TestDrive:crypt/chm8u1kaetumb588nrbsn1sts783lufbmcefeirvb2q0cepfnfu0" 2025/08/18 04:50:58 DEBUG : Creating backend with remote "/tmp/rclone155220106" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faxavaz2jusa'", Local "Local file system at /tmp/rclone155220106", Modify Window "1ms" 2025/08/18 04:51:01 DEBUG : 測試_Русский___ě_áñ: md5 = 49234a7c7b63c0c0de370bbe1e58176f OK NFD checkfile vs. NFC remote (without normalization) 2025/08/18 04:51:01 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/18 04:51:01 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-faxavaz2jusa' 2025/08/18 04:51:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faxavaz2jusa': 1 files missing 2025/08/18 04:51:01 NOTICE: 1 hashes missing 2025/08/18 04:51:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faxavaz2jusa': 1 differences found 2025/08/18 04:51:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faxavaz2jusa': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/08/18 04:51:02 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/18 04:51:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faxavaz2jusa': 0 differences found 2025/08/18 04:51:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faxavaz2jusa': 1 matching files 2025/08/18 04:51:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bamenuf8lano" 2025/08/18 04:51:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/18 04:51:02 DEBUG : Creating backend with remote "TestDrive:crypt/dpc9rrccr6pajn84qstgfet47l4t1qoe887nbep99o345mohqpeg" 2025/08/18 04:51:04 DEBUG : Creating backend with remote "/tmp/rclone4166770810" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bamenuf8lano'", Local "Local file system at /tmp/rclone4166770810", Modify Window "1ms" 2025/08/18 04:51:06 DEBUG : 測試_Русский___ě_áñ: md5 = 89b2da38ddeb85e09bfa882d02e385b5 OK NFC checkfile vs. NFD remote (without normalization) 2025/08/18 04:51:06 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/18 04:51:06 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bamenuf8lano' 2025/08/18 04:51:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bamenuf8lano': 1 files missing 2025/08/18 04:51:06 NOTICE: 1 hashes missing 2025/08/18 04:51:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bamenuf8lano': 1 differences found 2025/08/18 04:51:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bamenuf8lano': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/08/18 04:51:07 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/18 04:51:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bamenuf8lano': 0 differences found 2025/08/18 04:51:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bamenuf8lano': 1 matching files 2025/08/18 04:51:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wunexum9jite" 2025/08/18 04:51:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/18 04:51:07 DEBUG : Creating backend with remote "TestDrive:crypt/gm6tgajhu8tu8bi9ta6a9h94eah0kin5j9qeurn8d35082cbkcag" 2025/08/18 04:51:08 DEBUG : Creating backend with remote "/tmp/rclone2284110182" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wunexum9jite'", Local "Local file system at /tmp/rclone2284110182", Modify Window "1ms" 2025/08/18 04:51:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 8b294583be3c3e7143766e958f5badd9 OK NFDx2 checkfile vs. both remote (without normalization) 2025/08/18 04:51:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/18 04:51:11 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wunexum9jite' 2025/08/18 04:51:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wunexum9jite': 1 files missing 2025/08/18 04:51:11 NOTICE: 1 hashes missing 2025/08/18 04:51:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wunexum9jite': 1 differences found 2025/08/18 04:51:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wunexum9jite': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/08/18 04:51:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/18 04:51:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wunexum9jite': 0 differences found 2025/08/18 04:51:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wunexum9jite': 1 matching files 2025/08/18 04:51:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-viceyif3cexu" 2025/08/18 04:51:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/18 04:51:12 DEBUG : Creating backend with remote "TestDrive:crypt/7tgg7n8ori6khcnfc944qb7jbmclhku05k8ttjec5bb8af3u3ev0" 2025/08/18 04:51:13 DEBUG : Creating backend with remote "/tmp/rclone120960759" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-viceyif3cexu'", Local "Local file system at /tmp/rclone120960759", Modify Window "1ms" 2025/08/18 04:51:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 0386bd82bf8ef6971c40a58c1390a320 OK NFCx2 checkfile vs. both remote (without normalization) 2025/08/18 04:51:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/18 04:51:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-viceyif3cexu' 2025/08/18 04:51:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-viceyif3cexu': 1 files missing 2025/08/18 04:51:16 NOTICE: 1 hashes missing 2025/08/18 04:51:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-viceyif3cexu': 1 differences found 2025/08/18 04:51:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-viceyif3cexu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/08/18 04:51:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/18 04:51:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-viceyif3cexu': 0 differences found 2025/08/18 04:51:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-viceyif3cexu': 1 matching files 2025/08/18 04:51:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zowuraj5suwi" 2025/08/18 04:51:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/18 04:51:17 DEBUG : Creating backend with remote "TestDrive:crypt/idh1faepd4jrceqh24d9bq4bb9vqohn48shemdf81t9endb46cvg" 2025/08/18 04:51:18 DEBUG : Creating backend with remote "/tmp/rclone1541757985" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zowuraj5suwi'", Local "Local file system at /tmp/rclone1541757985", Modify Window "1ms" 2025/08/18 04:51:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = f5d7266c116734ef87d55df2999ff421 OK both checkfile vs. NFDx2 remote (without normalization) 2025/08/18 04:51:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/18 04:51:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zowuraj5suwi' 2025/08/18 04:51:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zowuraj5suwi': 1 files missing 2025/08/18 04:51:21 NOTICE: 1 hashes missing 2025/08/18 04:51:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zowuraj5suwi': 1 differences found 2025/08/18 04:51:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zowuraj5suwi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/08/18 04:51:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/18 04:51:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zowuraj5suwi': 0 differences found 2025/08/18 04:51:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zowuraj5suwi': 1 matching files 2025/08/18 04:51:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yuqihuy8kuce" 2025/08/18 04:51:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/18 04:51:22 DEBUG : Creating backend with remote "TestDrive:crypt/cr5811q2o202hmte6iu7p4e5sj5a8050qhmsa2jjqg30g8dt4klg" 2025/08/18 04:51:23 DEBUG : Creating backend with remote "/tmp/rclone4159141150" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yuqihuy8kuce'", Local "Local file system at /tmp/rclone4159141150", Modify Window "1ms" 2025/08/18 04:51:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 92a7cd5d0751f7c6d1fc2a75708dff9d OK both checkfile vs. NFCx2 remote (without normalization) 2025/08/18 04:51:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/18 04:51:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yuqihuy8kuce' 2025/08/18 04:51:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yuqihuy8kuce': 1 files missing 2025/08/18 04:51:26 NOTICE: 1 hashes missing 2025/08/18 04:51:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yuqihuy8kuce': 1 differences found 2025/08/18 04:51:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yuqihuy8kuce': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/08/18 04:51:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/18 04:51:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yuqihuy8kuce': 0 differences found 2025/08/18 04:51:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yuqihuy8kuce': 1 matching files 2025/08/18 04:51:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yuqihuy8kuce': Purge remote 2025/08/18 04:51:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zowuraj5suwi': Purge remote 2025/08/18 04:51:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-viceyif3cexu': Purge remote 2025/08/18 04:51:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wunexum9jite': Purge remote 2025/08/18 04:51:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bamenuf8lano': Purge remote 2025/08/18 04:51:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faxavaz2jusa': Purge remote 2025/08/18 04:51:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xadocey6fuzi': Purge remote 2025/08/18 04:51:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rilucom4cudu': Purge remote 2025/08/18 04:51:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jakumer6hoxo': Purge remote 2025/08/18 04:51:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pehuwit4futa': Purge remote --- PASS: TestApplyTransforms (54.44s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:51:32 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/18 04:51:34 DEBUG : sub/file2: md5 = 532266755bfdc15e332019b4e7ac2caf OK 2025/08/18 04:51:34 INFO : file1: Copied (new) to: sub/file2 2025/08/18 04:51:35 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/18 04:51:35 DEBUG : file1: Unchanged skipping 2025/08/18 04:51:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': don't need to copy/move sub/file2, it is already at target location 2025/08/18 04:51:37 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.95s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.51s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:51:41 DEBUG : dst/file1: md5 = 50f9a4f4ab4122d23c4e5e1b7388970e OK 2025/08/18 04:51:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rezavan8xaxe/backup" 2025/08/18 04:51:42 DEBUG : Creating backend with remote "TestDrive:crypt/cs70qmmar7d9esevvtf2njh0rsgs6tb48drnfobpqbjair9toem0/1nrff024r7pq65ecp72fc28jb0" 2025/08/18 04:51:43 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/18 04:51:45 INFO : dst/file1: Moved (server-side) 2025/08/18 04:51:47 DEBUG : dst/file1: md5 = 418a60f4172a2f47930e9547edbb3b49 OK 2025/08/18 04:51:47 INFO : dst/file1: Copied (new) 2025/08/18 04:51:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/18 04:51:50 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/18 04:51:51 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.93s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:51:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rezavan8xaxe/dst" 2025/08/18 04:51:51 DEBUG : Creating backend with remote "TestDrive:crypt/cs70qmmar7d9esevvtf2njh0rsgs6tb48drnfobpqbjair9toem0/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/18 04:51:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rezavan8xaxe/CompareDest" 2025/08/18 04:51:53 DEBUG : Creating backend with remote "TestDrive:crypt/cs70qmmar7d9esevvtf2njh0rsgs6tb48drnfobpqbjair9toem0/gveqi14airsml4bgu7krj116o8" 2025/08/18 04:51:54 DEBUG : one: Need to transfer - File not found at Destination 2025/08/18 04:51:57 DEBUG : one: md5 = b71ea59a54d8607aa4522c824e37b538 OK 2025/08/18 04:51:57 INFO : one: Copied (new) 2025/08/18 04:51:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/18 04:52:00 DEBUG : one: md5 = 3c82a2b1fb0a0c862e83cc63bc5eeddf OK 2025/08/18 04:52:00 INFO : one: Copied (replaced existing) 2025/08/18 04:52:02 DEBUG : dst/one: md5 = 2a86c223de3f8566818545ece9e5957d OK 2025/08/18 04:52:04 DEBUG : CompareDest/one: md5 = 5d71fc7132f407fc1ddb9e7b99bb1931 OK 2025/08/18 04:52:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/18 04:52:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/18 04:52:05 DEBUG : one: Destination found in --compare-dest, skipping 2025/08/18 04:52:07 DEBUG : CompareDest/two: md5 = 2f0ea86671cdbfd750b8cae224d915f6 OK 2025/08/18 04:52:08 DEBUG : two: Need to transfer - File not found at Destination 2025/08/18 04:52:08 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/18 04:52:08 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/18 04:52:09 DEBUG : two: Need to transfer - File not found at Destination 2025/08/18 04:52:09 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/18 04:52:09 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/18 04:52:10 DEBUG : two: Need to transfer - File not found at Destination 2025/08/18 04:52:11 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/08/18 04:52:12 DEBUG : two: md5 = 19657c8df780db0eb97dba0d0101403e OK 2025/08/18 04:52:12 INFO : two: Copied (new) 2025/08/18 04:52:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/18 04:52:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:52:16 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/18 04:52:16 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (25.46s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:52:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rezavan8xaxe/dst" 2025/08/18 04:52:17 DEBUG : Creating backend with remote "TestDrive:crypt/cs70qmmar7d9esevvtf2njh0rsgs6tb48drnfobpqbjair9toem0/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/18 04:52:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rezavan8xaxe/CopyDest" 2025/08/18 04:52:19 DEBUG : Creating backend with remote "TestDrive:crypt/cs70qmmar7d9esevvtf2njh0rsgs6tb48drnfobpqbjair9toem0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/18 04:52:20 DEBUG : one: Need to transfer - File not found at Destination 2025/08/18 04:52:22 DEBUG : one: md5 = 7912f14a3a8459b34b6db56ee2a317d2 OK 2025/08/18 04:52:22 INFO : one: Copied (new) 2025/08/18 04:52:23 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/18 04:52:26 DEBUG : one: md5 = 556ef2bb3e8505d3254c1c27a2a11bfc OK 2025/08/18 04:52:26 INFO : one: Copied (replaced existing) 2025/08/18 04:52:28 DEBUG : dst/one: md5 = 71835a1d76979bf0ec7935c7fff25c76 OK 2025/08/18 04:52:30 DEBUG : CopyDest/one: md5 = 15c896b841450e3278a0a15248501a89 OK 2025/08/18 04:52:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rezavan8xaxe/BackupDir" 2025/08/18 04:52:31 DEBUG : Creating backend with remote "TestDrive:crypt/cs70qmmar7d9esevvtf2njh0rsgs6tb48drnfobpqbjair9toem0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/18 04:52:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/18 04:52:33 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/18 04:52:33 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/18 04:52:34 INFO : one: Moved (server-side) 2025/08/18 04:52:36 INFO : one: Copied (server-side copy) 2025/08/18 04:52:36 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/08/18 04:52:38 DEBUG : CopyDest/two: md5 = ef4642198d342976effb7d8f8d6216e8 OK 2025/08/18 04:52:38 DEBUG : two: Need to transfer - File not found at Destination 2025/08/18 04:52:38 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/18 04:52:40 INFO : two: Copied (server-side copy) 2025/08/18 04:52:40 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/08/18 04:52:41 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/18 04:52:41 DEBUG : two: Unchanged skipping 2025/08/18 04:52:43 DEBUG : CopyDest/three: md5 = 0b697b495cd6e7245cd9281def899568 OK 2025/08/18 04:52:44 DEBUG : three: Need to transfer - File not found at Destination 2025/08/18 04:52:44 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/08/18 04:52:44 DEBUG : three: Destination not found in --copy-dest 2025/08/18 04:52:45 DEBUG : three: md5 = 4044e56bae53e6e28def338803a77dfe OK 2025/08/18 04:52:45 INFO : three: Copied (new) 2025/08/18 04:52:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/18 04:52:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:52:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/18 04:52:50 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/18 04:52:50 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/18 04:52:50 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:52:51 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (34.81s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.44s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.43s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:52:53 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/08/18 04:52:55 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 5eed71dcedc94c72d2978fe117493d43 OK 2025/08/18 04:52:55 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/08/18 04:52:56 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/08/18 04:52:56 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:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/08/18 04:52:57 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/08/18 04:52:58 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/08/18 04:52:59 DEBUG : TestCopyFileMaxTransfer/file4: md5 = fda135ae19ef99d38404e6d8c27455a2 OK 2025/08/18 04:52:59 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/08/18 04:53:01 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/08/18 04:53:01 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.54s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.45s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:53:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': Looking for duplicate names using skip mode. 2025/08/18 04:53:05 NOTICE: one: Found 2 files with duplicate names 2025/08/18 04:53:05 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.71s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:53:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': Looking for duplicate names using skip mode. 2025/08/18 04:53:11 NOTICE: one: Found 3 files with duplicate names 2025/08/18 04:53:11 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/08/18 04:53:12 INFO : one: Deleted 2025/08/18 04:53:12 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.40s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:53:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': Looking for duplicate names using first mode. 2025/08/18 04:53:18 NOTICE: one: Found 3 files with duplicate names 2025/08/18 04:53:18 INFO : one: Deleted 2025/08/18 04:53:19 INFO : one: Deleted 2025/08/18 04:53:19 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.57s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:53:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': Looking for duplicate names using newest mode. 2025/08/18 04:53:24 NOTICE: one: Found 3 files with duplicate names 2025/08/18 04:53:25 INFO : one: Deleted 2025/08/18 04:53:25 INFO : one: Deleted 2025/08/18 04:53:25 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.40s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.46s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:53:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': Looking for duplicate names using oldest mode. 2025/08/18 04:53:31 NOTICE: one: Found 3 files with duplicate names 2025/08/18 04:53:32 INFO : one: Deleted 2025/08/18 04:53:32 INFO : one: Deleted 2025/08/18 04:53:32 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.43s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:53:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': Looking for duplicate names using largest mode. 2025/08/18 04:53:38 NOTICE: one: Found 3 files with duplicate names 2025/08/18 04:53:38 INFO : one: Deleted 2025/08/18 04:53:39 INFO : one: Deleted 2025/08/18 04:53:39 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.69s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:53:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': Looking for duplicate names using smallest mode. 2025/08/18 04:53:44 NOTICE: one: Found 3 files with duplicate names 2025/08/18 04:53:45 INFO : one: Deleted 2025/08/18 04:53:45 INFO : one: Deleted 2025/08/18 04:53:45 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.41s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:53:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': Looking for duplicate names using rename mode. 2025/08/18 04:53:52 NOTICE: one.txt: Found 3 files with duplicate names 2025/08/18 04:53:53 INFO : one-2.txt: renamed from: one.txt 2025/08/18 04:53:55 INFO : one-3.txt: renamed from: one.txt 2025/08/18 04:53:56 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.66s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:54:00 DEBUG : dupe1/one.txt: md5 = 1c2f9b45532c2c0bac2dba278b8c4629 OK 2025/08/18 04:54:03 DEBUG : dupe2/two.txt: md5 = e4aab14c23e08d02d13f88501bb7ef32 OK 2025/08/18 04:54:05 DEBUG : dupe3/three.txt: md5 = 1707fddd269e044698c3d979747db0e3 OK 2025/08/18 04:54:05 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/08/18 04:54:06 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/08/18 04:54:06 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/08/18 04:54:08 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/08/18 04:54:11 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/08/18 04:54:11 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/08/18 04:54:11 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.49s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:54:13 DEBUG : a.txt: md5 = 147343eeaf9ed67b71bf35bbacec4e7f OK 2025/08/18 04:54:15 DEBUG : zend.txt: md5 = 468675d3c8f0aaec399b112b96fd8884 OK 2025/08/18 04:54:17 DEBUG : sub dir/hello world: md5 = 5c63ebff61e3a65e0fc54d010f4e4ff6 OK 2025/08/18 04:54:18 DEBUG : sub dir/hello world2: md5 = 55ba7bc4409436cb82a4a06aa34ed26a OK 2025/08/18 04:54:21 DEBUG : sub dir/ignore dir/.ignore: md5 = 62d9dede6bfde54b3b7613c293012184 OK 2025/08/18 04:54:22 DEBUG : sub dir/ignore dir/should be ignored: md5 = b62bb6a65c0f99ce84a4d7fedb2aeca6 OK 2025/08/18 04:54:24 DEBUG : sub dir/sub sub dir/hello world3: md5 = a4c3bf76577b9580a2fa6cb66f09ca2c OK 2025/08/18 04:54:25 DEBUG : a.txt: Excluded (Size Filter) 2025/08/18 04:54:25 DEBUG : a.txt: Excluded 2025/08/18 04:54:26 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/18 04:54:26 DEBUG : sub dir/hello world2: Excluded 2025/08/18 04:54:26 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/18 04:54:26 DEBUG : sub dir/hello world: Excluded 2025/08/18 04:54:27 DEBUG : sub dir/ignore dir: Excluded 2025/08/18 04:54:27 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/18 04:54:27 DEBUG : sub dir/hello world2: Excluded 2025/08/18 04:54:27 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/18 04:54:27 DEBUG : sub dir/hello world: Excluded 2025/08/18 04:54:27 DEBUG : sub dir/ignore dir: Excluded 2025/08/18 04:54:31 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/18 04:54:32 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/18 04:54:32 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/18 04:54:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/18 04:54:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/18 04:54:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/08/18 04:54:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (21.65s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:54:35 DEBUG : a.txt: md5 = 1843e147b9ab03297a356269d936ed58 OK 2025/08/18 04:54:36 DEBUG : zend.txt: md5 = 7e5f958956885e06c1b30e53f3ae1837 OK 2025/08/18 04:54:38 DEBUG : sub dir/hello world: md5 = fcca1ecbed8a80d99ddcdf58de8dcd71 OK 2025/08/18 04:54:40 DEBUG : sub dir/hello world2: md5 = 821b38383679f7ecc0a9efff41520a30 OK 2025/08/18 04:54:42 DEBUG : sub dir/ignore dir/.ignore: md5 = 8021df3d179eb1aba0a0556f4fada4d9 OK 2025/08/18 04:54:43 DEBUG : sub dir/ignore dir/should be ignored: md5 = b17786fb47a73e641e1de09ae594f1be OK 2025/08/18 04:54:46 DEBUG : sub dir/sub sub dir/hello world3: md5 = f887232170bd2581abd150dcb08ddb02 OK 2025/08/18 04:54:47 DEBUG : a.txt: Excluded (Size Filter) 2025/08/18 04:54:47 DEBUG : a.txt: Excluded 2025/08/18 04:54:47 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/18 04:54:47 DEBUG : sub dir/hello world: Excluded 2025/08/18 04:54:47 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/18 04:54:47 DEBUG : sub dir/hello world2: Excluded 2025/08/18 04:54:48 DEBUG : sub dir/ignore dir: Excluded 2025/08/18 04:54:48 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/18 04:54:48 DEBUG : sub dir/hello world: Excluded 2025/08/18 04:54:48 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/18 04:54:48 DEBUG : sub dir/hello world2: Excluded 2025/08/18 04:54:48 DEBUG : sub dir/ignore dir: Excluded 2025/08/18 04:54:53 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/18 04:54:54 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/18 04:54:54 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/18 04:54:55 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/18 04:54:55 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/18 04:54:55 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/08/18 04:54:55 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (22.29s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:54:57 DEBUG : file1: md5 = d97cb2f22116082755f78ab42088abee OK 2025/08/18 04:54:59 DEBUG : sub/file2: md5 = 0d2833322cf0d6cd100419a297281b97 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/08/18 04:55:02 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/08/18 04:55:02 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/08/18 04:55:02 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/08/18 04:55:04 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.48s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.22s) --- PASS: TestListJSON/DirsOnly (0.26s) --- PASS: TestListJSON/Recurse (0.50s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.26s) --- PASS: TestListJSON/ShowHash (0.22s) --- PASS: TestListJSON/HashTypes (0.31s) --- PASS: TestListJSON/Metadata (0.67s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:55:07 DEBUG : file1: md5 = 1727a4f9cc5e1fb907127c44c3fd6eb7 OK 2025/08/18 04:55:09 DEBUG : sub/file2: md5 = d28ac381ccbbf32a21df1ccd363141ed OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/08/18 04:55:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rezavan8xaxe/notfound" 2025/08/18 04:55:13 DEBUG : Creating backend with remote "TestDrive:crypt/cs70qmmar7d9esevvtf2njh0rsgs6tb48drnfobpqbjair9toem0/qe0i31qdkoejk60elps0ni5sqk" 2025/08/18 04:55:16 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.63s) --- PASS: TestStatJSON/Root (0.23s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.23s) --- PASS: TestStatJSON/Dir (0.48s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.45s) --- PASS: TestStatJSON/DirFilesOnly (0.27s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.23s) --- PASS: TestStatJSON/FileDirsOnly (0.22s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.82s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:55:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': Making directory 2025/08/18 04:55:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': Making directory --- PASS: TestMkdir (0.69s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:55:20 DEBUG : sub dir/hello world: md5 = fb00169d518421b3bc8d64efd2f53378 OK 2025/08/18 04:55:22 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.06s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:55:24 DEBUG : potato2: md5 = f81d58d5714ba8f8695a64e4ac3f3f09 OK 2025/08/18 04:55:25 DEBUG : empty space: md5 = d691900d45012e26ca8b99a9980ca4cd OK --- PASS: TestLs (4.65s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:55:29 DEBUG : potato2: md5 = b5e985d50c8aa4c0823d677b1ead2295 OK 2025/08/18 04:55:30 DEBUG : empty space: md5 = 4afeed5f7cfebdce8df782d54079a4c5 OK 2025/08/18 04:55:31 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.20s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:55:34 DEBUG : potato2: md5 = 1e337f0e19ae00600f2522644df0bc1d OK 2025/08/18 04:55:35 DEBUG : empty space: md5 = 9fb64332001c2859fc0e80000fa69d10 OK --- PASS: TestLsLong (4.63s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:55:38 DEBUG : potato2: md5 = 2df6dde90d5c5b9deb91530ef231ec1d OK 2025/08/18 04:55:40 DEBUG : empty space: md5 = 52076d601586e9afeb13190a253634f3 OK --- PASS: TestHashSums (4.68s) === RUN TestHashSumsWithErrors 2025/08/18 04:55:42 DEBUG : Creating backend with remote ":memory:" 2025/08/18 04:55:42 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/08/18 04:55:42 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/18 04:55:42 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/18 04:55:42 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/18 04:55:42 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/18 04:55:42 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/18 04:55:42 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/18 04:55:42 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/08/18 04:55:42 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:55:43 DEBUG : potato2: md5 = 4f6f5d6e2cace36ea4a7ed97cca93ac4 OK 2025/08/18 04:55:44 DEBUG : empty space: md5 = b28b072d981a317e0ecd96bf4be199c7 OK 2025/08/18 04:55:47 DEBUG : sub dir/potato3: md5 = c9476d211979a8366627c98d054fdc47 OK 2025/08/18 04:55:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.75s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:55:52 DEBUG : small: md5 = 36c4f54510a9cd701e9f3417d241554d OK 2025/08/18 04:55:53 DEBUG : medium: md5 = 4c9020ce4cd5e9c10fecddb9a2009323 OK 2025/08/18 04:55:55 DEBUG : large: md5 = e01e3d1baf40ed1321976ac5232938f8 OK 2025/08/18 04:55:55 DEBUG : Waiting for deletions to finish 2025/08/18 04:55:55 DEBUG : large: Excluded (Size Filter) 2025/08/18 04:55:56 INFO : medium: Deleted 2025/08/18 04:55:56 INFO : small: Deleted --- PASS: TestDelete (6.65s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:55:58 DEBUG : small: md5 = db0f07ca9bafde708f47bf7cd2500c27 OK 2025/08/18 04:56:00 DEBUG : medium: md5 = 97d5c3973d1c5d4c909ff623e9ff16df OK 2025/08/18 04:56:01 DEBUG : large: md5 = 6e45e5a9af08bbdc8cad93c7403be197 OK 2025/08/18 04:56:02 DEBUG : Waiting for deletions to finish 2025/08/18 04:56:02 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/08/18 04:56:02 INFO : small: Deleted 2025/08/18 04:56:02 INFO : large: Deleted --- PASS: TestMaxDelete (6.89s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:56:06 DEBUG : small: md5 = c4687c9df12d01537a038613b4b6db48 OK 2025/08/18 04:56:07 DEBUG : medium: md5 = 8ab961ebe25e9666289264da6a97552d OK 2025/08/18 04:56:08 DEBUG : large: md5 = 595ffa06ddb382f69b0cbb5dda93f099 OK 2025/08/18 04:56:09 DEBUG : Waiting for deletions to finish 2025/08/18 04:56:09 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/18 04:56:09 INFO : small: Deleted 2025/08/18 04:56:09 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.12s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:56:12 DEBUG : small: md5 = 897f8c17ba069877472b6495a3354f7c OK 2025/08/18 04:56:14 DEBUG : medium: md5 = 35f224fdc493cedab556b17085877f42 OK 2025/08/18 04:56:15 DEBUG : large: md5 = b7cf9b03893357a7f980599b76cb0abf OK 2025/08/18 04:56:16 DEBUG : Waiting for deletions to finish 2025/08/18 04:56:16 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/18 04:56:16 INFO : medium: Deleted 2025/08/18 04:56:16 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.96s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:56:20 DEBUG : ReadFile: md5 = 5cfbf102fe62430c0075d38feb67de87 OK --- PASS: TestReadFile (4.31s) === RUN TestRetry 2025/08/18 04:56:22 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/08/18 04:56:22 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/08/18 04:56:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/18 04:56:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/18 04:56:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/18 04:56:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/18 04:56:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:56:24 DEBUG : file1: md5 = 8c45697988366bec6f3c4b8215c7bede OK 2025/08/18 04:56:25 DEBUG : file2: md5 = 779b3b4ee59c7d664dab2e49b0e400f8 OK --- PASS: TestCat (17.30s) === RUN TestPurge 2025/08/18 04:56:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tawamog9daqa" 2025/08/18 04:56:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/18 04:56:40 DEBUG : Creating backend with remote "TestDrive:crypt/7a231hbmk51eurmbgeg7ek2j8dqjdr6kl8aof93sl6bo7uptp9h0" 2025/08/18 04:56:41 DEBUG : Creating backend with remote "/tmp/rclone3467862182" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tawamog9daqa'", Local "Local file system at /tmp/rclone3467862182", Modify Window "1ms" 2025/08/18 04:56:45 DEBUG : A1/B1/C1/one: md5 = a6cb7e6d09729d2b760b7731ae45f512 OK 2025/08/18 04:56:45 INFO : A2: Making directory 2025/08/18 04:56:46 INFO : A1/B2: Making directory 2025/08/18 04:56:47 INFO : A1/B2/C2: Making directory 2025/08/18 04:56:48 INFO : A1/B1/C3: Making directory 2025/08/18 04:56:48 INFO : A3: Making directory 2025/08/18 04:56:49 INFO : A3/B3: Making directory 2025/08/18 04:56:50 INFO : A3/B3/C4: Making directory 2025/08/18 04:56:52 DEBUG : A1/two: md5 = db52144d0ac9312165c95f2b1cb97616 OK 2025/08/18 04:56:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tawamog9daqa': Purge remote 2025/08/18 04:56:56 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.47s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:57:00 DEBUG : A1/B1/C1/one: md5 = 2a01781dc667c80deb253a2e1d4c587f OK 2025/08/18 04:57:00 INFO : A2: Making directory 2025/08/18 04:57:01 INFO : A1/B2: Making directory 2025/08/18 04:57:02 INFO : A1/B2/C2: Making directory 2025/08/18 04:57:03 INFO : A1/B1/C3: Making directory 2025/08/18 04:57:04 INFO : A3: Making directory 2025/08/18 04:57:05 INFO : A3/B3: Making directory 2025/08/18 04:57:06 INFO : A3/B3/C4: Making directory 2025/08/18 04:57:08 DEBUG : A1/two: md5 = 4ba6a90729a7dd30049c1d6158765810 OK 2025/08/18 04:57:09 DEBUG : removing 1 level 3 directories 2025/08/18 04:57:09 INFO : A3/B3/C4: Removing directory 2025/08/18 04:57:12 DEBUG : removing 2 level 3 directories 2025/08/18 04:57:12 INFO : A1/B2/C2: Removing directory 2025/08/18 04:57:12 INFO : A1/B1/C3: Removing directory 2025/08/18 04:57:12 DEBUG : removing 2 level 2 directories 2025/08/18 04:57:12 INFO : A3/B3: Removing directory 2025/08/18 04:57:12 INFO : A1/B2: Removing directory 2025/08/18 04:57:12 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/08/18 04:57:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/18 04:57:13 DEBUG : removing 2 level 1 directories 2025/08/18 04:57:13 INFO : A3: Removing directory 2025/08/18 04:57:13 INFO : A2: Removing directory 2025/08/18 04:57:13 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/08/18 04:57:17 DEBUG : removing 1 level 3 directories 2025/08/18 04:57:17 INFO : A1/B1/C1: Removing directory 2025/08/18 04:57:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:18 DEBUG : removing 1 level 2 directories 2025/08/18 04:57:18 INFO : A1/B1: Removing directory 2025/08/18 04:57:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/18 04:57:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/18 04:57:18 DEBUG : removing 1 level 1 directories 2025/08/18 04:57:18 INFO : A1: Removing directory 2025/08/18 04:57:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/18 04:57:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/18 04:57:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/18 04:57:19 DEBUG : removing 1 level 0 directories 2025/08/18 04:57:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': Removing directory 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/18 04:57:19 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (24.50s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:57:21 INFO : A1: Making directory 2025/08/18 04:57:22 INFO : A1/B1: Making directory 2025/08/18 04:57:23 INFO : A1/B1/C1: Making directory 2025/08/18 04:57:25 DEBUG : removing 1 level 3 directories 2025/08/18 04:57:25 INFO : A1/B1/C1: Removing directory 2025/08/18 04:57:26 DEBUG : removing 1 level 2 directories 2025/08/18 04:57:26 INFO : A1/B1: Removing directory 2025/08/18 04:57:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/18 04:57:28 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.63s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:57:29 INFO : A1: Making directory 2025/08/18 04:57:30 INFO : A1/B1: Making directory 2025/08/18 04:57:31 INFO : A1/B1/C1: Making directory 2025/08/18 04:57:34 DEBUG : removing 1 level 3 directories 2025/08/18 04:57:34 INFO : A1/B1/C1: Removing directory 2025/08/18 04:57:34 DEBUG : removing 1 level 2 directories 2025/08/18 04:57:34 INFO : A1/B1: Removing directory 2025/08/18 04:57:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/18 04:57:36 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.39s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:57:38 DEBUG : file1: md5 = c2f73528f20b3be078e16a18eb97286a OK 2025/08/18 04:57:39 DEBUG : filename.txt: File name found in url 2025/08/18 04:57:40 DEBUG : filename.txt: md5 = 88653c2f0b320dd0eccb1efd4f8e2e06 OK 2025/08/18 04:57:40 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/08/18 04:57:42 DEBUG : headerfilename.txt: md5 = 5014e7b7f6f6dbd4b74ffe6bd39cb3f4 OK 2025/08/18 04:57:43 DEBUG : file2: md5 = d104b710be23ff7ce6be41454372d2fb OK --- PASS: TestCopyURL (8.83s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:57:46 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/18 04:57:48 DEBUG : sub/file2: md5 = 1372bf561f636e869919c1cfdbb7c022 OK 2025/08/18 04:57:48 INFO : file1: Copied (new) to: sub/file2 2025/08/18 04:57:48 INFO : file1: Deleted 2025/08/18 04:57:49 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/18 04:57:49 DEBUG : file1: Unchanged skipping 2025/08/18 04:57:49 INFO : file1: Deleted 2025/08/18 04:57:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': don't need to copy/move sub/file2, it is already at target location 2025/08/18 04:57:51 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.09s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:57:52 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/18 04:57:54 DEBUG : file1: md5 = 94efbeb8322d6528c148797e283b10d6 OK 2025/08/18 04:57:54 INFO : file1: Copied (new) 2025/08/18 04:57:54 INFO : file1: Deleted 2025/08/18 04:57:54 DEBUG : file1: Destination exists, skipping 2025/08/18 04:57:54 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.98s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.45s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.42s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:57:59 DEBUG : dst/file1: md5 = e76ac92e89256f50ae2674f1da16c238 OK 2025/08/18 04:57:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rezavan8xaxe/backup" 2025/08/18 04:57:59 DEBUG : Creating backend with remote "TestDrive:crypt/cs70qmmar7d9esevvtf2njh0rsgs6tb48drnfobpqbjair9toem0/1nrff024r7pq65ecp72fc28jb0" 2025/08/18 04:58:01 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/18 04:58:03 INFO : dst/file1: Moved (server-side) 2025/08/18 04:58:05 DEBUG : dst/file1: md5 = 7d20cacf87d45e2c157a08c656c6e0a8 OK 2025/08/18 04:58:05 INFO : dst/file1: Copied (new) 2025/08/18 04:58:05 INFO : dst/file1: Deleted 2025/08/18 04:58:08 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/18 04:58:09 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/18 04:58:10 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.91s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:58:13 DEBUG : A1/one: md5 = f25279582fcb2b456b8ecce7404b9388 OK 2025/08/18 04:58:14 DEBUG : A1/two: md5 = 4d58d13a51f863f680c1165981a82282 OK 2025/08/18 04:58:16 DEBUG : A1/B1/three: md5 = 4bb9997e37ed070a0ca53f47fc15e4a2 OK 2025/08/18 04:58:19 DEBUG : A1/B1/C1/four: md5 = 1a451ed85e9b9398c7e3f393ab50adee OK 2025/08/18 04:58:22 DEBUG : A1/B1/C2/five: md5 = d043bf8ada7a49cb5a6a9dc1751de8c9 OK 2025/08/18 04:58:22 INFO : A1/B2: Making directory 2025/08/18 04:58:22 INFO : A1/B1/C3: Making directory 2025/08/18 04:58:32 INFO : A2/one: Moved (server-side) to: A3/one 2025/08/18 04:58:32 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/08/18 04:58:32 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/08/18 04:58:32 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/08/18 04:58:32 INFO : A2/two: Moved (server-side) to: A3/two 2025/08/18 04:58:35 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/18 04:58:35 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/18 04:58:35 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/18 04:58:36 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/18 04:58:36 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/18 04:58:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/08/18 04:58:43 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/08/18 04:58:43 INFO : A3/two: Moved (server-side) to: A4/two 2025/08/18 04:58:43 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/08/18 04:58:43 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/08/18 04:58:43 INFO : A3/one: Moved (server-side) to: A4/one 2025/08/18 04:58:46 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/18 04:58:46 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/18 04:58:46 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/18 04:58:47 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/18 04:58:47 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/18 04:58:53 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/08/18 04:58:54 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/08/18 04:58:54 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/18 04:58:54 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/18 04:58:54 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/18 04:58:54 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/18 04:58:55 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/18 04:58:55 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/18 04:58:55 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/18 04:58:55 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (45.30s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" --- PASS: TestGetFsInfo (0.48s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:58:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': File to upload is small (34 bytes), uploading instead of streaming 2025/08/18 04:58:58 DEBUG : no_checksum_small_file_from_pipe: md5 = 1f0f4dea035428de25276ea2fb3f55ad OK 2025/08/18 04:58:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/08/18 04:58:58 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/18 04:58:59 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/08/18 04:59:00 DEBUG : no_checksum_big_file_from_pipe: md5 = 6feb3d421e1cb14b679b499b42328b62 OK 2025/08/18 04:59:00 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:59:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': File to upload is small (34 bytes), uploading instead of streaming 2025/08/18 04:59:03 DEBUG : with_checksum_small_file_from_pipe: md5 = 84ba2508e93aedeccfbdbca64c8a4c01 OK 2025/08/18 04:59:03 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/18 04:59:04 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/08/18 04:59:05 DEBUG : with_checksum_big_file_from_pipe: md5 = e2f5c39926adda382a3cf1fd4dea4eff OK 2025/08/18 04:59:05 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:59:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': File to upload is small (34 bytes), uploading instead of streaming 2025/08/18 04:59:08 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/18 04:59:09 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/18 04:59: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:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:59:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': File to upload is small (34 bytes), uploading instead of streaming 2025/08/18 04:59:13 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/18 04:59:14 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/18 04:59:15 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.46s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.22s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.02s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.93s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.29s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/08/18 04:59:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': File to upload is small (48 bytes), uploading instead of streaming 2025/08/18 04:59:18 DEBUG : rcat_metadata: md5 = 8de2074d7c506816ec78488b166692f9 OK 2025/08/18 04:59:18 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/08/18 04:59:20 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/08/18 04:59:21 DEBUG : rcat_metadata_uploadcutoff0: md5 = 8a946153280d0e565878bff5f36c31c6 OK 2025/08/18 04:59:21 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.87s) --- PASS: TestRcatMetadata/Normal (2.62s) --- PASS: TestRcatMetadata/ViaDisk (2.82s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:59:24 DEBUG : potato1: md5 = 905d82b6cf54a9cb985669cbe8ad08d5 OK 2025/08/18 04:59:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': File to upload is small (60 bytes), uploading instead of streaming 2025/08/18 04:59:25 DEBUG : potato2: md5 = 9ef0b45cc78bbac5061e4d34cd2dd6e8 OK 2025/08/18 04:59:25 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.54s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:59:28 DEBUG : potato1: md5 = bc5fd80bcd2df2433de13e18e95f217c OK 2025/08/18 04:59:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': File to upload is small (60 bytes), uploading instead of streaming 2025/08/18 04:59:30 DEBUG : potato2: md5 = 46684540f22f03e78c63cc05c7a01d65 OK 2025/08/18 04:59:30 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.01s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:59:33 DEBUG : potato2: md5 = f87cb722cd5cabeba16c084269774140 OK 2025/08/18 04:59:35 DEBUG : empty space: md5 = f4e63488f3e1b2355ceaf47b27e0ee9c OK 2025/08/18 04:59:37 DEBUG : sub dir/potato3: md5 = fd85036ee15a87b350682502ae40ae07 OK 2025/08/18 04:59:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': Touching "sub dir/potato3" 2025/08/18 04:59:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': Touching "empty space" 2025/08/18 04:59:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': Touching "potato2" 2025/08/18 04:59:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.50s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:59:41 DEBUG : dir with metadata: Making directory with metadata 2025/08/18 04:59:42 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.39s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:59:44 DEBUG : directory with modtime: Making directory with metadata 2025/08/18 04:59:45 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.30s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:59:46 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/18 04:59:46 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/18 04:59:46 DEBUG : Google drive root 'crypt/cs70qmmar7d9esevvtf2njh0rsgs6tb48drnfobpqbjair9toem0': Skipping btime metadata as can't update it on an existing file: 2025-08-18T04:59:46.684916403Z 2025/08/18 04:59:47 INFO : non existent directory: Updated directory metadata 2025/08/18 04:59:49 DEBUG : Google drive root 'crypt/cs70qmmar7d9esevvtf2njh0rsgs6tb48drnfobpqbjair9toem0': Skipping btime metadata as can't update it on an existing file: 2025-08-18T04:59:46.684916403Z 2025/08/18 04:59:49 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.77s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:59:51 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/08/18 04:59:53 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/08/18 04:59:53 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.98s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 04:59:55 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/18 04:59:55 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/18 04:59:55 DEBUG : dst: Making directory with metadata 2025/08/18 04:59:56 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/18 04:59:56 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/18 04:59:56 INFO : dst: Set directory modification time (using SetModTime) 2025/08/18 04:59:57 INFO : dst: Set directory modification time (using SetModTime) 2025/08/18 04:59:57 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/08/18 04:59:57 INFO : dst: Set directory modification time (using SetModTime) 2025/08/18 04:59:57 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.36s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe'", Local "Local file system at /tmp/rclone4136457206", Modify Window "1ms" 2025/08/18 05:00:01 DEBUG : sub dir/test remove existing: md5 = e03128a8e2ac3fd51c8dd02ae39d01dc OK 2025/08/18 05:00:02 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = f35115f58b2cb739e29c9a55b3ccdb48 OK 2025/08/18 05:00:04 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.pawageq2" before starting 2025/08/18 05:00:05 DEBUG : sub dir/test remove existing.pawageq2: TEST: removing renamed existing file after operation 2025/08/18 05:00:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.siquqac7" before starting 2025/08/18 05:00:07 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.siquqac7: TEST: renaming existing back after failed operation 2025/08/18 05:00:09 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vukibux4" before starting 2025/08/18 05:00:10 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.vukibux4: TEST: removing renamed existing file after operation 2025/08/18 05:00:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mom7bprmofoejvdjfkpe9ul4ih6o5d1ouqcmk9v8i1t9s2m2a2gd20hnbisj9cul23bobl8eonpls2v3a0k383krmi6038vbi2dqt1ufa46b0jonvnt3ug19pv3co2dmin5p4ek1g5orkigb88blcqhst59dbf7hdp32lffscol4ofr246h0" 2025/08/18 05:00:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "0gh7adeglflbmc895ots091s5kmt9e70fmcfij6dekn5u3cb5uc0" --- PASS: TestRemoveExisting (13.66s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/08/18 05:00:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rezavan8xaxe': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 11m8.563121959s (try 1/5)