"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2024/10/20 02:02:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ririloj5cepo" 2024/10/20 02:02:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/20 02:02:33 DEBUG : Creating backend with remote "TestDrive:crypt/1gi2fcq6mugj9k89uc6h8m3cv1prs82a023hqa3ennajbfv62f90" 2024/10/20 02:02:34 DEBUG : Creating backend with remote "/tmp/rclone4194934021" === 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-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.24s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.27s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/10/20 02:02:34 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/20 02:02:34 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/20 02:02:34 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/10/20 02:02:34 DEBUG : potato: Seek from 10 to 0 2024/10/20 02:02:34 DEBUG : potato: Seek from 10 to 0 2024/10/20 02:02:34 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/10/20 02:02:34 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/20 02:02:34 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/20 02:02:34 DEBUG : potato: Seek from 5 to 2 2024/10/20 02:02:34 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/10/20 02:02:34 DEBUG : potato: Seek from 7 to 0 2024/10/20 02:02:34 DEBUG : potato: Seek from 7 to 0 2024/10/20 02:02:34 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/10/20 02:02:34 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/20 02:02:34 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/20 02:02:34 DEBUG : potato: Seek from 5 to 2 2024/10/20 02:02:34 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/10/20 02:02:34 DEBUG : potato: Seek from 8 to 0 2024/10/20 02:02:34 DEBUG : potato: Seek from 8 to 0 2024/10/20 02:02:34 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/10/20 02:02:34 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/20 02:02:34 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/20 02:02:34 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/20 02:02:34 DEBUG : potato: Seek from 5 to 2 2024/10/20 02:02:34 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/10/20 02:02:34 DEBUG : potato: Seek from 9 to 0 2024/10/20 02:02:34 DEBUG : potato: Seek from 9 to 0 2024/10/20 02:02:34 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-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:02:37 DEBUG : rutabaga: md5 = 3188e1091e3bfe374012f8b48f283494 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/10/20 02:02:40 DEBUG : empty space: md5 = 47f08516cfd70336926dea68e1417778 OK === RUN TestCheck/3 2024/10/20 02:02:44 DEBUG : potato2: md5 = 015c70a20ec127fcb34be34dfe369744 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/10/20 02:02:46 DEBUG : remotepotato: md5 = f27031f1c73dea3fdae135c0139755e7 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (16.41s) --- PASS: TestCheck/1 (0.26s) --- PASS: TestCheck/2 (0.28s) --- PASS: TestCheck/3 (0.31s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.29s) --- PASS: TestCheck/6 (0.29s) --- PASS: TestCheck/7 (0.32s) === RUN TestCheckFsError 2024/10/20 02:02:51 DEBUG : Creating backend with remote "nonexistent" 2024/10/20 02:02:51 DEBUG : Config file has changed externally - reloading 2024/10/20 02:02:51 DEBUG : Creating backend with remote "nonexistent" 2024/10/20 02:02:51 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/10/20 02:02:51 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2024/10/20 02:02:51 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/10/20 02:02:51 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-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:02:53 DEBUG : rutabaga: md5 = 17c5e0e6eb9269f292741cb5bc87be99 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/10/20 02:02:58 DEBUG : empty space: md5 = 5f378e977d223150d3702bb3e930b4cc OK === RUN TestCheckDownload/3 2024/10/20 02:03:01 DEBUG : potato2: md5 = 4b43d333c6fdb05bf8a39526c601cf64 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/10/20 02:03:06 DEBUG : remotepotato: md5 = d7282142c5e1953c202c9fa27279c70a OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (22.17s) --- PASS: TestCheckDownload/1 (1.35s) --- PASS: TestCheckDownload/2 (1.14s) --- PASS: TestCheckDownload/3 (1.17s) --- PASS: TestCheckDownload/4 (1.39s) --- PASS: TestCheckDownload/5 (1.25s) --- PASS: TestCheckDownload/6 (1.47s) --- PASS: TestCheckDownload/7 (1.37s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:03:15 DEBUG : rutabaga: md5 = 5753ee39df562a759676b3a987a91ab2 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/10/20 02:03:17 DEBUG : empty space: md5 = 9d72ef0fe560199f601c2d5bf573356d OK === RUN TestCheckSizeOnly/3 2024/10/20 02:03:20 DEBUG : potato2: md5 = ef031e4bc867b236f0d9d074f84ef9f3 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/10/20 02:03:23 DEBUG : remotepotato: md5 = c70e6974db9c5777a66a684d196ab295 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (14.31s) --- PASS: TestCheckSizeOnly/1 (0.29s) --- PASS: TestCheckSizeOnly/2 (0.28s) --- PASS: TestCheckSizeOnly/3 (0.29s) --- PASS: TestCheckSizeOnly/4 (0.29s) --- PASS: TestCheckSizeOnly/5 (0.29s) --- PASS: TestCheckSizeOnly/6 (0.28s) --- PASS: TestCheckSizeOnly/7 (0.33s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:03:29 DEBUG : test.sum: md5 = c5927629af30a8e11408fdf43213389d OK 2024/10/20 02:03:30 NOTICE: test.sum: improperly formatted checksum line 4 2024/10/20 02:03:30 NOTICE: test.sum: improperly formatted checksum line 5 2024/10/20 02:03:30 NOTICE: test.sum: improperly formatted checksum line 6 2024/10/20 02:03:30 NOTICE: test.sum: 2 warning(s) suppressed... 2024/10/20 02:03:32 DEBUG : test.sum: md5 = 3bb24887dd8257bf6c9aa0ce292ef400 OK 2024/10/20 02:03:35 NOTICE: test.sum: improperly formatted checksum line 4 2024/10/20 02:03:35 NOTICE: test.sum: improperly formatted checksum line 5 2024/10/20 02:03:35 NOTICE: test.sum: improperly formatted checksum line 6 2024/10/20 02:03:35 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (8.83s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:03:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ririloj5cepo/data" 2024/10/20 02:03:36 DEBUG : Config file has changed externally - reloading 2024/10/20 02:03:36 DEBUG : Creating backend with remote "TestDrive:crypt/1gi2fcq6mugj9k89uc6h8m3cv1prs82a023hqa3ennajbfv62f90/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo/data' lacks md5, skipping --- SKIP: TestCheckSum (2.19s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:03:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ririloj5cepo/data" 2024/10/20 02:03:38 DEBUG : Creating backend with remote "TestDrive:crypt/1gi2fcq6mugj9k89uc6h8m3cv1prs82a023hqa3ennajbfv62f90/vjrnln8ratgmqakfosrqe8espk" 2024/10/20 02:03:43 DEBUG : data/banana: md5 = 05c2dc1631e8226b2f53ffa813ff2513 OK 2024/10/20 02:03:45 DEBUG : test.sum: md5 = e83b2009f216b2f2316f9fd57a1f5be4 OK === RUN TestCheckSumDownload/subtest1 2024/10/20 02:03:50 DEBUG : data/potato: md5 = db1be1a6c2ff66da9e9ccaffc9d4dd07 OK 2024/10/20 02:03:52 DEBUG : test.sum: md5 = 28681a14c27fbced515d12d5b88b116d OK === RUN TestCheckSumDownload/subtest2 2024/10/20 02:03:57 DEBUG : test.sum: md5 = 9a0673be7ea7df109e72240d6908466b OK === RUN TestCheckSumDownload/subtest3 2024/10/20 02:04:02 DEBUG : test.sum: md5 = 855d7de7d9ea25c299b07d3b82986255 OK === RUN TestCheckSumDownload/subtest4 2024/10/20 02:04:07 DEBUG : test.sum: md5 = 9ed436486f02d426d1cec836aa43b01d OK === RUN TestCheckSumDownload/subtest5 2024/10/20 02:04:12 DEBUG : test.sum: md5 = c7274a738da6176d4f5efa1cba765edc OK === RUN TestCheckSumDownload/subtest6 2024/10/20 02:04:17 DEBUG : data/banana: md5 = df071937aca0959847351efae83e2c28 OK 2024/10/20 02:04:20 DEBUG : data/potato: md5 = 184ead6d55c51972f62ecdc925a5e511 OK 2024/10/20 02:04:22 DEBUG : test.sum: md5 = cae682a487078cae9faf096766564c75 OK === RUN TestCheckSumDownload/subtest7 2024/10/20 02:04:28 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2024/10/20 02:04:28 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (51.29s) --- PASS: TestCheckSumDownload/subtest1 (3.08s) --- PASS: TestCheckSumDownload/subtest2 (2.76s) --- PASS: TestCheckSumDownload/subtest3 (2.68s) --- PASS: TestCheckSumDownload/subtest4 (2.63s) --- PASS: TestCheckSumDownload/subtest5 (2.34s) --- PASS: TestCheckSumDownload/subtest6 (2.62s) --- PASS: TestCheckSumDownload/subtest7 (2.74s) === RUN TestApplyTransforms 2024/10/20 02:04:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dahoxic1coji" 2024/10/20 02:04:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/20 02:04:30 DEBUG : Creating backend with remote "TestDrive:crypt/lasre9385nb509pk8g5t4hn3m03j2244ico9env9lnq5qqom46vg" 2024/10/20 02:04:31 DEBUG : Creating backend with remote "/tmp/rclone2693432436" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dahoxic1coji'", Local "Local file system at /tmp/rclone2693432436", Modify Window "1ms" 2024/10/20 02:04:34 DEBUG : hello, world!: md5 = 789444287a1e65e4e26e313d887bbbf4 OK upper checkfile vs. lower remote (without normalization) 2024/10/20 02:04:35 ERROR : hello, world!: sum not found 2024/10/20 02:04:35 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-dahoxic1coji' 2024/10/20 02:04:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dahoxic1coji': 1 files missing 2024/10/20 02:04:35 NOTICE: 1 hashes missing 2024/10/20 02:04:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dahoxic1coji': 2 differences found 2024/10/20 02:04:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dahoxic1coji': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/10/20 02:04:36 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/20 02:04:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dahoxic1coji': 0 differences found 2024/10/20 02:04:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dahoxic1coji': 1 matching files 2024/10/20 02:04:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rahobas3suli" 2024/10/20 02:04:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/20 02:04:36 DEBUG : Creating backend with remote "TestDrive:crypt/2ta0cpot1fsmtqsq1ol3tikldl477q3l3h6hm2tv8kr9ovqsu6j0" 2024/10/20 02:04:37 DEBUG : Creating backend with remote "/tmp/rclone221940863" 2024/10/20 02:04:37 DEBUG : Config file has changed externally - reloading run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rahobas3suli'", Local "Local file system at /tmp/rclone221940863", Modify Window "1ms" 2024/10/20 02:04:40 DEBUG : HELLO, WORLD!: md5 = 048192a4b8d8455a7856ccd808aa72f8 OK lower checkfile vs. upper remote (without normalization) 2024/10/20 02:04:41 ERROR : HELLO, WORLD!: sum not found 2024/10/20 02:04:41 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-rahobas3suli' 2024/10/20 02:04:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rahobas3suli': 1 files missing 2024/10/20 02:04:41 NOTICE: 1 hashes missing 2024/10/20 02:04:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rahobas3suli': 2 differences found 2024/10/20 02:04:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rahobas3suli': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/10/20 02:04:42 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/20 02:04:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rahobas3suli': 0 differences found 2024/10/20 02:04:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rahobas3suli': 1 matching files 2024/10/20 02:04:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-konohik8muqi" 2024/10/20 02:04:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/20 02:04:42 DEBUG : Creating backend with remote "TestDrive:crypt/76indk131qjav3v6d50aqtip8a05829ksqpiuv5vsrkn2tccntm0" 2024/10/20 02:04:43 DEBUG : Creating backend with remote "/tmp/rclone3057082705" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-konohik8muqi'", Local "Local file system at /tmp/rclone3057082705", Modify Window "1ms" 2024/10/20 02:04:48 DEBUG : HeLlO, wOrLd!: md5 = 7ca698b749871842f7a4d63f3d6d9ed7 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/10/20 02:04:48 ERROR : HeLlO, wOrLd!: sum not found 2024/10/20 02:04:48 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-konohik8muqi' 2024/10/20 02:04:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-konohik8muqi': 1 files missing 2024/10/20 02:04:48 NOTICE: 1 hashes missing 2024/10/20 02:04:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-konohik8muqi': 2 differences found 2024/10/20 02:04:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-konohik8muqi': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/10/20 02:04:50 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/20 02:04:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-konohik8muqi': 0 differences found 2024/10/20 02:04:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-konohik8muqi': 1 matching files 2024/10/20 02:04:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sivedih5zuno" 2024/10/20 02:04:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/20 02:04:50 DEBUG : Creating backend with remote "TestDrive:crypt/ikce45gj11un4ip5blmnllje4hvoh6k1tuvd1kiukgcl1t552vc0" 2024/10/20 02:04:51 DEBUG : Creating backend with remote "/tmp/rclone1857390816" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sivedih5zuno'", Local "Local file system at /tmp/rclone1857390816", Modify Window "1ms" 2024/10/20 02:04:54 DEBUG : HELLO, WORLD!: md5 = b4e7a450be83127647ce584aa32863ef OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/10/20 02:04:55 ERROR : HELLO, WORLD!: sum not found 2024/10/20 02:04:55 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-sivedih5zuno' 2024/10/20 02:04:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sivedih5zuno': 1 files missing 2024/10/20 02:04:55 NOTICE: 1 hashes missing 2024/10/20 02:04:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sivedih5zuno': 2 differences found 2024/10/20 02:04:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sivedih5zuno': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/10/20 02:04:56 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/20 02:04:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sivedih5zuno': 0 differences found 2024/10/20 02:04:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sivedih5zuno': 1 matching files 2024/10/20 02:04:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jokusas2buwe" 2024/10/20 02:04:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/20 02:04:56 DEBUG : Creating backend with remote "TestDrive:crypt/543suahds3t1st5n1ah13kqj9hlv3cb6eggh96mkfee8rgf8pg2g" 2024/10/20 02:04:57 DEBUG : Creating backend with remote "/tmp/rclone2331817395" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jokusas2buwe'", Local "Local file system at /tmp/rclone2331817395", Modify Window "1ms" 2024/10/20 02:05:01 DEBUG : 測試_Русский___ě_áñ: md5 = e3f71e7374b90ab30c156467fbdd2583 OK NFD checkfile vs. NFC remote (without normalization) 2024/10/20 02:05:01 ERROR : 測試_Русский___ě_áñ: sum not found 2024/10/20 02:05:01 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jokusas2buwe' 2024/10/20 02:05:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jokusas2buwe': 1 files missing 2024/10/20 02:05:01 NOTICE: 1 hashes missing 2024/10/20 02:05:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jokusas2buwe': 2 differences found 2024/10/20 02:05:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jokusas2buwe': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/10/20 02:05:02 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/20 02:05:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jokusas2buwe': 0 differences found 2024/10/20 02:05:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jokusas2buwe': 1 matching files 2024/10/20 02:05:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zepuvij8nucu" 2024/10/20 02:05:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/20 02:05:03 DEBUG : Creating backend with remote "TestDrive:crypt/nps7cul2lbc4qro3qcdgmmm67lfshnen7492mbrj7ebe6mbmjlf0" 2024/10/20 02:05:04 DEBUG : Creating backend with remote "/tmp/rclone2153357600" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zepuvij8nucu'", Local "Local file system at /tmp/rclone2153357600", Modify Window "1ms" 2024/10/20 02:05:07 DEBUG : 測試_Русский___ě_áñ: md5 = 8bcf17f67400d35f1fef37a126edc5de OK NFC checkfile vs. NFD remote (without normalization) 2024/10/20 02:05:08 ERROR : 測試_Русский___ě_áñ: sum not found 2024/10/20 02:05:08 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zepuvij8nucu' 2024/10/20 02:05:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zepuvij8nucu': 1 files missing 2024/10/20 02:05:08 NOTICE: 1 hashes missing 2024/10/20 02:05:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zepuvij8nucu': 2 differences found 2024/10/20 02:05:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zepuvij8nucu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/10/20 02:05:09 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/20 02:05:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zepuvij8nucu': 0 differences found 2024/10/20 02:05:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zepuvij8nucu': 1 matching files 2024/10/20 02:05:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jicajoz6qeni" 2024/10/20 02:05:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/20 02:05:09 DEBUG : Creating backend with remote "TestDrive:crypt/i875t4rv2t7djugd1mbs90pk10mu7les486nt2k9jlhjnqnp5sqg" 2024/10/20 02:05:10 DEBUG : Creating backend with remote "/tmp/rclone906623302" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jicajoz6qeni'", Local "Local file system at /tmp/rclone906623302", Modify Window "1ms" 2024/10/20 02:05:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 017bd9c4fc8bc169e7d0ab36df2f0ef6 OK NFDx2 checkfile vs. both remote (without normalization) 2024/10/20 02:05:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/20 02:05:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jicajoz6qeni' 2024/10/20 02:05:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jicajoz6qeni': 1 files missing 2024/10/20 02:05:14 NOTICE: 1 hashes missing 2024/10/20 02:05:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jicajoz6qeni': 2 differences found 2024/10/20 02:05:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jicajoz6qeni': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/10/20 02:05:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/20 02:05:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jicajoz6qeni': 0 differences found 2024/10/20 02:05:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jicajoz6qeni': 1 matching files 2024/10/20 02:05:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-genezex1vila" 2024/10/20 02:05:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/20 02:05:15 DEBUG : Creating backend with remote "TestDrive:crypt/bmpu111cejolr9dk8i74ds231ni39fm56nsgopg28894qtatpdq0" 2024/10/20 02:05:16 DEBUG : Creating backend with remote "/tmp/rclone1676010927" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-genezex1vila'", Local "Local file system at /tmp/rclone1676010927", Modify Window "1ms" 2024/10/20 02:05:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d0d5ed5eaef3df27ec63e9a75145ed35 OK NFCx2 checkfile vs. both remote (without normalization) 2024/10/20 02:05:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/20 02:05:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-genezex1vila' 2024/10/20 02:05:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-genezex1vila': 1 files missing 2024/10/20 02:05:20 NOTICE: 1 hashes missing 2024/10/20 02:05:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-genezex1vila': 2 differences found 2024/10/20 02:05:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-genezex1vila': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/10/20 02:05:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/20 02:05:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-genezex1vila': 0 differences found 2024/10/20 02:05:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-genezex1vila': 1 matching files 2024/10/20 02:05:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gobedag7xaya" 2024/10/20 02:05:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/20 02:05:22 DEBUG : Creating backend with remote "TestDrive:crypt/iq1jko58o56ifge9ngq79ifrua9io1dvf6s0fj2der4ot8d10mc0" 2024/10/20 02:05:23 DEBUG : Creating backend with remote "/tmp/rclone2065813175" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gobedag7xaya'", Local "Local file system at /tmp/rclone2065813175", Modify Window "1ms" 2024/10/20 02:05:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 20d286dabe7ace8f055b70a13e283a6f OK both checkfile vs. NFDx2 remote (without normalization) 2024/10/20 02:05:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/20 02:05:26 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gobedag7xaya' 2024/10/20 02:05:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gobedag7xaya': 1 files missing 2024/10/20 02:05:26 NOTICE: 1 hashes missing 2024/10/20 02:05:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gobedag7xaya': 2 differences found 2024/10/20 02:05:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gobedag7xaya': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/10/20 02:05:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/20 02:05:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gobedag7xaya': 0 differences found 2024/10/20 02:05:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gobedag7xaya': 1 matching files 2024/10/20 02:05:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-huvewol1kaso" 2024/10/20 02:05:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/20 02:05:28 DEBUG : Creating backend with remote "TestDrive:crypt/6bhq1okk9ard7seratj3jf65tblch9h4mma56nt256bag5m6uc4g" 2024/10/20 02:05:29 DEBUG : Creating backend with remote "/tmp/rclone1820521620" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-huvewol1kaso'", Local "Local file system at /tmp/rclone1820521620", Modify Window "1ms" 2024/10/20 02:05:32 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c9f025d48d56bf5da904a1fa6895dd20 OK both checkfile vs. NFCx2 remote (without normalization) 2024/10/20 02:05:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/20 02:05:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-huvewol1kaso' 2024/10/20 02:05:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huvewol1kaso': 1 files missing 2024/10/20 02:05:33 NOTICE: 1 hashes missing 2024/10/20 02:05:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huvewol1kaso': 2 differences found 2024/10/20 02:05:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huvewol1kaso': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/10/20 02:05:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/20 02:05:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huvewol1kaso': 0 differences found 2024/10/20 02:05:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huvewol1kaso': 1 matching files 2024/10/20 02:05:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-huvewol1kaso': Purge remote 2024/10/20 02:05:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gobedag7xaya': Purge remote 2024/10/20 02:05:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-genezex1vila': Purge remote 2024/10/20 02:05:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jicajoz6qeni': Purge remote 2024/10/20 02:05:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zepuvij8nucu': Purge remote 2024/10/20 02:05:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jokusas2buwe': Purge remote 2024/10/20 02:05:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sivedih5zuno': Purge remote 2024/10/20 02:05:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-konohik8muqi': Purge remote 2024/10/20 02:05:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rahobas3suli': Purge remote 2024/10/20 02:05:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dahoxic1coji': Purge remote --- PASS: TestApplyTransforms (73.02s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:05:43 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/20 02:05:46 DEBUG : sub/file2: md5 = 9bb35919e1d7f3c18e10147f46c0248d OK 2024/10/20 02:05:46 INFO : file1: Copied (new) to: sub/file2 2024/10/20 02:05:47 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/20 02:05:47 DEBUG : file1: Unchanged skipping 2024/10/20 02:05:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': don't need to copy/move sub/file2, it is already at target location 2024/10/20 02:05:50 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (8.08s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.48s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:05:54 DEBUG : dst/file1: md5 = 7a930b0739ec76dfa318e8dc0538889a OK 2024/10/20 02:05:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ririloj5cepo/backup" 2024/10/20 02:05:55 DEBUG : Creating backend with remote "TestDrive:crypt/1gi2fcq6mugj9k89uc6h8m3cv1prs82a023hqa3ennajbfv62f90/1nrff024r7pq65ecp72fc28jb0" 2024/10/20 02:05:57 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/10/20 02:06:01 INFO : dst/file1: Moved (server-side) 2024/10/20 02:06:03 DEBUG : dst/file1: md5 = e83523f58f770f7175bb7304e9295aa7 OK 2024/10/20 02:06:03 INFO : dst/file1: Copied (new) 2024/10/20 02:06:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/20 02:06:07 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/20 02:06:08 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (17.72s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:06:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ririloj5cepo/dst" 2024/10/20 02:06:09 DEBUG : Creating backend with remote "TestDrive:crypt/1gi2fcq6mugj9k89uc6h8m3cv1prs82a023hqa3ennajbfv62f90/31u3jie661vd5p8j7rtc3hgbh0" 2024/10/20 02:06:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ririloj5cepo/CompareDest" 2024/10/20 02:06:11 DEBUG : Creating backend with remote "TestDrive:crypt/1gi2fcq6mugj9k89uc6h8m3cv1prs82a023hqa3ennajbfv62f90/gveqi14airsml4bgu7krj116o8" 2024/10/20 02:06:13 DEBUG : one: Need to transfer - File not found at Destination 2024/10/20 02:06:16 DEBUG : one: md5 = e5e33f1559432d0f6db680659efe7181 OK 2024/10/20 02:06:16 INFO : one: Copied (new) 2024/10/20 02:06:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/20 02:06:19 DEBUG : one: md5 = 4f8a1d83961f0190fd03d1f2f8694e9d OK 2024/10/20 02:06:19 INFO : one: Copied (replaced existing) 2024/10/20 02:06:21 DEBUG : dst/one: md5 = cbf0635e23b137726982f7cd880e8b7a OK 2024/10/20 02:06:24 DEBUG : CompareDest/one: md5 = 3082739d357ab423f115c0df63bb91fa OK 2024/10/20 02:06:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/20 02:06:26 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/20 02:06:26 DEBUG : one: Destination found in --compare-dest, skipping 2024/10/20 02:06:28 DEBUG : CompareDest/two: md5 = b6d762e47a4e546862f32d843ceac858 OK 2024/10/20 02:06:29 DEBUG : two: Need to transfer - File not found at Destination 2024/10/20 02:06:29 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/20 02:06:29 DEBUG : two: Destination found in --compare-dest, skipping 2024/10/20 02:06:30 DEBUG : two: Need to transfer - File not found at Destination 2024/10/20 02:06:30 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/20 02:06:30 DEBUG : two: Destination found in --compare-dest, skipping 2024/10/20 02:06:32 DEBUG : two: Need to transfer - File not found at Destination 2024/10/20 02:06:32 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/10/20 02:06:34 DEBUG : two: md5 = 7fc066089e2c711fcbc04412600ea41c OK 2024/10/20 02:06:34 INFO : two: Copied (new) 2024/10/20 02:06:39 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/20 02:06:39 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:06:40 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/20 02:06:40 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (32.36s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:06:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ririloj5cepo/dst" 2024/10/20 02:06:41 DEBUG : Config file has changed externally - reloading 2024/10/20 02:06:41 DEBUG : Creating backend with remote "TestDrive:crypt/1gi2fcq6mugj9k89uc6h8m3cv1prs82a023hqa3ennajbfv62f90/31u3jie661vd5p8j7rtc3hgbh0" 2024/10/20 02:06:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ririloj5cepo/CopyDest" 2024/10/20 02:06:43 DEBUG : Creating backend with remote "TestDrive:crypt/1gi2fcq6mugj9k89uc6h8m3cv1prs82a023hqa3ennajbfv62f90/d09o6po3f7bm6ce32vdgs8h9ls" 2024/10/20 02:06:45 DEBUG : one: Need to transfer - File not found at Destination 2024/10/20 02:06:48 DEBUG : one: md5 = 8c55c25c4c9e5b99041a20612bd49f03 OK 2024/10/20 02:06:48 INFO : one: Copied (new) 2024/10/20 02:06:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/20 02:06:51 DEBUG : one: md5 = b96a6d84206d69292c2393a934b38af7 OK 2024/10/20 02:06:51 INFO : one: Copied (replaced existing) 2024/10/20 02:06:54 DEBUG : dst/one: md5 = dbc30627d0e2ab775c46b482bd14db09 OK 2024/10/20 02:06:57 DEBUG : CopyDest/one: md5 = ccd82301446103935fda9f1c8108ee95 OK 2024/10/20 02:06:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ririloj5cepo/BackupDir" 2024/10/20 02:06:58 DEBUG : Creating backend with remote "TestDrive:crypt/1gi2fcq6mugj9k89uc6h8m3cv1prs82a023hqa3ennajbfv62f90/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/10/20 02:06:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/20 02:07:00 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/20 02:07:00 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/20 02:07:03 INFO : one: Moved (server-side) 2024/10/20 02:07:04 INFO : one: Copied (server-side copy) 2024/10/20 02:07:04 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/10/20 02:07:07 DEBUG : CopyDest/two: md5 = 5b82860cbed2f142046e66eb590c19b3 OK 2024/10/20 02:07:08 DEBUG : two: Need to transfer - File not found at Destination 2024/10/20 02:07:08 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/20 02:07:09 INFO : two: Copied (server-side copy) 2024/10/20 02:07:09 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/10/20 02:07:10 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/20 02:07:10 DEBUG : two: Unchanged skipping 2024/10/20 02:07:13 DEBUG : CopyDest/three: md5 = c2fbbf7cff5a20c5a5a38f2106e4fbf9 OK 2024/10/20 02:07:14 DEBUG : three: Need to transfer - File not found at Destination 2024/10/20 02:07:14 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/10/20 02:07:14 DEBUG : three: Destination not found in --copy-dest 2024/10/20 02:07:16 DEBUG : three: md5 = cbebb887ff2c0b8fe55eb32463783108 OK 2024/10/20 02:07:16 INFO : three: Copied (new) 2024/10/20 02:07:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/20 02:07:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/20 02:07:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:07:23 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:07:23 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/20 02:07:23 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/20 02:07:24 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (44.26s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.51s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.51s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:07:27 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/10/20 02:07:30 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 2ab0014b360616a16bab6a9ec65b89d9 OK 2024/10/20 02:07:30 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/10/20 02:07:31 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/10/20 02:07:31 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 2024/10/20 02:07:32 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/10/20 02:07:33 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/10/20 02:07:35 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 81f88ce575edb6e5e7c82ce58a20d30c OK 2024/10/20 02:07:35 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/10/20 02:07:38 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/10/20 02:07:38 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (12.29s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.51s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:07:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': Looking for duplicate names using skip mode. 2024/10/20 02:07:43 NOTICE: one: Found 2 files with duplicate names 2024/10/20 02:07:43 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (6.38s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:07:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': Looking for duplicate names using skip mode. 2024/10/20 02:07:52 NOTICE: one: Found 3 files with duplicate names 2024/10/20 02:07:52 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/10/20 02:07:52 INFO : one: Deleted 2024/10/20 02:07:52 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (8.93s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:08:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': Looking for duplicate names using first mode. 2024/10/20 02:08:00 NOTICE: one: Found 3 files with duplicate names 2024/10/20 02:08:01 INFO : one: Deleted 2024/10/20 02:08:02 INFO : one: Deleted 2024/10/20 02:08:02 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (9.08s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:08:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': Looking for duplicate names using newest mode. 2024/10/20 02:08:09 NOTICE: one: Found 3 files with duplicate names 2024/10/20 02:08:10 INFO : one: Deleted 2024/10/20 02:08:11 INFO : one: Deleted 2024/10/20 02:08:11 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (8.80s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.50s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:08:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': Looking for duplicate names using oldest mode. 2024/10/20 02:08:19 NOTICE: one: Found 3 files with duplicate names 2024/10/20 02:08:20 INFO : one: Deleted 2024/10/20 02:08:20 INFO : one: Deleted 2024/10/20 02:08:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (9.00s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:08:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': Looking for duplicate names using largest mode. 2024/10/20 02:08:28 NOTICE: one: Found 3 files with duplicate names 2024/10/20 02:08:28 INFO : one: Deleted 2024/10/20 02:08:29 INFO : one: Deleted 2024/10/20 02:08:29 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (8.89s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:08:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': Looking for duplicate names using smallest mode. 2024/10/20 02:08:37 NOTICE: one: Found 3 files with duplicate names 2024/10/20 02:08:37 INFO : one: Deleted 2024/10/20 02:08:38 INFO : one: Deleted 2024/10/20 02:08:38 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (9.10s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:08:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': Looking for duplicate names using rename mode. 2024/10/20 02:08:47 NOTICE: one.txt: Found 3 files with duplicate names 2024/10/20 02:08:49 INFO : one-2.txt: renamed from: one.txt 2024/10/20 02:08:50 INFO : one-3.txt: renamed from: one.txt 2024/10/20 02:08:52 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (15.74s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:08:59 DEBUG : dupe1/one.txt: md5 = d4d461480a845b805986434d51ed7a75 OK 2024/10/20 02:09:03 DEBUG : dupe2/two.txt: md5 = 89715e742e2f59c41ea46e7602b2db5f OK 2024/10/20 02:09:06 DEBUG : dupe3/three.txt: md5 = 4e9fadf59ec2344ea81aa54f88bf434f OK 2024/10/20 02:09:06 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/10/20 02:09:07 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/10/20 02:09:09 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/10/20 02:09:10 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/10/20 02:09:14 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/10/20 02:09:14 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/10/20 02:09:14 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (19.73s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:09:17 DEBUG : a.txt: md5 = d265c9f13ded88787a47dc412a1d859d OK 2024/10/20 02:09:19 DEBUG : zend.txt: md5 = 8405716e3aca306973c5ed538a23122e OK 2024/10/20 02:09:22 DEBUG : sub dir/hello world: md5 = a3e761d308a04f5ddabae9d0344cb638 OK 2024/10/20 02:09:24 DEBUG : sub dir/hello world2: md5 = 3b783b9fd92f207a2f90c5ffa6a8b291 OK 2024/10/20 02:09:28 DEBUG : sub dir/ignore dir/.ignore: md5 = f6595a4d45d79ed32879af62e5a287f5 OK 2024/10/20 02:09:30 DEBUG : sub dir/ignore dir/should be ignored: md5 = 9208308a5c306c534375b799b8575c55 OK 2024/10/20 02:09:33 DEBUG : sub dir/sub sub dir/hello world3: md5 = cbef26d4a5676626db1987f824659a32 OK 2024/10/20 02:09:34 DEBUG : a.txt: Excluded (Size Filter) 2024/10/20 02:09:34 DEBUG : a.txt: Excluded 2024/10/20 02:09:35 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/10/20 02:09:35 DEBUG : sub dir/hello world: Excluded 2024/10/20 02:09:35 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/10/20 02:09:35 DEBUG : sub dir/hello world2: Excluded 2024/10/20 02:09:35 DEBUG : sub dir/ignore dir: Excluded 2024/10/20 02:09:35 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/10/20 02:09:35 DEBUG : sub dir/hello world: Excluded 2024/10/20 02:09:35 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/10/20 02:09:35 DEBUG : sub dir/hello world2: Excluded 2024/10/20 02:09:36 DEBUG : sub dir/ignore dir: Excluded 2024/10/20 02:09:43 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/10/20 02:09:44 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/10/20 02:09:44 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/10/20 02:09:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/10/20 02:09:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/10/20 02:09:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2024/10/20 02:09:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (30.43s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:09:48 DEBUG : file1: md5 = c0814a8043f97adc8991d4e8c6474746 OK 2024/10/20 02:09:51 DEBUG : sub/file2: md5 = f93003d99b6b942375ac769443e2329b 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 2024/10/20 02:09:54 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/10/20 02:09:55 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/10/20 02:09:55 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/10/20 02:09:58 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (13.01s) --- PASS: TestListJSON/Default (0.29s) --- PASS: TestListJSON/FilesOnly (0.28s) --- PASS: TestListJSON/DirsOnly (0.32s) --- PASS: TestListJSON/Recurse (0.62s) --- PASS: TestListJSON/SubDir (0.26s) --- PASS: TestListJSON/NoModTime (0.28s) --- PASS: TestListJSON/NoMimeType (0.27s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.27s) --- PASS: TestListJSON/Metadata (0.78s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:10:01 DEBUG : file1: md5 = f0e6d02f0ecabbb155c9c355412cfcd8 OK 2024/10/20 02:10:04 DEBUG : sub/file2: md5 = 058bb8ffe2e36f65201f846ed96d6eaa 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 2024/10/20 02:10:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ririloj5cepo/notfound" 2024/10/20 02:10:08 DEBUG : Config file has changed externally - reloading 2024/10/20 02:10:08 DEBUG : Creating backend with remote "TestDrive:crypt/1gi2fcq6mugj9k89uc6h8m3cv1prs82a023hqa3ennajbfv62f90/qe0i31qdkoejk60elps0ni5sqk" 2024/10/20 02:10:13 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (14.98s) --- PASS: TestStatJSON/Root (0.29s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.30s) --- PASS: TestStatJSON/Dir (0.55s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.28s) --- PASS: TestStatJSON/File (0.27s) --- PASS: TestStatJSON/NotFound (0.54s) --- PASS: TestStatJSON/DirFilesOnly (0.27s) --- PASS: TestStatJSON/FileFilesOnly (0.28s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.25s) --- PASS: TestStatJSON/DirDirsOnly (0.29s) --- PASS: TestStatJSON/FileDirsOnly (0.27s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.27s) --- PASS: TestStatJSON/RootNotFound (1.95s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:10:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': Making directory 2024/10/20 02:10:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': Making directory --- PASS: TestMkdir (0.74s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:10:17 DEBUG : sub dir/hello world: md5 = d031ad667f4454b5af08dcef62e0dd47 OK 2024/10/20 02:10:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (6.31s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:10:23 DEBUG : potato2: md5 = 2a3ae5d07a119bddb3945358b4b3e304 OK 2024/10/20 02:10:25 DEBUG : empty space: md5 = abedb108d6d13a4432a3abd3aaf30388 OK --- PASS: TestLs (6.50s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:10:29 DEBUG : potato2: md5 = 21da9c3f53975795f58c3334f7ad60d5 OK 2024/10/20 02:10:31 DEBUG : empty space: md5 = de4b968f35d93dd7fc7455a43d3281f8 OK 2024/10/20 02:10:32 DEBUG : empty space: Excluded (FilesFrom Filter) 2024/10/20 02:10:32 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (7.19s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:10:36 DEBUG : potato2: md5 = 7e803d3da564322134f479b98bee610f OK 2024/10/20 02:10:38 DEBUG : empty space: md5 = 1f7e5285daaf4c4260fe15d89f5be5a6 OK --- PASS: TestLsLong (6.59s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:10:43 DEBUG : potato2: md5 = 69cc18788a7e8c8a1ac2351ce9c606fe OK 2024/10/20 02:10:45 DEBUG : empty space: md5 = dad31a8488a09286c05129ebea9372d0 OK --- PASS: TestHashSums (6.54s) === RUN TestHashSumsWithErrors 2024/10/20 02:10:48 DEBUG : Creating backend with remote ":memory:" 2024/10/20 02:10:48 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/10/20 02:10:48 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/10/20 02:10:48 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/10/20 02:10:48 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/10/20 02:10:48 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/10/20 02:10:48 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/10/20 02:10:48 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/10/20 02:10:48 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/10/20 02:10:48 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-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:10:49 DEBUG : potato2: md5 = d3dbd158ab87e702f85a6ed603761516 OK 2024/10/20 02:10:51 DEBUG : empty space: md5 = 100cc34a5f06a2ded77f36da889bf16f OK 2024/10/20 02:10:55 DEBUG : sub dir/potato3: md5 = 1f66fe452ff994ef6b4e51d17b0b82af OK 2024/10/20 02:10:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (11.56s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:11:02 DEBUG : small: md5 = a53bbce75112f590d35bc77acfb0c35c OK 2024/10/20 02:11:04 DEBUG : medium: md5 = 3c3c5f3362fda3e4114ab7a31b44c589 OK 2024/10/20 02:11:06 DEBUG : large: md5 = 4c97422bea1001237e15778a1b6e4da7 OK 2024/10/20 02:11:06 DEBUG : Waiting for deletions to finish 2024/10/20 02:11:07 DEBUG : large: Excluded (Size Filter) 2024/10/20 02:11:07 INFO : small: Deleted 2024/10/20 02:11:08 INFO : medium: Deleted --- PASS: TestDelete (10.24s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:11:11 DEBUG : small: md5 = 0aed656d66c3c59eeb91d4df0e0b4ae3 OK 2024/10/20 02:11:13 DEBUG : medium: md5 = afd618ec250496ca489cd21940eabf4a OK 2024/10/20 02:11:15 DEBUG : large: md5 = e508f49d380d5b799061a3b21685b352 OK 2024/10/20 02:11:15 DEBUG : Waiting for deletions to finish 2024/10/20 02:11:16 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2024/10/20 02:11:16 INFO : small: Deleted 2024/10/20 02:11:16 INFO : medium: Deleted --- PASS: TestMaxDelete (9.06s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:11:20 DEBUG : small: md5 = ffea236632fcaac4155f641628628309 OK 2024/10/20 02:11:24 DEBUG : medium: md5 = 346fbb01308c583bd951f70aaba56278 OK 2024/10/20 02:11:25 DEBUG : large: md5 = c27f5844bfbe5cdceab3ea7f4c92b1d0 OK 2024/10/20 02:11:26 DEBUG : Waiting for deletions to finish 2024/10/20 02:11:26 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/10/20 02:11:27 INFO : medium: Deleted 2024/10/20 02:11:27 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (10.17s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:11:31 DEBUG : small: md5 = 7e14e7744fd1f4950896165fd9c48cd5 OK 2024/10/20 02:11:32 DEBUG : medium: md5 = a4d84344786b1f527d8240bab10c8028 OK 2024/10/20 02:11:34 DEBUG : large: md5 = 7a177d8f01d9ec6603378f8de31daea8 OK 2024/10/20 02:11:34 DEBUG : Waiting for deletions to finish 2024/10/20 02:11:35 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2024/10/20 02:11:35 INFO : small: Deleted 2024/10/20 02:11:36 INFO : large: Deleted --- PASS: TestMaxDeleteSize (9.62s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:11:40 DEBUG : ReadFile: md5 = 600354be0c5c53d6fc043859d589c9aa OK --- PASS: TestReadFile (5.71s) === RUN TestRetry 2024/10/20 02:11:44 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/10/20 02:11:44 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/10/20 02:11:44 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/20 02:11:44 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/20 02:11:44 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/20 02:11:44 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/20 02:11:44 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-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:11:46 DEBUG : file1: md5 = f154fff4c04b62232962d169e07371e6 OK 2024/10/20 02:11:48 DEBUG : file2: md5 = d18596f58a31c6c8bcba1781013257ff OK --- PASS: TestCat (21.39s) === RUN TestPurge 2024/10/20 02:12:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dejizar3guwi" 2024/10/20 02:12:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/20 02:12:05 DEBUG : Creating backend with remote "TestDrive:crypt/9qbd04quq8rl33v021anjsrn3hj1lr7nvhf2apg0c9vepq6cfarg" 2024/10/20 02:12:07 DEBUG : Creating backend with remote "/tmp/rclone3921695186" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dejizar3guwi'", Local "Local file system at /tmp/rclone3921695186", Modify Window "1ms" 2024/10/20 02:12:14 DEBUG : A1/B1/C1/one: md5 = de268a21a88f364fa344c2aeeb062c7c OK 2024/10/20 02:12:14 DEBUG : A2: Making directory 2024/10/20 02:12:15 DEBUG : A1/B2: Making directory 2024/10/20 02:12:16 DEBUG : A1/B2/C2: Making directory 2024/10/20 02:12:18 DEBUG : A1/B1/C3: Making directory 2024/10/20 02:12:19 DEBUG : A3: Making directory 2024/10/20 02:12:20 DEBUG : A3/B3: Making directory 2024/10/20 02:12:21 DEBUG : A3/B3/C4: Making directory 2024/10/20 02:12:24 DEBUG : A1/two: md5 = 50f0f09dcfd389c3b4e5c3c568aad453 OK 2024/10/20 02:12:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dejizar3guwi': Purge remote 2024/10/20 02:12:29 NOTICE: purge failed: directory not found --- PASS: TestPurge (23.09s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:12:34 DEBUG : A1/B1/C1/one: md5 = daffeee2f61a60fe5a735d8edcd07c39 OK 2024/10/20 02:12:34 DEBUG : A2: Making directory 2024/10/20 02:12:35 DEBUG : A1/B2: Making directory 2024/10/20 02:12:36 DEBUG : A1/B2/C2: Making directory 2024/10/20 02:12:37 DEBUG : A1/B1/C3: Making directory 2024/10/20 02:12:39 DEBUG : A3: Making directory 2024/10/20 02:12:40 DEBUG : A3/B3: Making directory 2024/10/20 02:12:41 DEBUG : A3/B3/C4: Making directory 2024/10/20 02:12:44 DEBUG : A1/two: md5 = 69f6deacd019824d565e6f67570109b0 OK 2024/10/20 02:12:45 DEBUG : removing 1 level 3 directories 2024/10/20 02:12:45 INFO : A3/B3/C4: Removing directory 2024/10/20 02:12:48 DEBUG : removing 2 level 3 directories 2024/10/20 02:12:48 INFO : A1/B2/C2: Removing directory 2024/10/20 02:12:48 INFO : A1/B1/C3: Removing directory 2024/10/20 02:12:49 DEBUG : removing 2 level 2 directories 2024/10/20 02:12:49 INFO : A3/B3: Removing directory 2024/10/20 02:12:49 INFO : A1/B2: Removing directory 2024/10/20 02:12:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/20 02:12:50 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/10/20 02:12:50 DEBUG : removing 2 level 1 directories 2024/10/20 02:12:50 INFO : A3: Removing directory 2024/10/20 02:12:50 INFO : A2: Removing directory 2024/10/20 02:12:51 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/10/20 02:12:56 DEBUG : removing 1 level 3 directories 2024/10/20 02:12:56 INFO : A1/B1/C1: Removing directory 2024/10/20 02:12:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:57 DEBUG : removing 1 level 2 directories 2024/10/20 02:12:57 INFO : A1/B1: Removing directory 2024/10/20 02:12:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/20 02:12:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/20 02:12:58 DEBUG : removing 1 level 1 directories 2024/10/20 02:12:58 INFO : A1: Removing directory 2024/10/20 02:12:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/20 02:12:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/20 02:12:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/20 02:12:59 DEBUG : removing 1 level 0 directories 2024/10/20 02:12:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': Removing directory 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/20 02:12:59 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" --- PASS: TestRmdirsNoLeaveRoot (32.34s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:13:02 DEBUG : A1: Making directory 2024/10/20 02:13:03 DEBUG : A1/B1: Making directory 2024/10/20 02:13:05 DEBUG : A1/B1/C1: Making directory 2024/10/20 02:13:08 DEBUG : removing 1 level 3 directories 2024/10/20 02:13:08 INFO : A1/B1/C1: Removing directory 2024/10/20 02:13:09 DEBUG : removing 1 level 2 directories 2024/10/20 02:13:09 INFO : A1/B1: Removing directory 2024/10/20 02:13:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/20 02:13:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (11.50s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:13:12 DEBUG : A1: Making directory 2024/10/20 02:13:13 DEBUG : A1/B1: Making directory 2024/10/20 02:13:15 DEBUG : A1/B1/C1: Making directory 2024/10/20 02:13:18 DEBUG : removing 1 level 3 directories 2024/10/20 02:13:18 INFO : A1/B1/C1: Removing directory 2024/10/20 02:13:19 DEBUG : removing 1 level 2 directories 2024/10/20 02:13:19 INFO : A1/B1: Removing directory 2024/10/20 02:13:20 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/20 02:13:22 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (10.03s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:13:25 DEBUG : file1: md5 = 6dcf7bbb0915bd23d05fce2e292444d6 OK 2024/10/20 02:13:25 DEBUG : filename.txt: File name found in url 2024/10/20 02:13:27 DEBUG : filename.txt: md5 = 4a95ba2967423bd25a2633f957b3e226 OK 2024/10/20 02:13:27 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/10/20 02:13:29 DEBUG : headerfilename.txt: md5 = 900fecf12867c372981c5a111e6c31ae OK 2024/10/20 02:13:31 DEBUG : file2: md5 = 6957d9ad377b8f2a29d9cc1695751d76 OK --- PASS: TestCopyURL (12.63s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:13:35 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/20 02:13:38 DEBUG : sub/file2: md5 = cc3449b128fa014d24672a321b21f8f9 OK 2024/10/20 02:13:38 INFO : file1: Copied (new) to: sub/file2 2024/10/20 02:13:38 INFO : file1: Deleted 2024/10/20 02:13:39 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/20 02:13:39 DEBUG : file1: Unchanged skipping 2024/10/20 02:13:39 INFO : file1: Deleted 2024/10/20 02:13:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': don't need to copy/move sub/file2, it is already at target location 2024/10/20 02:13:42 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.69s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:13:43 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/20 02:13:45 DEBUG : file1: md5 = 7e91c99911b49ec587085a7601c4c38a OK 2024/10/20 02:13:45 INFO : file1: Copied (new) 2024/10/20 02:13:45 INFO : file1: Deleted 2024/10/20 02:13:45 DEBUG : file1: Destination exists, skipping 2024/10/20 02:13:45 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.97s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.52s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.55s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:13:51 DEBUG : dst/file1: md5 = c4624796e2fe143c85829d9cdf235825 OK 2024/10/20 02:13:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ririloj5cepo/backup" 2024/10/20 02:13:52 DEBUG : Creating backend with remote "TestDrive:crypt/1gi2fcq6mugj9k89uc6h8m3cv1prs82a023hqa3ennajbfv62f90/1nrff024r7pq65ecp72fc28jb0" 2024/10/20 02:13:53 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/10/20 02:13:57 INFO : dst/file1: Moved (server-side) 2024/10/20 02:13:59 DEBUG : dst/file1: md5 = d36be904fa9ce964bc6bb685dafdff98 OK 2024/10/20 02:13:59 INFO : dst/file1: Copied (new) 2024/10/20 02:13:59 INFO : dst/file1: Deleted 2024/10/20 02:14:02 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/20 02:14:04 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/20 02:14:05 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (17.77s) === 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-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:14:09 DEBUG : A1/one: md5 = b184a0b99c8d10529b748837c7359ab7 OK 2024/10/20 02:14:11 DEBUG : A1/two: md5 = dacf8bc45c63ee48ee230afeda622699 OK 2024/10/20 02:14:14 DEBUG : A1/B1/three: md5 = 7e3a51e3b1c5316f88e448962e69a58e OK 2024/10/20 02:14:17 DEBUG : A1/B1/C1/four: md5 = b854bad31b81991306efcd4e488c6531 OK 2024/10/20 02:14:20 DEBUG : A1/B1/C2/five: md5 = 7128eae33ae687f12a0314f428a18d07 OK 2024/10/20 02:14:20 DEBUG : A1/B2: Making directory 2024/10/20 02:14:21 DEBUG : A1/B1/C3: Making directory 2024/10/20 02:14:35 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/10/20 02:14:35 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/10/20 02:14:35 INFO : A2/one: Moved (server-side) to: A3/one 2024/10/20 02:14:35 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/10/20 02:14:35 INFO : A2/two: Moved (server-side) to: A3/two 2024/10/20 02:14:40 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/20 02:14:40 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/20 02:14:40 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/20 02:14:41 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/20 02:14:41 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/20 02:14:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/10/20 02:14:52 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/10/20 02:14:52 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/10/20 02:14:52 INFO : A3/one: Moved (server-side) to: A4/one 2024/10/20 02:14:52 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/10/20 02:14:52 INFO : A3/two: Moved (server-side) to: A4/two 2024/10/20 02:14:57 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/20 02:14:57 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/20 02:14:57 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/20 02:14:58 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/20 02:14:58 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/20 02:15:07 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/10/20 02:15:08 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/10/20 02:15:09 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/20 02:15:09 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/20 02:15:09 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/20 02:15:09 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/20 02:15:10 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/20 02:15:10 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/20 02:15:10 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/20 02:15:10 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (65.35s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" --- PASS: TestGetFsInfo (0.50s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:15:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': File to upload is small (34 bytes), uploading instead of streaming 2024/10/20 02:15:13 DEBUG : no_checksum_small_file_from_pipe: md5 = 0cbe941f69907589ecd27edff44408de OK 2024/10/20 02:15:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/10/20 02:15:13 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/20 02:15:16 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/10/20 02:15:18 DEBUG : no_checksum_big_file_from_pipe: md5 = a1fa5c4ece053781c3257bc842c9e22f OK 2024/10/20 02:15:18 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-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:15:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': File to upload is small (34 bytes), uploading instead of streaming 2024/10/20 02:15:22 DEBUG : with_checksum_small_file_from_pipe: md5 = ccabe030958d5ac07be6da96c8e40e74 OK 2024/10/20 02:15:22 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/20 02:15:23 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/10/20 02:15:24 DEBUG : with_checksum_big_file_from_pipe: md5 = 1fcde02cbdc78ab5e213097a6d53d384 OK 2024/10/20 02:15:24 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-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:15:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': File to upload is small (34 bytes), uploading instead of streaming 2024/10/20 02:15:29 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/20 02:15:30 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/10/20 02:15:32 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-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:15:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': File to upload is small (34 bytes), uploading instead of streaming 2024/10/20 02:15:36 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/20 02:15:36 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/10/20 02:15:38 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (28.54s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (8.56s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (7.22s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.46s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.30s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/10/20 02:15:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': File to upload is small (48 bytes), uploading instead of streaming 2024/10/20 02:15:42 DEBUG : rcat_metadata: md5 = 23e6f7e9939e3bfdf916ce285d00ccb1 OK 2024/10/20 02:15:42 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/10/20 02:15:44 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/10/20 02:15:46 DEBUG : rcat_metadata_uploadcutoff0: md5 = d46350040498a07d1c37010027c6ecb1 OK 2024/10/20 02:15:46 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (8.32s) --- PASS: TestRcatMetadata/Normal (3.20s) --- PASS: TestRcatMetadata/ViaDisk (4.63s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:15:50 DEBUG : potato1: md5 = 8df8643b84ff9b64a2284ee6eee2a751 OK 2024/10/20 02:15:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': File to upload is small (60 bytes), uploading instead of streaming 2024/10/20 02:15:52 DEBUG : potato2: md5 = a3eeee812c4fe5117e7c1fac02a14d0f OK 2024/10/20 02:15:52 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (6.00s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:15:56 DEBUG : potato1: md5 = 5068ecff9be337a06b8b712e6fc6cd78 OK 2024/10/20 02:15:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': File to upload is small (60 bytes), uploading instead of streaming 2024/10/20 02:15:58 DEBUG : potato2: md5 = e0b515c130621b7342db7a5d128e9586 OK 2024/10/20 02:15:58 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.87s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:16:03 DEBUG : potato2: md5 = 929844bdbb01896363457a0f345bdd7e OK 2024/10/20 02:16:05 DEBUG : empty space: md5 = 0b2b84c5adfc95eece5c735f29103553 OK 2024/10/20 02:16:08 DEBUG : sub dir/potato3: md5 = 74dcce723877b70e0ac3949ebb31ab1e OK 2024/10/20 02:16:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': Touching "empty space" 2024/10/20 02:16:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': Touching "potato2" 2024/10/20 02:16:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': Touching "sub dir/potato3" 2024/10/20 02:16:15 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (15.27s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:16:16 DEBUG : dir with metadata: Making directory with metadata 2024/10/20 02:16:18 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (3.12s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:16:19 DEBUG : directory with modtime: Making directory with metadata 2024/10/20 02:16:21 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (3.43s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:16:23 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/10/20 02:16:23 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/20 02:16:23 DEBUG : Google drive root 'crypt/1gi2fcq6mugj9k89uc6h8m3cv1prs82a023hqa3ennajbfv62f90': Skipping btime metadata as can't update it on an existing file: 2024-10-20T02:16:23.408875136Z 2024/10/20 02:16:24 INFO : non existent directory: Updated directory metadata 2024/10/20 02:16:27 DEBUG : Google drive root 'crypt/1gi2fcq6mugj9k89uc6h8m3cv1prs82a023hqa3ennajbfv62f90': Skipping btime metadata as can't update it on an existing file: 2024-10-20T02:16:23.408875136Z 2024/10/20 02:16:28 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.81s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:16:30 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/10/20 02:16:32 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/10/20 02:16:33 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (5.56s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo'", Local "Local file system at /tmp/rclone4194934021", Modify Window "1ms" 2024/10/20 02:16:35 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/10/20 02:16:35 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/20 02:16:35 DEBUG : dst: Making directory with metadata 2024/10/20 02:16:36 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/20 02:16:36 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/20 02:16:37 INFO : dst: Set directory modification time (using SetModTime) 2024/10/20 02:16:38 INFO : dst: Set directory modification time (using SetModTime) 2024/10/20 02:16:38 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/10/20 02:16:39 INFO : dst: Set directory modification time (using SetModTime) 2024/10/20 02:16:39 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (5.27s) === 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 2024/10/20 02:16:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ririloj5cepo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 14m8.672788342s (try 1/5)