"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/06/20 03:21:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-guxekul0loxu" 2025/06/20 03:21:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 03:21:02 DEBUG : Creating backend with remote "TestDrive:crypt/omic8mr9gc43icah2kjlb09vemum1e678gcn8okvor3nq492supg" 2025/06/20 03:21:03 DEBUG : Creating backend with remote "/tmp/rclone610378780" === 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-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.25s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", 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/06/20 03:21:03 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/20 03:21:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/20 03:21:03 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/06/20 03:21:03 DEBUG : potato: Seek from 10 to 0 2025/06/20 03:21:03 DEBUG : potato: Seek from 10 to 0 2025/06/20 03:21:03 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/06/20 03:21:03 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/20 03:21:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/20 03:21:03 DEBUG : potato: Seek from 5 to 2 2025/06/20 03:21:03 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/06/20 03:21:03 DEBUG : potato: Seek from 7 to 0 2025/06/20 03:21:03 DEBUG : potato: Seek from 7 to 0 2025/06/20 03:21:03 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/06/20 03:21:03 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/20 03:21:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/20 03:21:03 DEBUG : potato: Seek from 5 to 2 2025/06/20 03:21:03 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/06/20 03:21:03 DEBUG : potato: Seek from 8 to 0 2025/06/20 03:21:03 DEBUG : potato: Seek from 8 to 0 2025/06/20 03:21:03 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/06/20 03:21:03 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/20 03:21:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/20 03:21:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/20 03:21:03 DEBUG : potato: Seek from 5 to 2 2025/06/20 03:21:03 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/06/20 03:21:03 DEBUG : potato: Seek from 9 to 0 2025/06/20 03:21:03 DEBUG : potato: Seek from 9 to 0 2025/06/20 03:21:03 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-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:21:05 DEBUG : rutabaga: md5 = c51b2d068bd59f880a2b72d043c62653 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/06/20 03:21:07 DEBUG : empty space: md5 = ba951a2fbf4966e150143c3919f4af43 OK === RUN TestCheck/3 2025/06/20 03:21:09 DEBUG : potato2: md5 = 9e8293ab0b64c2403bb64f6e55179d0b OK === RUN TestCheck/4 === RUN TestCheck/5 2025/06/20 03:21:11 DEBUG : remotepotato: md5 = 3776226fa9226fccac1df25599de736f OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (10.61s) --- PASS: TestCheck/1 (0.21s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.24s) --- PASS: TestCheck/4 (0.24s) --- PASS: TestCheck/5 (0.27s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.22s) === RUN TestCheckFsError 2025/06/20 03:21:14 DEBUG : Creating backend with remote "nonexistent" 2025/06/20 03:21:14 DEBUG : Creating backend with remote "nonexistent" 2025/06/20 03:21:14 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/06/20 03:21:14 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/06/20 03:21:14 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/06/20 03:21:14 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-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:21:15 DEBUG : rutabaga: md5 = aafcdbfe6719b368f8bd124c562268cb OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/06/20 03:21:19 DEBUG : empty space: md5 = 399ae767b60f7d0afc441c9e4547892b OK === RUN TestCheckDownload/3 2025/06/20 03:21:22 DEBUG : potato2: md5 = 3728ef6a71c14677e83fa176a5a80c73 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/06/20 03:21:26 DEBUG : remotepotato: md5 = d34a009286f0401297bea1786d2bbc76 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.18s) --- PASS: TestCheckDownload/1 (1.10s) --- PASS: TestCheckDownload/2 (1.30s) --- PASS: TestCheckDownload/3 (1.03s) --- PASS: TestCheckDownload/4 (1.03s) --- PASS: TestCheckDownload/5 (1.02s) --- PASS: TestCheckDownload/6 (0.97s) --- PASS: TestCheckDownload/7 (1.01s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:21:31 DEBUG : rutabaga: md5 = 2412aa5e78a550f483208827a933d03c OK 2025/06/20 03:21:31 DEBUG : TestDrive: Loaded invalid token from config file - ignoring 2025/06/20 03:21:31 DEBUG : Config file has changed externally - reloading 2025/06/20 03:21:31 DEBUG : Saving config "token" in section "TestDrive" of the config file 2025/06/20 03:21:31 DEBUG : TestDrive: Saved new token in config file === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/06/20 03:21:33 DEBUG : empty space: md5 = 22be6151a4309bb32e0feb320bde346c OK === RUN TestCheckSizeOnly/3 2025/06/20 03:21:35 DEBUG : potato2: md5 = bd1e89a63daf2f1b7781e9ef63e13be4 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/06/20 03:21:37 DEBUG : remotepotato: md5 = d9b89890774784c11f2a70525a92d626 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.14s) --- PASS: TestCheckSizeOnly/1 (0.24s) --- PASS: TestCheckSizeOnly/2 (0.33s) --- PASS: TestCheckSizeOnly/3 (0.21s) --- PASS: TestCheckSizeOnly/4 (0.24s) --- PASS: TestCheckSizeOnly/5 (0.24s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.25s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:21:41 DEBUG : test.sum: md5 = 4b9d02c4540a9d5cf750de35b10c4ab9 OK 2025/06/20 03:21:42 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/20 03:21:42 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/20 03:21:42 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/20 03:21:42 NOTICE: test.sum: 2 warning(s) suppressed... 2025/06/20 03:21:44 DEBUG : test.sum: md5 = 243bfc72e8ffbcbd182f187b8b1982fa OK 2025/06/20 03:21:45 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/20 03:21:45 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/20 03:21:45 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/20 03:21:45 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.53s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:21:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-guxekul0loxu/data" 2025/06/20 03:21:46 DEBUG : Creating backend with remote "TestDrive:crypt/omic8mr9gc43icah2kjlb09vemum1e678gcn8okvor3nq492supg/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu/data' lacks md5, skipping --- SKIP: TestCheckSum (1.85s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:21:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-guxekul0loxu/data" 2025/06/20 03:21:47 DEBUG : Creating backend with remote "TestDrive:crypt/omic8mr9gc43icah2kjlb09vemum1e678gcn8okvor3nq492supg/vjrnln8ratgmqakfosrqe8espk" 2025/06/20 03:21:51 DEBUG : data/banana: md5 = 95cf832c5fe029dfd27f52c14457d802 OK 2025/06/20 03:21:52 DEBUG : test.sum: md5 = 021a8fc1517b65c653c11af2e5386eb1 OK === RUN TestCheckSumDownload/subtest1 2025/06/20 03:21:56 DEBUG : data/potato: md5 = e197e9dc0b23b86a9d7df8473e69681f OK 2025/06/20 03:21:58 DEBUG : test.sum: md5 = 9e7cb1008e66b81d25a95efda9ee71ad OK === RUN TestCheckSumDownload/subtest2 2025/06/20 03:22:02 DEBUG : test.sum: md5 = 96505e05193ff6efb3c5847fb1fd228c OK === RUN TestCheckSumDownload/subtest3 2025/06/20 03:22:06 DEBUG : test.sum: md5 = 02036fca84fd3a39f62fc600057ae9ec OK === RUN TestCheckSumDownload/subtest4 2025/06/20 03:22:10 DEBUG : test.sum: md5 = 353d5b1c0994766fb4f911d3511e9c42 OK === RUN TestCheckSumDownload/subtest5 2025/06/20 03:22:14 DEBUG : test.sum: md5 = 48fa23042cb016bc6f4bbe1607de4fd3 OK === RUN TestCheckSumDownload/subtest6 2025/06/20 03:22:17 DEBUG : data/banana: md5 = b819aa3998abf7652e1d6d92e38d2c03 OK 2025/06/20 03:22:19 DEBUG : data/potato: md5 = 9bc72aa02014eb92799154b8cd972f26 OK 2025/06/20 03:22:20 DEBUG : test.sum: md5 = 62f83542d3f3fd70571f9cb202de6495 OK === RUN TestCheckSumDownload/subtest7 2025/06/20 03:22:24 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/06/20 03:22:24 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (37.60s) --- PASS: TestCheckSumDownload/subtest1 (2.25s) --- PASS: TestCheckSumDownload/subtest2 (2.02s) --- PASS: TestCheckSumDownload/subtest3 (2.09s) --- PASS: TestCheckSumDownload/subtest4 (2.04s) --- PASS: TestCheckSumDownload/subtest5 (1.94s) --- PASS: TestCheckSumDownload/subtest6 (1.99s) --- PASS: TestCheckSumDownload/subtest7 (2.05s) === RUN TestApplyTransforms 2025/06/20 03:22:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ralubaq3leza" 2025/06/20 03:22:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 03:22:25 DEBUG : Creating backend with remote "TestDrive:crypt/qi2qjee25t2973m7hj18qlq1b4ndivea5g6omtusf3muhphjael0" 2025/06/20 03:22:26 DEBUG : Creating backend with remote "/tmp/rclone4212738076" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ralubaq3leza'", Local "Local file system at /tmp/rclone4212738076", Modify Window "1ms" 2025/06/20 03:22:28 DEBUG : hello, world!: md5 = d1089854efb269be349b55769a2d64e3 OK upper checkfile vs. lower remote (without normalization) 2025/06/20 03:22:29 ERROR : hello, world!: sum not found 2025/06/20 03:22:29 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-ralubaq3leza' 2025/06/20 03:22:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ralubaq3leza': 1 files missing 2025/06/20 03:22:29 NOTICE: 1 hashes missing 2025/06/20 03:22:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ralubaq3leza': 2 differences found 2025/06/20 03:22:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ralubaq3leza': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/06/20 03:22:30 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/20 03:22:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ralubaq3leza': 0 differences found 2025/06/20 03:22:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ralubaq3leza': 1 matching files 2025/06/20 03:22:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-giroqik0nepi" 2025/06/20 03:22:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 03:22:30 DEBUG : Creating backend with remote "TestDrive:crypt/ci6lq3dj78m9da80quj3rvss8eqvos3nqougj4m1tqdtppi3k4v0" 2025/06/20 03:22:31 DEBUG : Creating backend with remote "/tmp/rclone523262706" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-giroqik0nepi'", Local "Local file system at /tmp/rclone523262706", Modify Window "1ms" 2025/06/20 03:22:33 DEBUG : HELLO, WORLD!: md5 = 7893253ce87bd2d9b6b400619dacfd9a OK lower checkfile vs. upper remote (without normalization) 2025/06/20 03:22:33 ERROR : HELLO, WORLD!: sum not found 2025/06/20 03:22:33 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-giroqik0nepi' 2025/06/20 03:22:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giroqik0nepi': 1 files missing 2025/06/20 03:22:33 NOTICE: 1 hashes missing 2025/06/20 03:22:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giroqik0nepi': 2 differences found 2025/06/20 03:22:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giroqik0nepi': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/06/20 03:22:34 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/20 03:22:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giroqik0nepi': 0 differences found 2025/06/20 03:22:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-giroqik0nepi': 1 matching files 2025/06/20 03:22:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-seyuyoc3pexe" 2025/06/20 03:22:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 03:22:34 DEBUG : Creating backend with remote "TestDrive:crypt/o1eve36974us5lgrsop3q3sic4p549h9p2md5sdqi92rm8lb20cg" 2025/06/20 03:22:35 DEBUG : Creating backend with remote "/tmp/rclone4115289547" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-seyuyoc3pexe'", Local "Local file system at /tmp/rclone4115289547", Modify Window "1ms" 2025/06/20 03:22:37 DEBUG : HeLlO, wOrLd!: md5 = 76d722eaf307091800b8bcbb6bf7b5d5 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/06/20 03:22:38 ERROR : HeLlO, wOrLd!: sum not found 2025/06/20 03:22:38 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-seyuyoc3pexe' 2025/06/20 03:22:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-seyuyoc3pexe': 1 files missing 2025/06/20 03:22:38 NOTICE: 1 hashes missing 2025/06/20 03:22:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-seyuyoc3pexe': 2 differences found 2025/06/20 03:22:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-seyuyoc3pexe': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/06/20 03:22:39 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/20 03:22:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-seyuyoc3pexe': 0 differences found 2025/06/20 03:22:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-seyuyoc3pexe': 1 matching files 2025/06/20 03:22:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sesuber7melo" 2025/06/20 03:22:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 03:22:39 DEBUG : Creating backend with remote "TestDrive:crypt/une269s043frqrdqt07cungfh21ogvpnl4f40lfp6kovrlkpiuig" 2025/06/20 03:22:40 DEBUG : Creating backend with remote "/tmp/rclone4046716893" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sesuber7melo'", Local "Local file system at /tmp/rclone4046716893", Modify Window "1ms" 2025/06/20 03:22:42 DEBUG : HELLO, WORLD!: md5 = c54dad60a91d2f4f4e15556abb5292a9 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/06/20 03:22:42 ERROR : HELLO, WORLD!: sum not found 2025/06/20 03:22:42 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-sesuber7melo' 2025/06/20 03:22:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sesuber7melo': 1 files missing 2025/06/20 03:22:42 NOTICE: 1 hashes missing 2025/06/20 03:22:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sesuber7melo': 2 differences found 2025/06/20 03:22:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sesuber7melo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/06/20 03:22:43 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/20 03:22:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sesuber7melo': 0 differences found 2025/06/20 03:22:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sesuber7melo': 1 matching files 2025/06/20 03:22:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-suyuyug5wuru" 2025/06/20 03:22:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 03:22:43 DEBUG : Creating backend with remote "TestDrive:crypt/ear140g43jdd44ghq36ggsnv8fq74p9m9cem5sqevcddo4c3f5i0" 2025/06/20 03:22:44 DEBUG : Creating backend with remote "/tmp/rclone925711698" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suyuyug5wuru'", Local "Local file system at /tmp/rclone925711698", Modify Window "1ms" 2025/06/20 03:22:46 DEBUG : 測試_Русский___ě_áñ: md5 = bf4d5c306ac639c5bff7890f5fa44875 OK NFD checkfile vs. NFC remote (without normalization) 2025/06/20 03:22:47 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/20 03:22:47 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-suyuyug5wuru' 2025/06/20 03:22:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suyuyug5wuru': 1 files missing 2025/06/20 03:22:47 NOTICE: 1 hashes missing 2025/06/20 03:22:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suyuyug5wuru': 2 differences found 2025/06/20 03:22:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suyuyug5wuru': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/06/20 03:22:48 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/20 03:22:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suyuyug5wuru': 0 differences found 2025/06/20 03:22:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suyuyug5wuru': 1 matching files 2025/06/20 03:22:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-detoyog7dewo" 2025/06/20 03:22:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 03:22:48 DEBUG : Creating backend with remote "TestDrive:crypt/eoho0075ier9rklr8a55ktdu7q6ihscrbsm7ja2vrqjga6jdbbf0" 2025/06/20 03:22:49 DEBUG : Creating backend with remote "/tmp/rclone3697351348" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-detoyog7dewo'", Local "Local file system at /tmp/rclone3697351348", Modify Window "1ms" 2025/06/20 03:22:51 DEBUG : 測試_Русский___ě_áñ: md5 = 476e11380f2b594c8c1049310f0922ca OK NFC checkfile vs. NFD remote (without normalization) 2025/06/20 03:22:51 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/20 03:22:51 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-detoyog7dewo' 2025/06/20 03:22:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-detoyog7dewo': 1 files missing 2025/06/20 03:22:51 NOTICE: 1 hashes missing 2025/06/20 03:22:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-detoyog7dewo': 2 differences found 2025/06/20 03:22:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-detoyog7dewo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/06/20 03:22:53 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/20 03:22:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-detoyog7dewo': 0 differences found 2025/06/20 03:22:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-detoyog7dewo': 1 matching files 2025/06/20 03:22:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yonubep9sucu" 2025/06/20 03:22:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 03:22:53 DEBUG : Creating backend with remote "TestDrive:crypt/rbpgsgql0g9gqggv2vg0bli26bil85v9oejltff0k312ve215720" 2025/06/20 03:22:54 DEBUG : Creating backend with remote "/tmp/rclone1493147873" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yonubep9sucu'", Local "Local file system at /tmp/rclone1493147873", Modify Window "1ms" 2025/06/20 03:22:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = e9ea0d2e8ff83b5fe7db27b74af5d67b OK NFDx2 checkfile vs. both remote (without normalization) 2025/06/20 03:22:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/20 03:22:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yonubep9sucu' 2025/06/20 03:22:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yonubep9sucu': 1 files missing 2025/06/20 03:22:56 NOTICE: 1 hashes missing 2025/06/20 03:22:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yonubep9sucu': 2 differences found 2025/06/20 03:22:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yonubep9sucu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/06/20 03:22:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/20 03:22:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yonubep9sucu': 0 differences found 2025/06/20 03:22:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yonubep9sucu': 1 matching files 2025/06/20 03:22:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xorevuv9gaye" 2025/06/20 03:22:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 03:22:57 DEBUG : Creating backend with remote "TestDrive:crypt/vijj5m8jnktscuojllivl1o7thpg3r0t2gqu08gtjtaaaifq83c0" 2025/06/20 03:22:58 DEBUG : Creating backend with remote "/tmp/rclone2995944560" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xorevuv9gaye'", Local "Local file system at /tmp/rclone2995944560", Modify Window "1ms" 2025/06/20 03:23:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = cfa2e045b759f2e48eca749dafffcc5b OK NFCx2 checkfile vs. both remote (without normalization) 2025/06/20 03:23:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/20 03:23:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xorevuv9gaye' 2025/06/20 03:23:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xorevuv9gaye': 1 files missing 2025/06/20 03:23:01 NOTICE: 1 hashes missing 2025/06/20 03:23:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xorevuv9gaye': 2 differences found 2025/06/20 03:23:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xorevuv9gaye': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/06/20 03:23:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/20 03:23:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xorevuv9gaye': 0 differences found 2025/06/20 03:23:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xorevuv9gaye': 1 matching files 2025/06/20 03:23:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gozixiv3qase" 2025/06/20 03:23:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 03:23:02 DEBUG : Creating backend with remote "TestDrive:crypt/odj5opgv5eng2gvicl79a3o0a1544hi8s1gnr7jdcr4g4i2u0es0" 2025/06/20 03:23:03 DEBUG : Creating backend with remote "/tmp/rclone746014982" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gozixiv3qase'", Local "Local file system at /tmp/rclone746014982", Modify Window "1ms" 2025/06/20 03:23:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 40f61a94be0e2ab919adb9c179830135 OK both checkfile vs. NFDx2 remote (without normalization) 2025/06/20 03:23:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/20 03:23:05 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gozixiv3qase' 2025/06/20 03:23:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gozixiv3qase': 1 files missing 2025/06/20 03:23:05 NOTICE: 1 hashes missing 2025/06/20 03:23:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gozixiv3qase': 2 differences found 2025/06/20 03:23:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gozixiv3qase': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/06/20 03:23:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/20 03:23:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gozixiv3qase': 0 differences found 2025/06/20 03:23:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gozixiv3qase': 1 matching files 2025/06/20 03:23:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rogabec0teme" 2025/06/20 03:23:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 03:23:06 DEBUG : Creating backend with remote "TestDrive:crypt/qvkgcr211n0p2qroea89acj90skhafvlaij6qd4t34n9t6od74mg" 2025/06/20 03:23:07 DEBUG : Creating backend with remote "/tmp/rclone4045597984" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rogabec0teme'", Local "Local file system at /tmp/rclone4045597984", Modify Window "1ms" 2025/06/20 03:23:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = f01cc479b3fd3563a295c8b811a6ffb4 OK both checkfile vs. NFCx2 remote (without normalization) 2025/06/20 03:23:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/20 03:23:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-rogabec0teme' 2025/06/20 03:23:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rogabec0teme': 1 files missing 2025/06/20 03:23:10 NOTICE: 1 hashes missing 2025/06/20 03:23:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rogabec0teme': 2 differences found 2025/06/20 03:23:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rogabec0teme': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/06/20 03:23:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/20 03:23:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rogabec0teme': 0 differences found 2025/06/20 03:23:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rogabec0teme': 1 matching files 2025/06/20 03:23:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rogabec0teme': Purge remote 2025/06/20 03:23:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gozixiv3qase': Purge remote 2025/06/20 03:23:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xorevuv9gaye': Purge remote 2025/06/20 03:23:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yonubep9sucu': Purge remote 2025/06/20 03:23:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-detoyog7dewo': Purge remote 2025/06/20 03:23:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suyuyug5wuru': Purge remote 2025/06/20 03:23:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sesuber7melo': Purge remote 2025/06/20 03:23:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-seyuyoc3pexe': Purge remote 2025/06/20 03:23:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-giroqik0nepi': Purge remote 2025/06/20 03:23:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ralubaq3leza': Purge remote --- PASS: TestApplyTransforms (50.34s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:23:16 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/20 03:23:18 DEBUG : sub/file2: md5 = fbc1c76a5f66c01473b44cc083415af5 OK 2025/06/20 03:23:18 INFO : file1: Copied (new) to: sub/file2 2025/06/20 03:23:18 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/06/20 03:23:18 DEBUG : file1: Unchanged skipping 2025/06/20 03:23:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': don't need to copy/move sub/file2, it is already at target location 2025/06/20 03:23:21 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.34s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.46s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:23:24 DEBUG : dst/file1: md5 = 0e6e3427c3eb8e7f789b77e0c2f27836 OK 2025/06/20 03:23:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-guxekul0loxu/backup" 2025/06/20 03:23:25 DEBUG : Creating backend with remote "TestDrive:crypt/omic8mr9gc43icah2kjlb09vemum1e678gcn8okvor3nq492supg/1nrff024r7pq65ecp72fc28jb0" 2025/06/20 03:23:26 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/20 03:23:29 INFO : dst/file1: Moved (server-side) 2025/06/20 03:23:30 DEBUG : dst/file1: md5 = df6059938a2530084754b46343ff63f1 OK 2025/06/20 03:23:30 INFO : dst/file1: Copied (new) 2025/06/20 03:23:33 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/20 03:23:33 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/20 03:23:34 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.37s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:23:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-guxekul0loxu/dst" 2025/06/20 03:23:35 DEBUG : Config file has changed externally - reloading 2025/06/20 03:23:35 DEBUG : Creating backend with remote "TestDrive:crypt/omic8mr9gc43icah2kjlb09vemum1e678gcn8okvor3nq492supg/31u3jie661vd5p8j7rtc3hgbh0" 2025/06/20 03:23:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-guxekul0loxu/CompareDest" 2025/06/20 03:23:36 DEBUG : Creating backend with remote "TestDrive:crypt/omic8mr9gc43icah2kjlb09vemum1e678gcn8okvor3nq492supg/gveqi14airsml4bgu7krj116o8" 2025/06/20 03:23:38 DEBUG : one: Need to transfer - File not found at Destination 2025/06/20 03:23:40 DEBUG : one: md5 = e22edb099b6244549527ce4ea286c8d0 OK 2025/06/20 03:23:40 INFO : one: Copied (new) 2025/06/20 03:23:41 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/20 03:23:42 DEBUG : one: md5 = 2b37b03961d285749b32275f6b673c36 OK 2025/06/20 03:23:42 INFO : one: Copied (replaced existing) 2025/06/20 03:23:44 DEBUG : dst/one: md5 = a1bbda93b201550d9e1f1746c9e0cad5 OK 2025/06/20 03:23:46 DEBUG : CompareDest/one: md5 = eefca8782c0aba7294c6c144784281de OK 2025/06/20 03:23:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/20 03:23:48 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/20 03:23:48 DEBUG : one: Destination found in --compare-dest, skipping 2025/06/20 03:23:50 DEBUG : CompareDest/two: md5 = 68cbc021c0afd7b1f40fca89678c6c9a OK 2025/06/20 03:23:51 DEBUG : two: Need to transfer - File not found at Destination 2025/06/20 03:23:51 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/20 03:23:51 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/20 03:23:52 DEBUG : two: Need to transfer - File not found at Destination 2025/06/20 03:23:52 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/20 03:23:52 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/20 03:23:53 DEBUG : two: Need to transfer - File not found at Destination 2025/06/20 03:23:54 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/06/20 03:23:55 DEBUG : two: md5 = ee040e3c3f657d21f0d649d42caf778f OK 2025/06/20 03:23:55 INFO : two: Copied (new) 2025/06/20 03:23:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/20 03:23:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:23:59 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:23:59 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.73s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:23:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-guxekul0loxu/dst" 2025/06/20 03:23:59 DEBUG : Creating backend with remote "TestDrive:crypt/omic8mr9gc43icah2kjlb09vemum1e678gcn8okvor3nq492supg/31u3jie661vd5p8j7rtc3hgbh0" 2025/06/20 03:24:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-guxekul0loxu/CopyDest" 2025/06/20 03:24:01 DEBUG : Creating backend with remote "TestDrive:crypt/omic8mr9gc43icah2kjlb09vemum1e678gcn8okvor3nq492supg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/06/20 03:24:02 DEBUG : one: Need to transfer - File not found at Destination 2025/06/20 03:24:05 DEBUG : one: md5 = 1917d38556c3acbf3bf5f2c5f13116b9 OK 2025/06/20 03:24:05 INFO : one: Copied (new) 2025/06/20 03:24:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/20 03:24:07 DEBUG : one: md5 = c9f4d02598a0dfd1dfa00e2bc7ac04b7 OK 2025/06/20 03:24:07 INFO : one: Copied (replaced existing) 2025/06/20 03:24:09 DEBUG : dst/one: md5 = ee9f55c8e0f1c36e31cbbd17601a47e3 OK 2025/06/20 03:24:11 DEBUG : CopyDest/one: md5 = 0454c942919fe9cefd2d627ee9bbd7e7 OK 2025/06/20 03:24:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-guxekul0loxu/BackupDir" 2025/06/20 03:24:12 DEBUG : Creating backend with remote "TestDrive:crypt/omic8mr9gc43icah2kjlb09vemum1e678gcn8okvor3nq492supg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/06/20 03:24:13 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/20 03:24:14 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/20 03:24:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/20 03:24:15 INFO : one: Moved (server-side) 2025/06/20 03:24:16 INFO : one: Copied (server-side copy) 2025/06/20 03:24:16 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/06/20 03:24:18 DEBUG : CopyDest/two: md5 = e01fe0012f2e379962e82cab302fbefe OK 2025/06/20 03:24:18 DEBUG : two: Need to transfer - File not found at Destination 2025/06/20 03:24:19 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/20 03:24:20 INFO : two: Copied (server-side copy) 2025/06/20 03:24:20 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/06/20 03:24:20 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/06/20 03:24:20 DEBUG : two: Unchanged skipping 2025/06/20 03:24:22 DEBUG : CopyDest/three: md5 = 06d2061c6bd1d6329cb574f9f53fa490 OK 2025/06/20 03:24:23 DEBUG : three: Need to transfer - File not found at Destination 2025/06/20 03:24:23 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/06/20 03:24:23 DEBUG : three: Destination not found in --copy-dest 2025/06/20 03:24:24 DEBUG : three: md5 = 0e20b41968855ae48686aa4df257ec32 OK 2025/06/20 03:24:24 INFO : three: Copied (new) 2025/06/20 03:24:29 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/06/20 03:24:29 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:24:29 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/20 03:24:29 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:24:29 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/20 03:24:29 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/06/20 03:24:30 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (31.72s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.43s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.41s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:24:32 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/06/20 03:24:34 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 908ef0f59c3aa73020f3b5791d1a220b OK 2025/06/20 03:24:34 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/06/20 03:24:35 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/06/20 03:24:35 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/06/20 03:24:36 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/06/20 03:24:36 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/06/20 03:24:38 DEBUG : TestCopyFileMaxTransfer/file4: md5 = ee8338f1232fc6302036a77abf71747a OK 2025/06/20 03:24:38 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/06/20 03:24:40 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/06/20 03:24:40 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.44s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.47s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:24:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': Looking for duplicate names using skip mode. 2025/06/20 03:24:44 NOTICE: one: Found 2 files with duplicate names 2025/06/20 03:24:44 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.27s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:24:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': Looking for duplicate names using skip mode. 2025/06/20 03:24:49 NOTICE: one: Found 3 files with duplicate names 2025/06/20 03:24:49 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/06/20 03:24:49 INFO : one: Deleted 2025/06/20 03:24:49 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (5.90s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:24:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': Looking for duplicate names using first mode. 2025/06/20 03:24:55 NOTICE: one: Found 3 files with duplicate names 2025/06/20 03:24:55 INFO : one: Deleted 2025/06/20 03:24:56 INFO : one: Deleted 2025/06/20 03:24:56 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (5.99s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:25:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': Looking for duplicate names using newest mode. 2025/06/20 03:25:01 NOTICE: one: Found 3 files with duplicate names 2025/06/20 03:25:01 INFO : one: Deleted 2025/06/20 03:25:02 INFO : one: Deleted 2025/06/20 03:25:02 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (5.80s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.42s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:25:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': Looking for duplicate names using oldest mode. 2025/06/20 03:25:07 NOTICE: one: Found 3 files with duplicate names 2025/06/20 03:25:07 INFO : one: Deleted 2025/06/20 03:25:08 INFO : one: Deleted 2025/06/20 03:25:08 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (5.84s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:25:13 INFO : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': Looking for duplicate names using largest mode. 2025/06/20 03:25:13 NOTICE: one: Found 3 files with duplicate names 2025/06/20 03:25:14 INFO : one: Deleted 2025/06/20 03:25:14 INFO : one: Deleted 2025/06/20 03:25:14 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.29s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:25:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': Looking for duplicate names using smallest mode. 2025/06/20 03:25:19 NOTICE: one: Found 3 files with duplicate names 2025/06/20 03:25:20 INFO : one: Deleted 2025/06/20 03:25:20 INFO : one: Deleted 2025/06/20 03:25:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.13s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:25:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': Looking for duplicate names using rename mode. 2025/06/20 03:25:26 NOTICE: one.txt: Found 3 files with duplicate names 2025/06/20 03:25:28 INFO : one-2.txt: renamed from: one.txt 2025/06/20 03:25:29 INFO : one-3.txt: renamed from: one.txt 2025/06/20 03:25:30 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (10.91s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:25:34 DEBUG : dupe1/one.txt: md5 = bb6dc1df742e728b9e3e98977592b987 OK 2025/06/20 03:25:36 DEBUG : dupe2/two.txt: md5 = 56d0da8e10a48ae7a7f465e99b96d74d OK 2025/06/20 03:25:38 DEBUG : dupe3/three.txt: md5 = 072761f919e260b67b51419c2aa0d8df OK 2025/06/20 03:25:39 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/06/20 03:25:39 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/06/20 03:25:40 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/06/20 03:25:41 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/06/20 03:25:44 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/06/20 03:25:44 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/06/20 03:25:44 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.21s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:25:46 DEBUG : a.txt: md5 = a04dadab32e895d54627fe4674099979 OK 2025/06/20 03:25:47 DEBUG : zend.txt: md5 = 90306ee93cfc285c7e3e9f2261996937 OK 2025/06/20 03:25:49 DEBUG : sub dir/hello world: md5 = f37f70dc3fc8b08f0404b761bf027964 OK 2025/06/20 03:25:50 DEBUG : sub dir/hello world2: md5 = 02e064a1c01157d99b6650c569050af3 OK 2025/06/20 03:25:52 DEBUG : sub dir/ignore dir/.ignore: md5 = e29aa962fecfa64d23c2cc1f75410a6c OK 2025/06/20 03:25:54 DEBUG : sub dir/ignore dir/should be ignored: md5 = cb01d4d045bd1b917467f87de80a492e OK 2025/06/20 03:25:56 DEBUG : sub dir/sub sub dir/hello world3: md5 = 9ec746e9206f8c3470fc340982d8ee66 OK 2025/06/20 03:25:57 DEBUG : a.txt: Excluded (Size Filter) 2025/06/20 03:25:57 DEBUG : a.txt: Excluded 2025/06/20 03:25:57 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/20 03:25:57 DEBUG : sub dir/hello world: Excluded 2025/06/20 03:25:57 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/20 03:25:57 DEBUG : sub dir/hello world2: Excluded 2025/06/20 03:25:58 DEBUG : sub dir/ignore dir: Excluded 2025/06/20 03:25:58 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/20 03:25:58 DEBUG : sub dir/hello world: Excluded 2025/06/20 03:25:58 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/20 03:25:58 DEBUG : sub dir/hello world2: Excluded 2025/06/20 03:25:58 DEBUG : sub dir/ignore dir: Excluded 2025/06/20 03:26:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/06/20 03:26:04 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/06/20 03:26:04 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/06/20 03:26:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/06/20 03:26:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/06/20 03:26:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/06/20 03:26:04 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (20.52s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:26:06 DEBUG : a.txt: md5 = de5ccad4c9969cb71816e1e5bbccd9ab OK 2025/06/20 03:26:08 DEBUG : zend.txt: md5 = f2339091cf86178ae0fa199a797183ce OK 2025/06/20 03:26:10 DEBUG : sub dir/hello world: md5 = c6a23b90f0f162c70c861f36d49a35df OK 2025/06/20 03:26:11 DEBUG : sub dir/hello world2: md5 = 995d6d26a761fc5ea64f03c530864e04 OK 2025/06/20 03:26:13 DEBUG : sub dir/ignore dir/.ignore: md5 = 51f3a1764b110f290b9d35895ab31f9a OK 2025/06/20 03:26:14 DEBUG : sub dir/ignore dir/should be ignored: md5 = 054da01b022c3a9e56d3f46ba7e29745 OK 2025/06/20 03:26:16 DEBUG : sub dir/sub sub dir/hello world3: md5 = 0db262cc789256b48ea9ad48803d3268 OK 2025/06/20 03:26:18 DEBUG : a.txt: Excluded (Size Filter) 2025/06/20 03:26:18 DEBUG : a.txt: Excluded 2025/06/20 03:26:18 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/20 03:26:18 DEBUG : sub dir/hello world2: Excluded 2025/06/20 03:26:18 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/20 03:26:18 DEBUG : sub dir/hello world: Excluded 2025/06/20 03:26:19 DEBUG : sub dir/ignore dir: Excluded 2025/06/20 03:26:19 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/20 03:26:19 DEBUG : sub dir/hello world2: Excluded 2025/06/20 03:26:19 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/20 03:26:19 DEBUG : sub dir/hello world: Excluded 2025/06/20 03:26:19 DEBUG : sub dir/ignore dir: Excluded 2025/06/20 03:26:23 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/06/20 03:26:24 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/06/20 03:26:24 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/06/20 03:26:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/06/20 03:26:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/06/20 03:26:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/06/20 03:26:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (20.30s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:26:27 DEBUG : file1: md5 = 529d023a92b70e7cedfed7bbff4aeae1 OK 2025/06/20 03:26:29 DEBUG : sub/file2: md5 = 6c62f69840e2699226cf49bbff0434a2 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/06/20 03:26:32 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/06/20 03:26:32 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/06/20 03:26:32 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/06/20 03:26:34 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.36s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.34s) --- PASS: TestListJSON/DirsOnly (0.23s) --- PASS: TestListJSON/Recurse (0.49s) --- PASS: TestListJSON/SubDir (0.22s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.70s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:26:36 DEBUG : file1: md5 = 36dba521826e889467179b2627baa699 OK 2025/06/20 03:26:38 DEBUG : sub/file2: md5 = 0a34ca473d368422a091ce9d652f02ca 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/06/20 03:26:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-guxekul0loxu/notfound" 2025/06/20 03:26:42 DEBUG : Creating backend with remote "TestDrive:crypt/omic8mr9gc43icah2kjlb09vemum1e678gcn8okvor3nq492supg/qe0i31qdkoejk60elps0ni5sqk" 2025/06/20 03:26:45 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (10.94s) --- PASS: TestStatJSON/Root (0.28s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.22s) --- PASS: TestStatJSON/Dir (0.49s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.24s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.22s) --- PASS: TestStatJSON/FileFilesOnly (0.23s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.23s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.23s) --- PASS: TestStatJSON/RootNotFound (1.77s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:26:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': Making directory 2025/06/20 03:26:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': Making directory --- PASS: TestMkdir (0.67s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:26:48 DEBUG : sub dir/hello world: md5 = f0954b0d2d828fb8760be858aa6e71f6 OK 2025/06/20 03:26:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.46s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:26:52 DEBUG : potato2: md5 = cbbed40b68c26941e17a7000619ef3cb OK 2025/06/20 03:26:54 DEBUG : empty space: md5 = 3e0775e81c4d736810e54117ceb3e256 OK --- PASS: TestLs (4.45s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:26:56 DEBUG : potato2: md5 = 7fc81539f3f466302df03c682e328ba7 OK 2025/06/20 03:26:58 DEBUG : empty space: md5 = a3bf9bc1ff0d67df8c8a6d8b7d50687a OK 2025/06/20 03:26:58 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.85s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:27:01 DEBUG : potato2: md5 = fb698aeb3096e43c49f9ab207a53b7c2 OK 2025/06/20 03:27:03 DEBUG : empty space: md5 = 10aef444fc7f6a4715d2647bc1d914c2 OK --- PASS: TestLsLong (4.29s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:27:06 DEBUG : potato2: md5 = 481ac16ca2a727838ae42f9bc2a116e6 OK 2025/06/20 03:27:07 DEBUG : empty space: md5 = a4f7eab21d6e166a9a33e9e53680f9f5 OK --- PASS: TestHashSums (4.24s) === RUN TestHashSumsWithErrors 2025/06/20 03:27:09 DEBUG : Creating backend with remote ":memory:" 2025/06/20 03:27:09 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/06/20 03:27:09 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/20 03:27:09 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/20 03:27:09 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/20 03:27:09 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/20 03:27:09 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/20 03:27:09 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/20 03:27:09 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/06/20 03:27:09 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-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:27:10 DEBUG : potato2: md5 = 462345df46bf4d6bd6d1f945a1b56f1c OK 2025/06/20 03:27:11 DEBUG : empty space: md5 = 32518b2b9f23ef0e6796a72dedf5e3a9 OK 2025/06/20 03:27:13 DEBUG : sub dir/potato3: md5 = ae1591e70eccd53127d4a6086e91c96a OK 2025/06/20 03:27:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.27s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:27:18 DEBUG : small: md5 = b3010bad3300e8af2cd08ad91de3729e OK 2025/06/20 03:27:20 DEBUG : medium: md5 = 7402e97a8664560073b9618eab657dc2 OK 2025/06/20 03:27:21 DEBUG : large: md5 = 39fc610e9b2c9dad1ef5ba671e0bd747 OK 2025/06/20 03:27:21 DEBUG : Waiting for deletions to finish 2025/06/20 03:27:21 DEBUG : large: Excluded (Size Filter) 2025/06/20 03:27:22 INFO : medium: Deleted 2025/06/20 03:27:22 INFO : small: Deleted --- PASS: TestDelete (6.08s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:27:24 DEBUG : small: md5 = 611e5fa231488d06b79ef502aa4e7cf2 OK 2025/06/20 03:27:26 DEBUG : medium: md5 = c60c68ce5dc3cc3d71c9a912c9812f51 OK 2025/06/20 03:27:27 DEBUG : large: md5 = 0fbc6662789bbbbd19c1e217f7b80158 OK 2025/06/20 03:27:27 DEBUG : Waiting for deletions to finish 2025/06/20 03:27:27 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/06/20 03:27:28 INFO : large: Deleted 2025/06/20 03:27:28 INFO : small: Deleted --- PASS: TestMaxDelete (6.46s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:27:31 DEBUG : small: md5 = da937157c839624b7b8d1d1aa4bc0c62 OK 2025/06/20 03:27:32 DEBUG : medium: md5 = 05bf45f8bb401025bdf15a0b1a94a527 OK 2025/06/20 03:27:33 DEBUG : large: md5 = e7a7ed92426b79219a1100db7ec14e85 OK 2025/06/20 03:27:33 DEBUG : Waiting for deletions to finish 2025/06/20 03:27:34 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/06/20 03:27:34 INFO : small: Deleted 2025/06/20 03:27:34 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.31s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:27:37 DEBUG : small: md5 = 1cf4e8f941fac66bde3326821ad196fe OK 2025/06/20 03:27:38 DEBUG : medium: md5 = a24cf9d7ea2d98865ebda6e898c1699d OK 2025/06/20 03:27:40 DEBUG : large: md5 = 45689bd0f9021b0b40433b8141e73989 OK 2025/06/20 03:27:40 DEBUG : Waiting for deletions to finish 2025/06/20 03:27:40 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/06/20 03:27:41 INFO : small: Deleted 2025/06/20 03:27:41 INFO : large: Deleted --- PASS: TestMaxDeleteSize (6.56s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:27:44 DEBUG : ReadFile: md5 = 5a6315ac8cf7f2de34497da363b600d2 OK --- PASS: TestReadFile (3.81s) === RUN TestRetry 2025/06/20 03:27:46 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/06/20 03:27:46 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/06/20 03:27:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/20 03:27:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/20 03:27:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/20 03:27:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/20 03:27:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:27:48 DEBUG : file1: md5 = 4277957c8b1e376570a61f8c0c013e83 OK 2025/06/20 03:27:49 DEBUG : file2: md5 = 4c6c9cf82f8029eee280ffac800488f5 OK --- PASS: TestCat (15.89s) === RUN TestPurge 2025/06/20 03:28:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gesemar3tima" 2025/06/20 03:28:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 03:28:02 DEBUG : Creating backend with remote "TestDrive:crypt/6lt5ehalnaposp4ui757hobvm2u5tliag7rekqs6r7htlsc4rq8g" 2025/06/20 03:28:03 DEBUG : Creating backend with remote "/tmp/rclone2386719810" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gesemar3tima'", Local "Local file system at /tmp/rclone2386719810", Modify Window "1ms" 2025/06/20 03:28:07 DEBUG : A1/B1/C1/one: md5 = 8e5feb4c2ad9acde171ebc026448fa48 OK 2025/06/20 03:28:07 INFO : A2: Making directory 2025/06/20 03:28:08 INFO : A1/B2: Making directory 2025/06/20 03:28:09 INFO : A1/B2/C2: Making directory 2025/06/20 03:28:09 INFO : A1/B1/C3: Making directory 2025/06/20 03:28:10 INFO : A3: Making directory 2025/06/20 03:28:11 INFO : A3/B3: Making directory 2025/06/20 03:28:12 INFO : A3/B3/C4: Making directory 2025/06/20 03:28:14 DEBUG : A1/two: md5 = 230e121b731a3ae9d9720b9cc8eca9c2 OK 2025/06/20 03:28:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gesemar3tima': Purge remote 2025/06/20 03:28:17 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.08s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:28:21 DEBUG : A1/B1/C1/one: md5 = 2e55321fca89153ae4abcde658667426 OK 2025/06/20 03:28:21 INFO : A2: Making directory 2025/06/20 03:28:21 INFO : A1/B2: Making directory 2025/06/20 03:28:22 INFO : A1/B2/C2: Making directory 2025/06/20 03:28:23 INFO : A1/B1/C3: Making directory 2025/06/20 03:28:24 INFO : A3: Making directory 2025/06/20 03:28:24 INFO : A3/B3: Making directory 2025/06/20 03:28:25 INFO : A3/B3/C4: Making directory 2025/06/20 03:28:27 DEBUG : A1/two: md5 = 6732df7db88ad5cd0644e1c889d4b2ad OK 2025/06/20 03:28:29 DEBUG : removing 1 level 3 directories 2025/06/20 03:28:29 INFO : A3/B3/C4: Removing directory 2025/06/20 03:28:31 DEBUG : removing 2 level 3 directories 2025/06/20 03:28:31 INFO : A1/B2/C2: Removing directory 2025/06/20 03:28:31 INFO : A1/B1/C3: Removing directory 2025/06/20 03:28:32 DEBUG : removing 2 level 2 directories 2025/06/20 03:28:32 INFO : A3/B3: Removing directory 2025/06/20 03:28:32 INFO : A1/B2: Removing directory 2025/06/20 03:28:32 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/06/20 03:28:32 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/06/20 03:28:33 DEBUG : removing 2 level 1 directories 2025/06/20 03:28:33 INFO : A3: Removing directory 2025/06/20 03:28:33 INFO : A2: Removing directory 2025/06/20 03:28:33 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/06/20 03:28:36 DEBUG : removing 1 level 3 directories 2025/06/20 03:28:36 INFO : A1/B1/C1: Removing directory 2025/06/20 03:28:37 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:37 DEBUG : removing 1 level 2 directories 2025/06/20 03:28:37 INFO : A1/B1: Removing directory 2025/06/20 03:28:37 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/06/20 03:28:37 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/20 03:28:38 DEBUG : removing 1 level 1 directories 2025/06/20 03:28:38 INFO : A1: Removing directory 2025/06/20 03:28:38 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/06/20 03:28:38 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/06/20 03:28:38 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/20 03:28:38 DEBUG : removing 1 level 0 directories 2025/06/20 03:28:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': Removing directory 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/20 03:28:39 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (22.77s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:28:41 INFO : A1: Making directory 2025/06/20 03:28:41 INFO : A1/B1: Making directory 2025/06/20 03:28:42 INFO : A1/B1/C1: Making directory 2025/06/20 03:28:44 DEBUG : removing 1 level 3 directories 2025/06/20 03:28:44 INFO : A1/B1/C1: Removing directory 2025/06/20 03:28:45 DEBUG : removing 1 level 2 directories 2025/06/20 03:28:45 INFO : A1/B1: Removing directory 2025/06/20 03:28:45 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/20 03:28:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.47s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:28:47 INFO : A1: Making directory 2025/06/20 03:28:48 INFO : A1/B1: Making directory 2025/06/20 03:28:49 INFO : A1/B1/C1: Making directory 2025/06/20 03:28:51 DEBUG : removing 1 level 3 directories 2025/06/20 03:28:51 INFO : A1/B1/C1: Removing directory 2025/06/20 03:28:52 DEBUG : removing 1 level 2 directories 2025/06/20 03:28:52 INFO : A1/B1: Removing directory 2025/06/20 03:28:52 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/20 03:28:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.02s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:28:56 DEBUG : file1: md5 = 1193c9eaefa67b4f12b3dddf01ad8ec4 OK 2025/06/20 03:28:56 DEBUG : filename.txt: File name found in url 2025/06/20 03:28:58 DEBUG : filename.txt: md5 = 229b4a182d6b4a80356718f2c1efe8ae OK 2025/06/20 03:28:58 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/06/20 03:28:59 DEBUG : headerfilename.txt: md5 = 7fd31aea90c80e39cf14b79196ef6f46 OK 2025/06/20 03:29:00 DEBUG : file2: md5 = e27d409d8a02203e0b9f04f401e38255 OK --- PASS: TestCopyURL (8.41s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:29:03 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/20 03:29:05 DEBUG : sub/file2: md5 = 1db864d6f82cfd1a0022e1464aad94e0 OK 2025/06/20 03:29:05 INFO : file1: Copied (new) to: sub/file2 2025/06/20 03:29:05 INFO : file1: Deleted 2025/06/20 03:29:06 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/06/20 03:29:06 DEBUG : file1: Unchanged skipping 2025/06/20 03:29:06 INFO : file1: Deleted 2025/06/20 03:29:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': don't need to copy/move sub/file2, it is already at target location 2025/06/20 03:29:08 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.75s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:29:09 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/20 03:29:10 DEBUG : file1: md5 = da86c9b6c7d3c89f8841cb62dc02b184 OK 2025/06/20 03:29:10 INFO : file1: Copied (new) 2025/06/20 03:29:10 INFO : file1: Deleted 2025/06/20 03:29:11 DEBUG : file1: Destination exists, skipping 2025/06/20 03:29:11 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.23s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.47s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.67s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:29:15 DEBUG : dst/file1: md5 = 9102dbc0e20e5aafe39a09d4a30bafc2 OK 2025/06/20 03:29:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-guxekul0loxu/backup" 2025/06/20 03:29:16 DEBUG : Creating backend with remote "TestDrive:crypt/omic8mr9gc43icah2kjlb09vemum1e678gcn8okvor3nq492supg/1nrff024r7pq65ecp72fc28jb0" 2025/06/20 03:29:17 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/20 03:29:19 INFO : dst/file1: Moved (server-side) 2025/06/20 03:29:21 DEBUG : dst/file1: md5 = 3751f8e7e6d91a3d36f2c8be9eab9269 OK 2025/06/20 03:29:21 INFO : dst/file1: Copied (new) 2025/06/20 03:29:21 INFO : dst/file1: Deleted 2025/06/20 03:29:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/20 03:29:24 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/06/20 03:29:24 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.22s) === 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-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:29:27 DEBUG : A1/one: md5 = 6c2a6d5cc97d5b70fa6020fb00d1122e OK 2025/06/20 03:29:29 DEBUG : A1/two: md5 = 3a6fdd40e291ed1c32cc4098f70282f3 OK 2025/06/20 03:29:31 DEBUG : A1/B1/three: md5 = 7ba6d8ab20294b615f917924f247d8b2 OK 2025/06/20 03:29:33 DEBUG : A1/B1/C1/four: md5 = a0e82ad12e754ccc874f0b763161c1b9 OK 2025/06/20 03:29:35 DEBUG : A1/B1/C2/five: md5 = 54bd35b168aabe291373028fd02858c5 OK 2025/06/20 03:29:35 INFO : A1/B2: Making directory 2025/06/20 03:29:35 INFO : A1/B1/C3: Making directory 2025/06/20 03:29:44 INFO : A2/two: Moved (server-side) to: A3/two 2025/06/20 03:29:44 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/06/20 03:29:44 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/06/20 03:29:44 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/06/20 03:29:44 INFO : A2/one: Moved (server-side) to: A3/one 2025/06/20 03:29:47 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/06/20 03:29:47 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/06/20 03:29:47 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/20 03:29:48 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/06/20 03:29:48 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/06/20 03:29:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/06/20 03:29:55 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/06/20 03:29:55 INFO : A3/one: Moved (server-side) to: A4/one 2025/06/20 03:29:55 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/06/20 03:29:55 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/06/20 03:29:55 INFO : A3/two: Moved (server-side) to: A4/two 2025/06/20 03:29:58 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/06/20 03:29:58 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/06/20 03:29:58 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/20 03:29:59 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/06/20 03:29:59 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/06/20 03:30:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/06/20 03:30:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/06/20 03:30:06 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/06/20 03:30:06 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/06/20 03:30:06 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/06/20 03:30:06 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/06/20 03:30:07 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/06/20 03:30:07 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/06/20 03:30:07 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/06/20 03:30:07 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (42.20s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:30:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': File to upload is small (34 bytes), uploading instead of streaming 2025/06/20 03:30:09 DEBUG : no_checksum_small_file_from_pipe: md5 = 043f9928dc625c1fb288670e08ad87fa OK 2025/06/20 03:30:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/06/20 03:30:09 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/06/20 03:30:10 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/06/20 03:30:11 DEBUG : no_checksum_big_file_from_pipe: md5 = 9ed32dd82d3bdec4eabeebdaa763b4f6 OK 2025/06/20 03:30:11 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-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:30:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': File to upload is small (34 bytes), uploading instead of streaming 2025/06/20 03:30:14 DEBUG : with_checksum_small_file_from_pipe: md5 = e2e026bc7c9bd708639da02473997c83 OK 2025/06/20 03:30:14 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/06/20 03:30:15 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/06/20 03:30:16 DEBUG : with_checksum_big_file_from_pipe: md5 = 87ba2113324c292d16451902e1f3ee41 OK 2025/06/20 03:30:16 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:30:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': File to upload is small (34 bytes), uploading instead of streaming 2025/06/20 03:30:19 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/06/20 03:30:19 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/06/20 03:30:20 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-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:30:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': File to upload is small (34 bytes), uploading instead of streaming 2025/06/20 03:30:23 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/06/20 03:30:24 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/06/20 03:30:25 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (18.90s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.85s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.59s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.75s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.71s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/06/20 03:30:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': File to upload is small (48 bytes), uploading instead of streaming 2025/06/20 03:30:28 DEBUG : rcat_metadata: md5 = c2cbe42ea67e96577bf55fe4a58a1cfa OK 2025/06/20 03:30:28 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/06/20 03:30:30 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/06/20 03:30:31 DEBUG : rcat_metadata_uploadcutoff0: md5 = f899be33e52ded68d8554ce2fb5f962d OK 2025/06/20 03:30:31 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.60s) --- PASS: TestRcatMetadata/Normal (2.43s) --- PASS: TestRcatMetadata/ViaDisk (2.73s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:30:34 DEBUG : potato1: md5 = e9ccec252c5561a30f12942c7a1e2a4c OK 2025/06/20 03:30:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': File to upload is small (60 bytes), uploading instead of streaming 2025/06/20 03:30:35 DEBUG : potato2: md5 = fbce33f94706ee431ba4ec857ea81392 OK 2025/06/20 03:30:35 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.21s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:30:38 DEBUG : potato1: md5 = cd77bbb2c60109aa6b08a5f67ae42549 OK 2025/06/20 03:30:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': File to upload is small (60 bytes), uploading instead of streaming 2025/06/20 03:30:39 DEBUG : potato2: md5 = 810e8d64e745f3c74ce77eb366ae442f OK 2025/06/20 03:30:39 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.98s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:30:43 DEBUG : potato2: md5 = c249042f774488db39b32c7cd9be861d OK 2025/06/20 03:30:44 DEBUG : empty space: md5 = 9fa28ccd2d0483e90b049c7e1cbc0bd9 OK 2025/06/20 03:30:46 DEBUG : sub dir/potato3: md5 = 239db4f34a024015b7856786ccdd2091 OK 2025/06/20 03:30:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': Touching "sub dir/potato3" 2025/06/20 03:30:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': Touching "empty space" 2025/06/20 03:30:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': Touching "potato2" 2025/06/20 03:30:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.47s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:30:51 DEBUG : dir with metadata: Making directory with metadata 2025/06/20 03:30:52 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.31s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:30:53 DEBUG : directory with modtime: Making directory with metadata 2025/06/20 03:30:54 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.37s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:30:56 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/06/20 03:30:56 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/06/20 03:30:56 DEBUG : Google drive root 'crypt/omic8mr9gc43icah2kjlb09vemum1e678gcn8okvor3nq492supg': Skipping btime metadata as can't update it on an existing file: 2025-06-20T03:30:56.088195951Z 2025/06/20 03:30:56 INFO : non existent directory: Updated directory metadata 2025/06/20 03:30:58 DEBUG : Google drive root 'crypt/omic8mr9gc43icah2kjlb09vemum1e678gcn8okvor3nq492supg': Skipping btime metadata as can't update it on an existing file: 2025-06-20T03:30:56.088195951Z 2025/06/20 03:30:59 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.64s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:31:00 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/06/20 03:31:02 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/06/20 03:31:03 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.92s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:31:04 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/06/20 03:31:04 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/06/20 03:31:04 DEBUG : dst: Making directory with metadata 2025/06/20 03:31:05 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/06/20 03:31:05 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/06/20 03:31:05 INFO : dst: Set directory modification time (using SetModTime) 2025/06/20 03:31:06 INFO : dst: Set directory modification time (using SetModTime) 2025/06/20 03:31:06 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/06/20 03:31:06 INFO : dst: Set directory modification time (using SetModTime) 2025/06/20 03:31:06 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.37s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu'", Local "Local file system at /tmp/rclone610378780", Modify Window "1ms" 2025/06/20 03:31:10 DEBUG : sub dir/test remove existing: md5 = fc591c7ec9bd2b5aa300a0e9e4dac3aa OK 2025/06/20 03:31:11 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 4f0cc91386152daf320d94951b008359 OK 2025/06/20 03:31:13 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.hijezuz6" before starting 2025/06/20 03:31:14 DEBUG : sub dir/test remove existing.hijezuz6: TEST: removing renamed existing file after operation 2025/06/20 03:31:15 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.lekihux4" before starting 2025/06/20 03:31:16 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.lekihux4: TEST: renaming existing back after failed operation 2025/06/20 03:31:17 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cibaquf3" before starting 2025/06/20 03:31:18 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cibaquf3: TEST: removing renamed existing file after operation 2025/06/20 03:31:19 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3jh5omhiu1gba38qs5nsqnm1mmo5q419f569fghtr9bl8r2b704g" 2025/06/20 03:31:19 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ad4jch5ami030veu13eq6fvqhlo3d0kaa05vlm53s163j7rogaho4cc4qh6pp7ilho483cl1hkglttj9l6mln98kqdd59v8oi4liadqs0cg6hah7hd1slkbhohbn6pfnat4lgg17fisk672v8blbbd86c2fmha988gupqjctecto21pge45g" --- PASS: TestRemoveExisting (12.60s) === 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/06/20 03:31:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-guxekul0loxu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m19.040966954s (try 1/5)