"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/10/19 04:23:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-waluyit4magu" 2025/10/19 04:23:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/19 04:23:36 DEBUG : Creating backend with remote "TestDrive:crypt/gvvv0409ibg6u1jul9a22ulpvc279011bcedvc2lkva0fs7j7v30" 2025/10/19 04:23:38 DEBUG : Creating backend with remote "/tmp/rclone1967560684" === 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-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.26s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.26s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/10/19 04:23:38 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/19 04:23:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/19 04:23:38 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/10/19 04:23:38 DEBUG : potato: Seek from 10 to 0 2025/10/19 04:23:38 DEBUG : potato: Seek from 10 to 0 2025/10/19 04:23:38 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/10/19 04:23:38 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/19 04:23:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/19 04:23:38 DEBUG : potato: Seek from 5 to 2 2025/10/19 04:23:38 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/10/19 04:23:38 DEBUG : potato: Seek from 7 to 0 2025/10/19 04:23:38 DEBUG : potato: Seek from 7 to 0 2025/10/19 04:23:38 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/10/19 04:23:38 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/19 04:23:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/19 04:23:38 DEBUG : potato: Seek from 5 to 2 2025/10/19 04:23:38 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/10/19 04:23:38 DEBUG : potato: Seek from 8 to 0 2025/10/19 04:23:38 DEBUG : potato: Seek from 8 to 0 2025/10/19 04:23:38 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/10/19 04:23:38 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/19 04:23:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/19 04:23:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/19 04:23:38 DEBUG : potato: Seek from 5 to 2 2025/10/19 04:23:38 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/10/19 04:23:38 DEBUG : potato: Seek from 9 to 0 2025/10/19 04:23:38 DEBUG : potato: Seek from 9 to 0 2025/10/19 04:23:38 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-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:23:40 DEBUG : rutabaga: md5 = 19c463d5b140e89a34812a66bbdfda4f OK === RUN TestCheck/1 === RUN TestCheck/2 2025/10/19 04:23:43 DEBUG : empty space: md5 = 85c2810a564531ec4ff82b8661701ed2 OK === RUN TestCheck/3 2025/10/19 04:23:45 DEBUG : potato2: md5 = 9cf3fcf830fc76ca899c5e67273ca458 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/10/19 04:23:47 DEBUG : remotepotato: md5 = df3d5783c80e2b9e921f9af356eb0cc5 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.98s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.23s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.27s) --- PASS: TestCheck/6 (0.30s) --- PASS: TestCheck/7 (0.30s) === RUN TestCheckFsError 2025/10/19 04:23:50 DEBUG : Creating backend with remote "nonexistent" 2025/10/19 04:23:50 DEBUG : Creating backend with remote "nonexistent" 2025/10/19 04:23:50 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/10/19 04:23:50 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/10/19 04:23:50 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/10/19 04:23:50 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-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:23:52 DEBUG : rutabaga: md5 = 94c9aa5ab95e98c4a2c7803a030c7e05 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/10/19 04:23:56 DEBUG : empty space: md5 = 15cee15b2d1a6c9577fa594d38cbb035 OK === RUN TestCheckDownload/3 2025/10/19 04:23:59 DEBUG : potato2: md5 = 655b407c623a949b2f3f3309352a581e OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/10/19 04:24:04 DEBUG : remotepotato: md5 = 2b8971d656d506b8930672468937917d OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (18.15s) --- PASS: TestCheckDownload/1 (1.10s) --- PASS: TestCheckDownload/2 (1.26s) --- PASS: TestCheckDownload/3 (1.36s) --- PASS: TestCheckDownload/4 (1.43s) --- PASS: TestCheckDownload/5 (1.00s) --- PASS: TestCheckDownload/6 (1.02s) --- PASS: TestCheckDownload/7 (0.94s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:24:10 DEBUG : rutabaga: md5 = 3650853536048cc3c610a4fc2a05feba OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/10/19 04:24:12 DEBUG : empty space: md5 = 0412c17c50edf63b6d0b4ec3861fd270 OK === RUN TestCheckSizeOnly/3 2025/10/19 04:24:14 DEBUG : potato2: md5 = e11a5cd75a154320bb9b83e2df07bffd OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/10/19 04:24:16 DEBUG : remotepotato: md5 = 1585ec4c07de28e346d45e2f82cad9f4 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.44s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.25s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.29s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.28s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:24:21 DEBUG : test.sum: md5 = febfb97713e93958bc1c3fd2fbce30d3 OK 2025/10/19 04:24:22 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/19 04:24:22 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/19 04:24:22 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/19 04:24:22 NOTICE: test.sum: 2 warning(s) suppressed... 2025/10/19 04:24:24 DEBUG : test.sum: md5 = dff2a9696a6972169da8bc84a5308aa7 OK 2025/10/19 04:24:25 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/19 04:24:25 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/19 04:24:25 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/19 04:24:25 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.14s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:24:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-waluyit4magu/data" 2025/10/19 04:24:26 DEBUG : Creating backend with remote "TestDrive:crypt/gvvv0409ibg6u1jul9a22ulpvc279011bcedvc2lkva0fs7j7v30/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu/data' lacks md5, skipping --- SKIP: TestCheckSum (2.10s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:24:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-waluyit4magu/data" 2025/10/19 04:24:28 DEBUG : Creating backend with remote "TestDrive:crypt/gvvv0409ibg6u1jul9a22ulpvc279011bcedvc2lkva0fs7j7v30/vjrnln8ratgmqakfosrqe8espk" 2025/10/19 04:24:32 DEBUG : data/banana: md5 = a998fb42ba717faf2fca2b3412be5652 OK 2025/10/19 04:24:33 DEBUG : test.sum: md5 = ca7a195608825742174e915ab53e5c5f OK === RUN TestCheckSumDownload/subtest1 2025/10/19 04:24:38 DEBUG : data/potato: md5 = c10afdcc48aa7acd7235164b78625f63 OK 2025/10/19 04:24:39 DEBUG : test.sum: md5 = 505b9bb4dc751665cdc9ae61b377d77d OK === RUN TestCheckSumDownload/subtest2 2025/10/19 04:24:44 DEBUG : test.sum: md5 = 9089411bfe2fbba78e56474125d146d2 OK === RUN TestCheckSumDownload/subtest3 2025/10/19 04:24:48 DEBUG : test.sum: md5 = d29abbbab29e3e586462c854d6fe4fae OK === RUN TestCheckSumDownload/subtest4 2025/10/19 04:24:53 DEBUG : test.sum: md5 = 2debce85aa52a3f2a59c6a9674b408f8 OK === RUN TestCheckSumDownload/subtest5 2025/10/19 04:24:57 DEBUG : test.sum: md5 = 87ea6726fe293c72e5da1e1ff014ac3b OK === RUN TestCheckSumDownload/subtest6 2025/10/19 04:25:02 DEBUG : data/banana: md5 = 5b5b70760d85d7192d87dbbcfd14c44d OK 2025/10/19 04:25:03 DEBUG : data/potato: md5 = 57641e84882c72aeafd560f4483a8701 OK 2025/10/19 04:25:05 DEBUG : test.sum: md5 = 7be9928ceea89bf0c7f146e21f17ce1e OK === RUN TestCheckSumDownload/subtest7 2025/10/19 04:25:10 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/10/19 04:25:10 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (42.88s) --- PASS: TestCheckSumDownload/subtest1 (2.61s) --- PASS: TestCheckSumDownload/subtest2 (2.58s) --- PASS: TestCheckSumDownload/subtest3 (2.18s) --- PASS: TestCheckSumDownload/subtest4 (2.14s) --- PASS: TestCheckSumDownload/subtest5 (2.02s) --- PASS: TestCheckSumDownload/subtest6 (2.43s) --- PASS: TestCheckSumDownload/subtest7 (2.37s) === RUN TestApplyTransforms 2025/10/19 04:25:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dudifip4suhe" 2025/10/19 04:25:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/19 04:25:11 DEBUG : Creating backend with remote "TestDrive:crypt/l6fsj6lrk1mg6g5el3pne4scatu9g47mjss4n03jpids8h7if3eg" 2025/10/19 04:25:12 DEBUG : Creating backend with remote "/tmp/rclone3585366152" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dudifip4suhe'", Local "Local file system at /tmp/rclone3585366152", Modify Window "1ms" 2025/10/19 04:25:14 DEBUG : hello, world!: md5 = ae04b57cdd9f61e0a0544f4965146272 OK upper checkfile vs. lower remote (without normalization) 2025/10/19 04:25:15 ERROR : hello, world!: sum not found 2025/10/19 04:25:15 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-dudifip4suhe' 2025/10/19 04:25:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dudifip4suhe': 1 files missing 2025/10/19 04:25:15 NOTICE: 1 hashes missing 2025/10/19 04:25:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dudifip4suhe': 1 differences found 2025/10/19 04:25:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dudifip4suhe': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/10/19 04:25:16 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/19 04:25:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dudifip4suhe': 0 differences found 2025/10/19 04:25:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dudifip4suhe': 1 matching files 2025/10/19 04:25:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pizuxov9xeni" 2025/10/19 04:25:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/19 04:25:16 DEBUG : Creating backend with remote "TestDrive:crypt/h4jsm9h5fhb9sq00pcgl30f65sesulvfqi010u75qa12nmvocm3g" 2025/10/19 04:25:17 DEBUG : Creating backend with remote "/tmp/rclone2701279067" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pizuxov9xeni'", Local "Local file system at /tmp/rclone2701279067", Modify Window "1ms" 2025/10/19 04:25:19 DEBUG : HELLO, WORLD!: md5 = 4a36cd94a711a5964f15c679d9b1fece OK lower checkfile vs. upper remote (without normalization) 2025/10/19 04:25:20 ERROR : HELLO, WORLD!: sum not found 2025/10/19 04:25:20 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-pizuxov9xeni' 2025/10/19 04:25:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pizuxov9xeni': 1 files missing 2025/10/19 04:25:20 NOTICE: 1 hashes missing 2025/10/19 04:25:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pizuxov9xeni': 1 differences found 2025/10/19 04:25:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pizuxov9xeni': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/10/19 04:25:21 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/19 04:25:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pizuxov9xeni': 0 differences found 2025/10/19 04:25:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pizuxov9xeni': 1 matching files 2025/10/19 04:25:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fapigew4yake" 2025/10/19 04:25:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/19 04:25:21 DEBUG : Creating backend with remote "TestDrive:crypt/29o5t8ashtdecjnqg3upbtrn4gfqu5fjuqunv0sbfqk18cf1a3eg" 2025/10/19 04:25:22 DEBUG : Creating backend with remote "/tmp/rclone4094825494" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fapigew4yake'", Local "Local file system at /tmp/rclone4094825494", Modify Window "1ms" 2025/10/19 04:25:24 DEBUG : HeLlO, wOrLd!: md5 = 2a8d047276de20542f1136b6c989ae84 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/10/19 04:25:25 ERROR : HeLlO, wOrLd!: sum not found 2025/10/19 04:25:25 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-fapigew4yake' 2025/10/19 04:25:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fapigew4yake': 1 files missing 2025/10/19 04:25:25 NOTICE: 1 hashes missing 2025/10/19 04:25:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fapigew4yake': 1 differences found 2025/10/19 04:25:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fapigew4yake': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/10/19 04:25:26 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/19 04:25:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fapigew4yake': 0 differences found 2025/10/19 04:25:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fapigew4yake': 1 matching files 2025/10/19 04:25:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gihixel8pagu" 2025/10/19 04:25:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/19 04:25:26 DEBUG : Creating backend with remote "TestDrive:crypt/pq2i5a65osli6t36q3a7kg0gnoe61uhh6ci2ipe4q2r2d3hr32ig" 2025/10/19 04:25:27 DEBUG : Creating backend with remote "/tmp/rclone794311377" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gihixel8pagu'", Local "Local file system at /tmp/rclone794311377", Modify Window "1ms" 2025/10/19 04:25:29 DEBUG : HELLO, WORLD!: md5 = 65b5bbe0e2842a0f0e913e863582a940 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/10/19 04:25:29 ERROR : HELLO, WORLD!: sum not found 2025/10/19 04:25:29 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-gihixel8pagu' 2025/10/19 04:25:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gihixel8pagu': 1 files missing 2025/10/19 04:25:29 NOTICE: 1 hashes missing 2025/10/19 04:25:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gihixel8pagu': 1 differences found 2025/10/19 04:25:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gihixel8pagu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/10/19 04:25:31 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/19 04:25:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gihixel8pagu': 0 differences found 2025/10/19 04:25:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gihixel8pagu': 1 matching files 2025/10/19 04:25:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vufowil4qelo" 2025/10/19 04:25:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/19 04:25:31 DEBUG : Creating backend with remote "TestDrive:crypt/7532aektg79ocf7ounuaun8fkmdu8is56819uh1udhl8f8lm61v0" 2025/10/19 04:25:32 DEBUG : Creating backend with remote "/tmp/rclone2997625164" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vufowil4qelo'", Local "Local file system at /tmp/rclone2997625164", Modify Window "1ms" 2025/10/19 04:25:34 DEBUG : 測試_Русский___ě_áñ: md5 = 076a0738b909cc861b7e2fc4fa865a5a OK NFD checkfile vs. NFC remote (without normalization) 2025/10/19 04:25:35 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/19 04:25:35 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vufowil4qelo' 2025/10/19 04:25:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vufowil4qelo': 1 files missing 2025/10/19 04:25:35 NOTICE: 1 hashes missing 2025/10/19 04:25:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vufowil4qelo': 1 differences found 2025/10/19 04:25:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vufowil4qelo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/10/19 04:25:36 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/19 04:25:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vufowil4qelo': 0 differences found 2025/10/19 04:25:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vufowil4qelo': 1 matching files 2025/10/19 04:25:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kacujef0meti" 2025/10/19 04:25:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/19 04:25:36 DEBUG : Creating backend with remote "TestDrive:crypt/5rcjga840pa3mtb5r4459pc9oln2gpm96lg071ug7f58ef6kaib0" 2025/10/19 04:25:37 DEBUG : Creating backend with remote "/tmp/rclone3438688258" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kacujef0meti'", Local "Local file system at /tmp/rclone3438688258", Modify Window "1ms" 2025/10/19 04:25:39 DEBUG : 測試_Русский___ě_áñ: md5 = 207306bff78d9ef9dcbcf3b089903e82 OK NFC checkfile vs. NFD remote (without normalization) 2025/10/19 04:25:40 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/19 04:25:40 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kacujef0meti' 2025/10/19 04:25:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kacujef0meti': 1 files missing 2025/10/19 04:25:40 NOTICE: 1 hashes missing 2025/10/19 04:25:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kacujef0meti': 1 differences found 2025/10/19 04:25:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kacujef0meti': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/10/19 04:25:41 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/19 04:25:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kacujef0meti': 0 differences found 2025/10/19 04:25:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kacujef0meti': 1 matching files 2025/10/19 04:25:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bopeniw6zepo" 2025/10/19 04:25:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/19 04:25:41 DEBUG : Creating backend with remote "TestDrive:crypt/6e5ovln6bird3vo53pjem3voin4q7sc4gpqrhmdoi44ki5b5kjug" 2025/10/19 04:25:42 DEBUG : Creating backend with remote "/tmp/rclone1447720223" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bopeniw6zepo'", Local "Local file system at /tmp/rclone1447720223", Modify Window "1ms" 2025/10/19 04:25:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 0e7415c4d1010cdc2c11709f7b907235 OK NFDx2 checkfile vs. both remote (without normalization) 2025/10/19 04:25:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/19 04:25:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bopeniw6zepo' 2025/10/19 04:25:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bopeniw6zepo': 1 files missing 2025/10/19 04:25:45 NOTICE: 1 hashes missing 2025/10/19 04:25:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bopeniw6zepo': 1 differences found 2025/10/19 04:25:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bopeniw6zepo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/10/19 04:25:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/19 04:25:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bopeniw6zepo': 0 differences found 2025/10/19 04:25:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bopeniw6zepo': 1 matching files 2025/10/19 04:25:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-faponut0raji" 2025/10/19 04:25:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/19 04:25:46 DEBUG : Creating backend with remote "TestDrive:crypt/f03mbt0eh6n3kiqn9or1lvmg81pj91o5gaiucut0hlj26q54rt80" 2025/10/19 04:25:47 DEBUG : Creating backend with remote "/tmp/rclone2667445670" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-faponut0raji'", Local "Local file system at /tmp/rclone2667445670", Modify Window "1ms" 2025/10/19 04:25:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 13c4ea2ca9966e6a435b27a0658dc076 OK NFCx2 checkfile vs. both remote (without normalization) 2025/10/19 04:25:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/19 04:25:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-faponut0raji' 2025/10/19 04:25:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faponut0raji': 1 files missing 2025/10/19 04:25:50 NOTICE: 1 hashes missing 2025/10/19 04:25:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faponut0raji': 1 differences found 2025/10/19 04:25:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faponut0raji': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/10/19 04:25:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/19 04:25:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faponut0raji': 0 differences found 2025/10/19 04:25:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-faponut0raji': 1 matching files 2025/10/19 04:25:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-badenol0yila" 2025/10/19 04:25:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/19 04:25:51 DEBUG : Creating backend with remote "TestDrive:crypt/fvn3l7rsfhsu9406bb2gi1216e4chipnlcgoio4erb3unbgiin70" 2025/10/19 04:25:52 DEBUG : Creating backend with remote "/tmp/rclone1670132220" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-badenol0yila'", Local "Local file system at /tmp/rclone1670132220", Modify Window "1ms" 2025/10/19 04:25:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 751fa99aae3d82443d70bbf81b4c2185 OK both checkfile vs. NFDx2 remote (without normalization) 2025/10/19 04:25:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/19 04:25:55 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-badenol0yila' 2025/10/19 04:25:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-badenol0yila': 1 files missing 2025/10/19 04:25:55 NOTICE: 1 hashes missing 2025/10/19 04:25:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-badenol0yila': 1 differences found 2025/10/19 04:25:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-badenol0yila': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/10/19 04:25:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/19 04:25:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-badenol0yila': 0 differences found 2025/10/19 04:25:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-badenol0yila': 1 matching files 2025/10/19 04:25:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pokozow8noka" 2025/10/19 04:25:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/19 04:25:56 DEBUG : Creating backend with remote "TestDrive:crypt/n3ci1m4gf7nv7fdu0tkbfv26lci1r9lf0astbub64a5aitikl7jg" 2025/10/19 04:25:57 DEBUG : Creating backend with remote "/tmp/rclone2411730800" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pokozow8noka'", Local "Local file system at /tmp/rclone2411730800", Modify Window "1ms" 2025/10/19 04:25:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 08cd14dcbde70aabebb3b9919f677f93 OK both checkfile vs. NFCx2 remote (without normalization) 2025/10/19 04:26:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/19 04:26:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pokozow8noka' 2025/10/19 04:26:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pokozow8noka': 1 files missing 2025/10/19 04:26:00 NOTICE: 1 hashes missing 2025/10/19 04:26:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pokozow8noka': 1 differences found 2025/10/19 04:26:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pokozow8noka': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/10/19 04:26:01 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/19 04:26:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pokozow8noka': 0 differences found 2025/10/19 04:26:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pokozow8noka': 1 matching files 2025/10/19 04:26:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pokozow8noka': Purge remote 2025/10/19 04:26:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-badenol0yila': Purge remote 2025/10/19 04:26:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-faponut0raji': Purge remote 2025/10/19 04:26:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bopeniw6zepo': Purge remote 2025/10/19 04:26:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kacujef0meti': Purge remote 2025/10/19 04:26:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vufowil4qelo': Purge remote 2025/10/19 04:26:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gihixel8pagu': Purge remote 2025/10/19 04:26:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fapigew4yake': Purge remote 2025/10/19 04:26:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pizuxov9xeni': Purge remote 2025/10/19 04:26:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dudifip4suhe': Purge remote --- PASS: TestApplyTransforms (54.76s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:26:06 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/19 04:26:08 DEBUG : sub/file2: md5 = a0e91d8c9666a669512df1dff92a0d6f OK 2025/10/19 04:26:08 INFO : file1: Copied (new) to: sub/file2 2025/10/19 04:26:09 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/19 04:26:09 DEBUG : file1: Unchanged skipping 2025/10/19 04:26:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': don't need to copy/move sub/file2, it is already at target location 2025/10/19 04:26:11 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.18s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.45s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:26:14 DEBUG : dst/file1: md5 = cf8cd7c1c32dad121d2ad43dae869ebe OK 2025/10/19 04:26:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-waluyit4magu/backup" 2025/10/19 04:26:15 DEBUG : Creating backend with remote "TestDrive:crypt/gvvv0409ibg6u1jul9a22ulpvc279011bcedvc2lkva0fs7j7v30/1nrff024r7pq65ecp72fc28jb0" 2025/10/19 04:26:17 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/19 04:26:19 INFO : dst/file1: Moved (server-side) 2025/10/19 04:26:21 DEBUG : dst/file1: md5 = 1a1a4632b90d3ae6670ba045bdde69b9 OK 2025/10/19 04:26:21 INFO : dst/file1: Copied (new) 2025/10/19 04:26:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/19 04:26:25 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/19 04:26:25 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.70s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:26:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-waluyit4magu/dst" 2025/10/19 04:26:26 DEBUG : Creating backend with remote "TestDrive:crypt/gvvv0409ibg6u1jul9a22ulpvc279011bcedvc2lkva0fs7j7v30/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/19 04:26:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-waluyit4magu/CompareDest" 2025/10/19 04:26:28 DEBUG : Creating backend with remote "TestDrive:crypt/gvvv0409ibg6u1jul9a22ulpvc279011bcedvc2lkva0fs7j7v30/gveqi14airsml4bgu7krj116o8" 2025/10/19 04:26:29 DEBUG : one: Need to transfer - File not found at Destination 2025/10/19 04:26:32 DEBUG : one: md5 = 1b4277bde9379584a30115269037d33b OK 2025/10/19 04:26:32 INFO : one: Copied (new) 2025/10/19 04:26:33 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/19 04:26:36 DEBUG : one: md5 = 6a95e7af334e046c84e5436919abba01 OK 2025/10/19 04:26:36 INFO : one: Copied (replaced existing) 2025/10/19 04:26:38 DEBUG : dst/one: md5 = ac8227ecdb21ad4dbfc7432ba06bdb1b OK 2025/10/19 04:26:40 DEBUG : CompareDest/one: md5 = 149da7aeaccc3092f35c75d712aa510c OK 2025/10/19 04:26:41 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/19 04:26:41 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/19 04:26:41 DEBUG : one: Destination found in --compare-dest, skipping 2025/10/19 04:26:44 DEBUG : CompareDest/two: md5 = 72d8ea285bfa00227631731b90e811b0 OK 2025/10/19 04:26:44 DEBUG : two: Need to transfer - File not found at Destination 2025/10/19 04:26:45 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/19 04:26:45 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/19 04:26:46 DEBUG : two: Need to transfer - File not found at Destination 2025/10/19 04:26:46 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/19 04:26:46 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/19 04:26:48 DEBUG : two: Need to transfer - File not found at Destination 2025/10/19 04:26:48 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/10/19 04:26:49 DEBUG : two: md5 = c2628569a6bbd50517b17c8e4ee6ece5 OK 2025/10/19 04:26:49 INFO : two: Copied (new) 2025/10/19 04:26:53 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/19 04:26:53 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:26:54 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:26:54 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (28.38s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:26:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-waluyit4magu/dst" 2025/10/19 04:26:54 DEBUG : Creating backend with remote "TestDrive:crypt/gvvv0409ibg6u1jul9a22ulpvc279011bcedvc2lkva0fs7j7v30/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/19 04:26:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-waluyit4magu/CopyDest" 2025/10/19 04:26:56 DEBUG : Creating backend with remote "TestDrive:crypt/gvvv0409ibg6u1jul9a22ulpvc279011bcedvc2lkva0fs7j7v30/d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/19 04:26:58 DEBUG : one: Need to transfer - File not found at Destination 2025/10/19 04:27:01 DEBUG : one: md5 = 3b89799c0541bdc40812fed63e35def0 OK 2025/10/19 04:27:01 INFO : one: Copied (new) 2025/10/19 04:27:02 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/19 04:27:03 DEBUG : one: md5 = 0eedd62277ebf40e2491e5b7c2187108 OK 2025/10/19 04:27:03 INFO : one: Copied (replaced existing) 2025/10/19 04:27:06 DEBUG : dst/one: md5 = feca28eaca82beae0353963218e725bd OK 2025/10/19 04:27:08 DEBUG : CopyDest/one: md5 = bad2e19f96c748a16bc71ccd728079f2 OK 2025/10/19 04:27:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-waluyit4magu/BackupDir" 2025/10/19 04:27:09 DEBUG : Creating backend with remote "TestDrive:crypt/gvvv0409ibg6u1jul9a22ulpvc279011bcedvc2lkva0fs7j7v30/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/19 04:27:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/19 04:27:11 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/19 04:27:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/19 04:27:12 INFO : one: Moved (server-side) 2025/10/19 04:27:13 INFO : one: Copied (server-side copy) 2025/10/19 04:27:13 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/10/19 04:27:15 DEBUG : CopyDest/two: md5 = fa58ca664dddbbb0694a15adef1766e3 OK 2025/10/19 04:27:16 DEBUG : two: Need to transfer - File not found at Destination 2025/10/19 04:27:16 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/19 04:27:18 INFO : two: Copied (server-side copy) 2025/10/19 04:27:18 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/10/19 04:27:18 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/19 04:27:18 DEBUG : two: Unchanged skipping 2025/10/19 04:27:21 DEBUG : CopyDest/three: md5 = 1ca2564adab106a1a23ff0eb9c4fb848 OK 2025/10/19 04:27:22 DEBUG : three: Need to transfer - File not found at Destination 2025/10/19 04:27:22 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/10/19 04:27:22 DEBUG : three: Destination not found in --copy-dest 2025/10/19 04:27:23 DEBUG : three: md5 = 5eca27ed9e50f370a83d84109803b2f5 OK 2025/10/19 04:27:23 INFO : three: Copied (new) 2025/10/19 04:27:28 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/19 04:27:28 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/19 04:27:28 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:27:29 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:27:29 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/19 04:27:29 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/19 04:27:29 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (35.80s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.54s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.48s) === RUN TestCopyLongFileNameCollision run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.49s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:27:32 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/10/19 04:27:34 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 28cb41689022fb12c361f6a34a7edb64 OK 2025/10/19 04:27:34 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/10/19 04:27:35 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/10/19 04:27:35 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:500: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/10/19 04:27:36 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/10/19 04:27:37 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/10/19 04:27:38 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 15053da85c6bcc19d7ab29d284a20c28 OK 2025/10/19 04:27:38 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/10/19 04:27:41 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/10/19 04:27:41 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.86s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.46s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:27:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': Looking for duplicate names using skip mode. 2025/10/19 04:27:45 NOTICE: one: Found 2 files with duplicate names 2025/10/19 04:27:45 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.19s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:27:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': Looking for duplicate names using skip mode. 2025/10/19 04:27:52 NOTICE: one: Found 3 files with duplicate names 2025/10/19 04:27:52 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/10/19 04:27:52 INFO : one: Deleted 2025/10/19 04:27:52 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.84s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:27:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': Looking for duplicate names using first mode. 2025/10/19 04:27:59 NOTICE: one: Found 3 files with duplicate names 2025/10/19 04:27:59 INFO : one: Deleted 2025/10/19 04:27:59 INFO : one: Deleted 2025/10/19 04:27:59 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.62s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:28:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': Looking for duplicate names using newest mode. 2025/10/19 04:28:05 NOTICE: one: Found 3 files with duplicate names 2025/10/19 04:28:06 INFO : one: Deleted 2025/10/19 04:28:06 INFO : one: Deleted 2025/10/19 04:28:06 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.74s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.48s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:28:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': Looking for duplicate names using oldest mode. 2025/10/19 04:28:12 NOTICE: one: Found 3 files with duplicate names 2025/10/19 04:28:13 INFO : one: Deleted 2025/10/19 04:28:13 INFO : one: Deleted 2025/10/19 04:28:13 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.79s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:28:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': Looking for duplicate names using largest mode. 2025/10/19 04:28:19 NOTICE: one: Found 3 files with duplicate names 2025/10/19 04:28:19 INFO : one: Deleted 2025/10/19 04:28:20 INFO : one: Deleted 2025/10/19 04:28:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.40s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:28:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': Looking for duplicate names using smallest mode. 2025/10/19 04:28:26 NOTICE: one: Found 3 files with duplicate names 2025/10/19 04:28:26 INFO : one: Deleted 2025/10/19 04:28:26 INFO : one: Deleted 2025/10/19 04:28:26 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.71s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:28:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': Looking for duplicate names using rename mode. 2025/10/19 04:28:34 NOTICE: one.txt: Found 3 files with duplicate names 2025/10/19 04:28:35 INFO : one-2.txt: renamed from: one.txt 2025/10/19 04:28:36 INFO : one-3.txt: renamed from: one.txt 2025/10/19 04:28:37 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.43s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:28:42 DEBUG : dupe1/one.txt: md5 = 86b09cf3d41bf2dc63ad94f67adc8ad9 OK 2025/10/19 04:28:45 DEBUG : dupe2/two.txt: md5 = c3dbffcbd68434ce5bc9e9f02bb14e3a OK 2025/10/19 04:28:47 DEBUG : dupe3/three.txt: md5 = c534a2f5acb91dd76ea77844fc7a637e OK 2025/10/19 04:28:48 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/10/19 04:28:48 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/10/19 04:28:49 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/10/19 04:28:50 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/10/19 04:28:54 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/10/19 04:28:54 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/10/19 04:28:54 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (14.00s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:28:56 DEBUG : a.txt: md5 = e11448dfd31709987a0726c75fce6e77 OK 2025/10/19 04:28:57 DEBUG : zend.txt: md5 = 7543e91934da8ee68b81b7bd5149e024 OK 2025/10/19 04:29:00 DEBUG : sub dir/hello world: md5 = 50ef187091fb8f831ba6cf34d2df7790 OK 2025/10/19 04:29:01 DEBUG : sub dir/hello world2: md5 = 39f4d59bff173684bd9e8785e29e1ae6 OK 2025/10/19 04:29:03 DEBUG : sub dir/ignore dir/.ignore: md5 = 2052a7d958345f1495132b654f30d99f OK 2025/10/19 04:29:05 DEBUG : sub dir/ignore dir/should be ignored: md5 = 01f8f184a5435fa2fbdd811181ce2a56 OK 2025/10/19 04:29:07 DEBUG : sub dir/sub sub dir/hello world3: md5 = 37ab618080efaba59a9e1c7defda2ac6 OK 2025/10/19 04:29:08 DEBUG : a.txt: Excluded (Size Filter) 2025/10/19 04:29:08 DEBUG : a.txt: Excluded 2025/10/19 04:29:09 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/19 04:29:09 DEBUG : sub dir/hello world: Excluded 2025/10/19 04:29:09 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/19 04:29:09 DEBUG : sub dir/hello world2: Excluded 2025/10/19 04:29:10 DEBUG : sub dir/ignore dir: Excluded 2025/10/19 04:29:10 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/19 04:29:10 DEBUG : sub dir/hello world: Excluded 2025/10/19 04:29:10 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/19 04:29:10 DEBUG : sub dir/hello world2: Excluded 2025/10/19 04:29:10 DEBUG : sub dir/ignore dir: Excluded 2025/10/19 04:29:15 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/19 04:29:15 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/19 04:29:15 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/19 04:29:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/19 04:29:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/19 04:29:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/10/19 04:29:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (22.72s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:29:18 DEBUG : a.txt: md5 = d91886a008c115e801938c857a2112f9 OK 2025/10/19 04:29:20 DEBUG : zend.txt: md5 = 32367ba6ed12df81603b1c9850abb1bf OK 2025/10/19 04:29:22 DEBUG : sub dir/hello world: md5 = 1d3063bb80c34240ac0229ffa4192c5a OK 2025/10/19 04:29:23 DEBUG : sub dir/hello world2: md5 = 7bb06268330574a401b261c07828fb14 OK 2025/10/19 04:29:26 DEBUG : sub dir/ignore dir/.ignore: md5 = 7b0419d440f01034e7260a05268eca48 OK 2025/10/19 04:29:27 DEBUG : sub dir/ignore dir/should be ignored: md5 = f335c00925ec49026e7652003ee63f53 OK 2025/10/19 04:29:29 DEBUG : sub dir/sub sub dir/hello world3: md5 = c727295640e42079f742b08fbcec805d OK 2025/10/19 04:29:30 DEBUG : a.txt: Excluded (Size Filter) 2025/10/19 04:29:30 DEBUG : a.txt: Excluded 2025/10/19 04:29:31 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/19 04:29:31 DEBUG : sub dir/hello world: Excluded 2025/10/19 04:29:31 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/19 04:29:31 DEBUG : sub dir/hello world2: Excluded 2025/10/19 04:29:32 DEBUG : sub dir/ignore dir: Excluded 2025/10/19 04:29:32 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/19 04:29:32 DEBUG : sub dir/hello world: Excluded 2025/10/19 04:29:32 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/19 04:29:32 DEBUG : sub dir/hello world2: Excluded 2025/10/19 04:29:32 DEBUG : sub dir/ignore dir: Excluded 2025/10/19 04:29:37 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/19 04:29:38 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/19 04:29:38 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/19 04:29:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/19 04:29:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/19 04:29:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/10/19 04:29:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (22.03s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:29:40 DEBUG : file1: md5 = 043531267d0674c88dc7877b1d1bb67c OK 2025/10/19 04:29:43 DEBUG : sub/file2: md5 = 4a7c8eb03a315d713fa8df1572e88bff 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/10/19 04:29:46 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/10/19 04:29:46 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/10/19 04:29:46 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/10/19 04:29:48 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.81s) --- PASS: TestListJSON/Default (0.29s) --- PASS: TestListJSON/FilesOnly (0.26s) --- PASS: TestListJSON/DirsOnly (0.24s) --- PASS: TestListJSON/Recurse (0.53s) --- PASS: TestListJSON/SubDir (0.32s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.23s) --- PASS: TestListJSON/ShowHash (0.26s) --- PASS: TestListJSON/HashTypes (0.21s) --- PASS: TestListJSON/Metadata (0.68s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:29:50 DEBUG : file1: md5 = e1502a8cdb139dcd93cb1ce3db163093 OK 2025/10/19 04:29:52 DEBUG : sub/file2: md5 = b746280555c3854568f81c42bcf62dae 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/10/19 04:29:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-waluyit4magu/notfound" 2025/10/19 04:29:56 DEBUG : Config file has changed externally - reloading 2025/10/19 04:29:56 DEBUG : Creating backend with remote "TestDrive:crypt/gvvv0409ibg6u1jul9a22ulpvc279011bcedvc2lkva0fs7j7v30/qe0i31qdkoejk60elps0ni5sqk" 2025/10/19 04:30:00 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.84s) --- PASS: TestStatJSON/Root (0.28s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.26s) --- PASS: TestStatJSON/Dir (0.49s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.50s) --- PASS: TestStatJSON/DirFilesOnly (0.27s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.25s) --- PASS: TestStatJSON/DirDirsOnly (0.27s) --- PASS: TestStatJSON/FileDirsOnly (0.25s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.23s) --- PASS: TestStatJSON/RootNotFound (1.84s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:30:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': Making directory 2025/10/19 04:30:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': Making directory --- PASS: TestMkdir (0.86s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:30:04 DEBUG : sub dir/hello world: md5 = e05b2f89b472e01491d730a2537f8ff1 OK 2025/10/19 04:30:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.93s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:30:08 DEBUG : potato2: md5 = 2e6288e3da69bbdc396438b235efcb9b OK 2025/10/19 04:30:09 DEBUG : empty space: md5 = 2d611262d62e0945cad1237f410e641a OK --- PASS: TestLs (5.04s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:30:13 DEBUG : potato2: md5 = 15a7c082d4d14ab1159c128ac3247656 OK 2025/10/19 04:30:14 DEBUG : empty space: md5 = f54bf073cd588e92daccbb3209ac2ac4 OK 2025/10/19 04:30:15 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.37s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:30:18 DEBUG : potato2: md5 = a344bc33540e11ad527a4deae38817ca OK 2025/10/19 04:30:20 DEBUG : empty space: md5 = dc0152d3310c7b2f7f9468cdb8cfb1f7 OK --- PASS: TestLsLong (4.89s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:30:23 DEBUG : potato2: md5 = 7ee1631fe72773297bfd06fcf4339389 OK 2025/10/19 04:30:25 DEBUG : empty space: md5 = d38256cd237a5b19d41b984b3e575c9f OK --- PASS: TestHashSums (4.57s) === RUN TestHashSumsWithErrors 2025/10/19 04:30:26 DEBUG : Creating backend with remote ":memory:" 2025/10/19 04:30:26 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/10/19 04:30:26 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/19 04:30:26 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/19 04:30:26 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/19 04:30:26 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/19 04:30:26 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/19 04:30:26 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/19 04:30:26 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/10/19 04:30:26 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-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:30:28 DEBUG : potato2: md5 = d5dff5af900a6774241d6151f05857ca OK 2025/10/19 04:30:29 DEBUG : empty space: md5 = 0df15cf8393fe4a1f179a813ce8e5f2c OK 2025/10/19 04:30:32 DEBUG : sub dir/potato3: md5 = 4a3071dfe65542690eb9f3039fe897c4 OK 2025/10/19 04:30:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (9.30s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:30:37 DEBUG : small: md5 = 54971542a0ce50b8847c681b83acd253 OK 2025/10/19 04:30:38 DEBUG : medium: md5 = 0f28cb83a16861a18690086fb57b8aef OK 2025/10/19 04:30:40 DEBUG : large: md5 = dfa9ffc75aad3f600f8293136cdf3bd6 OK 2025/10/19 04:30:40 DEBUG : Waiting for deletions to finish 2025/10/19 04:30:40 DEBUG : large: Excluded (Size Filter) 2025/10/19 04:30:41 INFO : medium: Deleted 2025/10/19 04:30:41 INFO : small: Deleted --- PASS: TestDelete (6.72s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:30:44 DEBUG : small: md5 = 75e79983e2e5f6a79623f7974b47d072 OK 2025/10/19 04:30:45 DEBUG : medium: md5 = 3f9be6f8c29217b04c6dbe805e966c76 OK 2025/10/19 04:30:47 DEBUG : large: md5 = 6892df252bd5c5fbb89e1ffebd439e23 OK 2025/10/19 04:30:47 DEBUG : Waiting for deletions to finish 2025/10/19 04:30:47 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/10/19 04:30:48 INFO : large: Deleted 2025/10/19 04:30:48 INFO : small: Deleted --- PASS: TestMaxDelete (7.28s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:30:51 DEBUG : small: md5 = b58111d00195f36ea9d24fe0c2febdec OK 2025/10/19 04:30:53 DEBUG : medium: md5 = 61bf9708176d94725b242bf222baa3a8 OK 2025/10/19 04:30:54 DEBUG : large: md5 = f7f603c73ea994ff375ae9d9ec0b3ee7 OK 2025/10/19 04:30:54 DEBUG : Waiting for deletions to finish 2025/10/19 04:30:55 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/10/19 04:30:55 INFO : medium: Deleted 2025/10/19 04:30:55 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.38s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:30:58 DEBUG : small: md5 = 5dcc733e10323a568fb688cfabef1964 OK 2025/10/19 04:31:00 DEBUG : medium: md5 = 48f18cbe68be4b3784a713bf58a4752d OK 2025/10/19 04:31:02 DEBUG : large: md5 = 07fed9f3a3e170cb0ec2f0baf880478d OK 2025/10/19 04:31:02 DEBUG : Waiting for deletions to finish 2025/10/19 04:31:02 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/10/19 04:31:03 INFO : medium: Deleted 2025/10/19 04:31:03 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.30s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:31:06 DEBUG : ReadFile: md5 = 1bbc71810893a29d6728f288417d4b10 OK --- PASS: TestReadFile (4.09s) === RUN TestRetry 2025/10/19 04:31:08 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/10/19 04:31:08 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/10/19 04:31:08 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/19 04:31:08 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/19 04:31:08 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/19 04:31:08 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/19 04:31:08 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:31:10 DEBUG : file1: md5 = a340b564576c47da4da387e9fc094662 OK 2025/10/19 04:31:11 DEBUG : file2: md5 = eb75e9d612ffc530a0dfc9071c28807b OK --- PASS: TestCat (16.32s) === RUN TestPurge 2025/10/19 04:31:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jorerez5timo" 2025/10/19 04:31:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/19 04:31:25 DEBUG : Creating backend with remote "TestDrive:crypt/ab94knq2gqciou9vvo7mvig93vqk1n9ik090h8t5o29dhtns5m40" 2025/10/19 04:31:26 DEBUG : Creating backend with remote "/tmp/rclone174297124" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jorerez5timo'", Local "Local file system at /tmp/rclone174297124", Modify Window "1ms" 2025/10/19 04:31:30 DEBUG : A1/B1/C1/one: md5 = 7a159e662faf461049e7222cabf4daa5 OK 2025/10/19 04:31:30 INFO : A2: Making directory 2025/10/19 04:31:31 INFO : A1/B2: Making directory 2025/10/19 04:31:32 INFO : A1/B2/C2: Making directory 2025/10/19 04:31:32 INFO : A1/B1/C3: Making directory 2025/10/19 04:31:33 INFO : A3: Making directory 2025/10/19 04:31:34 INFO : A3/B3: Making directory 2025/10/19 04:31:35 INFO : A3/B3/C4: Making directory 2025/10/19 04:31:37 DEBUG : A1/two: md5 = aabf89d6d279bbe54ce0686ad1d6e3bd OK 2025/10/19 04:31:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jorerez5timo': Purge remote 2025/10/19 04:31:41 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.04s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:31:44 DEBUG : A1/B1/C1/one: md5 = 65420750be111c14c149ad09214c448e OK 2025/10/19 04:31:44 INFO : A2: Making directory 2025/10/19 04:31:45 INFO : A1/B2: Making directory 2025/10/19 04:31:46 INFO : A1/B2/C2: Making directory 2025/10/19 04:31:47 INFO : A1/B1/C3: Making directory 2025/10/19 04:31:47 INFO : A3: Making directory 2025/10/19 04:31:48 INFO : A3/B3: Making directory 2025/10/19 04:31:49 INFO : A3/B3/C4: Making directory 2025/10/19 04:31:51 DEBUG : A1/two: md5 = ef504c9821cdf6a51e03317b075c6f24 OK 2025/10/19 04:31:53 DEBUG : removing 1 level 3 directories 2025/10/19 04:31:53 INFO : A3/B3/C4: Removing directory 2025/10/19 04:31:55 DEBUG : removing 2 level 3 directories 2025/10/19 04:31:55 INFO : A1/B2/C2: Removing directory 2025/10/19 04:31:55 INFO : A1/B1/C3: Removing directory 2025/10/19 04:31:56 DEBUG : removing 2 level 2 directories 2025/10/19 04:31:56 INFO : A3/B3: Removing directory 2025/10/19 04:31:56 INFO : A1/B2: Removing directory 2025/10/19 04:31:56 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/10/19 04:31:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/19 04:31:57 DEBUG : removing 2 level 1 directories 2025/10/19 04:31:57 INFO : A3: Removing directory 2025/10/19 04:31:57 INFO : A2: Removing directory 2025/10/19 04:31:57 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/10/19 04:32:01 DEBUG : removing 1 level 3 directories 2025/10/19 04:32:01 INFO : A1/B1/C1: Removing directory 2025/10/19 04:32:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:02 DEBUG : removing 1 level 2 directories 2025/10/19 04:32:02 INFO : A1/B1: Removing directory 2025/10/19 04:32:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/19 04:32:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/19 04:32:03 DEBUG : removing 1 level 1 directories 2025/10/19 04:32:03 INFO : A1: Removing directory 2025/10/19 04:32:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/19 04:32:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/19 04:32:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/19 04:32:03 DEBUG : removing 1 level 0 directories 2025/10/19 04:32:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': Removing directory 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/19 04:32:04 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (24.23s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:32:06 INFO : A1: Making directory 2025/10/19 04:32:07 INFO : A1/B1: Making directory 2025/10/19 04:32:07 INFO : A1/B1/C1: Making directory 2025/10/19 04:32:10 DEBUG : removing 1 level 3 directories 2025/10/19 04:32:10 INFO : A1/B1/C1: Removing directory 2025/10/19 04:32:11 DEBUG : removing 1 level 2 directories 2025/10/19 04:32:11 INFO : A1/B1: Removing directory 2025/10/19 04:32:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/19 04:32:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.54s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:32:13 INFO : A1: Making directory 2025/10/19 04:32:14 INFO : A1/B1: Making directory 2025/10/19 04:32:15 INFO : A1/B1/C1: Making directory 2025/10/19 04:32:18 DEBUG : removing 1 level 3 directories 2025/10/19 04:32:18 INFO : A1/B1/C1: Removing directory 2025/10/19 04:32:19 DEBUG : removing 1 level 2 directories 2025/10/19 04:32:19 INFO : A1/B1: Removing directory 2025/10/19 04:32:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/19 04:32:20 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.69s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:32:23 DEBUG : file1: md5 = 561fe846c7d4c5c8bbddb13a38b809b2 OK 2025/10/19 04:32:23 DEBUG : filename.txt: File name found in url 2025/10/19 04:32:25 DEBUG : filename.txt: md5 = ba24e9f00480030e05f71f5206893c6a OK 2025/10/19 04:32:25 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/10/19 04:32:26 DEBUG : headerfilename.txt: md5 = ade789eaaca234a7f1cacc80a4c3080b OK 2025/10/19 04:32:28 DEBUG : file2: md5 = fa2096a4abf6b398646d8f4760adbca7 OK --- PASS: TestCopyURL (9.35s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:32:31 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/19 04:32:33 DEBUG : sub/file2: md5 = 2ab6725bde447f76b159fb3d3eb88fcf OK 2025/10/19 04:32:33 INFO : file1: Copied (new) to: sub/file2 2025/10/19 04:32:33 INFO : file1: Deleted 2025/10/19 04:32:34 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/19 04:32:34 DEBUG : file1: Unchanged skipping 2025/10/19 04:32:34 INFO : file1: Deleted 2025/10/19 04:32:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': don't need to copy/move sub/file2, it is already at target location 2025/10/19 04:32:36 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.32s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:32:37 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/19 04:32:39 DEBUG : file1: md5 = 5eedb4093f0e25a01ac88a1aa5ef7d28 OK 2025/10/19 04:32:39 INFO : file1: Copied (new) 2025/10/19 04:32:39 INFO : file1: Deleted 2025/10/19 04:32:40 DEBUG : file1: Destination exists, skipping 2025/10/19 04:32:40 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (4.29s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.46s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.48s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:32:44 DEBUG : dst/file1: md5 = f7060ae9a6c33eac130d88fc1d790496 OK 2025/10/19 04:32:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-waluyit4magu/backup" 2025/10/19 04:32:45 DEBUG : Config file has changed externally - reloading 2025/10/19 04:32:45 DEBUG : Creating backend with remote "TestDrive:crypt/gvvv0409ibg6u1jul9a22ulpvc279011bcedvc2lkva0fs7j7v30/1nrff024r7pq65ecp72fc28jb0" 2025/10/19 04:32:47 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/19 04:32:49 INFO : dst/file1: Moved (server-side) 2025/10/19 04:32:51 DEBUG : dst/file1: md5 = 0d13339244480a98c6f3cb2552622554 OK 2025/10/19 04:32:51 INFO : dst/file1: Copied (new) 2025/10/19 04:32:51 INFO : dst/file1: Deleted 2025/10/19 04:32:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/19 04:32:54 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/19 04:32:55 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.68s) === 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-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:32:58 DEBUG : A1/one: md5 = 4e559a92a241c79b6f3b3ba958fc21e6 OK 2025/10/19 04:33:00 DEBUG : A1/two: md5 = 7f28990cdb3544f3cd90ed4344c432b6 OK 2025/10/19 04:33:02 DEBUG : A1/B1/three: md5 = 37b844f3ffec9e99ff45e970ad5b2bcd OK 2025/10/19 04:33:04 DEBUG : A1/B1/C1/four: md5 = e0f46473f61a5a97bd5f0a039a45c43c OK 2025/10/19 04:33:06 DEBUG : A1/B1/C2/five: md5 = 1a1006a643c3210c6c9e5788de2970d5 OK 2025/10/19 04:33:06 INFO : A1/B2: Making directory 2025/10/19 04:33:07 INFO : A1/B1/C3: Making directory 2025/10/19 04:33:17 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/10/19 04:33:17 INFO : A2/one: Moved (server-side) to: A3/one 2025/10/19 04:33:17 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/10/19 04:33:17 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/10/19 04:33:17 INFO : A2/two: Moved (server-side) to: A3/two 2025/10/19 04:33:20 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/19 04:33:20 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/19 04:33:20 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/19 04:33:21 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/19 04:33:21 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/19 04:33:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/10/19 04:33:28 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/10/19 04:33:28 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/10/19 04:33:28 INFO : A3/two: Moved (server-side) to: A4/two 2025/10/19 04:33:28 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/10/19 04:33:28 INFO : A3/one: Moved (server-side) to: A4/one 2025/10/19 04:33:31 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/19 04:33:31 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/19 04:33:31 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/19 04:33:32 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/19 04:33:32 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/19 04:33:38 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/10/19 04:33:39 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/10/19 04:33:40 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/19 04:33:40 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/19 04:33:40 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/19 04:33:40 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/19 04:33:40 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/19 04:33:40 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/19 04:33:40 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/19 04:33:40 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (45.46s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:33:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': File to upload is small (34 bytes), uploading instead of streaming 2025/10/19 04:33:43 DEBUG : no_checksum_small_file_from_pipe: md5 = 6a4cd6b1571af5d5d3452e532fccd545 OK 2025/10/19 04:33:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/10/19 04:33:43 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/19 04:33:44 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/10/19 04:33:45 DEBUG : no_checksum_big_file_from_pipe: md5 = 6b6404e80a8a4de6db6afff435f69d45 OK 2025/10/19 04:33:45 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-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:33:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': File to upload is small (34 bytes), uploading instead of streaming 2025/10/19 04:33:48 DEBUG : with_checksum_small_file_from_pipe: md5 = ffac0811329d70fa4cf369505a54bc0c OK 2025/10/19 04:33:48 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/19 04:33:49 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/10/19 04:33:50 DEBUG : with_checksum_big_file_from_pipe: md5 = 7f2ba134be3030cd300be5bdee90ec9d OK 2025/10/19 04:33:50 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-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:33:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': File to upload is small (34 bytes), uploading instead of streaming 2025/10/19 04:33:54 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/19 04:33:54 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/19 04:33:56 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-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:33:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': File to upload is small (34 bytes), uploading instead of streaming 2025/10/19 04:33:59 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/19 04:34:00 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/19 04:34:01 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.82s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.12s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.01s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.38s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.31s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/10/19 04:34:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': File to upload is small (48 bytes), uploading instead of streaming 2025/10/19 04:34:04 DEBUG : rcat_metadata: md5 = a9695a846c4a6a03622182dd872d308d OK 2025/10/19 04:34:04 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/10/19 04:34:06 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/10/19 04:34:07 DEBUG : rcat_metadata_uploadcutoff0: md5 = c28b887c1c1b18918ae3ea1de912aefa OK 2025/10/19 04:34:07 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.14s) --- PASS: TestRcatMetadata/Normal (2.79s) --- PASS: TestRcatMetadata/ViaDisk (2.91s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:34:10 DEBUG : potato1: md5 = 2e2ff762d12471dcdfcfe13fd6c74d82 OK 2025/10/19 04:34:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': File to upload is small (60 bytes), uploading instead of streaming 2025/10/19 04:34:12 DEBUG : potato2: md5 = 4f07e8e7005dd1d7548cd5a8a308574f OK 2025/10/19 04:34:12 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.64s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:34:15 DEBUG : potato1: md5 = 9fbcc54ff343449e64d248f730304cf4 OK 2025/10/19 04:34:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': File to upload is small (60 bytes), uploading instead of streaming 2025/10/19 04:34:16 DEBUG : potato2: md5 = fac48bd305d10724a0057b61ed30c152 OK 2025/10/19 04:34:16 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.09s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:34:20 DEBUG : potato2: md5 = abe5b7ad735da3ec8cecee6bbeca5362 OK 2025/10/19 04:34:21 DEBUG : empty space: md5 = 8d6d31bb0ff8367b572a81b562e15ddc OK 2025/10/19 04:34:23 DEBUG : sub dir/potato3: md5 = 5398a0fc6817dc43c14029624e4bf6af OK 2025/10/19 04:34:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': Touching "sub dir/potato3" 2025/10/19 04:34:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': Touching "empty space" 2025/10/19 04:34:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': Touching "potato2" 2025/10/19 04:34:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.13s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:34:28 DEBUG : dir with metadata: Making directory with metadata 2025/10/19 04:34:29 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.52s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:34:31 DEBUG : directory with modtime: Making directory with metadata 2025/10/19 04:34:32 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.59s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:34:34 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/19 04:34:34 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/19 04:34:34 DEBUG : Google drive root 'crypt/gvvv0409ibg6u1jul9a22ulpvc279011bcedvc2lkva0fs7j7v30': Skipping btime metadata as can't update it on an existing file: 2025-10-19T04:34:34.097446964Z 2025/10/19 04:34:34 INFO : non existent directory: Updated directory metadata 2025/10/19 04:34:37 DEBUG : Google drive root 'crypt/gvvv0409ibg6u1jul9a22ulpvc279011bcedvc2lkva0fs7j7v30': Skipping btime metadata as can't update it on an existing file: 2025-10-19T04:34:34.097446964Z 2025/10/19 04:34:37 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.13s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:34:39 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/10/19 04:34:41 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/10/19 04:34:41 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.56s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:34:43 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/19 04:34:43 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/19 04:34:43 DEBUG : dst: Making directory with metadata 2025/10/19 04:34:44 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/19 04:34:44 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/19 04:34:45 INFO : dst: Set directory modification time (using SetModTime) 2025/10/19 04:34:45 INFO : dst: Set directory modification time (using SetModTime) 2025/10/19 04:34:45 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/10/19 04:34:46 INFO : dst: Set directory modification time (using SetModTime) 2025/10/19 04:34:46 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.80s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu'", Local "Local file system at /tmp/rclone1967560684", Modify Window "1ms" 2025/10/19 04:34:49 DEBUG : sub dir/test remove existing: md5 = 3d2e206d222d804a1f804eba945d035f OK 2025/10/19 04:34:51 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 758534560bb03de3900ae981729cff0d OK 2025/10/19 04:34:53 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.zijutav4" before starting 2025/10/19 04:34:54 DEBUG : sub dir/test remove existing.zijutav4: TEST: removing renamed existing file after operation 2025/10/19 04:34:55 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ficekiw1" before starting 2025/10/19 04:34:56 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ficekiw1: TEST: renaming existing back after failed operation 2025/10/19 04:34:57 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.mabobud8" before starting 2025/10/19 04:34:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.mabobud8: TEST: removing renamed existing file after operation 2025/10/19 04:35:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "gmn11nrn1t92enfgq431kfv5qcmklb95qpp7ce87v3jrfmulfp20" 2025/10/19 04:35:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "sfspk75gbn8cb6sensj1i5mtkafjsl6du2s4pf22mpaeqoqlji7p5dkt5l8fb24i82198gohojb1k76gegq7er89n7hgeepe8fs540ia93i89oomp5cbdsdeqbo7uhdrggde7lki5bgt3ms3v207n20nvfg2suvtgr77m12pl6m91p4f9jt0" --- PASS: TestRemoveExisting (13.80s) === 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/10/19 04:35:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-waluyit4magu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 11m25.026439722s (try 1/5)