"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/04/09 04:23:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gisujiw1pagu" 2025/04/09 04:23:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/09 04:23:11 DEBUG : Creating backend with remote "TestDrive:crypt/kdcme0j1f4tae1ahp6m1dmibv0r37nupegsc3kopjijkv2jp7pqg" 2025/04/09 04:23:12 DEBUG : Creating backend with remote "/tmp/rclone104146145" === 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-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.22s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.29s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/04/09 04:23:12 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/09 04:23:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/09 04:23:12 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/09 04:23:12 DEBUG : potato: Seek from 10 to 0 2025/04/09 04:23:12 DEBUG : potato: Seek from 10 to 0 2025/04/09 04:23:12 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/09 04:23:12 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/09 04:23:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/09 04:23:12 DEBUG : potato: Seek from 5 to 2 2025/04/09 04:23:12 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/09 04:23:12 DEBUG : potato: Seek from 7 to 0 2025/04/09 04:23:12 DEBUG : potato: Seek from 7 to 0 2025/04/09 04:23:12 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/09 04:23:12 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/09 04:23:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/09 04:23:12 DEBUG : potato: Seek from 5 to 2 2025/04/09 04:23:12 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/09 04:23:12 DEBUG : potato: Seek from 8 to 0 2025/04/09 04:23:12 DEBUG : potato: Seek from 8 to 0 2025/04/09 04:23:12 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/09 04:23:12 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/09 04:23:12 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/09 04:23:12 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/09 04:23:12 DEBUG : potato: Seek from 5 to 2 2025/04/09 04:23:12 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/09 04:23:12 DEBUG : potato: Seek from 9 to 0 2025/04/09 04:23:12 DEBUG : potato: Seek from 9 to 0 2025/04/09 04:23:12 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-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:23:14 DEBUG : rutabaga: md5 = c0775bb624952513c316d03dddc64bad OK === RUN TestCheck/1 === RUN TestCheck/2 2025/04/09 04:23:16 DEBUG : empty space: md5 = 2fd085c6cbea95f03c7c580ddd04ed92 OK === RUN TestCheck/3 2025/04/09 04:23:18 DEBUG : potato2: md5 = fada734afc4c675723f68398c892bbb5 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/04/09 04:23:20 DEBUG : remotepotato: md5 = 1a3c18a65b72777feb00a942c16ce44a OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (10.98s) --- PASS: TestCheck/1 (0.22s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.23s) --- PASS: TestCheck/4 (0.22s) --- PASS: TestCheck/5 (0.25s) --- PASS: TestCheck/6 (0.28s) --- PASS: TestCheck/7 (0.19s) === RUN TestCheckFsError 2025/04/09 04:23:23 DEBUG : Creating backend with remote "nonexistent" 2025/04/09 04:23:23 DEBUG : Creating backend with remote "nonexistent" 2025/04/09 04:23:23 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/09 04:23:23 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/04/09 04:23:23 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/09 04:23:23 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-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:23:24 DEBUG : rutabaga: md5 = 1429460a6d28b1b403bdef549eb4667f OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/04/09 04:23:28 DEBUG : empty space: md5 = 29c4ec329f416c6080d28e2f0d7e0473 OK === RUN TestCheckDownload/3 2025/04/09 04:23:31 DEBUG : potato2: md5 = 8ddc951683e2f04161665b75117e7a6b OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/04/09 04:23:35 DEBUG : remotepotato: md5 = bdf53d4221fdecd4dfa8cb27b6721db5 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.90s) --- PASS: TestCheckDownload/1 (1.00s) --- PASS: TestCheckDownload/2 (0.97s) --- PASS: TestCheckDownload/3 (0.96s) --- PASS: TestCheckDownload/4 (1.15s) --- PASS: TestCheckDownload/5 (1.28s) --- PASS: TestCheckDownload/6 (0.93s) --- PASS: TestCheckDownload/7 (1.82s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:23:41 DEBUG : rutabaga: md5 = 289ad759db741330a938cb3a710bd3ea OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/04/09 04:23:43 DEBUG : empty space: md5 = 101248dbc438cddd2fb2b1867df78077 OK === RUN TestCheckSizeOnly/3 2025/04/09 04:23:46 DEBUG : potato2: md5 = cb7476b7bb80738d282bd8660075b514 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/04/09 04:23:48 DEBUG : remotepotato: md5 = bd0368c6f81642266501bd8410c7b602 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.72s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.21s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.23s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.25s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:23:52 DEBUG : test.sum: md5 = 66586d6f758eae8c87d696f915176e5e OK 2025/04/09 04:23:53 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/09 04:23:53 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/09 04:23:53 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/09 04:23:53 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/09 04:23:55 DEBUG : test.sum: md5 = 430395a0e0af519cad2421220c9ba49d OK 2025/04/09 04:23:56 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/09 04:23:56 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/09 04:23:56 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/09 04:23:56 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.04s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:23:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gisujiw1pagu/data" 2025/04/09 04:23:57 DEBUG : Creating backend with remote "TestDrive:crypt/kdcme0j1f4tae1ahp6m1dmibv0r37nupegsc3kopjijkv2jp7pqg/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu/data' lacks md5, skipping --- SKIP: TestCheckSum (1.92s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:23:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gisujiw1pagu/data" 2025/04/09 04:23:59 DEBUG : Creating backend with remote "TestDrive:crypt/kdcme0j1f4tae1ahp6m1dmibv0r37nupegsc3kopjijkv2jp7pqg/vjrnln8ratgmqakfosrqe8espk" 2025/04/09 04:24:02 DEBUG : data/banana: md5 = 79dc7e4c8f237cdcde06f2424f6d7c4b OK 2025/04/09 04:24:03 DEBUG : test.sum: md5 = 1be06902bf5c0aa686d78748ffda2e77 OK === RUN TestCheckSumDownload/subtest1 2025/04/09 04:24:08 DEBUG : data/potato: md5 = 639d7d304fca98ce595e00491ad00b04 OK 2025/04/09 04:24:09 DEBUG : test.sum: md5 = 420014d2b2ea75304bdf29d8ed131f37 OK === RUN TestCheckSumDownload/subtest2 2025/04/09 04:24:13 DEBUG : test.sum: md5 = a39bdfe108cca809d0845432747da1da OK === RUN TestCheckSumDownload/subtest3 2025/04/09 04:24:17 DEBUG : test.sum: md5 = aa2cadc06aeb225537a2b3beef9c93e3 OK === RUN TestCheckSumDownload/subtest4 2025/04/09 04:24:21 DEBUG : test.sum: md5 = fe8a0df32acadcec51e935cf30453f19 OK === RUN TestCheckSumDownload/subtest5 2025/04/09 04:24:25 DEBUG : test.sum: md5 = ac66dc2dea36a1529a6a2c483a9ef66f OK === RUN TestCheckSumDownload/subtest6 2025/04/09 04:24:30 DEBUG : data/banana: md5 = 220ff381c904148721f8686864e9822e OK 2025/04/09 04:24:31 DEBUG : data/potato: md5 = 8ba5a5fae137717b50268404e9c5a3db OK 2025/04/09 04:24:32 DEBUG : test.sum: md5 = 28007fcb2036dfbee1b1b1ec761d695a OK === RUN TestCheckSumDownload/subtest7 2025/04/09 04:24:37 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/04/09 04:24:37 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (39.11s) --- PASS: TestCheckSumDownload/subtest1 (2.33s) --- PASS: TestCheckSumDownload/subtest2 (2.41s) --- PASS: TestCheckSumDownload/subtest3 (2.08s) --- PASS: TestCheckSumDownload/subtest4 (2.09s) --- PASS: TestCheckSumDownload/subtest5 (2.93s) --- PASS: TestCheckSumDownload/subtest6 (2.35s) --- PASS: TestCheckSumDownload/subtest7 (2.62s) === RUN TestApplyTransforms 2025/04/09 04:24:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hifexis1tara" 2025/04/09 04:24:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/09 04:24:38 DEBUG : Creating backend with remote "TestDrive:crypt/eesrdqjlpfll4oqb2o5ohgoulebikqpf30gq878341n4uqitq7u0" 2025/04/09 04:24:39 DEBUG : Creating backend with remote "/tmp/rclone2011039851" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hifexis1tara'", Local "Local file system at /tmp/rclone2011039851", Modify Window "1ms" 2025/04/09 04:24:41 DEBUG : hello, world!: md5 = b1fb0666c97e3a53eaa46a5acc9ba384 OK upper checkfile vs. lower remote (without normalization) 2025/04/09 04:24:41 ERROR : hello, world!: sum not found 2025/04/09 04:24:41 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-hifexis1tara' 2025/04/09 04:24:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hifexis1tara': 1 files missing 2025/04/09 04:24:41 NOTICE: 1 hashes missing 2025/04/09 04:24:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hifexis1tara': 2 differences found 2025/04/09 04:24:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hifexis1tara': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/09 04:24:42 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/09 04:24:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hifexis1tara': 0 differences found 2025/04/09 04:24:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hifexis1tara': 1 matching files 2025/04/09 04:24:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qigowey8sucu" 2025/04/09 04:24:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/09 04:24:42 DEBUG : Creating backend with remote "TestDrive:crypt/krafkn3knmsqqiiioi269478itn1kcv6kimvvra9cjc1vf4o0up0" 2025/04/09 04:24:43 DEBUG : Creating backend with remote "/tmp/rclone4038706360" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qigowey8sucu'", Local "Local file system at /tmp/rclone4038706360", Modify Window "1ms" 2025/04/09 04:24:45 DEBUG : HELLO, WORLD!: md5 = fb0be79016e276320cfb19295a611c48 OK lower checkfile vs. upper remote (without normalization) 2025/04/09 04:24:46 ERROR : HELLO, WORLD!: sum not found 2025/04/09 04:24:46 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qigowey8sucu' 2025/04/09 04:24:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qigowey8sucu': 1 files missing 2025/04/09 04:24:46 NOTICE: 1 hashes missing 2025/04/09 04:24:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qigowey8sucu': 2 differences found 2025/04/09 04:24:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qigowey8sucu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/09 04:24:47 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/09 04:24:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qigowey8sucu': 0 differences found 2025/04/09 04:24:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qigowey8sucu': 1 matching files 2025/04/09 04:24:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gezuxot2sihi" 2025/04/09 04:24:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/09 04:24:47 DEBUG : Creating backend with remote "TestDrive:crypt/ln10u78ffr925pvbim82felen203fktnsn06bnrq5pfljtiq35e0" 2025/04/09 04:24:48 DEBUG : Creating backend with remote "/tmp/rclone3911634708" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gezuxot2sihi'", Local "Local file system at /tmp/rclone3911634708", Modify Window "1ms" 2025/04/09 04:24:50 DEBUG : HeLlO, wOrLd!: md5 = 3f9c82e42a47f7d6b1bec15b0115f7a2 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/09 04:24:51 ERROR : HeLlO, wOrLd!: sum not found 2025/04/09 04:24:51 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-gezuxot2sihi' 2025/04/09 04:24:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gezuxot2sihi': 1 files missing 2025/04/09 04:24:51 NOTICE: 1 hashes missing 2025/04/09 04:24:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gezuxot2sihi': 2 differences found 2025/04/09 04:24:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gezuxot2sihi': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/09 04:24:52 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/09 04:24:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gezuxot2sihi': 0 differences found 2025/04/09 04:24:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gezuxot2sihi': 1 matching files 2025/04/09 04:24:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qerunuk6wobe" 2025/04/09 04:24:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/09 04:24:52 DEBUG : Creating backend with remote "TestDrive:crypt/3lsijfejid742km3ib3hj6a07lrl03dn3e48s4qeegm4vipo9dgg" 2025/04/09 04:24:53 DEBUG : Creating backend with remote "/tmp/rclone3686766469" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qerunuk6wobe'", Local "Local file system at /tmp/rclone3686766469", Modify Window "1ms" 2025/04/09 04:24:55 DEBUG : HELLO, WORLD!: md5 = 3fda7196743a4eeb02b3dd1ab83a3ff0 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/09 04:24:56 ERROR : HELLO, WORLD!: sum not found 2025/04/09 04:24:56 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qerunuk6wobe' 2025/04/09 04:24:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qerunuk6wobe': 1 files missing 2025/04/09 04:24:56 NOTICE: 1 hashes missing 2025/04/09 04:24:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qerunuk6wobe': 2 differences found 2025/04/09 04:24:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qerunuk6wobe': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/09 04:24:57 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/09 04:24:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qerunuk6wobe': 0 differences found 2025/04/09 04:24:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qerunuk6wobe': 1 matching files 2025/04/09 04:24:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qibilox3pano" 2025/04/09 04:24:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/09 04:24:57 DEBUG : Creating backend with remote "TestDrive:crypt/h87t3og12mtgirob0fratrv5cj5jhgns2l7ku88n4jti6rogvgc0" 2025/04/09 04:24:58 DEBUG : Creating backend with remote "/tmp/rclone85903441" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qibilox3pano'", Local "Local file system at /tmp/rclone85903441", Modify Window "1ms" 2025/04/09 04:25:00 DEBUG : 測試_Русский___ě_áñ: md5 = f4653ab03d65784160b9e8c552fb0477 OK NFD checkfile vs. NFC remote (without normalization) 2025/04/09 04:25:00 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/09 04:25:00 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qibilox3pano' 2025/04/09 04:25:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qibilox3pano': 1 files missing 2025/04/09 04:25:00 NOTICE: 1 hashes missing 2025/04/09 04:25:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qibilox3pano': 2 differences found 2025/04/09 04:25:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qibilox3pano': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/09 04:25:02 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/09 04:25:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qibilox3pano': 0 differences found 2025/04/09 04:25:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qibilox3pano': 1 matching files 2025/04/09 04:25:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hecehel4fayi" 2025/04/09 04:25:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/09 04:25:02 DEBUG : Creating backend with remote "TestDrive:crypt/ue0pubsi87rtkl7uo15tf4o1lg78ocnnpna9eicj1nlet693scsg" 2025/04/09 04:25:03 DEBUG : Creating backend with remote "/tmp/rclone3637392751" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hecehel4fayi'", Local "Local file system at /tmp/rclone3637392751", Modify Window "1ms" 2025/04/09 04:25:05 DEBUG : 測試_Русский___ě_áñ: md5 = 15c6d00dcea68a244e8bb1566331bfeb OK NFC checkfile vs. NFD remote (without normalization) 2025/04/09 04:25:05 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/09 04:25:05 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hecehel4fayi' 2025/04/09 04:25:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hecehel4fayi': 1 files missing 2025/04/09 04:25:05 NOTICE: 1 hashes missing 2025/04/09 04:25:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hecehel4fayi': 2 differences found 2025/04/09 04:25:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hecehel4fayi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/09 04:25:06 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/09 04:25:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hecehel4fayi': 0 differences found 2025/04/09 04:25:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hecehel4fayi': 1 matching files 2025/04/09 04:25:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qixexaz1pawi" 2025/04/09 04:25:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/09 04:25:06 DEBUG : Creating backend with remote "TestDrive:crypt/tjtled71h28u6c3fhep95bnndg7lrnrvu7cfe624p14h4mtnr02g" 2025/04/09 04:25:07 DEBUG : Creating backend with remote "/tmp/rclone2942629686" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qixexaz1pawi'", Local "Local file system at /tmp/rclone2942629686", Modify Window "1ms" 2025/04/09 04:25:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d14dd713a006175fea48d2504cf381e2 OK NFDx2 checkfile vs. both remote (without normalization) 2025/04/09 04:25:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/09 04:25:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qixexaz1pawi' 2025/04/09 04:25:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qixexaz1pawi': 1 files missing 2025/04/09 04:25:10 NOTICE: 1 hashes missing 2025/04/09 04:25:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qixexaz1pawi': 2 differences found 2025/04/09 04:25:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qixexaz1pawi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/09 04:25:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/09 04:25:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qixexaz1pawi': 0 differences found 2025/04/09 04:25:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qixexaz1pawi': 1 matching files 2025/04/09 04:25:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gugoyes9joxu" 2025/04/09 04:25:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/09 04:25:11 DEBUG : Creating backend with remote "TestDrive:crypt/je8t4fbi3ijo2rc77ln4c1bkt9ktv2tm7602mo95kkggmq94gok0" 2025/04/09 04:25:12 DEBUG : Creating backend with remote "/tmp/rclone2382302357" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gugoyes9joxu'", Local "Local file system at /tmp/rclone2382302357", Modify Window "1ms" 2025/04/09 04:25:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 977a36d5d8441ed58b6376ca8d75e7db OK NFCx2 checkfile vs. both remote (without normalization) 2025/04/09 04:25:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/09 04:25:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gugoyes9joxu' 2025/04/09 04:25:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gugoyes9joxu': 1 files missing 2025/04/09 04:25:15 NOTICE: 1 hashes missing 2025/04/09 04:25:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gugoyes9joxu': 2 differences found 2025/04/09 04:25:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gugoyes9joxu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/09 04:25:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/09 04:25:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gugoyes9joxu': 0 differences found 2025/04/09 04:25:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gugoyes9joxu': 1 matching files 2025/04/09 04:25:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-luparat5pabe" 2025/04/09 04:25:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/09 04:25:16 DEBUG : Creating backend with remote "TestDrive:crypt/o21j451teic6fd4f66ari7elrshg0fsc67rjgm3b0v8crop6ifig" 2025/04/09 04:25:17 DEBUG : Creating backend with remote "/tmp/rclone1235895629" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luparat5pabe'", Local "Local file system at /tmp/rclone1235895629", Modify Window "1ms" 2025/04/09 04:25:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = db7601a4a996ac0715959e920e9db049 OK both checkfile vs. NFDx2 remote (without normalization) 2025/04/09 04:25:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/09 04:25:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-luparat5pabe' 2025/04/09 04:25:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luparat5pabe': 1 files missing 2025/04/09 04:25:19 NOTICE: 1 hashes missing 2025/04/09 04:25:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luparat5pabe': 2 differences found 2025/04/09 04:25:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luparat5pabe': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/09 04:25:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/09 04:25:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luparat5pabe': 0 differences found 2025/04/09 04:25:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luparat5pabe': 1 matching files 2025/04/09 04:25:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bufugoy4bapo" 2025/04/09 04:25:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/09 04:25:21 DEBUG : Creating backend with remote "TestDrive:crypt/be3dcbvdasdjmdvqh8dlmmpm5blvkk3jn85g1s4vpjujcfvkaoo0" 2025/04/09 04:25:22 DEBUG : Creating backend with remote "/tmp/rclone3592420070" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bufugoy4bapo'", Local "Local file system at /tmp/rclone3592420070", Modify Window "1ms" 2025/04/09 04:25:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c97712ac4c751b209bc9c5a3816ed474 OK both checkfile vs. NFCx2 remote (without normalization) 2025/04/09 04:25:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/09 04:25:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bufugoy4bapo' 2025/04/09 04:25:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bufugoy4bapo': 1 files missing 2025/04/09 04:25:24 NOTICE: 1 hashes missing 2025/04/09 04:25:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bufugoy4bapo': 2 differences found 2025/04/09 04:25:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bufugoy4bapo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/09 04:25:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/09 04:25:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bufugoy4bapo': 0 differences found 2025/04/09 04:25:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bufugoy4bapo': 1 matching files 2025/04/09 04:25:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bufugoy4bapo': Purge remote 2025/04/09 04:25:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luparat5pabe': Purge remote 2025/04/09 04:25:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gugoyes9joxu': Purge remote 2025/04/09 04:25:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qixexaz1pawi': Purge remote 2025/04/09 04:25:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hecehel4fayi': Purge remote 2025/04/09 04:25:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qibilox3pano': Purge remote 2025/04/09 04:25:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qerunuk6wobe': Purge remote 2025/04/09 04:25:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gezuxot2sihi': Purge remote 2025/04/09 04:25:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qigowey8sucu': Purge remote 2025/04/09 04:25:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hifexis1tara': Purge remote --- PASS: TestApplyTransforms (52.10s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:25:30 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/09 04:25:32 DEBUG : sub/file2: md5 = 5de229092bb4e2816e44e067e3913e94 OK 2025/04/09 04:25:32 INFO : file1: Copied (new) to: sub/file2 2025/04/09 04:25:33 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 04:25:33 DEBUG : file1: Unchanged skipping 2025/04/09 04:25:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': don't need to copy/move sub/file2, it is already at target location 2025/04/09 04:25:35 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.57s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.45s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:25:38 DEBUG : dst/file1: md5 = 767080b22e71a9aa08b4768bec6ab958 OK 2025/04/09 04:25:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gisujiw1pagu/backup" 2025/04/09 04:25:39 DEBUG : Creating backend with remote "TestDrive:crypt/kdcme0j1f4tae1ahp6m1dmibv0r37nupegsc3kopjijkv2jp7pqg/1nrff024r7pq65ecp72fc28jb0" 2025/04/09 04:25:40 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/09 04:25:42 INFO : dst/file1: Moved (server-side) 2025/04/09 04:25:44 DEBUG : dst/file1: md5 = d6ab945420cda911ba184888ba34c869 OK 2025/04/09 04:25:44 INFO : dst/file1: Copied (new) 2025/04/09 04:25:46 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/09 04:25:47 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/09 04:25:47 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.13s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:25:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gisujiw1pagu/dst" 2025/04/09 04:25:48 DEBUG : Creating backend with remote "TestDrive:crypt/kdcme0j1f4tae1ahp6m1dmibv0r37nupegsc3kopjijkv2jp7pqg/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/09 04:25:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gisujiw1pagu/CompareDest" 2025/04/09 04:25:50 DEBUG : Creating backend with remote "TestDrive:crypt/kdcme0j1f4tae1ahp6m1dmibv0r37nupegsc3kopjijkv2jp7pqg/gveqi14airsml4bgu7krj116o8" 2025/04/09 04:25:51 DEBUG : one: Need to transfer - File not found at Destination 2025/04/09 04:25:54 DEBUG : one: md5 = 055ed7a7525ba69e0b1db267645f725f OK 2025/04/09 04:25:54 INFO : one: Copied (new) 2025/04/09 04:25:55 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/09 04:25:56 DEBUG : one: md5 = 659863e77cccc4ebdabf38a433440063 OK 2025/04/09 04:25:56 INFO : one: Copied (replaced existing) 2025/04/09 04:25:58 DEBUG : dst/one: md5 = 2cf9dcfd7c0b6d853c48b1405893d52f OK 2025/04/09 04:26:00 DEBUG : CompareDest/one: md5 = 24e290ef41d6ef06d5fd70158ad84cf1 OK 2025/04/09 04:26:01 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/09 04:26:01 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 04:26:01 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/09 04:26:03 DEBUG : CompareDest/two: md5 = c98eb54fbce4e81f5466707857cab8e4 OK 2025/04/09 04:26:04 DEBUG : two: Need to transfer - File not found at Destination 2025/04/09 04:26:04 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 04:26:04 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/09 04:26:05 DEBUG : two: Need to transfer - File not found at Destination 2025/04/09 04:26:05 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 04:26:05 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/09 04:26:06 DEBUG : two: Need to transfer - File not found at Destination 2025/04/09 04:26:06 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/09 04:26:08 DEBUG : two: md5 = 773232ea2bbe495b4b5b07bb3b72b514 OK 2025/04/09 04:26:08 INFO : two: Copied (new) 2025/04/09 04:26:10 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/09 04:26:10 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:26:11 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:26:11 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (23.76s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:26:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gisujiw1pagu/dst" 2025/04/09 04:26:12 DEBUG : Creating backend with remote "TestDrive:crypt/kdcme0j1f4tae1ahp6m1dmibv0r37nupegsc3kopjijkv2jp7pqg/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/09 04:26:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gisujiw1pagu/CopyDest" 2025/04/09 04:26:14 DEBUG : Creating backend with remote "TestDrive:crypt/kdcme0j1f4tae1ahp6m1dmibv0r37nupegsc3kopjijkv2jp7pqg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/09 04:26:15 DEBUG : one: Need to transfer - File not found at Destination 2025/04/09 04:26:17 DEBUG : one: md5 = d00026b8b0653a121c29b2d360e1568a OK 2025/04/09 04:26:17 INFO : one: Copied (new) 2025/04/09 04:26:19 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/09 04:26:20 DEBUG : one: md5 = a520a9ac6de39a12b71c4dc1aaf602b0 OK 2025/04/09 04:26:20 INFO : one: Copied (replaced existing) 2025/04/09 04:26:22 DEBUG : dst/one: md5 = a1325f82b1bf15c348c06053b5033219 OK 2025/04/09 04:26:24 DEBUG : CopyDest/one: md5 = 51ce72dcf8ec4a687e617ba89f2ad74d OK 2025/04/09 04:26:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gisujiw1pagu/BackupDir" 2025/04/09 04:26:25 DEBUG : Creating backend with remote "TestDrive:crypt/kdcme0j1f4tae1ahp6m1dmibv0r37nupegsc3kopjijkv2jp7pqg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/09 04:26:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/09 04:26:27 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 04:26:27 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/09 04:26:28 INFO : one: Moved (server-side) 2025/04/09 04:26:29 INFO : one: Copied (server-side copy) 2025/04/09 04:26:29 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/09 04:26:31 DEBUG : CopyDest/two: md5 = df8e164172e50b219361228daba0451f OK 2025/04/09 04:26:31 DEBUG : two: Need to transfer - File not found at Destination 2025/04/09 04:26:32 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 04:26:33 INFO : two: Copied (server-side copy) 2025/04/09 04:26:33 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/09 04:26:33 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 04:26:33 DEBUG : two: Unchanged skipping 2025/04/09 04:26:35 DEBUG : CopyDest/three: md5 = 10b8658e0140bb6c7432f3825823f709 OK 2025/04/09 04:26:36 DEBUG : three: Need to transfer - File not found at Destination 2025/04/09 04:26:36 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/09 04:26:36 DEBUG : three: Destination not found in --copy-dest 2025/04/09 04:26:37 DEBUG : three: md5 = 9d3f9fd5f580539390c00415071a1e18 OK 2025/04/09 04:26:37 INFO : three: Copied (new) 2025/04/09 04:26:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/09 04:26:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/09 04:26:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:26:42 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:26:42 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/09 04:26:42 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/09 04:26:43 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (31.98s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.46s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.48s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:26:45 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/09 04:26:47 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 569b97b8ae0c82caf6f877fc1205762f OK 2025/04/09 04:26:47 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/09 04:26:48 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/09 04:26:48 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/04/09 04:26:49 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/09 04:26:49 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/09 04:26:51 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 68ed4f1a91d1e052ff476aee916e2a37 OK 2025/04/09 04:26:51 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/04/09 04:26:53 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/04/09 04:26:53 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.63s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.43s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:26:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': Looking for duplicate names using skip mode. 2025/04/09 04:26:57 NOTICE: one: Found 2 files with duplicate names 2025/04/09 04:26:57 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.39s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:27:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': Looking for duplicate names using skip mode. 2025/04/09 04:27:02 NOTICE: one: Found 3 files with duplicate names 2025/04/09 04:27:02 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/04/09 04:27:02 INFO : one: Deleted 2025/04/09 04:27:02 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (5.92s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:27:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': Looking for duplicate names using first mode. 2025/04/09 04:27:08 NOTICE: one: Found 3 files with duplicate names 2025/04/09 04:27:08 INFO : one: Deleted 2025/04/09 04:27:09 INFO : one: Deleted 2025/04/09 04:27:09 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (5.86s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:27:13 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': Looking for duplicate names using newest mode. 2025/04/09 04:27:14 NOTICE: one: Found 3 files with duplicate names 2025/04/09 04:27:14 INFO : one: Deleted 2025/04/09 04:27:15 INFO : one: Deleted 2025/04/09 04:27:15 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.03s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.44s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:27:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': Looking for duplicate names using oldest mode. 2025/04/09 04:27:20 NOTICE: one: Found 3 files with duplicate names 2025/04/09 04:27:21 INFO : one: Deleted 2025/04/09 04:27:21 INFO : one: Deleted 2025/04/09 04:27:21 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (5.95s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:27:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': Looking for duplicate names using largest mode. 2025/04/09 04:27:26 NOTICE: one: Found 3 files with duplicate names 2025/04/09 04:27:27 INFO : one: Deleted 2025/04/09 04:27:27 INFO : one: Deleted 2025/04/09 04:27:27 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (5.79s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:27:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': Looking for duplicate names using smallest mode. 2025/04/09 04:27:32 NOTICE: one: Found 3 files with duplicate names 2025/04/09 04:27:33 INFO : one: Deleted 2025/04/09 04:27:33 INFO : one: Deleted 2025/04/09 04:27:33 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (5.96s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:27:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': Looking for duplicate names using rename mode. 2025/04/09 04:27:39 NOTICE: one.txt: Found 3 files with duplicate names 2025/04/09 04:27:40 INFO : one-2.txt: renamed from: one.txt 2025/04/09 04:27:41 INFO : one-3.txt: renamed from: one.txt 2025/04/09 04:27:43 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (10.93s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:27:47 DEBUG : dupe1/one.txt: md5 = ee1a45a587e50d565a7c8318c1f1930f OK 2025/04/09 04:27:49 DEBUG : dupe2/two.txt: md5 = 430a32ae1429d862c02369f802e4ae25 OK 2025/04/09 04:27:51 DEBUG : dupe3/three.txt: md5 = e2946d2a566d26dcdeac2c8b53376efe OK 2025/04/09 04:27:52 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/04/09 04:27:53 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/04/09 04:27:53 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/04/09 04:27:54 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/04/09 04:27:58 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/04/09 04:27:58 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/04/09 04:27:58 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.82s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:28:00 DEBUG : a.txt: md5 = 07924bafa3eddbd089d88c2ebe338968 OK 2025/04/09 04:28:02 DEBUG : zend.txt: md5 = 0973bf1b229df1eb51abf16ae8511af0 OK 2025/04/09 04:28:04 DEBUG : sub dir/hello world: md5 = fe543c486eae0ac19234c8ab4c3cdab2 OK 2025/04/09 04:28:05 DEBUG : sub dir/hello world2: md5 = 0500f3f0139096e2d1c6e9b7627056fa OK 2025/04/09 04:28:07 DEBUG : sub dir/ignore dir/.ignore: md5 = 2aaa2df1469b0980ba8cd975d0ddd0ed OK 2025/04/09 04:28:09 DEBUG : sub dir/ignore dir/should be ignored: md5 = ac96db8f2ccb1fc435e6653e6c48e6f7 OK 2025/04/09 04:28:11 DEBUG : sub dir/sub sub dir/hello world3: md5 = b2debb864d39ff30be5e1d5332a3595b OK 2025/04/09 04:28:13 DEBUG : a.txt: Excluded (Size Filter) 2025/04/09 04:28:13 DEBUG : a.txt: Excluded 2025/04/09 04:28:14 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/09 04:28:14 DEBUG : sub dir/hello world2: Excluded 2025/04/09 04:28:14 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/09 04:28:14 DEBUG : sub dir/hello world: Excluded 2025/04/09 04:28:14 DEBUG : sub dir/ignore dir: Excluded 2025/04/09 04:28:14 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/09 04:28:14 DEBUG : sub dir/hello world2: Excluded 2025/04/09 04:28:14 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/09 04:28:14 DEBUG : sub dir/hello world: Excluded 2025/04/09 04:28:15 DEBUG : sub dir/ignore dir: Excluded 2025/04/09 04:28:19 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/09 04:28:19 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/09 04:28:19 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/09 04:28:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/09 04:28:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/09 04:28:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/04/09 04:28:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (22.00s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:28:22 DEBUG : a.txt: md5 = 889f6baf90ae916460cd6ed1f469d000 OK 2025/04/09 04:28:23 DEBUG : zend.txt: md5 = 98134ae1f1849688969b4208836e37c5 OK 2025/04/09 04:28:25 DEBUG : sub dir/hello world: md5 = 04f54539543bc98cc8d20259d62de9f3 OK 2025/04/09 04:28:27 DEBUG : sub dir/hello world2: md5 = 814acf8b4001fcf123a3bbc351f46409 OK 2025/04/09 04:28:29 DEBUG : sub dir/ignore dir/.ignore: md5 = d319885853249ef7e3ad1fe21a02aff6 OK 2025/04/09 04:28:30 DEBUG : sub dir/ignore dir/should be ignored: md5 = ac281444d9e8d78d457cf24c34b484da OK 2025/04/09 04:28:32 DEBUG : sub dir/sub sub dir/hello world3: md5 = 5b055db9acc43807377d5b5bb6c5051b OK 2025/04/09 04:28:33 DEBUG : a.txt: Excluded (Size Filter) 2025/04/09 04:28:33 DEBUG : a.txt: Excluded 2025/04/09 04:28:34 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/09 04:28:34 DEBUG : sub dir/hello world: Excluded 2025/04/09 04:28:34 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/09 04:28:34 DEBUG : sub dir/hello world2: Excluded 2025/04/09 04:28:34 DEBUG : sub dir/ignore dir: Excluded 2025/04/09 04:28:34 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/09 04:28:34 DEBUG : sub dir/hello world: Excluded 2025/04/09 04:28:34 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/09 04:28:34 DEBUG : sub dir/hello world2: Excluded 2025/04/09 04:28:34 DEBUG : sub dir/ignore dir: Excluded 2025/04/09 04:28:39 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/09 04:28:40 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/09 04:28:40 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/09 04:28:40 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/09 04:28:40 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/09 04:28:40 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/04/09 04:28:40 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (20.20s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:28:43 DEBUG : file1: md5 = c2ff188839a11d6e9f434aacf937cc6f OK 2025/04/09 04:28:45 DEBUG : sub/file2: md5 = 99eddf28c3246a4443f58a00017151a7 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/04/09 04:28:48 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/04/09 04:28:48 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/04/09 04:28:48 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/04/09 04:28:50 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.53s) --- PASS: TestListJSON/Default (0.23s) --- PASS: TestListJSON/FilesOnly (0.23s) --- PASS: TestListJSON/DirsOnly (0.27s) --- PASS: TestListJSON/Recurse (0.49s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.23s) --- PASS: TestListJSON/NoMimeType (0.22s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.25s) --- PASS: TestListJSON/Metadata (0.64s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:28:52 DEBUG : file1: md5 = 9627f54048bb0433377a4cdddb88f6ae OK 2025/04/09 04:28:54 DEBUG : sub/file2: md5 = 872fc174dd2ae20bc3033afefc85541c 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/04/09 04:28:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gisujiw1pagu/notfound" 2025/04/09 04:28:58 DEBUG : Creating backend with remote "TestDrive:crypt/kdcme0j1f4tae1ahp6m1dmibv0r37nupegsc3kopjijkv2jp7pqg/qe0i31qdkoejk60elps0ni5sqk" 2025/04/09 04:29:01 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.31s) --- PASS: TestStatJSON/Root (0.23s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.21s) --- PASS: TestStatJSON/Dir (0.45s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.24s) --- PASS: TestStatJSON/File (0.21s) --- PASS: TestStatJSON/NotFound (0.46s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.22s) --- PASS: TestStatJSON/FileDirsOnly (0.22s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.44s) --- PASS: TestStatJSON/RootNotFound (1.71s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:29:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': Making directory 2025/04/09 04:29:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': Making directory --- PASS: TestMkdir (0.70s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:29:04 DEBUG : sub dir/hello world: md5 = c826c189d8068130feee286338f5a58c OK 2025/04/09 04:29:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.40s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:29:08 DEBUG : potato2: md5 = aa6207a3e930efd6b68cacaf530df768 OK 2025/04/09 04:29:09 DEBUG : empty space: md5 = 3edd0162d873f23ecea411a1da042c4b OK --- PASS: TestLs (4.30s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:29:13 DEBUG : potato2: md5 = e2d778185a425f869cdd9e0f0cd4dd70 OK 2025/04/09 04:29:14 DEBUG : empty space: md5 = 57d96c1dfb16c79b85759927d20a2704 OK 2025/04/09 04:29:15 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/04/09 04:29:15 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.77s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:29:17 DEBUG : potato2: md5 = 51ad5860b0a25570d9f9e80c16247406 OK 2025/04/09 04:29:19 DEBUG : empty space: md5 = 5837ef5a3ba1456e26f288d5e7b04a55 OK --- PASS: TestLsLong (4.36s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:29:22 DEBUG : potato2: md5 = 169f8bdc6f979ea19c00c5319f0aa6de OK 2025/04/09 04:29:23 DEBUG : empty space: md5 = fddf7d0ad348756a0d2591f890bf1d06 OK --- PASS: TestHashSums (4.25s) === RUN TestHashSumsWithErrors 2025/04/09 04:29:25 DEBUG : Creating backend with remote ":memory:" 2025/04/09 04:29:25 DEBUG : Config file has changed externally - reloading 2025/04/09 04:29:25 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/09 04:29:25 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/09 04:29:25 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/09 04:29:25 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/09 04:29:25 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/09 04:29:25 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/09 04:29:25 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/09 04:29:25 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/09 04:29:25 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-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:29:26 DEBUG : potato2: md5 = e1acb3adc08d65c49a383af132ef68ca OK 2025/04/09 04:29:27 DEBUG : empty space: md5 = fe7c5e613102b866c96611d8a21e039d OK 2025/04/09 04:29:29 DEBUG : sub dir/potato3: md5 = 54133004b112744bea6236edbe09449e OK 2025/04/09 04:29:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.04s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:29:34 DEBUG : small: md5 = dc9a56542f9342de804f315c48125180 OK 2025/04/09 04:29:35 DEBUG : medium: md5 = 768fb2c8d91a07b15cede228bb022045 OK 2025/04/09 04:29:37 DEBUG : large: md5 = 6ffed7882b4c82f19547d59a9a414f23 OK 2025/04/09 04:29:37 DEBUG : Waiting for deletions to finish 2025/04/09 04:29:37 DEBUG : large: Excluded (Size Filter) 2025/04/09 04:29:38 INFO : small: Deleted 2025/04/09 04:29:38 INFO : medium: Deleted --- PASS: TestDelete (6.07s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:29:40 DEBUG : small: md5 = 45ca1f1adcdedc0e2df4c6d08b344bf0 OK 2025/04/09 04:29:42 DEBUG : medium: md5 = 07fc9b69ef461d9268384fdbc6cfd0b4 OK 2025/04/09 04:29:43 DEBUG : large: md5 = 3b7c1143d9a8fb26b74d6d4a72cc5d6a OK 2025/04/09 04:29:43 DEBUG : Waiting for deletions to finish 2025/04/09 04:29:43 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/04/09 04:29:44 INFO : small: Deleted 2025/04/09 04:29:44 INFO : medium: Deleted --- PASS: TestMaxDelete (6.57s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:29:47 DEBUG : small: md5 = 4553908658a304f5e599189aed2745d2 OK 2025/04/09 04:29:48 DEBUG : medium: md5 = 8958523d98d8667ff09d33f157675c45 OK 2025/04/09 04:29:50 DEBUG : large: md5 = f961aae63b68f8f6fa1f17f48fdb1524 OK 2025/04/09 04:29:50 DEBUG : Waiting for deletions to finish 2025/04/09 04:29:50 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/09 04:29:50 INFO : medium: Deleted 2025/04/09 04:29:51 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.80s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:29:53 DEBUG : small: md5 = d37255f460471db79e8c53538618e92b OK 2025/04/09 04:29:55 DEBUG : medium: md5 = 34f766321b681e5a8e96a256f77d4458 OK 2025/04/09 04:29:56 DEBUG : large: md5 = 2697413462358d780e8a95434abd51b0 OK 2025/04/09 04:29:56 DEBUG : Waiting for deletions to finish 2025/04/09 04:29:56 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/09 04:29:57 INFO : medium: Deleted 2025/04/09 04:29:57 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.45s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:30:00 DEBUG : ReadFile: md5 = 67c8944901f73561da94801814de0585 OK --- PASS: TestReadFile (3.75s) === RUN TestRetry 2025/04/09 04:30:02 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/04/09 04:30:02 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/04/09 04:30:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/09 04:30:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/09 04:30:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/09 04:30:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/09 04:30:02 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:30:04 DEBUG : file1: md5 = 14ccf26950b75f05ac4e5b46b1a710a1 OK 2025/04/09 04:30:05 DEBUG : file2: md5 = 2e1eec8b014bae17836bb9e9aa2eb5ae OK --- PASS: TestCat (16.09s) === RUN TestPurge 2025/04/09 04:30:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nicuqer5tupo" 2025/04/09 04:30:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/09 04:30:19 DEBUG : Creating backend with remote "TestDrive:crypt/dc06dqpodedt3n2tjsa8gdkafkbds0c20tutu02f4vto5qb9sgug" 2025/04/09 04:30:20 DEBUG : Creating backend with remote "/tmp/rclone1246216087" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nicuqer5tupo'", Local "Local file system at /tmp/rclone1246216087", Modify Window "1ms" 2025/04/09 04:30:24 DEBUG : A1/B1/C1/one: md5 = 9e83b1c47944529f7bb1354aca2edc21 OK 2025/04/09 04:30:24 INFO : A2: Making directory 2025/04/09 04:30:24 INFO : A1/B2: Making directory 2025/04/09 04:30:25 INFO : A1/B2/C2: Making directory 2025/04/09 04:30:26 INFO : A1/B1/C3: Making directory 2025/04/09 04:30:27 INFO : A3: Making directory 2025/04/09 04:30:27 INFO : A3/B3: Making directory 2025/04/09 04:30:28 INFO : A3/B3/C4: Making directory 2025/04/09 04:30:30 DEBUG : A1/two: md5 = f7f5e68085e97232ac1b67772e72c930 OK 2025/04/09 04:30:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nicuqer5tupo': Purge remote 2025/04/09 04:30:33 NOTICE: purge failed: directory not found --- PASS: TestPurge (14.99s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:30:37 DEBUG : A1/B1/C1/one: md5 = 04cf784042dce7262d43733335805f5a OK 2025/04/09 04:30:37 INFO : A2: Making directory 2025/04/09 04:30:38 INFO : A1/B2: Making directory 2025/04/09 04:30:38 INFO : A1/B2/C2: Making directory 2025/04/09 04:30:39 INFO : A1/B1/C3: Making directory 2025/04/09 04:30:40 INFO : A3: Making directory 2025/04/09 04:30:40 INFO : A3/B3: Making directory 2025/04/09 04:30:41 INFO : A3/B3/C4: Making directory 2025/04/09 04:30:43 DEBUG : A1/two: md5 = 7a45499f59d3b96e4908e0fc75581509 OK 2025/04/09 04:30:44 DEBUG : removing 1 level 3 directories 2025/04/09 04:30:44 INFO : A3/B3/C4: Removing directory 2025/04/09 04:30:47 DEBUG : removing 2 level 3 directories 2025/04/09 04:30:47 INFO : A1/B2/C2: Removing directory 2025/04/09 04:30:47 INFO : A1/B1/C3: Removing directory 2025/04/09 04:30:47 DEBUG : removing 2 level 2 directories 2025/04/09 04:30:47 INFO : A3/B3: Removing directory 2025/04/09 04:30:47 INFO : A1/B2: Removing directory 2025/04/09 04:30:48 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/04/09 04:30:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/09 04:30:48 DEBUG : removing 2 level 1 directories 2025/04/09 04:30:48 INFO : A3: Removing directory 2025/04/09 04:30:48 INFO : A2: Removing directory 2025/04/09 04:30:48 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/04/09 04:30:52 DEBUG : removing 1 level 3 directories 2025/04/09 04:30:52 INFO : A1/B1/C1: Removing directory 2025/04/09 04:30:52 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:30:53 DEBUG : removing 1 level 2 directories 2025/04/09 04:30:53 INFO : A1/B1: Removing directory 2025/04/09 04:30:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/09 04:30:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/09 04:30:53 DEBUG : removing 1 level 1 directories 2025/04/09 04:30:53 INFO : A1: Removing directory 2025/04/09 04:30:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/09 04:30:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/09 04:30:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/09 04:30:54 DEBUG : removing 1 level 0 directories 2025/04/09 04:30:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': Removing directory 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/09 04:30:54 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (21.97s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:30:56 INFO : A1: Making directory 2025/04/09 04:30:57 INFO : A1/B1: Making directory 2025/04/09 04:30:58 INFO : A1/B1/C1: Making directory 2025/04/09 04:31:00 DEBUG : removing 1 level 3 directories 2025/04/09 04:31:00 INFO : A1/B1/C1: Removing directory 2025/04/09 04:31:01 DEBUG : removing 1 level 2 directories 2025/04/09 04:31:01 INFO : A1/B1: Removing directory 2025/04/09 04:31:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/09 04:31:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.67s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:31:03 INFO : A1: Making directory 2025/04/09 04:31:04 INFO : A1/B1: Making directory 2025/04/09 04:31:05 INFO : A1/B1/C1: Making directory 2025/04/09 04:31:07 DEBUG : removing 1 level 3 directories 2025/04/09 04:31:07 INFO : A1/B1/C1: Removing directory 2025/04/09 04:31:08 DEBUG : removing 1 level 2 directories 2025/04/09 04:31:08 INFO : A1/B1: Removing directory 2025/04/09 04:31:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/09 04:31:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.29s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:31:12 DEBUG : file1: md5 = 3fc566d6f3a0665cd75507f830f9fb27 OK 2025/04/09 04:31:12 DEBUG : filename.txt: File name found in url 2025/04/09 04:31:14 DEBUG : filename.txt: md5 = 67e7c352fb8c1eeb9a24653952933859 OK 2025/04/09 04:31:14 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/04/09 04:31:15 DEBUG : headerfilename.txt: md5 = 540b0aa4824164ba47f4493c4deba504 OK 2025/04/09 04:31:16 DEBUG : file2: md5 = 4a880f73a7393dc853ac3366e49be012 OK --- PASS: TestCopyURL (8.51s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:31:19 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/09 04:31:21 DEBUG : sub/file2: md5 = 9b6d5ec9af4f8243f04f750717002251 OK 2025/04/09 04:31:21 INFO : file1: Copied (new) to: sub/file2 2025/04/09 04:31:21 INFO : file1: Deleted 2025/04/09 04:31:22 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 04:31:22 DEBUG : file1: Unchanged skipping 2025/04/09 04:31:22 INFO : file1: Deleted 2025/04/09 04:31:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': don't need to copy/move sub/file2, it is already at target location 2025/04/09 04:31:24 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.07s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:31:25 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/09 04:31:27 DEBUG : file1: md5 = 928350f9b3399edecb3e04b22779f5b6 OK 2025/04/09 04:31:27 INFO : file1: Copied (new) 2025/04/09 04:31:27 INFO : file1: Deleted 2025/04/09 04:31:27 DEBUG : file1: Destination exists, skipping 2025/04/09 04:31:27 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.08s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.43s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.45s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:31:31 DEBUG : dst/file1: md5 = 217e100f4f8ed28a169f233e36e4eb78 OK 2025/04/09 04:31:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gisujiw1pagu/backup" 2025/04/09 04:31:32 DEBUG : Creating backend with remote "TestDrive:crypt/kdcme0j1f4tae1ahp6m1dmibv0r37nupegsc3kopjijkv2jp7pqg/1nrff024r7pq65ecp72fc28jb0" 2025/04/09 04:31:33 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/09 04:31:36 INFO : dst/file1: Moved (server-side) 2025/04/09 04:31:37 DEBUG : dst/file1: md5 = c79a10d2ef04dc1cb2818d40e55de3ec OK 2025/04/09 04:31:37 INFO : dst/file1: Copied (new) 2025/04/09 04:31:37 INFO : dst/file1: Deleted 2025/04/09 04:31:39 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/09 04:31:40 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/09 04:31:40 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.21s) === 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-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:31:43 DEBUG : A1/one: md5 = 4713b7497dc2c64483a21871267bf08d OK 2025/04/09 04:31:45 DEBUG : A1/two: md5 = 1cef28bda41ffd288c73bfe567b274ac OK 2025/04/09 04:31:47 DEBUG : A1/B1/three: md5 = a04e1607e8c7e6f88d307817cf8f1371 OK 2025/04/09 04:31:48 DEBUG : A1/B1/C1/four: md5 = 02d3d8a84ad2ef12c0e197be3ad78048 OK 2025/04/09 04:31:51 DEBUG : A1/B1/C2/five: md5 = 52bcaf124d23201ffa37149c68f97800 OK 2025/04/09 04:31:51 INFO : A1/B2: Making directory 2025/04/09 04:31:51 INFO : A1/B1/C3: Making directory 2025/04/09 04:32:00 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/04/09 04:32:00 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/04/09 04:32:00 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/04/09 04:32:01 INFO : A2/one: Moved (server-side) to: A3/one 2025/04/09 04:32:01 INFO : A2/two: Moved (server-side) to: A3/two 2025/04/09 04:32:04 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/09 04:32:04 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/09 04:32:04 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/09 04:32:05 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/09 04:32:05 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/09 04:32:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/04/09 04:32:11 INFO : A3/one: Moved (server-side) to: A4/one 2025/04/09 04:32:11 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/04/09 04:32:11 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/04/09 04:32:12 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/04/09 04:32:12 INFO : A3/two: Moved (server-side) to: A4/two 2025/04/09 04:32:14 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/09 04:32:14 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/09 04:32:14 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/09 04:32:15 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/09 04:32:15 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/09 04:32:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/04/09 04:32:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/04/09 04:32:22 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/09 04:32:22 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/09 04:32:22 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/09 04:32:22 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/09 04:32:23 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/09 04:32:23 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/09 04:32:23 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/09 04:32:23 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (42.33s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" --- PASS: TestGetFsInfo (0.43s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:32:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': File to upload is small (34 bytes), uploading instead of streaming 2025/04/09 04:32:25 DEBUG : no_checksum_small_file_from_pipe: md5 = 6a5bc8bc6353f5db9e3a3f7fc87d1668 OK 2025/04/09 04:32:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/04/09 04:32:25 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/09 04:32:26 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/04/09 04:32:27 DEBUG : no_checksum_big_file_from_pipe: md5 = 181f58ff62b164c61d3a3f322bc4e57e OK 2025/04/09 04:32:27 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-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:32:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': File to upload is small (34 bytes), uploading instead of streaming 2025/04/09 04:32:30 DEBUG : with_checksum_small_file_from_pipe: md5 = 3daf9499d5cc018638fd7330079e5e16 OK 2025/04/09 04:32:30 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/09 04:32:31 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/04/09 04:32:31 DEBUG : with_checksum_big_file_from_pipe: md5 = 19247b00f1ff25c3a873bbb0e098c231 OK 2025/04/09 04:32:31 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-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:32:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': File to upload is small (34 bytes), uploading instead of streaming 2025/04/09 04:32:34 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 04:32:35 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/09 04:32:36 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-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:32:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': File to upload is small (34 bytes), uploading instead of streaming 2025/04/09 04:32:39 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/09 04:32:40 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/09 04:32:41 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (18.29s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.73s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.36s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.36s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.85s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/04/09 04:32:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': File to upload is small (48 bytes), uploading instead of streaming 2025/04/09 04:32:44 DEBUG : rcat_metadata: md5 = 519c99d35fc0f3ff9df5ab6c8e2a6ca5 OK 2025/04/09 04:32:44 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/04/09 04:32:45 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/04/09 04:32:46 DEBUG : rcat_metadata_uploadcutoff0: md5 = 3fe5776ef8d29ef4820499961b6786d8 OK 2025/04/09 04:32:46 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.47s) --- PASS: TestRcatMetadata/Normal (2.34s) --- PASS: TestRcatMetadata/ViaDisk (2.75s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:32:49 DEBUG : potato1: md5 = 718b113965cd576e2f0f47ba262723f0 OK 2025/04/09 04:32:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': File to upload is small (60 bytes), uploading instead of streaming 2025/04/09 04:32:50 DEBUG : potato2: md5 = d2b6f499f59ddbd102164af3ac6f0a23 OK 2025/04/09 04:32:50 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.29s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:32:53 DEBUG : potato1: md5 = 9ada146be9fcdc732580b9e3649ef13a OK 2025/04/09 04:32:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': File to upload is small (60 bytes), uploading instead of streaming 2025/04/09 04:32:55 DEBUG : potato2: md5 = 012721289cd1f22d81125e5f8455cfaa OK 2025/04/09 04:32:55 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.61s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:32:58 DEBUG : potato2: md5 = df22d103bd25450068d2591edb432c3c OK 2025/04/09 04:32:59 DEBUG : empty space: md5 = 32aaa6615e16f4f79abc11a38d626365 OK 2025/04/09 04:33:01 DEBUG : sub dir/potato3: md5 = e7a79301679e605198602cf009ca23bd OK 2025/04/09 04:33:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': Touching "sub dir/potato3" 2025/04/09 04:33:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': Touching "empty space" 2025/04/09 04:33:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': Touching "potato2" 2025/04/09 04:33:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.64s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:33:06 DEBUG : dir with metadata: Making directory with metadata 2025/04/09 04:33:07 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.18s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:33:08 DEBUG : directory with modtime: Making directory with metadata 2025/04/09 04:33:09 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.11s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:33:10 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/09 04:33:10 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/09 04:33:11 DEBUG : Google drive root 'crypt/kdcme0j1f4tae1ahp6m1dmibv0r37nupegsc3kopjijkv2jp7pqg': Skipping btime metadata as can't update it on an existing file: 2025-04-09T04:33:10.986309011Z 2025/04/09 04:33:11 INFO : non existent directory: Updated directory metadata 2025/04/09 04:33:13 DEBUG : Google drive root 'crypt/kdcme0j1f4tae1ahp6m1dmibv0r37nupegsc3kopjijkv2jp7pqg': Skipping btime metadata as can't update it on an existing file: 2025-04-09T04:33:10.986309011Z 2025/04/09 04:33:14 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.53s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:33:15 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/04/09 04:33:17 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/04/09 04:33:17 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.95s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:33:19 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/09 04:33:19 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/09 04:33:19 DEBUG : dst: Making directory with metadata 2025/04/09 04:33:20 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/09 04:33:20 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 04:33:20 INFO : dst: Set directory modification time (using SetModTime) 2025/04/09 04:33:21 INFO : dst: Set directory modification time (using SetModTime) 2025/04/09 04:33:21 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/04/09 04:33:21 INFO : dst: Set directory modification time (using SetModTime) 2025/04/09 04:33:21 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.44s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu'", Local "Local file system at /tmp/rclone104146145", Modify Window "1ms" 2025/04/09 04:33:25 DEBUG : sub dir/test remove existing: md5 = 66f81b9da984bee9ad456afdb715e2c5 OK 2025/04/09 04:33:26 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = a6039d572140eb0e499b67cd6acda533 OK 2025/04/09 04:33:28 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.wumuziw5" before starting 2025/04/09 04:33:29 DEBUG : sub dir/test remove existing.wumuziw5: TEST: removing renamed existing file after operation 2025/04/09 04:33:30 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.meladid9" before starting 2025/04/09 04:33:31 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.meladid9: TEST: renaming existing back after failed operation 2025/04/09 04:33:32 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yiloxob8" before starting 2025/04/09 04:33:33 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yiloxob8: TEST: removing renamed existing file after operation 2025/04/09 04:33:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "t7srobr1fqfhrsfbovm68fiscl0hv697b21agmbokjsjon3s5j90" 2025/04/09 04:33:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "qa9dvtcn5c79bvp5dj11hoitbg301fjg031kd8uu71av07k06kch3eubd0dprh4mfgbkjje3b2h63vmuqlllilvaaumitsr4hd25ld84v73m8tsl6t8d5q2d43ujlhlo68oqk05beqv5lpsh0ki13md97ct9vpo5ar1u83j6f93e6nei0650" --- PASS: TestRemoveExisting (12.67s) === 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/04/09 04:33:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gisujiw1pagu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m25.155198819s (try 1/5)