"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/08/15 02:47:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-butevex8seme" 2025/08/15 02:47:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/15 02:47:02 DEBUG : Creating backend with remote "TestDrive:crypt/3jd5g5g9f7bbgvd9tbgdo762kfa8n2s41sfv2e1516dgus26f0mg" 2025/08/15 02:47:03 DEBUG : Creating backend with remote "/tmp/rclone1417721883" === 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-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", 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-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.25s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/08/15 02:47:03 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/15 02:47:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/15 02:47:03 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/08/15 02:47:03 DEBUG : potato: Seek from 10 to 0 2025/08/15 02:47:03 DEBUG : potato: Seek from 10 to 0 2025/08/15 02:47:03 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/08/15 02:47:03 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/15 02:47:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/15 02:47:03 DEBUG : potato: Seek from 5 to 2 2025/08/15 02:47:03 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/08/15 02:47:03 DEBUG : potato: Seek from 7 to 0 2025/08/15 02:47:03 DEBUG : potato: Seek from 7 to 0 2025/08/15 02:47:03 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/08/15 02:47:03 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/15 02:47:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/15 02:47:03 DEBUG : potato: Seek from 5 to 2 2025/08/15 02:47:03 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/08/15 02:47:03 DEBUG : potato: Seek from 8 to 0 2025/08/15 02:47:03 DEBUG : potato: Seek from 8 to 0 2025/08/15 02:47:03 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/08/15 02:47:03 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/08/15 02:47:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/08/15 02:47:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/08/15 02:47:03 DEBUG : potato: Seek from 5 to 2 2025/08/15 02:47:03 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/08/15 02:47:03 DEBUG : potato: Seek from 9 to 0 2025/08/15 02:47:03 DEBUG : potato: Seek from 9 to 0 2025/08/15 02:47: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-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:47:06 DEBUG : rutabaga: md5 = 816d089bf323fbb6352ab69b4047eb4d OK === RUN TestCheck/1 === RUN TestCheck/2 2025/08/15 02:47:08 DEBUG : empty space: md5 = 48a8fde59a6323387710fb811f71aa7b OK === RUN TestCheck/3 2025/08/15 02:47:10 DEBUG : potato2: md5 = 4f0aa4082d563353e5d72b144352defa OK === RUN TestCheck/4 === RUN TestCheck/5 2025/08/15 02:47:13 DEBUG : remotepotato: md5 = a1602a8a0a4b4d73f8f86096383e2adc OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.00s) --- PASS: TestCheck/1 (0.26s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.28s) --- PASS: TestCheck/4 (0.24s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2025/08/15 02:47:16 DEBUG : Creating backend with remote "nonexistent" 2025/08/15 02:47:16 DEBUG : Creating backend with remote "nonexistent" 2025/08/15 02:47:16 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/08/15 02:47:16 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/08/15 02:47:16 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/08/15 02:47:16 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-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:47:18 DEBUG : rutabaga: md5 = 8a24f9c4c71d6f7ee8a5109bf6fd414e OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/08/15 02:47:22 DEBUG : empty space: md5 = a076a86e09e21430a2afde2bc803d5d9 OK === RUN TestCheckDownload/3 2025/08/15 02:47:25 DEBUG : potato2: md5 = 89dda0d5a7854285ce90ac392ae9009f OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/08/15 02:47:29 DEBUG : remotepotato: md5 = f2f1c4a93aefa482c9516b932d45dca7 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.17s) --- PASS: TestCheckDownload/1 (1.06s) --- PASS: TestCheckDownload/2 (1.06s) --- PASS: TestCheckDownload/3 (0.91s) --- PASS: TestCheckDownload/4 (1.14s) --- PASS: TestCheckDownload/5 (1.15s) --- PASS: TestCheckDownload/6 (1.12s) --- PASS: TestCheckDownload/7 (0.86s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:47:35 DEBUG : rutabaga: md5 = d2cb454d1a920d6b21c20098daaab3b7 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/08/15 02:47:38 DEBUG : empty space: md5 = 7a28fd1260771e36498fd2a96640b33b OK === RUN TestCheckSizeOnly/3 2025/08/15 02:47:40 DEBUG : potato2: md5 = e044372da1a659c2fa98eb5fc705f3cc OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/08/15 02:47:42 DEBUG : remotepotato: md5 = 25e53ff2b1ffa775f828e5dd8d64bb39 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.87s) --- PASS: TestCheckSizeOnly/1 (0.27s) --- PASS: TestCheckSizeOnly/2 (0.25s) --- PASS: TestCheckSizeOnly/3 (0.27s) --- PASS: TestCheckSizeOnly/4 (0.31s) --- PASS: TestCheckSizeOnly/5 (0.25s) --- PASS: TestCheckSizeOnly/6 (0.29s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:47:47 DEBUG : test.sum: md5 = 6d1629c38db8ac4d89eeabf94055372f OK 2025/08/15 02:47:48 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/15 02:47:48 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/15 02:47:48 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/15 02:47:48 NOTICE: test.sum: 2 warning(s) suppressed... 2025/08/15 02:47:50 DEBUG : test.sum: md5 = 6c62040f917fa48b75104415d078a83d OK 2025/08/15 02:47:51 NOTICE: test.sum: improperly formatted checksum line 4 2025/08/15 02:47:51 NOTICE: test.sum: improperly formatted checksum line 5 2025/08/15 02:47:51 NOTICE: test.sum: improperly formatted checksum line 6 2025/08/15 02:47:51 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.69s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:47:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-butevex8seme/data" 2025/08/15 02:47:52 DEBUG : Creating backend with remote "TestDrive:crypt/3jd5g5g9f7bbgvd9tbgdo762kfa8n2s41sfv2e1516dgus26f0mg/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme/data' lacks md5, skipping --- SKIP: TestCheckSum (2.13s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:47:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-butevex8seme/data" 2025/08/15 02:47:54 DEBUG : Creating backend with remote "TestDrive:crypt/3jd5g5g9f7bbgvd9tbgdo762kfa8n2s41sfv2e1516dgus26f0mg/vjrnln8ratgmqakfosrqe8espk" 2025/08/15 02:47:58 DEBUG : data/banana: md5 = aab284babba80a5aa10a9f52d424bdf1 OK 2025/08/15 02:48:00 DEBUG : test.sum: md5 = 8e8a5d261570e86f0334a504a1d891e2 OK === RUN TestCheckSumDownload/subtest1 2025/08/15 02:48:05 DEBUG : data/potato: md5 = dfa5d8d7b9503ef285fd3740076b2636 OK 2025/08/15 02:48:06 DEBUG : test.sum: md5 = a135137c33eb7ca26526338617a762b4 OK === RUN TestCheckSumDownload/subtest2 2025/08/15 02:48:11 DEBUG : test.sum: md5 = b620ac3207c849ec716400b39039c60a OK === RUN TestCheckSumDownload/subtest3 2025/08/15 02:48:15 DEBUG : test.sum: md5 = e9cf24b6649ca299622ae4560bed84fd OK === RUN TestCheckSumDownload/subtest4 2025/08/15 02:48:20 DEBUG : test.sum: md5 = f564900ddffafcc0a3dfe25896b81270 OK === RUN TestCheckSumDownload/subtest5 2025/08/15 02:48:25 DEBUG : test.sum: md5 = db7cc9e09dbd53883cda6ba622dc9d37 OK === RUN TestCheckSumDownload/subtest6 2025/08/15 02:48:29 DEBUG : data/banana: md5 = 63c3e6eb5dbf4660ea7ffdf935e72590 OK 2025/08/15 02:48:30 DEBUG : data/potato: md5 = 531e16ae68cbf35216277c8a7c796268 OK 2025/08/15 02:48:32 DEBUG : test.sum: md5 = 1f8a208474c63343ff2713ece1325926 OK === RUN TestCheckSumDownload/subtest7 2025/08/15 02:48:37 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/08/15 02:48:37 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (43.45s) --- PASS: TestCheckSumDownload/subtest1 (2.59s) --- PASS: TestCheckSumDownload/subtest2 (2.18s) --- PASS: TestCheckSumDownload/subtest3 (2.39s) --- PASS: TestCheckSumDownload/subtest4 (2.53s) --- PASS: TestCheckSumDownload/subtest5 (2.48s) --- PASS: TestCheckSumDownload/subtest6 (2.06s) --- PASS: TestCheckSumDownload/subtest7 (2.25s) === RUN TestApplyTransforms 2025/08/15 02:48:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gohexif1kime" 2025/08/15 02:48:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/15 02:48:38 DEBUG : Creating backend with remote "TestDrive:crypt/evs428chgsn302mvkjeum0gkdus4lcc92rtjphds33s3dipouk9g" 2025/08/15 02:48:39 DEBUG : Creating backend with remote "/tmp/rclone325167574" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gohexif1kime'", Local "Local file system at /tmp/rclone325167574", Modify Window "1ms" 2025/08/15 02:48:41 DEBUG : hello, world!: md5 = eacdccdf0b4df317cf5cf5164e940ab8 OK upper checkfile vs. lower remote (without normalization) 2025/08/15 02:48:42 ERROR : hello, world!: sum not found 2025/08/15 02:48:42 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-gohexif1kime' 2025/08/15 02:48:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gohexif1kime': 1 files missing 2025/08/15 02:48:42 NOTICE: 1 hashes missing 2025/08/15 02:48:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gohexif1kime': 1 differences found 2025/08/15 02:48:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gohexif1kime': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/08/15 02:48:43 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/15 02:48:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gohexif1kime': 0 differences found 2025/08/15 02:48:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gohexif1kime': 1 matching files 2025/08/15 02:48:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bomozit9calu" 2025/08/15 02:48:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/15 02:48:43 DEBUG : Creating backend with remote "TestDrive:crypt/o48eca8ue7ej9639i8flgfvlomulnsfeo3c8galkv9u02sm407mg" 2025/08/15 02:48:44 DEBUG : Creating backend with remote "/tmp/rclone1884504905" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bomozit9calu'", Local "Local file system at /tmp/rclone1884504905", Modify Window "1ms" 2025/08/15 02:48:46 DEBUG : HELLO, WORLD!: md5 = f0a9de8118d7479ede0d61a0e465efdc OK lower checkfile vs. upper remote (without normalization) 2025/08/15 02:48:47 ERROR : HELLO, WORLD!: sum not found 2025/08/15 02:48:47 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-bomozit9calu' 2025/08/15 02:48:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bomozit9calu': 1 files missing 2025/08/15 02:48:47 NOTICE: 1 hashes missing 2025/08/15 02:48:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bomozit9calu': 1 differences found 2025/08/15 02:48:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bomozit9calu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/08/15 02:48:48 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/15 02:48:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bomozit9calu': 0 differences found 2025/08/15 02:48:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bomozit9calu': 1 matching files 2025/08/15 02:48:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jividep3xoci" 2025/08/15 02:48:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/15 02:48:48 DEBUG : Creating backend with remote "TestDrive:crypt/4m3shdhmsvp16l7rqda7gikd68f2juno9b9b1832he6v7tfua8m0" 2025/08/15 02:48:49 DEBUG : Creating backend with remote "/tmp/rclone2389154942" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jividep3xoci'", Local "Local file system at /tmp/rclone2389154942", Modify Window "1ms" 2025/08/15 02:48:51 DEBUG : HeLlO, wOrLd!: md5 = eaa8286ebd49e67609f253dd3ffb30d6 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/08/15 02:48:52 ERROR : HeLlO, wOrLd!: sum not found 2025/08/15 02:48:52 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jividep3xoci' 2025/08/15 02:48:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jividep3xoci': 1 files missing 2025/08/15 02:48:52 NOTICE: 1 hashes missing 2025/08/15 02:48:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jividep3xoci': 1 differences found 2025/08/15 02:48:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jividep3xoci': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/08/15 02:48:53 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/15 02:48:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jividep3xoci': 0 differences found 2025/08/15 02:48:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jividep3xoci': 1 matching files 2025/08/15 02:48:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vexasah5lavo" 2025/08/15 02:48:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/15 02:48:53 DEBUG : Creating backend with remote "TestDrive:crypt/v2m3evg2tfi0q2k3ngb429orgu2iki0djnue8gbe1p5okk6ov3vg" 2025/08/15 02:48:54 DEBUG : Creating backend with remote "/tmp/rclone4063163544" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vexasah5lavo'", Local "Local file system at /tmp/rclone4063163544", Modify Window "1ms" 2025/08/15 02:48:56 DEBUG : HELLO, WORLD!: md5 = 14455358d2ed41acbdae377b48fc6e5e OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/08/15 02:48:57 ERROR : HELLO, WORLD!: sum not found 2025/08/15 02:48:57 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-vexasah5lavo' 2025/08/15 02:48:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vexasah5lavo': 1 files missing 2025/08/15 02:48:57 NOTICE: 1 hashes missing 2025/08/15 02:48:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vexasah5lavo': 1 differences found 2025/08/15 02:48:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vexasah5lavo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/08/15 02:48:58 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/15 02:48:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vexasah5lavo': 0 differences found 2025/08/15 02:48:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vexasah5lavo': 1 matching files 2025/08/15 02:48:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xixaqez3tuna" 2025/08/15 02:48:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/15 02:48:58 DEBUG : Creating backend with remote "TestDrive:crypt/s01sb7m5vkglshnrmjchqek96d73trgd0hsivo7pehitfqnem5ig" 2025/08/15 02:48:59 DEBUG : Creating backend with remote "/tmp/rclone2451745968" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xixaqez3tuna'", Local "Local file system at /tmp/rclone2451745968", Modify Window "1ms" 2025/08/15 02:49:02 DEBUG : 測試_Русский___ě_áñ: md5 = 9e4c1d9e2416c57a19f7c04c130a11f1 OK NFD checkfile vs. NFC remote (without normalization) 2025/08/15 02:49:02 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/15 02:49:02 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xixaqez3tuna' 2025/08/15 02:49:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xixaqez3tuna': 1 files missing 2025/08/15 02:49:02 NOTICE: 1 hashes missing 2025/08/15 02:49:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xixaqez3tuna': 1 differences found 2025/08/15 02:49:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xixaqez3tuna': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/08/15 02:49:04 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/15 02:49:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xixaqez3tuna': 0 differences found 2025/08/15 02:49:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xixaqez3tuna': 1 matching files 2025/08/15 02:49:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xeqojat0hiba" 2025/08/15 02:49:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/15 02:49:04 DEBUG : Creating backend with remote "TestDrive:crypt/ftp8ccea27fcpvmgg9k4a189h4objpts1o8f7sqkdqvo18upl280" 2025/08/15 02:49:05 DEBUG : Creating backend with remote "/tmp/rclone2425205091" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xeqojat0hiba'", Local "Local file system at /tmp/rclone2425205091", Modify Window "1ms" 2025/08/15 02:49:07 DEBUG : 測試_Русский___ě_áñ: md5 = 80048c8651539b30425ef205e06ac430 OK NFC checkfile vs. NFD remote (without normalization) 2025/08/15 02:49:08 ERROR : 測試_Русский___ě_áñ: sum not found 2025/08/15 02:49:08 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xeqojat0hiba' 2025/08/15 02:49:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeqojat0hiba': 1 files missing 2025/08/15 02:49:08 NOTICE: 1 hashes missing 2025/08/15 02:49:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeqojat0hiba': 1 differences found 2025/08/15 02:49:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeqojat0hiba': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/08/15 02:49:09 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/15 02:49:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeqojat0hiba': 0 differences found 2025/08/15 02:49:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xeqojat0hiba': 1 matching files 2025/08/15 02:49:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jayikum1milu" 2025/08/15 02:49:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/15 02:49:09 DEBUG : Creating backend with remote "TestDrive:crypt/begs3h45f653aodit207o3iiuo1jetnr7ot4g2849k2r5qfsc3mg" 2025/08/15 02:49:10 DEBUG : Creating backend with remote "/tmp/rclone1602243999" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jayikum1milu'", Local "Local file system at /tmp/rclone1602243999", Modify Window "1ms" 2025/08/15 02:49:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = a2c24485cb50350ca4bca8075c296ad1 OK NFDx2 checkfile vs. both remote (without normalization) 2025/08/15 02:49:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/15 02:49:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jayikum1milu' 2025/08/15 02:49:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jayikum1milu': 1 files missing 2025/08/15 02:49:13 NOTICE: 1 hashes missing 2025/08/15 02:49:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jayikum1milu': 1 differences found 2025/08/15 02:49:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jayikum1milu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/08/15 02:49:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/15 02:49:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jayikum1milu': 0 differences found 2025/08/15 02:49:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jayikum1milu': 1 matching files 2025/08/15 02:49:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-moqudew0dona" 2025/08/15 02:49:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/15 02:49:14 DEBUG : Creating backend with remote "TestDrive:crypt/u3qghtovf9u875407fbvmqtpnibg0ika2kd8livfd62u92fassag" 2025/08/15 02:49:15 DEBUG : Creating backend with remote "/tmp/rclone3111019688" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-moqudew0dona'", Local "Local file system at /tmp/rclone3111019688", Modify Window "1ms" 2025/08/15 02:49:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 4c7a9832e5180dae1b614ad8fa5e7d36 OK NFCx2 checkfile vs. both remote (without normalization) 2025/08/15 02:49:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/15 02:49:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-moqudew0dona' 2025/08/15 02:49:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-moqudew0dona': 1 files missing 2025/08/15 02:49:17 NOTICE: 1 hashes missing 2025/08/15 02:49:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-moqudew0dona': 1 differences found 2025/08/15 02:49:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-moqudew0dona': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/08/15 02:49:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/15 02:49:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-moqudew0dona': 0 differences found 2025/08/15 02:49:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-moqudew0dona': 1 matching files 2025/08/15 02:49:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nedanaq1safu" 2025/08/15 02:49:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/15 02:49:19 DEBUG : Creating backend with remote "TestDrive:crypt/e9cjvs36osn9g74ksb1o8hbc461n71gjqdgonc8ahfq8o42q0cug" 2025/08/15 02:49:20 DEBUG : Creating backend with remote "/tmp/rclone2213353013" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nedanaq1safu'", Local "Local file system at /tmp/rclone2213353013", Modify Window "1ms" 2025/08/15 02:49:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d5b7b5e3bf44a883cb5a67902320b482 OK both checkfile vs. NFDx2 remote (without normalization) 2025/08/15 02:49:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/15 02:49:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nedanaq1safu' 2025/08/15 02:49:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nedanaq1safu': 1 files missing 2025/08/15 02:49:23 NOTICE: 1 hashes missing 2025/08/15 02:49:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nedanaq1safu': 1 differences found 2025/08/15 02:49:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nedanaq1safu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/08/15 02:49:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/15 02:49:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nedanaq1safu': 0 differences found 2025/08/15 02:49:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nedanaq1safu': 1 matching files 2025/08/15 02:49:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lolipoq7kuvu" 2025/08/15 02:49:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/15 02:49:24 DEBUG : Creating backend with remote "TestDrive:crypt/e49e7o88h0glmcteogvtmiu849tp9s0u01787vjk87l4eh8b5isg" 2025/08/15 02:49:25 DEBUG : Creating backend with remote "/tmp/rclone3996949319" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lolipoq7kuvu'", Local "Local file system at /tmp/rclone3996949319", Modify Window "1ms" 2025/08/15 02:49:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 21cf89c37126b35be124b1f84daef729 OK both checkfile vs. NFCx2 remote (without normalization) 2025/08/15 02:49:28 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/08/15 02:49:28 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-lolipoq7kuvu' 2025/08/15 02:49:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lolipoq7kuvu': 1 files missing 2025/08/15 02:49:28 NOTICE: 1 hashes missing 2025/08/15 02:49:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lolipoq7kuvu': 1 differences found 2025/08/15 02:49:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lolipoq7kuvu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/08/15 02:49:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/08/15 02:49:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lolipoq7kuvu': 0 differences found 2025/08/15 02:49:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lolipoq7kuvu': 1 matching files 2025/08/15 02:49:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lolipoq7kuvu': Purge remote 2025/08/15 02:49:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nedanaq1safu': Purge remote 2025/08/15 02:49:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-moqudew0dona': Purge remote 2025/08/15 02:49:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jayikum1milu': Purge remote 2025/08/15 02:49:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xeqojat0hiba': Purge remote 2025/08/15 02:49:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xixaqez3tuna': Purge remote 2025/08/15 02:49:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vexasah5lavo': Purge remote 2025/08/15 02:49:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jividep3xoci': Purge remote 2025/08/15 02:49:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bomozit9calu': Purge remote 2025/08/15 02:49:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gohexif1kime': Purge remote --- PASS: TestApplyTransforms (56.07s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:49:34 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/15 02:49:36 DEBUG : sub/file2: md5 = 55d1f21915514b501c202b73990e1512 OK 2025/08/15 02:49:36 INFO : file1: Copied (new) to: sub/file2 2025/08/15 02:49:37 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/15 02:49:37 DEBUG : file1: Unchanged skipping 2025/08/15 02:49:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': don't need to copy/move sub/file2, it is already at target location 2025/08/15 02:49:40 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.44s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.51s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:49:43 DEBUG : dst/file1: md5 = ead757cebccc888264815b77c9bf63c4 OK 2025/08/15 02:49:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-butevex8seme/backup" 2025/08/15 02:49:44 DEBUG : Creating backend with remote "TestDrive:crypt/3jd5g5g9f7bbgvd9tbgdo762kfa8n2s41sfv2e1516dgus26f0mg/1nrff024r7pq65ecp72fc28jb0" 2025/08/15 02:49:46 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/15 02:49:48 INFO : dst/file1: Moved (server-side) 2025/08/15 02:49:50 DEBUG : dst/file1: md5 = e6c4418256773914a426fa2b11253bf5 OK 2025/08/15 02:49:50 INFO : dst/file1: Copied (new) 2025/08/15 02:49:53 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/15 02:49:53 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/15 02:49:54 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.94s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:49:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-butevex8seme/dst" 2025/08/15 02:49:55 DEBUG : Creating backend with remote "TestDrive:crypt/3jd5g5g9f7bbgvd9tbgdo762kfa8n2s41sfv2e1516dgus26f0mg/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/15 02:49:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-butevex8seme/CompareDest" 2025/08/15 02:49:57 DEBUG : Creating backend with remote "TestDrive:crypt/3jd5g5g9f7bbgvd9tbgdo762kfa8n2s41sfv2e1516dgus26f0mg/gveqi14airsml4bgu7krj116o8" 2025/08/15 02:49:58 DEBUG : one: Need to transfer - File not found at Destination 2025/08/15 02:50:01 DEBUG : one: md5 = 31b43475ca65d9f0ac8f17bc86f7d02e OK 2025/08/15 02:50:01 INFO : one: Copied (new) 2025/08/15 02:50:02 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/15 02:50:04 DEBUG : one: md5 = 2a9cde463a8cd082b06796ccf9f9d358 OK 2025/08/15 02:50:04 INFO : one: Copied (replaced existing) 2025/08/15 02:50:06 DEBUG : dst/one: md5 = e16021d686d8415e320e21b7f8b2dd3c OK 2025/08/15 02:50:09 DEBUG : CompareDest/one: md5 = 0b2a20ff6388eead7020f060a87ed67d OK 2025/08/15 02:50:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/15 02:50:10 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/15 02:50:10 DEBUG : one: Destination found in --compare-dest, skipping 2025/08/15 02:50:12 DEBUG : CompareDest/two: md5 = 121e94f3cedd920ddeca9ac24a52fad6 OK 2025/08/15 02:50:13 DEBUG : two: Need to transfer - File not found at Destination 2025/08/15 02:50:13 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/15 02:50:13 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/15 02:50:14 DEBUG : two: Need to transfer - File not found at Destination 2025/08/15 02:50:14 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/15 02:50:14 DEBUG : two: Destination found in --compare-dest, skipping 2025/08/15 02:50:16 DEBUG : two: Need to transfer - File not found at Destination 2025/08/15 02:50:16 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/08/15 02:50:18 DEBUG : two: md5 = 92ffb296f274c5b7f6dd895cd059bf1f OK 2025/08/15 02:50:18 INFO : two: Copied (new) 2025/08/15 02:50:21 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/15 02:50:21 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:50:22 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/15 02:50:22 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (27.78s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:50:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-butevex8seme/dst" 2025/08/15 02:50:23 DEBUG : Creating backend with remote "TestDrive:crypt/3jd5g5g9f7bbgvd9tbgdo762kfa8n2s41sfv2e1516dgus26f0mg/31u3jie661vd5p8j7rtc3hgbh0" 2025/08/15 02:50:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-butevex8seme/CopyDest" 2025/08/15 02:50:24 DEBUG : Creating backend with remote "TestDrive:crypt/3jd5g5g9f7bbgvd9tbgdo762kfa8n2s41sfv2e1516dgus26f0mg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/15 02:50:26 DEBUG : one: Need to transfer - File not found at Destination 2025/08/15 02:50:29 DEBUG : one: md5 = abaa5e7e914193a367dc2572f1863ab0 OK 2025/08/15 02:50:29 INFO : one: Copied (new) 2025/08/15 02:50:30 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/15 02:50:32 DEBUG : one: md5 = 373fb6bd604959c945c1cd308cf08600 OK 2025/08/15 02:50:32 INFO : one: Copied (replaced existing) 2025/08/15 02:50:34 DEBUG : dst/one: md5 = d4a44dd7b8b268ee22128f1e4886aa9b OK 2025/08/15 02:50:36 DEBUG : CopyDest/one: md5 = 70cf2c366ddc44a6da9ff88548b4dd4d OK 2025/08/15 02:50:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-butevex8seme/BackupDir" 2025/08/15 02:50:37 DEBUG : Creating backend with remote "TestDrive:crypt/3jd5g5g9f7bbgvd9tbgdo762kfa8n2s41sfv2e1516dgus26f0mg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/15 02:50:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/15 02:50:39 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/15 02:50:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/08/15 02:50:41 INFO : one: Moved (server-side) 2025/08/15 02:50:42 INFO : one: Copied (server-side copy) 2025/08/15 02:50:42 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/08/15 02:50:44 DEBUG : CopyDest/two: md5 = ebf598711819943131c1a7b8640ea2ea OK 2025/08/15 02:50:45 DEBUG : two: Need to transfer - File not found at Destination 2025/08/15 02:50:45 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/15 02:50:46 INFO : two: Copied (server-side copy) 2025/08/15 02:50:46 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/08/15 02:50:47 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/08/15 02:50:47 DEBUG : two: Unchanged skipping 2025/08/15 02:50:49 DEBUG : CopyDest/three: md5 = b189f6d24a85194288a03a01d8a5d021 OK 2025/08/15 02:50:50 DEBUG : three: Need to transfer - File not found at Destination 2025/08/15 02:50:50 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/08/15 02:50:50 DEBUG : three: Destination not found in --copy-dest 2025/08/15 02:50:52 DEBUG : three: md5 = 822763c77f80464c3883daddbc07c826 OK 2025/08/15 02:50:52 INFO : three: Copied (new) 2025/08/15 02:50:57 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/15 02:50:57 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:50:57 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/15 02:50:58 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:50:58 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/15 02:50:58 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/15 02:50:59 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (37.18s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.47s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.51s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:51:01 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/08/15 02:51:03 DEBUG : TestCopyFileMaxTransfer/file1: md5 = c32294908a9236ec64e6cd4f8307ba44 OK 2025/08/15 02:51:03 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/08/15 02:51:04 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/08/15 02:51:05 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/08/15 02:51:05 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/08/15 02:51:06 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/08/15 02:51:08 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 0daba7064a644ce6afcc3121e82fc4f5 OK 2025/08/15 02:51:08 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/08/15 02:51:10 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/08/15 02:51:10 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.33s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.49s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:51:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': Looking for duplicate names using skip mode. 2025/08/15 02:51:15 NOTICE: one: Found 2 files with duplicate names 2025/08/15 02:51:15 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.13s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:51:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': Looking for duplicate names using skip mode. 2025/08/15 02:51:22 NOTICE: one: Found 3 files with duplicate names 2025/08/15 02:51:22 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/08/15 02:51:22 INFO : one: Deleted 2025/08/15 02:51:22 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.40s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:51:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': Looking for duplicate names using first mode. 2025/08/15 02:51:29 NOTICE: one: Found 3 files with duplicate names 2025/08/15 02:51:29 INFO : one: Deleted 2025/08/15 02:51:30 INFO : one: Deleted 2025/08/15 02:51:30 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.16s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:51:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': Looking for duplicate names using newest mode. 2025/08/15 02:51:36 NOTICE: one: Found 3 files with duplicate names 2025/08/15 02:51:36 INFO : one: Deleted 2025/08/15 02:51:37 INFO : one: Deleted 2025/08/15 02:51:37 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.01s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.48s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:51:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': Looking for duplicate names using oldest mode. 2025/08/15 02:51:43 NOTICE: one: Found 3 files with duplicate names 2025/08/15 02:51:44 INFO : one: Deleted 2025/08/15 02:51:44 INFO : one: Deleted 2025/08/15 02:51:44 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.00s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:51:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': Looking for duplicate names using largest mode. 2025/08/15 02:51:50 NOTICE: one: Found 3 files with duplicate names 2025/08/15 02:51:51 INFO : one: Deleted 2025/08/15 02:51:51 INFO : one: Deleted 2025/08/15 02:51:51 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.00s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:51:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': Looking for duplicate names using smallest mode. 2025/08/15 02:51:58 NOTICE: one: Found 3 files with duplicate names 2025/08/15 02:51:58 INFO : one: Deleted 2025/08/15 02:51:59 INFO : one: Deleted 2025/08/15 02:51:59 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.12s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:52:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': Looking for duplicate names using rename mode. 2025/08/15 02:52:06 NOTICE: one.txt: Found 3 files with duplicate names 2025/08/15 02:52:07 INFO : one-2.txt: renamed from: one.txt 2025/08/15 02:52:08 INFO : one-3.txt: renamed from: one.txt 2025/08/15 02:52:10 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.04s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:52:15 DEBUG : dupe1/one.txt: md5 = c199f47ddad8208b2e80db0a8f199f40 OK 2025/08/15 02:52:17 DEBUG : dupe2/two.txt: md5 = f0e9668a213c32be34e421ceb8e7f2a5 OK 2025/08/15 02:52:20 DEBUG : dupe3/three.txt: md5 = 22368865f18fdf0d9d9308623bc4f101 OK 2025/08/15 02:52:21 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/08/15 02:52:21 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/08/15 02:52:22 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/08/15 02:52:22 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/08/15 02:52:26 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/08/15 02:52:26 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/08/15 02:52:26 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (14.05s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:52:29 DEBUG : a.txt: md5 = c28d3665bfa26777c47ddafb70b6540a OK 2025/08/15 02:52:30 DEBUG : zend.txt: md5 = 7a12e7f7892524a02744375bb9c0ba7b OK 2025/08/15 02:52:33 DEBUG : sub dir/hello world: md5 = aa6468a319e0abd7cb1a1464a16e28a7 OK 2025/08/15 02:52:34 DEBUG : sub dir/hello world2: md5 = 8d1031f16dfd685c6e7f5ffc6f8fdbd6 OK 2025/08/15 02:52:37 DEBUG : sub dir/ignore dir/.ignore: md5 = aa02fcb712a981a975055133b9554241 OK 2025/08/15 02:52:38 DEBUG : sub dir/ignore dir/should be ignored: md5 = 34d4f5df5fafa4fec18fa9d13fb4b9f3 OK 2025/08/15 02:52:41 DEBUG : sub dir/sub sub dir/hello world3: md5 = 01beaea4036878a6c97948c331e6434f OK 2025/08/15 02:52:42 DEBUG : a.txt: Excluded (Size Filter) 2025/08/15 02:52:42 DEBUG : a.txt: Excluded 2025/08/15 02:52:43 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/15 02:52:43 DEBUG : sub dir/hello world2: Excluded 2025/08/15 02:52:43 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/15 02:52:43 DEBUG : sub dir/hello world: Excluded 2025/08/15 02:52:44 DEBUG : sub dir/ignore dir: Excluded 2025/08/15 02:52:44 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/15 02:52:44 DEBUG : sub dir/hello world2: Excluded 2025/08/15 02:52:44 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/15 02:52:44 DEBUG : sub dir/hello world: Excluded 2025/08/15 02:52:44 DEBUG : sub dir/ignore dir: Excluded 2025/08/15 02:52:49 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/15 02:52:50 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/15 02:52:50 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/15 02:52:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/15 02:52:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/15 02:52:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/08/15 02:52:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (24.77s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:52:53 DEBUG : a.txt: md5 = 7f2977b6179e65de476bb05c4108a203 OK 2025/08/15 02:52:55 DEBUG : zend.txt: md5 = 6440e78c400bf190634ab90449fced6d OK 2025/08/15 02:52:57 DEBUG : sub dir/hello world: md5 = 94b4406658bb272a315e46b385efc9fd OK 2025/08/15 02:52:59 DEBUG : sub dir/hello world2: md5 = d48751abc066baf132b6c04baaf82ec4 OK 2025/08/15 02:53:01 DEBUG : sub dir/ignore dir/.ignore: md5 = 80ac3b81a0416299fef405abe094d4b2 OK 2025/08/15 02:53:03 DEBUG : sub dir/ignore dir/should be ignored: md5 = 949b12310b1ee04f0d86ecc72b55b368 OK 2025/08/15 02:53:05 DEBUG : sub dir/sub sub dir/hello world3: md5 = 6b38d5f86b2272057c132d30a36f8f5d OK 2025/08/15 02:53:07 DEBUG : a.txt: Excluded (Size Filter) 2025/08/15 02:53:07 DEBUG : a.txt: Excluded 2025/08/15 02:53:07 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/15 02:53:07 DEBUG : sub dir/hello world2: Excluded 2025/08/15 02:53:07 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/15 02:53:07 DEBUG : sub dir/hello world: Excluded 2025/08/15 02:53:08 DEBUG : sub dir/ignore dir: Excluded 2025/08/15 02:53:08 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/08/15 02:53:08 DEBUG : sub dir/hello world2: Excluded 2025/08/15 02:53:08 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/08/15 02:53:08 DEBUG : sub dir/hello world: Excluded 2025/08/15 02:53:08 DEBUG : sub dir/ignore dir: Excluded 2025/08/15 02:53:13 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/08/15 02:53:14 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/08/15 02:53:14 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/08/15 02:53:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/08/15 02:53:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/08/15 02:53:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/08/15 02:53:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (23.85s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:53:17 DEBUG : file1: md5 = 57da569c52fa84f4f3d755a7f3fb320b OK 2025/08/15 02:53:19 DEBUG : sub/file2: md5 = 470d19dfb90db6515724b1813e1e8c6d OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/08/15 02:53:23 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/08/15 02:53:23 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/08/15 02:53:23 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/08/15 02:53:25 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.32s) --- PASS: TestListJSON/Default (0.28s) --- PASS: TestListJSON/FilesOnly (0.27s) --- PASS: TestListJSON/DirsOnly (0.31s) --- PASS: TestListJSON/Recurse (0.57s) --- PASS: TestListJSON/SubDir (0.27s) --- PASS: TestListJSON/NoModTime (0.30s) --- PASS: TestListJSON/NoMimeType (0.28s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.28s) --- PASS: TestListJSON/Metadata (0.68s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:53:27 DEBUG : file1: md5 = 9fc0ab22f7ed5b745d0adb5e4a9d0b96 OK 2025/08/15 02:53:30 DEBUG : sub/file2: md5 = 777b77d24d98188e41f597739b155058 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/08/15 02:53:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-butevex8seme/notfound" 2025/08/15 02:53:34 DEBUG : Config file has changed externally - reloading 2025/08/15 02:53:34 DEBUG : Creating backend with remote "TestDrive:crypt/3jd5g5g9f7bbgvd9tbgdo762kfa8n2s41sfv2e1516dgus26f0mg/qe0i31qdkoejk60elps0ni5sqk" 2025/08/15 02:53:38 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.96s) --- PASS: TestStatJSON/Root (0.27s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.29s) --- PASS: TestStatJSON/Dir (0.63s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.27s) --- PASS: TestStatJSON/File (0.27s) --- PASS: TestStatJSON/NotFound (0.56s) --- PASS: TestStatJSON/DirFilesOnly (0.28s) --- PASS: TestStatJSON/FileFilesOnly (0.28s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.26s) --- PASS: TestStatJSON/DirDirsOnly (0.29s) --- PASS: TestStatJSON/FileDirsOnly (0.28s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.29s) --- PASS: TestStatJSON/RootNotFound (1.89s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:53:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': Making directory 2025/08/15 02:53:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': Making directory --- PASS: TestMkdir (0.75s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:53:42 DEBUG : sub dir/hello world: md5 = 0b2dd04739bc197b22ce0c813f534766 OK 2025/08/15 02:53:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.33s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:53:46 DEBUG : potato2: md5 = 0d1fe836d262a2fa6835d52388035851 OK 2025/08/15 02:53:48 DEBUG : empty space: md5 = 55be1e1f5fd51410d40992756205d7e1 OK --- PASS: TestLs (5.15s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:53:52 DEBUG : potato2: md5 = 72c04ac0f4aebce8d221cabf7e12d8bf OK 2025/08/15 02:53:53 DEBUG : empty space: md5 = 3998ca99257ac21bcfd2473b08367a65 OK 2025/08/15 02:53:54 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/08/15 02:53:54 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.78s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:53:57 DEBUG : potato2: md5 = 61f5d3ab82fcc5ea50780185aa11e808 OK 2025/08/15 02:53:59 DEBUG : empty space: md5 = 01dcef369a6f916f49c124c15c3b9430 OK --- PASS: TestLsLong (5.05s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:54:02 DEBUG : potato2: md5 = a307d4b0acd980fdc7003414354ec163 OK 2025/08/15 02:54:04 DEBUG : empty space: md5 = aaef41554a8a35ddd1b505fb1eab3cd7 OK --- PASS: TestHashSums (4.76s) === RUN TestHashSumsWithErrors 2025/08/15 02:54:06 DEBUG : Creating backend with remote ":memory:" 2025/08/15 02:54:06 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/08/15 02:54:06 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/15 02:54:06 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/08/15 02:54:06 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/15 02:54:06 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/08/15 02:54:06 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/15 02:54:06 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/08/15 02:54:06 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/08/15 02:54:06 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-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:54:07 DEBUG : potato2: md5 = b19a6115bc161d0e52f100bbfbb645c1 OK 2025/08/15 02:54:09 DEBUG : empty space: md5 = b4b19afc9ad141884c447f7410911cc0 OK 2025/08/15 02:54:11 DEBUG : sub dir/potato3: md5 = 27333e9150832f4c878217dd0703e053 OK 2025/08/15 02:54:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (9.46s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:54:16 DEBUG : small: md5 = 88962d240b635be7e9353f778175e6cd OK 2025/08/15 02:54:18 DEBUG : medium: md5 = f4e9eceab1fa143e4155d1785fd82d45 OK 2025/08/15 02:54:20 DEBUG : large: md5 = 35a09be3d34faa0451758d1a7ae87710 OK 2025/08/15 02:54:20 DEBUG : Waiting for deletions to finish 2025/08/15 02:54:21 DEBUG : large: Excluded (Size Filter) 2025/08/15 02:54:21 INFO : small: Deleted 2025/08/15 02:54:21 INFO : medium: Deleted --- PASS: TestDelete (7.56s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:54:24 DEBUG : small: md5 = 8d88a695f327c88fe29fec8253e46a60 OK 2025/08/15 02:54:26 DEBUG : medium: md5 = abdf238fa6b39a7cfbbfadebb3dbd382 OK 2025/08/15 02:54:28 DEBUG : large: md5 = 890e7ebc6d67724f14e66d26cbc60ad3 OK 2025/08/15 02:54:28 DEBUG : Waiting for deletions to finish 2025/08/15 02:54:29 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/08/15 02:54:29 INFO : small: Deleted 2025/08/15 02:54:29 INFO : medium: Deleted --- PASS: TestMaxDelete (8.29s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:54:33 DEBUG : small: md5 = fa05645f0fc2b43ac7b6a85c1190e594 OK 2025/08/15 02:54:34 DEBUG : medium: md5 = c3a1ee3532f8552cea8cbb52785c6e7b OK 2025/08/15 02:54:36 DEBUG : large: md5 = 1e686155ad09c8c898c079f274b56781 OK 2025/08/15 02:54:36 DEBUG : Waiting for deletions to finish 2025/08/15 02:54:36 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/15 02:54:37 INFO : small: Deleted 2025/08/15 02:54:37 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.78s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:54:40 DEBUG : small: md5 = 54c97ed92f3d8a66f102300bf6334fcb OK 2025/08/15 02:54:42 DEBUG : medium: md5 = 5428eec276fba2bafbf831e405e0775e OK 2025/08/15 02:54:44 DEBUG : large: md5 = 739c8548b752064bfbd43406b38a5280 OK 2025/08/15 02:54:44 DEBUG : Waiting for deletions to finish 2025/08/15 02:54:44 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/08/15 02:54:45 INFO : small: Deleted 2025/08/15 02:54:45 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (7.79s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:54:48 DEBUG : ReadFile: md5 = 563628c069438f457202f0ddf9f36d1a OK --- PASS: TestReadFile (4.56s) === RUN TestRetry 2025/08/15 02:54:51 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/08/15 02:54:51 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/08/15 02:54:51 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/15 02:54:51 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/15 02:54:51 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/15 02:54:51 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/08/15 02:54:51 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:54:53 DEBUG : file1: md5 = dcc75ee4a6a14f915a9275d812c31014 OK 2025/08/15 02:54:54 DEBUG : file2: md5 = 64b73ccafcfb54ae96c19621d77f18d7 OK --- PASS: TestCat (16.74s) === RUN TestPurge 2025/08/15 02:55:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sewicab0qome" 2025/08/15 02:55:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/15 02:55:08 DEBUG : Creating backend with remote "TestDrive:crypt/u1qa6uffmih11o6q40hb7946iu6i333vje5fvsngtnnsbcpeg4f0" 2025/08/15 02:55:09 DEBUG : Creating backend with remote "/tmp/rclone3338726210" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sewicab0qome'", Local "Local file system at /tmp/rclone3338726210", Modify Window "1ms" 2025/08/15 02:55:14 DEBUG : A1/B1/C1/one: md5 = fb3873fcad0ac14b8db3bc8793ab122a OK 2025/08/15 02:55:14 INFO : A2: Making directory 2025/08/15 02:55:15 INFO : A1/B2: Making directory 2025/08/15 02:55:16 INFO : A1/B2/C2: Making directory 2025/08/15 02:55:17 INFO : A1/B1/C3: Making directory 2025/08/15 02:55:17 INFO : A3: Making directory 2025/08/15 02:55:18 INFO : A3/B3: Making directory 2025/08/15 02:55:19 INFO : A3/B3/C4: Making directory 2025/08/15 02:55:21 DEBUG : A1/two: md5 = 90153a608bc029c7843849375f32e6f9 OK 2025/08/15 02:55:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sewicab0qome': Purge remote 2025/08/15 02:55:25 NOTICE: purge failed: directory not found --- PASS: TestPurge (17.60s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:55:29 DEBUG : A1/B1/C1/one: md5 = 7b601f90a8354d85b78ca41d53b5b2c0 OK 2025/08/15 02:55:29 INFO : A2: Making directory 2025/08/15 02:55:30 INFO : A1/B2: Making directory 2025/08/15 02:55:31 INFO : A1/B2/C2: Making directory 2025/08/15 02:55:32 INFO : A1/B1/C3: Making directory 2025/08/15 02:55:33 INFO : A3: Making directory 2025/08/15 02:55:33 INFO : A3/B3: Making directory 2025/08/15 02:55:34 INFO : A3/B3/C4: Making directory 2025/08/15 02:55:37 DEBUG : A1/two: md5 = 60f212e4711a4aa64a3579eef6ae2ae4 OK 2025/08/15 02:55:38 DEBUG : removing 1 level 3 directories 2025/08/15 02:55:38 INFO : A3/B3/C4: Removing directory 2025/08/15 02:55:41 DEBUG : removing 2 level 3 directories 2025/08/15 02:55:41 INFO : A1/B2/C2: Removing directory 2025/08/15 02:55:41 INFO : A1/B1/C3: Removing directory 2025/08/15 02:55:41 DEBUG : removing 2 level 2 directories 2025/08/15 02:55:41 INFO : A3/B3: Removing directory 2025/08/15 02:55:41 INFO : A1/B2: Removing directory 2025/08/15 02:55:42 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/08/15 02:55:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/15 02:55:42 DEBUG : removing 2 level 1 directories 2025/08/15 02:55:42 INFO : A3: Removing directory 2025/08/15 02:55:42 INFO : A2: Removing directory 2025/08/15 02:55:42 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/08/15 02:55:47 DEBUG : removing 1 level 3 directories 2025/08/15 02:55:47 INFO : A1/B1/C1: Removing directory 2025/08/15 02:55:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:55:47 DEBUG : removing 1 level 2 directories 2025/08/15 02:55:47 INFO : A1/B1: Removing directory 2025/08/15 02:55:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/15 02:55:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/15 02:55:48 DEBUG : removing 1 level 1 directories 2025/08/15 02:55:48 INFO : A1: Removing directory 2025/08/15 02:55:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/15 02:55:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/15 02:55:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/15 02:55:49 DEBUG : removing 1 level 0 directories 2025/08/15 02:55:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': Removing directory 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/08/15 02:55:49 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (25.10s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:55:51 INFO : A1: Making directory 2025/08/15 02:55:52 INFO : A1/B1: Making directory 2025/08/15 02:55:53 INFO : A1/B1/C1: Making directory 2025/08/15 02:55:56 DEBUG : removing 1 level 3 directories 2025/08/15 02:55:56 INFO : A1/B1/C1: Removing directory 2025/08/15 02:55:56 DEBUG : removing 1 level 2 directories 2025/08/15 02:55:56 INFO : A1/B1: Removing directory 2025/08/15 02:55:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/15 02:55:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.73s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:55:59 INFO : A1: Making directory 2025/08/15 02:56:00 INFO : A1/B1: Making directory 2025/08/15 02:56:01 INFO : A1/B1/C1: Making directory 2025/08/15 02:56:04 DEBUG : removing 1 level 3 directories 2025/08/15 02:56:04 INFO : A1/B1/C1: Removing directory 2025/08/15 02:56:05 DEBUG : removing 1 level 2 directories 2025/08/15 02:56:05 INFO : A1/B1: Removing directory 2025/08/15 02:56:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/15 02:56:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.15s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:56:09 DEBUG : file1: md5 = 9bfbeb79690131435be42f33b21fe5b0 OK 2025/08/15 02:56:10 DEBUG : filename.txt: File name found in url 2025/08/15 02:56:11 DEBUG : filename.txt: md5 = 8977689db84f8e544e1abaa1f8255193 OK 2025/08/15 02:56:11 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/08/15 02:56:13 DEBUG : headerfilename.txt: md5 = dde967bd76ee776b8cdc56ac8f82730f OK 2025/08/15 02:56:15 DEBUG : file2: md5 = ae18f3fda1b8256c60cd5c8f2d2207b8 OK --- PASS: TestCopyURL (10.08s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:56:18 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/15 02:56:20 DEBUG : sub/file2: md5 = 514fecfd5558aee56be01b4a71d7625e OK 2025/08/15 02:56:20 INFO : file1: Copied (new) to: sub/file2 2025/08/15 02:56:20 INFO : file1: Deleted 2025/08/15 02:56:21 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/15 02:56:21 DEBUG : file1: Unchanged skipping 2025/08/15 02:56:21 INFO : file1: Deleted 2025/08/15 02:56:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': don't need to copy/move sub/file2, it is already at target location 2025/08/15 02:56:23 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.53s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:56:24 DEBUG : file1: Need to transfer - File not found at Destination 2025/08/15 02:56:26 DEBUG : file1: md5 = b1e27c83c0728f10bbb8541e0caf0824 OK 2025/08/15 02:56:26 INFO : file1: Copied (new) 2025/08/15 02:56:26 INFO : file1: Deleted 2025/08/15 02:56:26 DEBUG : file1: Destination exists, skipping 2025/08/15 02:56:26 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.71s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.54s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.49s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:56:31 DEBUG : dst/file1: md5 = d33e7d1993713859e224df8440359d81 OK 2025/08/15 02:56:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-butevex8seme/backup" 2025/08/15 02:56:32 DEBUG : Creating backend with remote "TestDrive:crypt/3jd5g5g9f7bbgvd9tbgdo762kfa8n2s41sfv2e1516dgus26f0mg/1nrff024r7pq65ecp72fc28jb0" 2025/08/15 02:56:34 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/08/15 02:56:37 INFO : dst/file1: Moved (server-side) 2025/08/15 02:56:38 DEBUG : dst/file1: md5 = 2bf8503c1bbe9da44cf23d071fc47a5b OK 2025/08/15 02:56:38 INFO : dst/file1: Copied (new) 2025/08/15 02:56:38 INFO : dst/file1: Deleted 2025/08/15 02:56:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/15 02:56:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/08/15 02:56:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (14.64s) === 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-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:56:46 DEBUG : A1/one: md5 = ebab66bfc1aabaf4da340d6cbf2327f2 OK 2025/08/15 02:56:47 DEBUG : A1/two: md5 = 82d430fc23c9f121cacfba17fdc53a42 OK 2025/08/15 02:56:50 DEBUG : A1/B1/three: md5 = 11374e9d4df2a785f8383afd07af422a OK 2025/08/15 02:56:52 DEBUG : A1/B1/C1/four: md5 = 1e6847e272136797f5976623229f04ce OK 2025/08/15 02:56:55 DEBUG : A1/B1/C2/five: md5 = ee576be92818f528a98fb71e10ae60af OK 2025/08/15 02:56:55 INFO : A1/B2: Making directory 2025/08/15 02:56:55 INFO : A1/B1/C3: Making directory 2025/08/15 02:57:06 INFO : A2/one: Moved (server-side) to: A3/one 2025/08/15 02:57:06 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/08/15 02:57:06 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/08/15 02:57:06 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/08/15 02:57:06 INFO : A2/two: Moved (server-side) to: A3/two 2025/08/15 02:57:10 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/15 02:57:10 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/15 02:57:10 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/15 02:57:10 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/15 02:57:10 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/15 02:57:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/08/15 02:57:19 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/08/15 02:57:19 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/08/15 02:57:19 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/08/15 02:57:19 INFO : A3/one: Moved (server-side) to: A4/one 2025/08/15 02:57:19 INFO : A3/two: Moved (server-side) to: A4/two 2025/08/15 02:57:22 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/15 02:57:22 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/15 02:57:22 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/15 02:57:23 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/15 02:57:23 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/15 02:57:30 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/08/15 02:57:31 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/08/15 02:57:31 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/08/15 02:57:31 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/08/15 02:57:31 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/08/15 02:57:31 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/08/15 02:57:32 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/08/15 02:57:32 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/08/15 02:57:32 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/08/15 02:57:32 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (49.44s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:57:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': File to upload is small (34 bytes), uploading instead of streaming 2025/08/15 02:57:35 DEBUG : no_checksum_small_file_from_pipe: md5 = 4ae965283e60a7e8118ffe7486b1ee71 OK 2025/08/15 02:57:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/08/15 02:57:35 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/15 02:57:36 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/08/15 02:57:37 DEBUG : no_checksum_big_file_from_pipe: md5 = d2c6c1a8edd94472b57c71e19d23aff9 OK 2025/08/15 02:57:37 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-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:57:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': File to upload is small (34 bytes), uploading instead of streaming 2025/08/15 02:57:40 DEBUG : with_checksum_small_file_from_pipe: md5 = b26423d0c72988caa9c52a7d61064818 OK 2025/08/15 02:57:40 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/15 02:57:41 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/08/15 02:57:42 DEBUG : with_checksum_big_file_from_pipe: md5 = 0c3bea512c17b177f59787a17f37a787 OK 2025/08/15 02:57:42 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-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:57:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': File to upload is small (34 bytes), uploading instead of streaming 2025/08/15 02:57:46 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/15 02:57:47 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/15 02:57:48 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-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:57:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': File to upload is small (34 bytes), uploading instead of streaming 2025/08/15 02:57:52 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/08/15 02:57:52 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/08/15 02:57:53 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (21.93s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.47s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.38s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.72s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.36s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/08/15 02:57:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': File to upload is small (48 bytes), uploading instead of streaming 2025/08/15 02:57:57 DEBUG : rcat_metadata: md5 = f7bb907ae8f1be0c03f00840fa6c5861 OK 2025/08/15 02:57:57 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/08/15 02:57:59 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/08/15 02:58:00 DEBUG : rcat_metadata_uploadcutoff0: md5 = 827b66342092326c640980176f1c892e OK 2025/08/15 02:58:00 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.37s) --- PASS: TestRcatMetadata/Normal (2.81s) --- PASS: TestRcatMetadata/ViaDisk (3.09s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:58:03 DEBUG : potato1: md5 = c5c946baf122517072231462118dccfc OK 2025/08/15 02:58:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': File to upload is small (60 bytes), uploading instead of streaming 2025/08/15 02:58:05 DEBUG : potato2: md5 = 8e77b5c8f15cf2c37080896198266212 OK 2025/08/15 02:58:05 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.98s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:58:08 DEBUG : potato1: md5 = fb0b4f75cdddd7471dc69111f8bb8634 OK 2025/08/15 02:58:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': File to upload is small (60 bytes), uploading instead of streaming 2025/08/15 02:58:10 DEBUG : potato2: md5 = 20cee9774fda29a6d560683ebfc670e1 OK 2025/08/15 02:58:10 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.71s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:58:14 DEBUG : potato2: md5 = 55277cf27b72507e07f495866f354b2c OK 2025/08/15 02:58:16 DEBUG : empty space: md5 = 1009fc9403fa5460dd650976acf91dbc OK 2025/08/15 02:58:18 DEBUG : sub dir/potato3: md5 = 5b519320a712e00aa1cb7a15bb94b7d5 OK 2025/08/15 02:58:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': Touching "sub dir/potato3" 2025/08/15 02:58:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': Touching "empty space" 2025/08/15 02:58:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': Touching "potato2" 2025/08/15 02:58:23 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (11.24s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:58:23 DEBUG : dir with metadata: Making directory with metadata 2025/08/15 02:58:24 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.76s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:58:26 DEBUG : directory with modtime: Making directory with metadata 2025/08/15 02:58:27 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.63s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:58:29 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/15 02:58:29 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/15 02:58:29 DEBUG : Google drive root 'crypt/3jd5g5g9f7bbgvd9tbgdo762kfa8n2s41sfv2e1516dgus26f0mg': Skipping btime metadata as can't update it on an existing file: 2025-08-15T02:58:29.38063555Z 2025/08/15 02:58:30 INFO : non existent directory: Updated directory metadata 2025/08/15 02:58:32 DEBUG : Google drive root 'crypt/3jd5g5g9f7bbgvd9tbgdo762kfa8n2s41sfv2e1516dgus26f0mg': Skipping btime metadata as can't update it on an existing file: 2025-08-15T02:58:29.38063555Z 2025/08/15 02:58:32 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.43s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:58:34 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/08/15 02:58:36 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/08/15 02:58:37 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.40s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:58:39 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/08/15 02:58:39 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/15 02:58:39 DEBUG : dst: Making directory with metadata 2025/08/15 02:58:40 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/08/15 02:58:40 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/08/15 02:58:40 INFO : dst: Set directory modification time (using SetModTime) 2025/08/15 02:58:41 INFO : dst: Set directory modification time (using SetModTime) 2025/08/15 02:58:41 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/08/15 02:58:41 INFO : dst: Set directory modification time (using SetModTime) 2025/08/15 02:58:41 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.23s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme'", Local "Local file system at /tmp/rclone1417721883", Modify Window "1ms" 2025/08/15 02:58:46 DEBUG : sub dir/test remove existing: md5 = 296039d7ea7c9ce9a24298ce0c8988f7 OK 2025/08/15 02:58:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 66bf4c9b1be8475d3917a9f9a839b8bc OK 2025/08/15 02:58:49 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.pizasaj4" before starting 2025/08/15 02:58:50 DEBUG : sub dir/test remove existing.pizasaj4: TEST: removing renamed existing file after operation 2025/08/15 02:58:52 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pocugar0" before starting 2025/08/15 02:58:53 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.pocugar0: TEST: renaming existing back after failed operation 2025/08/15 02:58:54 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hinekek9" before starting 2025/08/15 02:58:55 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hinekek9: TEST: removing renamed existing file after operation 2025/08/15 02:58:57 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "parum5i9cpjd7eln8l683q8m57u01o4cr75r1896c39jlipbk8c0" 2025/08/15 02:58:57 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "m05vjssoitsdl3llq23askv31bnhclqsckkm1bd0cr3nhdfnealioacu1uf23rvj2gnmueqs0e7snv1nbng5r7ciican7bbpvgnvrsdvisldtnk7j5rrmmvt2g9n8o6t4t2gl1d0it3vr3ah2aj3bov5vn638645hr5i3uqm13o9usb1pgl0" --- PASS: TestRemoveExisting (14.99s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/08/15 02:58:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-butevex8seme': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 11m56.693150247s (try 1/5)