"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/03/31 01:41:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xanagad4wome" 2025/03/31 01:41:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/31 01:41:01 DEBUG : Creating backend with remote "TestDrive:crypt/rn8dtf9mp67pc2dp0v06ephq8ei8if3cjclrfa19pu1r2alr0540" 2025/03/31 01:41:02 DEBUG : Creating backend with remote "/tmp/rclone1679951618" === 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-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.25s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.25s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/03/31 01:41:03 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/31 01:41:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/31 01:41:03 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/03/31 01:41:03 DEBUG : potato: Seek from 10 to 0 2025/03/31 01:41:03 DEBUG : potato: Seek from 10 to 0 2025/03/31 01:41:03 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/03/31 01:41:03 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/31 01:41:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/31 01:41:03 DEBUG : potato: Seek from 5 to 2 2025/03/31 01:41:03 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/03/31 01:41:03 DEBUG : potato: Seek from 7 to 0 2025/03/31 01:41:03 DEBUG : potato: Seek from 7 to 0 2025/03/31 01:41:03 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/03/31 01:41:03 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/31 01:41:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/31 01:41:03 DEBUG : potato: Seek from 5 to 2 2025/03/31 01:41:03 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/03/31 01:41:03 DEBUG : potato: Seek from 8 to 0 2025/03/31 01:41:03 DEBUG : potato: Seek from 8 to 0 2025/03/31 01:41:03 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/03/31 01:41:03 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/03/31 01:41:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/03/31 01:41:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/03/31 01:41:03 DEBUG : potato: Seek from 5 to 2 2025/03/31 01:41:03 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/03/31 01:41:03 DEBUG : potato: Seek from 9 to 0 2025/03/31 01:41:03 DEBUG : potato: Seek from 9 to 0 2025/03/31 01:41:03 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:41:05 DEBUG : rutabaga: md5 = 50fd094859fd220a52252bc798b6d88b OK === RUN TestCheck/1 === RUN TestCheck/2 2025/03/31 01:41:07 DEBUG : empty space: md5 = 15a8cdeadd6a63b8bef64e591d9d3e98 OK === RUN TestCheck/3 2025/03/31 01:41:09 DEBUG : potato2: md5 = 97bd56db24807fe68487395c0c9fb7ae OK === RUN TestCheck/4 === RUN TestCheck/5 2025/03/31 01:41:11 DEBUG : remotepotato: md5 = 609cb86d578edfccbe61cbf5f6ce6460 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.89s) --- PASS: TestCheck/1 (0.32s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.24s) --- PASS: TestCheck/4 (0.28s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.27s) === RUN TestCheckFsError 2025/03/31 01:41:15 DEBUG : Creating backend with remote "nonexistent" 2025/03/31 01:41:15 DEBUG : Creating backend with remote "nonexistent" 2025/03/31 01:41:15 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/03/31 01:41:15 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/03/31 01:41:15 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/03/31 01:41:15 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-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:41:16 DEBUG : rutabaga: md5 = 11838905799069804415f57964585e50 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/03/31 01:41:20 DEBUG : empty space: md5 = 17d4aa77a392c497579e0f58303cee82 OK === RUN TestCheckDownload/3 2025/03/31 01:41:23 DEBUG : potato2: md5 = d52d5d44f46af4d78e4b91c8e476c35e OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/03/31 01:41:27 DEBUG : remotepotato: md5 = 19307eba28fb2fdda5ed6dcc5522fc6f OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.91s) --- PASS: TestCheckDownload/1 (1.39s) --- PASS: TestCheckDownload/2 (1.05s) --- PASS: TestCheckDownload/3 (0.90s) --- PASS: TestCheckDownload/4 (1.83s) --- PASS: TestCheckDownload/5 (1.12s) --- PASS: TestCheckDownload/6 (1.13s) --- PASS: TestCheckDownload/7 (1.42s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:41:34 DEBUG : rutabaga: md5 = b2cf345d16d8a27439ff3bd8d9517fa8 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/03/31 01:41:36 DEBUG : empty space: md5 = 989f0bbf1b0e91818117f0e4725f80d9 OK === RUN TestCheckSizeOnly/3 2025/03/31 01:41:38 DEBUG : potato2: md5 = 265c00eedddd075c67717f62641d5545 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/03/31 01:41:40 DEBUG : remotepotato: md5 = 34b17bf61e5b63884e9233516ad76eaf OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.78s) --- PASS: TestCheckSizeOnly/1 (0.29s) --- PASS: TestCheckSizeOnly/2 (0.23s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.29s) --- PASS: TestCheckSizeOnly/5 (0.28s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:41:45 DEBUG : test.sum: md5 = 9c4864459b29f799f76e96b892d9b167 OK 2025/03/31 01:41:46 NOTICE: test.sum: improperly formatted checksum line 4 2025/03/31 01:41:46 NOTICE: test.sum: improperly formatted checksum line 5 2025/03/31 01:41:46 NOTICE: test.sum: improperly formatted checksum line 6 2025/03/31 01:41:46 NOTICE: test.sum: 2 warning(s) suppressed... 2025/03/31 01:41:48 DEBUG : test.sum: md5 = 5ee3f375d37945208ac98ab86842a6d2 OK 2025/03/31 01:41:49 NOTICE: test.sum: improperly formatted checksum line 4 2025/03/31 01:41:49 NOTICE: test.sum: improperly formatted checksum line 5 2025/03/31 01:41:49 NOTICE: test.sum: improperly formatted checksum line 6 2025/03/31 01:41:49 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.46s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:41:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xanagad4wome/data" 2025/03/31 01:41:50 DEBUG : Creating backend with remote "TestDrive:crypt/rn8dtf9mp67pc2dp0v06ephq8ei8if3cjclrfa19pu1r2alr0540/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome/data' lacks md5, skipping --- SKIP: TestCheckSum (2.00s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:41:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xanagad4wome/data" 2025/03/31 01:41:52 DEBUG : Creating backend with remote "TestDrive:crypt/rn8dtf9mp67pc2dp0v06ephq8ei8if3cjclrfa19pu1r2alr0540/vjrnln8ratgmqakfosrqe8espk" 2025/03/31 01:41:55 DEBUG : data/banana: md5 = 562f6d58d1367f430160d0946baef09b OK 2025/03/31 01:41:57 DEBUG : test.sum: md5 = 3630129ab6ecfb0bf07376e8d9c688d9 OK === RUN TestCheckSumDownload/subtest1 2025/03/31 01:42:01 DEBUG : data/potato: md5 = fc19f986b4b6f7ce428d353c78a47e57 OK 2025/03/31 01:42:02 DEBUG : test.sum: md5 = cbeaafd758c4ca4cc0f6205d0b6e1fc2 OK === RUN TestCheckSumDownload/subtest2 2025/03/31 01:42:06 DEBUG : test.sum: md5 = 60056fa34c1d71fe1b39f408f3a2096f OK === RUN TestCheckSumDownload/subtest3 2025/03/31 01:42:11 DEBUG : test.sum: md5 = de6c5ddb6ac5d213ce12e4946ab8b6d2 OK === RUN TestCheckSumDownload/subtest4 2025/03/31 01:42:14 DEBUG : test.sum: md5 = 27ec0ef3ab28968a2497ce164f5ed7bb OK === RUN TestCheckSumDownload/subtest5 2025/03/31 01:42:18 DEBUG : test.sum: md5 = a190ea3732649258c0cc1972f9896945 OK === RUN TestCheckSumDownload/subtest6 2025/03/31 01:42:23 DEBUG : data/banana: md5 = c634144f5f1bdc07fa9d86c48fca18b4 OK 2025/03/31 01:42:24 DEBUG : data/potato: md5 = feae8bcac477cb1179ddc3ac84ede8c1 OK 2025/03/31 01:42:25 DEBUG : test.sum: md5 = 527661e9ee1b4d521594ad61b494c5cf OK === RUN TestCheckSumDownload/subtest7 2025/03/31 01:42:30 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/03/31 01:42:30 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (39.05s) --- PASS: TestCheckSumDownload/subtest1 (2.29s) --- PASS: TestCheckSumDownload/subtest2 (2.00s) --- PASS: TestCheckSumDownload/subtest3 (2.53s) --- PASS: TestCheckSumDownload/subtest4 (1.94s) --- PASS: TestCheckSumDownload/subtest5 (1.99s) --- PASS: TestCheckSumDownload/subtest6 (2.31s) --- PASS: TestCheckSumDownload/subtest7 (2.07s) === RUN TestApplyTransforms 2025/03/31 01:42:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lecopem2jewi" 2025/03/31 01:42:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/31 01:42:31 DEBUG : Creating backend with remote "TestDrive:crypt/13akjm3ammnh1u48p3l5euvsflmh4aah3vr87qjl5k3k3vqgkpa0" 2025/03/31 01:42:32 DEBUG : Creating backend with remote "/tmp/rclone454116875" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lecopem2jewi'", Local "Local file system at /tmp/rclone454116875", Modify Window "1ms" 2025/03/31 01:42:34 DEBUG : hello, world!: md5 = a2b329b01f14e2e894e57d38834d5f1a OK upper checkfile vs. lower remote (without normalization) 2025/03/31 01:42:34 ERROR : hello, world!: sum not found 2025/03/31 01:42:34 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lecopem2jewi' 2025/03/31 01:42:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lecopem2jewi': 1 files missing 2025/03/31 01:42:34 NOTICE: 1 hashes missing 2025/03/31 01:42:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lecopem2jewi': 2 differences found 2025/03/31 01:42:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lecopem2jewi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/03/31 01:42:35 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/31 01:42:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lecopem2jewi': 0 differences found 2025/03/31 01:42:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lecopem2jewi': 1 matching files 2025/03/31 01:42:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gexeyod3nayu" 2025/03/31 01:42:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/31 01:42:35 DEBUG : Creating backend with remote "TestDrive:crypt/b3rgp6i25rng5hsbcnoqa6c05pujnl614ntk6kbhtk4v2s167h5g" 2025/03/31 01:42:36 DEBUG : Creating backend with remote "/tmp/rclone397761406" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gexeyod3nayu'", Local "Local file system at /tmp/rclone397761406", Modify Window "1ms" 2025/03/31 01:42:39 DEBUG : HELLO, WORLD!: md5 = e6e9f4d3b249a83ee1deb6e251874c7e OK lower checkfile vs. upper remote (without normalization) 2025/03/31 01:42:39 ERROR : HELLO, WORLD!: sum not found 2025/03/31 01:42:39 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-gexeyod3nayu' 2025/03/31 01:42:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gexeyod3nayu': 1 files missing 2025/03/31 01:42:39 NOTICE: 1 hashes missing 2025/03/31 01:42:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gexeyod3nayu': 2 differences found 2025/03/31 01:42:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gexeyod3nayu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/03/31 01:42:40 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/31 01:42:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gexeyod3nayu': 0 differences found 2025/03/31 01:42:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gexeyod3nayu': 1 matching files 2025/03/31 01:42:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wiyofac1hobe" 2025/03/31 01:42:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/31 01:42:41 DEBUG : Creating backend with remote "TestDrive:crypt/a5ak9132s93ahka15dlaf3hbas4fc5gotjt54m1so4817octh1kg" 2025/03/31 01:42:41 DEBUG : Creating backend with remote "/tmp/rclone448125576" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wiyofac1hobe'", Local "Local file system at /tmp/rclone448125576", Modify Window "1ms" 2025/03/31 01:42:44 DEBUG : HeLlO, wOrLd!: md5 = 35b9c828399861d81b43562e401e00a0 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/03/31 01:42:44 ERROR : HeLlO, wOrLd!: sum not found 2025/03/31 01:42:44 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-wiyofac1hobe' 2025/03/31 01:42:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wiyofac1hobe': 1 files missing 2025/03/31 01:42:44 NOTICE: 1 hashes missing 2025/03/31 01:42:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wiyofac1hobe': 2 differences found 2025/03/31 01:42:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wiyofac1hobe': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/03/31 01:42:45 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/31 01:42:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wiyofac1hobe': 0 differences found 2025/03/31 01:42:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wiyofac1hobe': 1 matching files 2025/03/31 01:42:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lowupuq8jigo" 2025/03/31 01:42:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/31 01:42:45 DEBUG : Creating backend with remote "TestDrive:crypt/4egn064momeu4ah874i9afqij4js108j8lu6iv22o7lj2ehn5agg" 2025/03/31 01:42:46 DEBUG : Creating backend with remote "/tmp/rclone2359022085" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lowupuq8jigo'", Local "Local file system at /tmp/rclone2359022085", Modify Window "1ms" 2025/03/31 01:42:48 DEBUG : HELLO, WORLD!: md5 = 0d13783e6bbd49335cc3e4fbd6675e49 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/03/31 01:42:49 ERROR : HELLO, WORLD!: sum not found 2025/03/31 01:42:49 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lowupuq8jigo' 2025/03/31 01:42:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lowupuq8jigo': 1 files missing 2025/03/31 01:42:49 NOTICE: 1 hashes missing 2025/03/31 01:42:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lowupuq8jigo': 2 differences found 2025/03/31 01:42:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lowupuq8jigo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/03/31 01:42:50 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/31 01:42:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lowupuq8jigo': 0 differences found 2025/03/31 01:42:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lowupuq8jigo': 1 matching files 2025/03/31 01:42:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-huzuloy3reti" 2025/03/31 01:42:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/31 01:42:50 DEBUG : Creating backend with remote "TestDrive:crypt/m56vojglbiq7cmt5t64ivci5av7gcifmkiklqlicej8q2ae2ofvg" 2025/03/31 01:42:51 DEBUG : Creating backend with remote "/tmp/rclone1150883103" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-huzuloy3reti'", Local "Local file system at /tmp/rclone1150883103", Modify Window "1ms" 2025/03/31 01:42:54 DEBUG : 測試_Русский___ě_áñ: md5 = bc0b76bc8b17f06ef22ac36a41d16158 OK NFD checkfile vs. NFC remote (without normalization) 2025/03/31 01:42:54 ERROR : 測試_Русский___ě_áñ: sum not found 2025/03/31 01:42:54 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-huzuloy3reti' 2025/03/31 01:42:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huzuloy3reti': 1 files missing 2025/03/31 01:42:54 NOTICE: 1 hashes missing 2025/03/31 01:42:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huzuloy3reti': 2 differences found 2025/03/31 01:42:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huzuloy3reti': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/03/31 01:42:55 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/31 01:42:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huzuloy3reti': 0 differences found 2025/03/31 01:42:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huzuloy3reti': 1 matching files 2025/03/31 01:42:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kolafay0naze" 2025/03/31 01:42:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/31 01:42:55 DEBUG : Creating backend with remote "TestDrive:crypt/bjkuohv3pb6m42j1dkipn5qisnrm4cglvsktvjhugrvi2o4090kg" 2025/03/31 01:42:56 DEBUG : Creating backend with remote "/tmp/rclone2117633611" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kolafay0naze'", Local "Local file system at /tmp/rclone2117633611", Modify Window "1ms" 2025/03/31 01:42:58 DEBUG : 測試_Русский___ě_áñ: md5 = fc8b374103170462b6ac7bbd5a2437c9 OK NFC checkfile vs. NFD remote (without normalization) 2025/03/31 01:42:59 ERROR : 測試_Русский___ě_áñ: sum not found 2025/03/31 01:42:59 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kolafay0naze' 2025/03/31 01:42:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kolafay0naze': 1 files missing 2025/03/31 01:42:59 NOTICE: 1 hashes missing 2025/03/31 01:42:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kolafay0naze': 2 differences found 2025/03/31 01:42:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kolafay0naze': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/03/31 01:43:00 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/31 01:43:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kolafay0naze': 0 differences found 2025/03/31 01:43:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kolafay0naze': 1 matching files 2025/03/31 01:43:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dalobup6feca" 2025/03/31 01:43:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/31 01:43:00 DEBUG : Creating backend with remote "TestDrive:crypt/v5ob1d7mjmpklkaes1goeqt6dgj14vm0ieeq4shpi59c1s5bbpeg" 2025/03/31 01:43:01 DEBUG : Creating backend with remote "/tmp/rclone1110134756" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dalobup6feca'", Local "Local file system at /tmp/rclone1110134756", Modify Window "1ms" 2025/03/31 01:43:03 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 01d29c91db9ed4553bbc430f68f36d8c OK NFDx2 checkfile vs. both remote (without normalization) 2025/03/31 01:43:04 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/31 01:43:04 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-dalobup6feca' 2025/03/31 01:43:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dalobup6feca': 1 files missing 2025/03/31 01:43:04 NOTICE: 1 hashes missing 2025/03/31 01:43:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dalobup6feca': 2 differences found 2025/03/31 01:43:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dalobup6feca': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/03/31 01:43:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/31 01:43:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dalobup6feca': 0 differences found 2025/03/31 01:43:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dalobup6feca': 1 matching files 2025/03/31 01:43:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qefotal3naka" 2025/03/31 01:43:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/31 01:43:05 DEBUG : Creating backend with remote "TestDrive:crypt/b38c3jaagmm3q9tahjtj7msal3ig34ap21ib3i3oon94uqj7vuo0" 2025/03/31 01:43:06 DEBUG : Creating backend with remote "/tmp/rclone80451535" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qefotal3naka'", Local "Local file system at /tmp/rclone80451535", Modify Window "1ms" 2025/03/31 01:43:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 9be9b4b3c8cccffb2eb2d5194e19775e OK NFCx2 checkfile vs. both remote (without normalization) 2025/03/31 01:43:09 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/31 01:43:09 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qefotal3naka' 2025/03/31 01:43:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qefotal3naka': 1 files missing 2025/03/31 01:43:09 NOTICE: 1 hashes missing 2025/03/31 01:43:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qefotal3naka': 2 differences found 2025/03/31 01:43:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qefotal3naka': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/03/31 01:43:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/31 01:43:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qefotal3naka': 0 differences found 2025/03/31 01:43:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qefotal3naka': 1 matching files 2025/03/31 01:43:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sitevic1xuyu" 2025/03/31 01:43:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/31 01:43:10 DEBUG : Creating backend with remote "TestDrive:crypt/3hi1t928okjhbhb3960ct9rvukhstd2tvqhr7v7am2mah4g973pg" 2025/03/31 01:43:11 DEBUG : Creating backend with remote "/tmp/rclone3023573569" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sitevic1xuyu'", Local "Local file system at /tmp/rclone3023573569", Modify Window "1ms" 2025/03/31 01:43:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = e9c64902c3c1eabd3d57e68e3a4111e2 OK both checkfile vs. NFDx2 remote (without normalization) 2025/03/31 01:43:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/31 01:43:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-sitevic1xuyu' 2025/03/31 01:43:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sitevic1xuyu': 1 files missing 2025/03/31 01:43:13 NOTICE: 1 hashes missing 2025/03/31 01:43:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sitevic1xuyu': 2 differences found 2025/03/31 01:43:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sitevic1xuyu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/03/31 01:43:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/31 01:43:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sitevic1xuyu': 0 differences found 2025/03/31 01:43:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sitevic1xuyu': 1 matching files 2025/03/31 01:43:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cibakuc5tuxe" 2025/03/31 01:43:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/31 01:43:14 DEBUG : Creating backend with remote "TestDrive:crypt/6t090s8h55fja5tj7afvgmc92kkj6cjv1c6meumpuakb1eeodkgg" 2025/03/31 01:43:15 DEBUG : Creating backend with remote "/tmp/rclone1085564187" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cibakuc5tuxe'", Local "Local file system at /tmp/rclone1085564187", Modify Window "1ms" 2025/03/31 01:43:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 265213ed21c4655cfb4aca2b1b1aca88 OK both checkfile vs. NFCx2 remote (without normalization) 2025/03/31 01:43:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/03/31 01:43:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cibakuc5tuxe' 2025/03/31 01:43:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cibakuc5tuxe': 1 files missing 2025/03/31 01:43:18 NOTICE: 1 hashes missing 2025/03/31 01:43:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cibakuc5tuxe': 2 differences found 2025/03/31 01:43:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cibakuc5tuxe': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/03/31 01:43:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/03/31 01:43:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cibakuc5tuxe': 0 differences found 2025/03/31 01:43:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cibakuc5tuxe': 1 matching files 2025/03/31 01:43:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cibakuc5tuxe': Purge remote 2025/03/31 01:43:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sitevic1xuyu': Purge remote 2025/03/31 01:43:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qefotal3naka': Purge remote 2025/03/31 01:43:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dalobup6feca': Purge remote 2025/03/31 01:43:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kolafay0naze': Purge remote 2025/03/31 01:43:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-huzuloy3reti': Purge remote 2025/03/31 01:43:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lowupuq8jigo': Purge remote 2025/03/31 01:43:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wiyofac1hobe': Purge remote 2025/03/31 01:43:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gexeyod3nayu': Purge remote 2025/03/31 01:43:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lecopem2jewi': Purge remote --- PASS: TestApplyTransforms (53.08s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:43:24 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/31 01:43:26 DEBUG : sub/file2: md5 = 3ae51aee3afbaa6dd231404547e2943f OK 2025/03/31 01:43:26 INFO : file1: Copied (new) to: sub/file2 2025/03/31 01:43:27 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 01:43:27 DEBUG : file1: Unchanged skipping 2025/03/31 01:43:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': don't need to copy/move sub/file2, it is already at target location 2025/03/31 01:43:29 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.82s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.46s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:43:32 DEBUG : dst/file1: md5 = 82642b8d50c0404566865650f343c50f OK 2025/03/31 01:43:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xanagad4wome/backup" 2025/03/31 01:43:33 DEBUG : Creating backend with remote "TestDrive:crypt/rn8dtf9mp67pc2dp0v06ephq8ei8if3cjclrfa19pu1r2alr0540/1nrff024r7pq65ecp72fc28jb0" 2025/03/31 01:43:34 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/03/31 01:43:37 INFO : dst/file1: Moved (server-side) 2025/03/31 01:43:38 DEBUG : dst/file1: md5 = 3127058210e5ab810032d24f0941e242 OK 2025/03/31 01:43:38 INFO : dst/file1: Copied (new) 2025/03/31 01:43:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/31 01:43:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/31 01:43:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.95s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:43:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xanagad4wome/dst" 2025/03/31 01:43:43 DEBUG : Creating backend with remote "TestDrive:crypt/rn8dtf9mp67pc2dp0v06ephq8ei8if3cjclrfa19pu1r2alr0540/31u3jie661vd5p8j7rtc3hgbh0" 2025/03/31 01:43:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xanagad4wome/CompareDest" 2025/03/31 01:43:45 DEBUG : Creating backend with remote "TestDrive:crypt/rn8dtf9mp67pc2dp0v06ephq8ei8if3cjclrfa19pu1r2alr0540/gveqi14airsml4bgu7krj116o8" 2025/03/31 01:43:46 DEBUG : one: Need to transfer - File not found at Destination 2025/03/31 01:43:49 DEBUG : one: md5 = a3f461eaf79a476f29dc48f09760afd5 OK 2025/03/31 01:43:49 INFO : one: Copied (new) 2025/03/31 01:43:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/31 01:43:51 DEBUG : one: md5 = 2faef44516c09fcd4265c745e019adf2 OK 2025/03/31 01:43:51 INFO : one: Copied (replaced existing) 2025/03/31 01:43:53 DEBUG : dst/one: md5 = 7beec68dc2cf96ebae424f4dfdc98a6c OK 2025/03/31 01:43:55 DEBUG : CompareDest/one: md5 = 33509a24763d4e078f5897a5fd38350c OK 2025/03/31 01:43:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/31 01:43:56 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 01:43:56 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/31 01:43:58 DEBUG : CompareDest/two: md5 = 452c0e4d2dffc0cdfc804b37ba88f8ec OK 2025/03/31 01:43:59 DEBUG : two: Need to transfer - File not found at Destination 2025/03/31 01:43:59 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 01:43:59 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/31 01:44:00 DEBUG : two: Need to transfer - File not found at Destination 2025/03/31 01:44:00 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 01:44:00 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/31 01:44:01 DEBUG : two: Need to transfer - File not found at Destination 2025/03/31 01:44:01 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/03/31 01:44:03 DEBUG : two: md5 = 644d3571c6dc5d4008319b5f4eb72902 OK 2025/03/31 01:44:03 INFO : two: Copied (new) 2025/03/31 01:44:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/31 01:44:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:44:07 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/31 01:44:07 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (24.14s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:44:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xanagad4wome/dst" 2025/03/31 01:44:07 DEBUG : Creating backend with remote "TestDrive:crypt/rn8dtf9mp67pc2dp0v06ephq8ei8if3cjclrfa19pu1r2alr0540/31u3jie661vd5p8j7rtc3hgbh0" 2025/03/31 01:44:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xanagad4wome/CopyDest" 2025/03/31 01:44:09 DEBUG : Creating backend with remote "TestDrive:crypt/rn8dtf9mp67pc2dp0v06ephq8ei8if3cjclrfa19pu1r2alr0540/d09o6po3f7bm6ce32vdgs8h9ls" 2025/03/31 01:44:11 DEBUG : one: Need to transfer - File not found at Destination 2025/03/31 01:44:13 DEBUG : one: md5 = ea4a579284906ef7e102cb3946787b22 OK 2025/03/31 01:44:13 INFO : one: Copied (new) 2025/03/31 01:44:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/31 01:44:15 DEBUG : one: md5 = a92bb4bd5e4ab8c9541081de6e5602db OK 2025/03/31 01:44:15 INFO : one: Copied (replaced existing) 2025/03/31 01:44:17 DEBUG : dst/one: md5 = 6f8b73b29d97f89eafdf90101d9f4e5f OK 2025/03/31 01:44:20 DEBUG : CopyDest/one: md5 = e8946b886a227d406e555f7e938a96da OK 2025/03/31 01:44:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xanagad4wome/BackupDir" 2025/03/31 01:44:20 DEBUG : Creating backend with remote "TestDrive:crypt/rn8dtf9mp67pc2dp0v06ephq8ei8if3cjclrfa19pu1r2alr0540/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/03/31 01:44:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/31 01:44:22 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 01:44:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/31 01:44:24 INFO : one: Moved (server-side) 2025/03/31 01:44:25 INFO : one: Copied (server-side copy) 2025/03/31 01:44:25 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/03/31 01:44:27 DEBUG : CopyDest/two: md5 = f5f2b153449c1fb190f9b3053e1e2464 OK 2025/03/31 01:44:27 DEBUG : two: Need to transfer - File not found at Destination 2025/03/31 01:44:28 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 01:44:29 INFO : two: Copied (server-side copy) 2025/03/31 01:44:29 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/03/31 01:44:29 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 01:44:29 DEBUG : two: Unchanged skipping 2025/03/31 01:44:31 DEBUG : CopyDest/three: md5 = 196ca14ec54b7f410349f6456d991f8c OK 2025/03/31 01:44:32 DEBUG : three: Need to transfer - File not found at Destination 2025/03/31 01:44:32 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/03/31 01:44:32 DEBUG : three: Destination not found in --copy-dest 2025/03/31 01:44:34 DEBUG : three: md5 = ceb8e6917c2696998e1de7920465bc8a OK 2025/03/31 01:44:34 INFO : three: Copied (new) 2025/03/31 01:44:38 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/31 01:44:38 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/31 01:44:38 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:44:39 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/31 01:44:39 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:44:39 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/31 01:44:39 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.92s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.44s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.44s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:44:41 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/03/31 01:44:43 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 9fc5ebf8eb4c47632d4f842fd928d44a OK 2025/03/31 01:44:43 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/03/31 01:44:44 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/03/31 01:44:44 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/03/31 01:44:45 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/03/31 01:44:46 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/03/31 01:44:47 DEBUG : TestCopyFileMaxTransfer/file4: md5 = bfe8ae80d647eb1e129ec076759e63d8 OK 2025/03/31 01:44:47 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/03/31 01:44:49 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/03/31 01:44:49 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.77s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.43s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:44:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': Looking for duplicate names using skip mode. 2025/03/31 01:44:53 NOTICE: one: Found 2 files with duplicate names 2025/03/31 01:44:53 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.41s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:44:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': Looking for duplicate names using skip mode. 2025/03/31 01:44:59 NOTICE: one: Found 3 files with duplicate names 2025/03/31 01:44:59 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/03/31 01:45:00 INFO : one: Deleted 2025/03/31 01:45:00 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.55s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:45:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': Looking for duplicate names using first mode. 2025/03/31 01:45:05 NOTICE: one: Found 3 files with duplicate names 2025/03/31 01:45:06 INFO : one: Deleted 2025/03/31 01:45:06 INFO : one: Deleted 2025/03/31 01:45:06 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.03s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:45:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': Looking for duplicate names using newest mode. 2025/03/31 01:45:12 NOTICE: one: Found 3 files with duplicate names 2025/03/31 01:45:12 INFO : one: Deleted 2025/03/31 01:45:13 INFO : one: Deleted 2025/03/31 01:45:13 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.53s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.46s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:45:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': Looking for duplicate names using oldest mode. 2025/03/31 01:45:18 NOTICE: one: Found 3 files with duplicate names 2025/03/31 01:45:19 INFO : one: Deleted 2025/03/31 01:45:19 INFO : one: Deleted 2025/03/31 01:45:19 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.44s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:45:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': Looking for duplicate names using largest mode. 2025/03/31 01:45:25 NOTICE: one: Found 3 files with duplicate names 2025/03/31 01:45:25 INFO : one: Deleted 2025/03/31 01:45:26 INFO : one: Deleted 2025/03/31 01:45:26 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.45s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:45:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': Looking for duplicate names using smallest mode. 2025/03/31 01:45:31 NOTICE: one: Found 3 files with duplicate names 2025/03/31 01:45:32 INFO : one: Deleted 2025/03/31 01:45:32 INFO : one: Deleted 2025/03/31 01:45:32 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.35s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:45:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': Looking for duplicate names using rename mode. 2025/03/31 01:45:39 NOTICE: one.txt: Found 3 files with duplicate names 2025/03/31 01:45:40 INFO : one-2.txt: renamed from: one.txt 2025/03/31 01:45:41 INFO : one-3.txt: renamed from: one.txt 2025/03/31 01:45:43 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.63s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:45:47 DEBUG : dupe1/one.txt: md5 = 8417754653e3ba4dfc0eeab2ef3145db OK 2025/03/31 01:45:49 DEBUG : dupe2/two.txt: md5 = 7c94a4bfe10fd538cb7284e3944b91fa OK 2025/03/31 01:45:52 DEBUG : dupe3/three.txt: md5 = f68c6d91e77f3673a4260af07f5df9d1 OK 2025/03/31 01:45:52 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/03/31 01:45:53 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/03/31 01:45:53 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/03/31 01:45:54 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/03/31 01:45:57 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/03/31 01:45:57 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/03/31 01:45:57 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.81s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:45:59 DEBUG : a.txt: md5 = 888dd98b5359cde1966a592c9b99edb5 OK 2025/03/31 01:46:01 DEBUG : zend.txt: md5 = 61dd0db1bdf90dbbd6b3a7d6b09356e7 OK 2025/03/31 01:46:03 DEBUG : sub dir/hello world: md5 = 8c4e4378388595fde66e919a87c59602 OK 2025/03/31 01:46:04 DEBUG : sub dir/hello world2: md5 = 7dd91a72134301d24018db9d5a95a566 OK 2025/03/31 01:46:06 DEBUG : sub dir/ignore dir/.ignore: md5 = 6d03e5ec94a7a5413db3742728973a62 OK 2025/03/31 01:46:07 DEBUG : sub dir/ignore dir/should be ignored: md5 = 5503bddf494a5d6b615608d36c638fe2 OK 2025/03/31 01:46:09 DEBUG : sub dir/sub sub dir/hello world3: md5 = 7b02531183cab3be5bda4462a22f87ac OK 2025/03/31 01:46:11 DEBUG : a.txt: Excluded (Size Filter) 2025/03/31 01:46:11 DEBUG : a.txt: Excluded 2025/03/31 01:46:11 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/03/31 01:46:11 DEBUG : sub dir/hello world: Excluded 2025/03/31 01:46:11 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/03/31 01:46:11 DEBUG : sub dir/hello world2: Excluded 2025/03/31 01:46:12 DEBUG : sub dir/ignore dir: Excluded 2025/03/31 01:46:12 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/03/31 01:46:12 DEBUG : sub dir/hello world: Excluded 2025/03/31 01:46:12 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/03/31 01:46:12 DEBUG : sub dir/hello world2: Excluded 2025/03/31 01:46:12 DEBUG : sub dir/ignore dir: Excluded 2025/03/31 01:46:17 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/03/31 01:46:17 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/03/31 01:46:17 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/03/31 01:46:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/03/31 01:46:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/03/31 01:46:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/03/31 01:46:18 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (20.97s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:46:20 DEBUG : file1: md5 = a38730c4b1f0965889201ab8a0efcbaa OK 2025/03/31 01:46:22 DEBUG : sub/file2: md5 = 7f64192923bbd6d3d890ce1277c88697 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/03/31 01:46:25 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/03/31 01:46:25 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/03/31 01:46:26 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/03/31 01:46:27 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.12s) --- PASS: TestListJSON/Default (0.22s) --- PASS: TestListJSON/FilesOnly (0.26s) --- PASS: TestListJSON/DirsOnly (0.23s) --- PASS: TestListJSON/Recurse (0.49s) --- PASS: TestListJSON/SubDir (0.23s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.67s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:46:29 DEBUG : file1: md5 = a1bdf4f2bdd3da3dcaa7e2f288362433 OK 2025/03/31 01:46:31 DEBUG : sub/file2: md5 = 37688efb45093767c3ff258e82a6d97e 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/03/31 01:46:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xanagad4wome/notfound" 2025/03/31 01:46:35 DEBUG : Config file has changed externally - reloading 2025/03/31 01:46:35 DEBUG : Creating backend with remote "TestDrive:crypt/rn8dtf9mp67pc2dp0v06ephq8ei8if3cjclrfa19pu1r2alr0540/qe0i31qdkoejk60elps0ni5sqk" 2025/03/31 01:46:39 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.38s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.47s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.26s) --- PASS: TestStatJSON/File (0.30s) --- PASS: TestStatJSON/NotFound (0.51s) --- PASS: TestStatJSON/DirFilesOnly (0.28s) --- PASS: TestStatJSON/FileFilesOnly (0.30s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.33s) --- PASS: TestStatJSON/FileDirsOnly (0.24s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.70s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:46:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': Making directory 2025/03/31 01:46:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': Making directory --- PASS: TestMkdir (0.68s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:46:42 DEBUG : sub dir/hello world: md5 = 728c382cd708a4cf69d9e535215858ab OK 2025/03/31 01:46:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.00s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:46:46 DEBUG : potato2: md5 = 7d7acaa9ebbd311dc132226cc74372c4 OK 2025/03/31 01:46:48 DEBUG : empty space: md5 = 5db8d0980027855049ce6818222bd8e9 OK --- PASS: TestLs (4.59s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:46:51 DEBUG : potato2: md5 = cab23688b5de1898e043a82c6774d957 OK 2025/03/31 01:46:52 DEBUG : empty space: md5 = ed26d842140d0d974f4633b5f7f65c70 OK 2025/03/31 01:46:53 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.64s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:46:56 DEBUG : potato2: md5 = 213d1fe0a3f0474c696cb1819b882abb OK 2025/03/31 01:46:57 DEBUG : empty space: md5 = 8e0f195a4f574e017d6f90100c3ede59 OK --- PASS: TestLsLong (4.68s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:47:00 DEBUG : potato2: md5 = 3475b2115a7c0344d85591510d6e2bf9 OK 2025/03/31 01:47:01 DEBUG : empty space: md5 = b91cd4779d8171498240ef9fbdca0363 OK --- PASS: TestHashSums (4.20s) === RUN TestHashSumsWithErrors 2025/03/31 01:47:03 DEBUG : Creating backend with remote ":memory:" 2025/03/31 01:47:03 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/03/31 01:47:03 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/03/31 01:47:03 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/03/31 01:47:03 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/03/31 01:47:03 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/03/31 01:47:03 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/03/31 01:47:03 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/03/31 01:47:03 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/03/31 01:47:03 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-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:47:04 DEBUG : potato2: md5 = 8a84142c8feed29ce3f8ca28e928e3c6 OK 2025/03/31 01:47:06 DEBUG : empty space: md5 = 84ac1296ce85aac397fb07ab91b36f28 OK 2025/03/31 01:47:08 DEBUG : sub dir/potato3: md5 = 554bc9629a9f77cd67d8b39d8a0f400d OK 2025/03/31 01:47:11 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.32s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:47:13 DEBUG : small: md5 = 6f249c12c81bb0bfbe0e21e8450c556f OK 2025/03/31 01:47:14 DEBUG : medium: md5 = 633a2af75a395a11fdcdb8ab861313b6 OK 2025/03/31 01:47:15 DEBUG : large: md5 = b1dfb328a4d0c66b162aeaa1e6f257d2 OK 2025/03/31 01:47:16 DEBUG : Waiting for deletions to finish 2025/03/31 01:47:16 DEBUG : large: Excluded (Size Filter) 2025/03/31 01:47:16 INFO : medium: Deleted 2025/03/31 01:47:16 INFO : small: Deleted --- PASS: TestDelete (5.95s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:47:19 DEBUG : small: md5 = 4bf3d708c9dfc11367a074e1e91fd4a6 OK 2025/03/31 01:47:20 DEBUG : medium: md5 = 4f53ca0ea5c6573b1118dee76fd4ad6a OK 2025/03/31 01:47:21 DEBUG : large: md5 = 2adb69a673ecacb095553fbdcdcb55fb OK 2025/03/31 01:47:22 DEBUG : Waiting for deletions to finish 2025/03/31 01:47:22 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/03/31 01:47:22 INFO : medium: Deleted 2025/03/31 01:47:22 INFO : small: Deleted --- PASS: TestMaxDelete (6.44s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:47:25 DEBUG : small: md5 = 22a4c78adad8eecf240a7968fb145ed4 OK 2025/03/31 01:47:26 DEBUG : medium: md5 = b5101c3fef1584de692dfd66521c52bb OK 2025/03/31 01:47:28 DEBUG : large: md5 = e90dfec2dc8d71ab6588494061d467ff OK 2025/03/31 01:47:28 DEBUG : Waiting for deletions to finish 2025/03/31 01:47:28 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/03/31 01:47:29 INFO : small: Deleted 2025/03/31 01:47:29 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.50s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:47:32 DEBUG : small: md5 = 2ec50c41e64ba1dea8a206af610279d6 OK 2025/03/31 01:47:33 DEBUG : medium: md5 = d9d06a63f5652234b7cad9ab350eacd4 OK 2025/03/31 01:47:35 DEBUG : large: md5 = f5c912cdcc94c188029ebd019d8bf04a OK 2025/03/31 01:47:35 DEBUG : Waiting for deletions to finish 2025/03/31 01:47:35 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/03/31 01:47:35 INFO : small: Deleted 2025/03/31 01:47:36 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.69s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:47:38 DEBUG : ReadFile: md5 = 6fa3f65bf859fe4934fe5f5864aa9b67 OK --- PASS: TestReadFile (4.54s) === RUN TestRetry 2025/03/31 01:47:42 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/03/31 01:47:42 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/03/31 01:47:42 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/31 01:47:42 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/31 01:47:42 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/31 01:47:42 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/03/31 01:47:42 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:47:43 DEBUG : file1: md5 = 63f2ac961dd816cb8d07874d3f79113b OK 2025/03/31 01:47:45 DEBUG : file2: md5 = 9aa5979dcd2923840003b8e5b0d12909 OK --- PASS: TestCat (15.71s) === RUN TestPurge 2025/03/31 01:47:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mafaqis0jamu" 2025/03/31 01:47:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/31 01:47:57 DEBUG : Creating backend with remote "TestDrive:crypt/m4ugaik58q7nlvguqtnhbf5o5dc1a71k562ovc1dfhruvsqhcj5g" 2025/03/31 01:47:58 DEBUG : Creating backend with remote "/tmp/rclone3990084863" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mafaqis0jamu'", Local "Local file system at /tmp/rclone3990084863", Modify Window "1ms" 2025/03/31 01:48:03 DEBUG : A1/B1/C1/one: md5 = 8845e6bc574f38a0be7b7c49b97849c3 OK 2025/03/31 01:48:03 INFO : A2: Making directory 2025/03/31 01:48:03 INFO : A1/B2: Making directory 2025/03/31 01:48:04 INFO : A1/B2/C2: Making directory 2025/03/31 01:48:05 INFO : A1/B1/C3: Making directory 2025/03/31 01:48:06 INFO : A3: Making directory 2025/03/31 01:48:06 INFO : A3/B3: Making directory 2025/03/31 01:48:07 INFO : A3/B3/C4: Making directory 2025/03/31 01:48:09 DEBUG : A1/two: md5 = 80663cc13730ce851b500379387e136e OK 2025/03/31 01:48:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mafaqis0jamu': Purge remote 2025/03/31 01:48:13 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.30s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:48:16 DEBUG : A1/B1/C1/one: md5 = 2d55461ce5f9916e8c2cc9ff51198c9b OK 2025/03/31 01:48:16 INFO : A2: Making directory 2025/03/31 01:48:17 INFO : A1/B2: Making directory 2025/03/31 01:48:18 INFO : A1/B2/C2: Making directory 2025/03/31 01:48:18 INFO : A1/B1/C3: Making directory 2025/03/31 01:48:19 INFO : A3: Making directory 2025/03/31 01:48:20 INFO : A3/B3: Making directory 2025/03/31 01:48:21 INFO : A3/B3/C4: Making directory 2025/03/31 01:48:23 DEBUG : A1/two: md5 = 7b1507f9cf02efbb1c9b9ae161b6309e OK 2025/03/31 01:48:24 DEBUG : removing 1 level 3 directories 2025/03/31 01:48:24 INFO : A3/B3/C4: Removing directory 2025/03/31 01:48:27 DEBUG : removing 2 level 3 directories 2025/03/31 01:48:27 INFO : A1/B2/C2: Removing directory 2025/03/31 01:48:27 INFO : A1/B1/C3: Removing directory 2025/03/31 01:48:27 DEBUG : removing 2 level 2 directories 2025/03/31 01:48:27 INFO : A3/B3: Removing directory 2025/03/31 01:48:27 INFO : A1/B2: Removing directory 2025/03/31 01:48:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/31 01:48:27 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/03/31 01:48:28 DEBUG : removing 2 level 1 directories 2025/03/31 01:48:28 INFO : A3: Removing directory 2025/03/31 01:48:28 INFO : A2: Removing directory 2025/03/31 01:48:28 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/03/31 01:48:32 DEBUG : removing 1 level 3 directories 2025/03/31 01:48:32 INFO : A1/B1/C1: Removing directory 2025/03/31 01:48:32 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:32 DEBUG : removing 1 level 2 directories 2025/03/31 01:48:32 INFO : A1/B1: Removing directory 2025/03/31 01:48:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/31 01:48:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/31 01:48:33 DEBUG : removing 1 level 1 directories 2025/03/31 01:48:33 INFO : A1: Removing directory 2025/03/31 01:48:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/31 01:48:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/31 01:48:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/31 01:48:34 DEBUG : removing 1 level 0 directories 2025/03/31 01:48:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': Removing directory 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/03/31 01:48:34 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" --- PASS: TestRmdirsNoLeaveRoot (22.83s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:48:36 INFO : A1: Making directory 2025/03/31 01:48:37 INFO : A1/B1: Making directory 2025/03/31 01:48:38 INFO : A1/B1/C1: Making directory 2025/03/31 01:48:40 DEBUG : removing 1 level 3 directories 2025/03/31 01:48:40 INFO : A1/B1/C1: Removing directory 2025/03/31 01:48:41 DEBUG : removing 1 level 2 directories 2025/03/31 01:48:41 INFO : A1/B1: Removing directory 2025/03/31 01:48:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/31 01:48:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.69s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:48:43 INFO : A1: Making directory 2025/03/31 01:48:44 INFO : A1/B1: Making directory 2025/03/31 01:48:45 INFO : A1/B1/C1: Making directory 2025/03/31 01:48:47 DEBUG : removing 1 level 3 directories 2025/03/31 01:48:47 INFO : A1/B1/C1: Removing directory 2025/03/31 01:48:48 DEBUG : removing 1 level 2 directories 2025/03/31 01:48:48 INFO : A1/B1: Removing directory 2025/03/31 01:48:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/31 01:48:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.33s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:48:52 DEBUG : file1: md5 = 7a1a86a795049e71af6d6789146b35c9 OK 2025/03/31 01:48:53 DEBUG : filename.txt: File name found in url 2025/03/31 01:48:54 DEBUG : filename.txt: md5 = cc9d12ab26d50843fcfe7b3390b62324 OK 2025/03/31 01:48:54 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/03/31 01:48:55 DEBUG : headerfilename.txt: md5 = 7e5ac4e28d0335841c0cd9cb3bd51bae OK 2025/03/31 01:48:57 DEBUG : file2: md5 = 4932a1a2c6ae0b5d2b4a7e0ef8b787da OK --- PASS: TestCopyURL (8.78s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:48:59 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/31 01:49:02 DEBUG : sub/file2: md5 = c2d5e3c7ec3abcc1f515fabe3678fc98 OK 2025/03/31 01:49:02 INFO : file1: Copied (new) to: sub/file2 2025/03/31 01:49:02 INFO : file1: Deleted 2025/03/31 01:49:02 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 01:49:02 DEBUG : file1: Unchanged skipping 2025/03/31 01:49:02 INFO : file1: Deleted 2025/03/31 01:49:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': don't need to copy/move sub/file2, it is already at target location 2025/03/31 01:49:04 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.94s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:49:05 DEBUG : file1: Need to transfer - File not found at Destination 2025/03/31 01:49:07 DEBUG : file1: md5 = 1505c057164e3d1aa953ed13ab5bf902 OK 2025/03/31 01:49:07 INFO : file1: Copied (new) 2025/03/31 01:49:07 INFO : file1: Deleted 2025/03/31 01:49:07 DEBUG : file1: Destination exists, skipping 2025/03/31 01:49:07 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.37s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.45s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:49:12 DEBUG : dst/file1: md5 = e756af94fc034321a332ee6cea014673 OK 2025/03/31 01:49:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xanagad4wome/backup" 2025/03/31 01:49:13 DEBUG : Creating backend with remote "TestDrive:crypt/rn8dtf9mp67pc2dp0v06ephq8ei8if3cjclrfa19pu1r2alr0540/1nrff024r7pq65ecp72fc28jb0" 2025/03/31 01:49:14 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/03/31 01:49:16 INFO : dst/file1: Moved (server-side) 2025/03/31 01:49:18 DEBUG : dst/file1: md5 = abdbc2efe0a1e36705627a3dd5a175a8 OK 2025/03/31 01:49:18 INFO : dst/file1: Copied (new) 2025/03/31 01:49:18 INFO : dst/file1: Deleted 2025/03/31 01:49:20 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/31 01:49:21 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/03/31 01:49:22 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.86s) === 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-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:49:25 DEBUG : A1/one: md5 = b217d71f70e9ac9f4725bdc39a2f0c2b OK 2025/03/31 01:49:26 DEBUG : A1/two: md5 = 3f1c7762a563f3269568bc2894d3f756 OK 2025/03/31 01:49:28 DEBUG : A1/B1/three: md5 = 9cf799ba05bf0f7840fb0171391304bd OK 2025/03/31 01:49:30 DEBUG : A1/B1/C1/four: md5 = fd7fd2a673a188f262cd7eca6b1f69e9 OK 2025/03/31 01:49:32 DEBUG : A1/B1/C2/five: md5 = a1e392f4feaf849bd11d99366c61b0b7 OK 2025/03/31 01:49:32 INFO : A1/B2: Making directory 2025/03/31 01:49:33 INFO : A1/B1/C3: Making directory 2025/03/31 01:49:42 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/03/31 01:49:42 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/03/31 01:49:42 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/03/31 01:49:42 INFO : A2/two: Moved (server-side) to: A3/two 2025/03/31 01:49:43 INFO : A2/one: Moved (server-side) to: A3/one 2025/03/31 01:49:46 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/31 01:49:46 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/31 01:49:46 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/31 01:49:46 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/31 01:49:46 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/31 01:49:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/03/31 01:49:54 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/03/31 01:49:54 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/03/31 01:49:54 INFO : A3/one: Moved (server-side) to: A4/one 2025/03/31 01:49:54 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/03/31 01:49:54 INFO : A3/two: Moved (server-side) to: A4/two 2025/03/31 01:49:57 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/31 01:49:57 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/31 01:49:57 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/31 01:49:57 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/31 01:49:57 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/31 01:50:04 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/03/31 01:50:04 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/03/31 01:50:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/03/31 01:50:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/03/31 01:50:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/03/31 01:50:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/03/31 01:50:06 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/03/31 01:50:06 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/03/31 01:50:06 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/03/31 01:50:06 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (43.99s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" --- PASS: TestGetFsInfo (0.49s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:50:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': File to upload is small (34 bytes), uploading instead of streaming 2025/03/31 01:50:08 DEBUG : no_checksum_small_file_from_pipe: md5 = f4b01ea01599304f87d4077b8a132a19 OK 2025/03/31 01:50:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/03/31 01:50:08 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/31 01:50:09 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/03/31 01:50:10 DEBUG : no_checksum_big_file_from_pipe: md5 = 9ba7c08214f66ccf4f5628ca01254d2c OK 2025/03/31 01:50:10 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-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:50:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': File to upload is small (34 bytes), uploading instead of streaming 2025/03/31 01:50:13 DEBUG : with_checksum_small_file_from_pipe: md5 = 7fbc50d4cbd13ace05616eef3e183ddc OK 2025/03/31 01:50:13 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/31 01:50:14 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/03/31 01:50:15 DEBUG : with_checksum_big_file_from_pipe: md5 = 753f357b6c230564fd4ec694e3272736 OK 2025/03/31 01:50:15 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-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:50:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': File to upload is small (34 bytes), uploading instead of streaming 2025/03/31 01:50:18 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 01:50:18 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/03/31 01:50:19 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-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:50:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': File to upload is small (34 bytes), uploading instead of streaming 2025/03/31 01:50:22 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/03/31 01:50:23 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/03/31 01:50:24 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (18.58s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.75s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.71s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.45s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.67s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/03/31 01:50:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': File to upload is small (48 bytes), uploading instead of streaming 2025/03/31 01:50:27 DEBUG : rcat_metadata: md5 = 9786699ffe5badd8adee02e7cb7ab576 OK 2025/03/31 01:50:27 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/03/31 01:50:29 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/03/31 01:50:30 DEBUG : rcat_metadata_uploadcutoff0: md5 = 1bb5240c3a4146919636fd3bcf793e20 OK 2025/03/31 01:50:30 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.92s) --- PASS: TestRcatMetadata/Normal (2.46s) --- PASS: TestRcatMetadata/ViaDisk (3.03s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:50:33 DEBUG : potato1: md5 = db790ae663b9e9146a4103828ed5cdc6 OK 2025/03/31 01:50:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': File to upload is small (60 bytes), uploading instead of streaming 2025/03/31 01:50:34 DEBUG : potato2: md5 = 9a9703f09e779a8538baccac5edb5769 OK 2025/03/31 01:50:34 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.35s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:50:37 DEBUG : potato1: md5 = 1b6300840f39ea119647681c4a287b24 OK 2025/03/31 01:50:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': File to upload is small (60 bytes), uploading instead of streaming 2025/03/31 01:50:38 DEBUG : potato2: md5 = c8d25b3bcf2d0fe1d0e50d326304113b OK 2025/03/31 01:50:38 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.98s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:50:42 DEBUG : potato2: md5 = 3db55b9e07db7ddce14460965449d706 OK 2025/03/31 01:50:43 DEBUG : empty space: md5 = 983b50f0e32c6c2a2f6625d6830811a5 OK 2025/03/31 01:50:45 DEBUG : sub dir/potato3: md5 = e1b5bc6ee9493ef3308c78817158feda OK 2025/03/31 01:50:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': Touching "sub dir/potato3" 2025/03/31 01:50:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': Touching "empty space" 2025/03/31 01:50:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': Touching "potato2" 2025/03/31 01:50:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.52s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:50:50 DEBUG : dir with metadata: Making directory with metadata 2025/03/31 01:50:51 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.34s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:50:52 DEBUG : directory with modtime: Making directory with metadata 2025/03/31 01:50:53 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.34s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:50:55 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/03/31 01:50:55 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/31 01:50:55 DEBUG : Google drive root 'crypt/rn8dtf9mp67pc2dp0v06ephq8ei8if3cjclrfa19pu1r2alr0540': Skipping btime metadata as can't update it on an existing file: 2025-03-31T01:50:55.323062277Z 2025/03/31 01:50:56 INFO : non existent directory: Updated directory metadata 2025/03/31 01:50:58 DEBUG : Google drive root 'crypt/rn8dtf9mp67pc2dp0v06ephq8ei8if3cjclrfa19pu1r2alr0540': Skipping btime metadata as can't update it on an existing file: 2025-03-31T01:50:55.323062277Z 2025/03/31 01:50:58 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.87s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:51:00 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/03/31 01:51:01 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/03/31 01:51:02 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.77s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:51:03 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/03/31 01:51:03 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/31 01:51:03 DEBUG : dst: Making directory with metadata 2025/03/31 01:51:04 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/03/31 01:51:04 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 01:51:05 INFO : dst: Set directory modification time (using SetModTime) 2025/03/31 01:51:05 INFO : dst: Set directory modification time (using SetModTime) 2025/03/31 01:51:05 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/03/31 01:51:06 INFO : dst: Set directory modification time (using SetModTime) 2025/03/31 01:51:06 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.47s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome'", Local "Local file system at /tmp/rclone1679951618", Modify Window "1ms" 2025/03/31 01:51:09 DEBUG : sub dir/test remove existing: md5 = db35b381aa960dc3a6522d3f10e1099a OK 2025/03/31 01:51:10 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = c46b5f7bf3cdfc2bb3b0bc0998a80859 OK 2025/03/31 01:51:12 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.fehudem3" before starting 2025/03/31 01:51:13 DEBUG : sub dir/test remove existing.fehudem3: TEST: removing renamed existing file after operation 2025/03/31 01:51:15 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.futegep4" before starting 2025/03/31 01:51:15 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.futegep4: TEST: renaming existing back after failed operation 2025/03/31 01:51:17 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gidojap3" before starting 2025/03/31 01:51:18 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gidojap3: TEST: removing renamed existing file after operation 2025/03/31 01:51:19 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "cofijsm2plnpvmq5phrtdb983gcsh4tknvnu22diukp6l5qj0vgkdpmgevlmq1pvu40qg83g9p3fspkkvh1jt7gbcqj0c3l1aegnngte08h44o8fsd6ho2edd6hc0k867u32k05tg9tfip17radqcdvlv0ujnc5k44hr886j5603772ta4k0" 2025/03/31 01:51:19 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "4qtftt2j1htd3kp2c1f5mt52emdqatb081n7lbi20miegolhmv8g" --- PASS: TestRemoveExisting (13.07s) === 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/03/31 01:51:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xanagad4wome': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m19.474126668s (try 1/5)