"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/01/30 01:54:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-capijah1tuna" 2025/01/30 01:54:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/30 01:54:59 DEBUG : Creating backend with remote "TestDrive:crypt/8tfie9njc1k035h5jtlkluj9krn3u9p7chvk7p3h0kqa0pqn2aq0" 2025/01/30 01:55:00 DEBUG : Creating backend with remote "/tmp/rclone1294496994" === 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-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.23s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/01/30 01:55:00 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/30 01:55:00 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/30 01:55:00 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/01/30 01:55:00 DEBUG : potato: Seek from 10 to 0 2025/01/30 01:55:00 DEBUG : potato: Seek from 10 to 0 2025/01/30 01:55:00 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/01/30 01:55:00 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/30 01:55:00 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/30 01:55:00 DEBUG : potato: Seek from 5 to 2 2025/01/30 01:55:00 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/01/30 01:55:00 DEBUG : potato: Seek from 7 to 0 2025/01/30 01:55:00 DEBUG : potato: Seek from 7 to 0 2025/01/30 01:55:00 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/01/30 01:55:00 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/30 01:55:00 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/30 01:55:00 DEBUG : potato: Seek from 5 to 2 2025/01/30 01:55:00 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/01/30 01:55:00 DEBUG : potato: Seek from 8 to 0 2025/01/30 01:55:00 DEBUG : potato: Seek from 8 to 0 2025/01/30 01:55:00 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/01/30 01:55:00 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/30 01:55:00 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/30 01:55:00 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/30 01:55:00 DEBUG : potato: Seek from 5 to 2 2025/01/30 01:55:00 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/01/30 01:55:00 DEBUG : potato: Seek from 9 to 0 2025/01/30 01:55:00 DEBUG : potato: Seek from 9 to 0 2025/01/30 01:55:00 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-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 01:55:03 DEBUG : rutabaga: md5 = 81fbd6d92050250ec2eb68698e290829 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/01/30 01:55:07 DEBUG : empty space: md5 = 7b94474a625cfa9f1ceb9b314b381d5b OK === RUN TestCheck/3 2025/01/30 01:55:10 DEBUG : potato2: md5 = 5e21faaafbd868ec4c38e92093303932 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/01/30 01:55:12 DEBUG : remotepotato: md5 = ff004bc37597bb566a5fba1f7c2f5ade OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (15.70s) --- PASS: TestCheck/1 (0.26s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.24s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.28s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2025/01/30 01:55:16 DEBUG : Creating backend with remote "nonexistent" 2025/01/30 01:55:16 DEBUG : Creating backend with remote "nonexistent" 2025/01/30 01:55:16 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/01/30 01:55:16 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/01/30 01:55:16 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/01/30 01:55:16 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 01:55:17 DEBUG : rutabaga: md5 = 7c127ca2e4dd2a8f6488b556f8db3aed OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/01/30 01:55:21 DEBUG : empty space: md5 = 7717b12b84215a1627a92c992ea1b1ce OK === RUN TestCheckDownload/3 2025/01/30 01:55:24 DEBUG : potato2: md5 = 66bdde8f1953068bc550ee2601243200 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/01/30 01:55:28 DEBUG : remotepotato: md5 = b9912642cc474c2119e9df8bcec32624 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.82s) --- PASS: TestCheckDownload/1 (1.04s) --- PASS: TestCheckDownload/2 (0.89s) --- PASS: TestCheckDownload/3 (0.88s) --- PASS: TestCheckDownload/4 (1.12s) --- PASS: TestCheckDownload/5 (1.18s) --- PASS: TestCheckDownload/6 (0.96s) --- PASS: TestCheckDownload/7 (0.93s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 01:55:35 DEBUG : rutabaga: md5 = 1a89904937172640a75b68284efc4585 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/01/30 01:55:38 DEBUG : empty space: md5 = fbf3d4a64e15efbfb9c0cb00e9202138 OK === RUN TestCheckSizeOnly/3 2025/01/30 01:55:40 DEBUG : potato2: md5 = a25f4e3449cead229390d0f8a37455af OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/01/30 01:55:42 DEBUG : remotepotato: md5 = 0b34a944161fcd0484b5edf210c3e416 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.45s) --- PASS: TestCheckSizeOnly/1 (0.26s) --- PASS: TestCheckSizeOnly/2 (0.27s) --- PASS: TestCheckSizeOnly/3 (0.23s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.27s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 01:55:48 DEBUG : test.sum: md5 = 53a78842ce7dbcba6feab112ca12d8cb OK 2025/01/30 01:55:49 NOTICE: test.sum: improperly formatted checksum line 4 2025/01/30 01:55:49 NOTICE: test.sum: improperly formatted checksum line 5 2025/01/30 01:55:49 NOTICE: test.sum: improperly formatted checksum line 6 2025/01/30 01:55:49 NOTICE: test.sum: 2 warning(s) suppressed... 2025/01/30 01:55:50 DEBUG : test.sum: md5 = 3ffb96d30d3cb4e071199f2c18dbb0eb OK 2025/01/30 01:55:52 NOTICE: test.sum: improperly formatted checksum line 4 2025/01/30 01:55:52 NOTICE: test.sum: improperly formatted checksum line 5 2025/01/30 01:55:52 NOTICE: test.sum: improperly formatted checksum line 6 2025/01/30 01:55:52 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.75s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 01:55:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-capijah1tuna/data" 2025/01/30 01:55:53 DEBUG : Creating backend with remote "TestDrive:crypt/8tfie9njc1k035h5jtlkluj9krn3u9p7chvk7p3h0kqa0pqn2aq0/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna/data' lacks md5, skipping --- SKIP: TestCheckSum (1.89s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 01:55:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-capijah1tuna/data" 2025/01/30 01:55:55 DEBUG : Creating backend with remote "TestDrive:crypt/8tfie9njc1k035h5jtlkluj9krn3u9p7chvk7p3h0kqa0pqn2aq0/vjrnln8ratgmqakfosrqe8espk" 2025/01/30 01:55:59 DEBUG : data/banana: md5 = ae05db07644194c543943b0934c5345c OK 2025/01/30 01:56:00 DEBUG : test.sum: md5 = 5e80822352609d3ffd5a3366732065a7 OK === RUN TestCheckSumDownload/subtest1 2025/01/30 01:56:05 DEBUG : data/potato: md5 = 168ab0c7fdc192b2aa9329f3ae7d0b97 OK 2025/01/30 01:56:06 DEBUG : test.sum: md5 = fa413494d79bb2641a663e2c5d872d26 OK === RUN TestCheckSumDownload/subtest2 2025/01/30 01:56:11 DEBUG : test.sum: md5 = 3689bc0a39d566c51fd3a2a73b0f6486 OK === RUN TestCheckSumDownload/subtest3 2025/01/30 01:56:15 DEBUG : test.sum: md5 = 0a6a12520f1a4dd037bbd2e221a8c9d9 OK === RUN TestCheckSumDownload/subtest4 2025/01/30 01:56:20 DEBUG : test.sum: md5 = 042d37f58b3b4f21aeed453197187cae OK === RUN TestCheckSumDownload/subtest5 2025/01/30 01:56:24 DEBUG : test.sum: md5 = 29f797efe42fef310871f3e3d1db460a OK === RUN TestCheckSumDownload/subtest6 2025/01/30 01:56:28 DEBUG : data/banana: md5 = f1bb08b34a206d14a74f37bbf013c036 OK 2025/01/30 01:56:30 DEBUG : data/potato: md5 = bb1955e80f17cdeb46a90ed87eb1540c OK 2025/01/30 01:56:31 DEBUG : test.sum: md5 = bf832e016f16897fad0e56ef78ea79e7 OK === RUN TestCheckSumDownload/subtest7 2025/01/30 01:56:37 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/01/30 01:56:37 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (42.96s) --- PASS: TestCheckSumDownload/subtest1 (2.30s) --- PASS: TestCheckSumDownload/subtest2 (1.99s) --- PASS: TestCheckSumDownload/subtest3 (2.35s) --- PASS: TestCheckSumDownload/subtest4 (2.08s) --- PASS: TestCheckSumDownload/subtest5 (1.95s) --- PASS: TestCheckSumDownload/subtest6 (2.15s) --- PASS: TestCheckSumDownload/subtest7 (2.22s) === RUN TestApplyTransforms 2025/01/30 01:56:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qozobew8xudo" 2025/01/30 01:56:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/30 01:56:38 DEBUG : Creating backend with remote "TestDrive:crypt/ord5gpjf3ak5td7f0mjclh31u1sq1664o073pqgun7vrd4s6ura0" 2025/01/30 01:56:39 DEBUG : Creating backend with remote "/tmp/rclone758699541" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qozobew8xudo'", Local "Local file system at /tmp/rclone758699541", Modify Window "1ms" 2025/01/30 01:56:41 DEBUG : hello, world!: md5 = ec977899de45e1b201eb23b3bfc019e8 OK upper checkfile vs. lower remote (without normalization) 2025/01/30 01:56:42 ERROR : hello, world!: sum not found 2025/01/30 01:56:42 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qozobew8xudo' 2025/01/30 01:56:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qozobew8xudo': 1 files missing 2025/01/30 01:56:42 NOTICE: 1 hashes missing 2025/01/30 01:56:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qozobew8xudo': 2 differences found 2025/01/30 01:56:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qozobew8xudo': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/01/30 01:56:43 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/30 01:56:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qozobew8xudo': 0 differences found 2025/01/30 01:56:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qozobew8xudo': 1 matching files 2025/01/30 01:56:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-soqayaw7vozu" 2025/01/30 01:56:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/30 01:56:43 DEBUG : Creating backend with remote "TestDrive:crypt/564fvujh4mfmor8a7742mvcp0erk81qd1klecd2nr7fdejm6ati0" 2025/01/30 01:56:44 DEBUG : Creating backend with remote "/tmp/rclone1300601027" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-soqayaw7vozu'", Local "Local file system at /tmp/rclone1300601027", Modify Window "1ms" 2025/01/30 01:56:47 DEBUG : HELLO, WORLD!: md5 = b9f6694d018679c045dbc3e2cebc362f OK lower checkfile vs. upper remote (without normalization) 2025/01/30 01:56:47 ERROR : HELLO, WORLD!: sum not found 2025/01/30 01:56:47 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-soqayaw7vozu' 2025/01/30 01:56:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soqayaw7vozu': 1 files missing 2025/01/30 01:56:47 NOTICE: 1 hashes missing 2025/01/30 01:56:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soqayaw7vozu': 2 differences found 2025/01/30 01:56:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soqayaw7vozu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/01/30 01:56:48 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/30 01:56:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soqayaw7vozu': 0 differences found 2025/01/30 01:56:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-soqayaw7vozu': 1 matching files 2025/01/30 01:56:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-puxatof6xaxo" 2025/01/30 01:56:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/30 01:56:48 DEBUG : Creating backend with remote "TestDrive:crypt/tiug83u46fco69k84kg1jcu50685bd82onos6e0roc5ug9tegl00" 2025/01/30 01:56:49 DEBUG : Creating backend with remote "/tmp/rclone3549835517" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puxatof6xaxo'", Local "Local file system at /tmp/rclone3549835517", Modify Window "1ms" 2025/01/30 01:56:52 DEBUG : HeLlO, wOrLd!: md5 = 5156a57d76b291692ddaf0da7bbe3b0c OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/01/30 01:56:53 ERROR : HeLlO, wOrLd!: sum not found 2025/01/30 01:56:53 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-puxatof6xaxo' 2025/01/30 01:56:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puxatof6xaxo': 1 files missing 2025/01/30 01:56:53 NOTICE: 1 hashes missing 2025/01/30 01:56:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puxatof6xaxo': 2 differences found 2025/01/30 01:56:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puxatof6xaxo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/01/30 01:56:54 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/30 01:56:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puxatof6xaxo': 0 differences found 2025/01/30 01:56:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puxatof6xaxo': 1 matching files 2025/01/30 01:56:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fawekez4numu" 2025/01/30 01:56:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/30 01:56:54 DEBUG : Creating backend with remote "TestDrive:crypt/cud2gn2egjftt886ks3p6ojhgqbtj5nkt84ip3iaiqrcs8js3jjg" 2025/01/30 01:56:55 DEBUG : Creating backend with remote "/tmp/rclone892160555" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawekez4numu'", Local "Local file system at /tmp/rclone892160555", Modify Window "1ms" 2025/01/30 01:56:58 DEBUG : HELLO, WORLD!: md5 = 3d2e4c51d3524df8559272c691c81fd0 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/01/30 01:56:59 ERROR : HELLO, WORLD!: sum not found 2025/01/30 01:56:59 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-fawekez4numu' 2025/01/30 01:56:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fawekez4numu': 1 files missing 2025/01/30 01:56:59 NOTICE: 1 hashes missing 2025/01/30 01:56:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fawekez4numu': 2 differences found 2025/01/30 01:56:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fawekez4numu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/01/30 01:57:00 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/30 01:57:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fawekez4numu': 0 differences found 2025/01/30 01:57:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fawekez4numu': 1 matching files 2025/01/30 01:57:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yomofiy8guzu" 2025/01/30 01:57:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/30 01:57:00 DEBUG : Creating backend with remote "TestDrive:crypt/u62v400t893guh8gq7rjoocm5f5fcqri5d02u5pgfpt70i51jjq0" 2025/01/30 01:57:01 DEBUG : Creating backend with remote "/tmp/rclone1864395106" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yomofiy8guzu'", Local "Local file system at /tmp/rclone1864395106", Modify Window "1ms" 2025/01/30 01:57:04 DEBUG : 測試_Русский___ě_áñ: md5 = 77ceb83fd06b34cc2afc449aa43d3cb4 OK NFD checkfile vs. NFC remote (without normalization) 2025/01/30 01:57:04 ERROR : 測試_Русский___ě_áñ: sum not found 2025/01/30 01:57:04 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yomofiy8guzu' 2025/01/30 01:57:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yomofiy8guzu': 1 files missing 2025/01/30 01:57:04 NOTICE: 1 hashes missing 2025/01/30 01:57:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yomofiy8guzu': 2 differences found 2025/01/30 01:57:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yomofiy8guzu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/01/30 01:57:06 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/30 01:57:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yomofiy8guzu': 0 differences found 2025/01/30 01:57:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yomofiy8guzu': 1 matching files 2025/01/30 01:57:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ludovax5zako" 2025/01/30 01:57:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/30 01:57:06 DEBUG : Creating backend with remote "TestDrive:crypt/eqb8a08eup6d81fptl5d1es2lsdqem554b0948ohk7aoqf01dpj0" 2025/01/30 01:57:07 DEBUG : Creating backend with remote "/tmp/rclone1887478156" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ludovax5zako'", Local "Local file system at /tmp/rclone1887478156", Modify Window "1ms" 2025/01/30 01:57:10 DEBUG : 測試_Русский___ě_áñ: md5 = 01cde4923d16e1930bef734f6520b62a OK NFC checkfile vs. NFD remote (without normalization) 2025/01/30 01:57:11 ERROR : 測試_Русский___ě_áñ: sum not found 2025/01/30 01:57:11 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-ludovax5zako' 2025/01/30 01:57:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ludovax5zako': 1 files missing 2025/01/30 01:57:11 NOTICE: 1 hashes missing 2025/01/30 01:57:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ludovax5zako': 2 differences found 2025/01/30 01:57:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ludovax5zako': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/01/30 01:57:12 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/30 01:57:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ludovax5zako': 0 differences found 2025/01/30 01:57:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ludovax5zako': 1 matching files 2025/01/30 01:57:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vifapel7gupi" 2025/01/30 01:57:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/30 01:57:12 DEBUG : Creating backend with remote "TestDrive:crypt/870ju6pg5j55m3arodec25s7r2atbl0fp5h3hu8ph3livqq08hh0" 2025/01/30 01:57:13 DEBUG : Creating backend with remote "/tmp/rclone3679608081" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vifapel7gupi'", Local "Local file system at /tmp/rclone3679608081", Modify Window "1ms" 2025/01/30 01:57:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 653a5c569f6c0b0fac877d2dd2a8a7dd OK NFDx2 checkfile vs. both remote (without normalization) 2025/01/30 01:57:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/30 01:57:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vifapel7gupi' 2025/01/30 01:57:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vifapel7gupi': 1 files missing 2025/01/30 01:57:16 NOTICE: 1 hashes missing 2025/01/30 01:57:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vifapel7gupi': 2 differences found 2025/01/30 01:57:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vifapel7gupi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/01/30 01:57:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/30 01:57:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vifapel7gupi': 0 differences found 2025/01/30 01:57:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vifapel7gupi': 1 matching files 2025/01/30 01:57:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rogileg2pibu" 2025/01/30 01:57:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/30 01:57:18 DEBUG : Creating backend with remote "TestDrive:crypt/iqu6slh65maves7vp3snb2j7uqoq8fmve7db53ofs8a0ql834jhg" 2025/01/30 01:57:18 DEBUG : Creating backend with remote "/tmp/rclone2179611358" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rogileg2pibu'", Local "Local file system at /tmp/rclone2179611358", Modify Window "1ms" 2025/01/30 01:57:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = ff71f7747bc56552204fba7cd0093303 OK NFCx2 checkfile vs. both remote (without normalization) 2025/01/30 01:57:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/30 01:57:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-rogileg2pibu' 2025/01/30 01:57:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rogileg2pibu': 1 files missing 2025/01/30 01:57:22 NOTICE: 1 hashes missing 2025/01/30 01:57:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rogileg2pibu': 2 differences found 2025/01/30 01:57:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rogileg2pibu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/01/30 01:57:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/30 01:57:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rogileg2pibu': 0 differences found 2025/01/30 01:57:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rogileg2pibu': 1 matching files 2025/01/30 01:57:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rimomom0node" 2025/01/30 01:57:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/30 01:57:23 DEBUG : Creating backend with remote "TestDrive:crypt/psut3s53bonkkb9d0cc8qsnsk71ggl7q0878kbjvp0u06j05ted0" 2025/01/30 01:57:24 DEBUG : Creating backend with remote "/tmp/rclone476488391" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rimomom0node'", Local "Local file system at /tmp/rclone476488391", Modify Window "1ms" 2025/01/30 01:57:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 1a21c88f7a403b6eeae04e5ce67dee20 OK both checkfile vs. NFDx2 remote (without normalization) 2025/01/30 01:57:27 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/30 01:57:27 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-rimomom0node' 2025/01/30 01:57:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rimomom0node': 1 files missing 2025/01/30 01:57:27 NOTICE: 1 hashes missing 2025/01/30 01:57:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rimomom0node': 2 differences found 2025/01/30 01:57:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rimomom0node': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/01/30 01:57:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/30 01:57:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rimomom0node': 0 differences found 2025/01/30 01:57:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rimomom0node': 1 matching files 2025/01/30 01:57:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bovuxoy7dido" 2025/01/30 01:57:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/30 01:57:28 DEBUG : Creating backend with remote "TestDrive:crypt/8d2dmm95upuh1aquvu75m8u485d25iv20vqrkjqospdscag7klc0" 2025/01/30 01:57:29 DEBUG : Creating backend with remote "/tmp/rclone2665441301" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bovuxoy7dido'", Local "Local file system at /tmp/rclone2665441301", Modify Window "1ms" 2025/01/30 01:57:32 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 7fe50936ab7fe20f5d870e92aa0876f5 OK both checkfile vs. NFCx2 remote (without normalization) 2025/01/30 01:57:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/30 01:57:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bovuxoy7dido' 2025/01/30 01:57:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bovuxoy7dido': 1 files missing 2025/01/30 01:57:33 NOTICE: 1 hashes missing 2025/01/30 01:57:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bovuxoy7dido': 2 differences found 2025/01/30 01:57:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bovuxoy7dido': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/01/30 01:57:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/30 01:57:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bovuxoy7dido': 0 differences found 2025/01/30 01:57:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bovuxoy7dido': 1 matching files 2025/01/30 01:57:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bovuxoy7dido': Purge remote 2025/01/30 01:57:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rimomom0node': Purge remote 2025/01/30 01:57:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rogileg2pibu': Purge remote 2025/01/30 01:57:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vifapel7gupi': Purge remote 2025/01/30 01:57:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ludovax5zako': Purge remote 2025/01/30 01:57:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yomofiy8guzu': Purge remote 2025/01/30 01:57:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fawekez4numu': Purge remote 2025/01/30 01:57:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puxatof6xaxo': Purge remote 2025/01/30 01:57:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-soqayaw7vozu': Purge remote 2025/01/30 01:57:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qozobew8xudo': Purge remote --- PASS: TestApplyTransforms (63.16s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 01:57:41 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/30 01:57:44 DEBUG : sub/file2: md5 = cdd220906c99d4eb89b542cd619d0eca OK 2025/01/30 01:57:44 INFO : file1: Copied (new) to: sub/file2 2025/01/30 01:57:45 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/30 01:57:45 DEBUG : file1: Unchanged skipping 2025/01/30 01:57:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': don't need to copy/move sub/file2, it is already at target location 2025/01/30 01:57:47 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.91s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.42s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 01:57:51 DEBUG : dst/file1: md5 = 2e6f44f16fad4e8b786195ea38c26f02 OK 2025/01/30 01:57:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-capijah1tuna/backup" 2025/01/30 01:57:52 DEBUG : Creating backend with remote "TestDrive:crypt/8tfie9njc1k035h5jtlkluj9krn3u9p7chvk7p3h0kqa0pqn2aq0/1nrff024r7pq65ecp72fc28jb0" 2025/01/30 01:57:53 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/01/30 01:57:56 INFO : dst/file1: Moved (server-side) 2025/01/30 01:57:58 DEBUG : dst/file1: md5 = 7bc751e2461827eb3dd665844f3786b7 OK 2025/01/30 01:57:58 INFO : dst/file1: Copied (new) 2025/01/30 01:58:01 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/30 01:58:02 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/30 01:58:03 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.79s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 01:58:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-capijah1tuna/dst" 2025/01/30 01:58:04 DEBUG : Creating backend with remote "TestDrive:crypt/8tfie9njc1k035h5jtlkluj9krn3u9p7chvk7p3h0kqa0pqn2aq0/31u3jie661vd5p8j7rtc3hgbh0" 2025/01/30 01:58:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-capijah1tuna/CompareDest" 2025/01/30 01:58:06 DEBUG : Creating backend with remote "TestDrive:crypt/8tfie9njc1k035h5jtlkluj9krn3u9p7chvk7p3h0kqa0pqn2aq0/gveqi14airsml4bgu7krj116o8" 2025/01/30 01:58:07 DEBUG : one: Need to transfer - File not found at Destination 2025/01/30 01:58:10 DEBUG : one: md5 = 5520ef155d35a213a385008ee1a64c0c OK 2025/01/30 01:58:10 INFO : one: Copied (new) 2025/01/30 01:58:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/30 01:58:13 DEBUG : one: md5 = 3916fc5f807917fe1ac0c3b6d6567ae3 OK 2025/01/30 01:58:13 INFO : one: Copied (replaced existing) 2025/01/30 01:58:15 DEBUG : dst/one: md5 = 2c76496e372d1f3736c0e6613e92afbc OK 2025/01/30 01:58:18 DEBUG : CompareDest/one: md5 = c52c5aab0d755f93adf287cacc166a88 OK 2025/01/30 01:58:19 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/30 01:58:19 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/30 01:58:19 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/30 01:58:22 DEBUG : CompareDest/two: md5 = dcc37605cb3d11588fcbfa4763b32e32 OK 2025/01/30 01:58:23 DEBUG : two: Need to transfer - File not found at Destination 2025/01/30 01:58:23 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/30 01:58:23 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/30 01:58:24 DEBUG : two: Need to transfer - File not found at Destination 2025/01/30 01:58:24 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/30 01:58:24 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/30 01:58:25 DEBUG : two: Need to transfer - File not found at Destination 2025/01/30 01:58:25 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/01/30 01:58:27 DEBUG : two: md5 = 9cdc02a2511f08927a82e0bc1e82aef0 OK 2025/01/30 01:58:27 INFO : two: Copied (new) 2025/01/30 01:58:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/30 01:58:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 01:58:32 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/30 01:58:32 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (28.75s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 01:58:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-capijah1tuna/dst" 2025/01/30 01:58:33 DEBUG : Creating backend with remote "TestDrive:crypt/8tfie9njc1k035h5jtlkluj9krn3u9p7chvk7p3h0kqa0pqn2aq0/31u3jie661vd5p8j7rtc3hgbh0" 2025/01/30 01:58:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-capijah1tuna/CopyDest" 2025/01/30 01:58:35 DEBUG : Creating backend with remote "TestDrive:crypt/8tfie9njc1k035h5jtlkluj9krn3u9p7chvk7p3h0kqa0pqn2aq0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/01/30 01:58:36 DEBUG : one: Need to transfer - File not found at Destination 2025/01/30 01:58:39 DEBUG : one: md5 = 47a6a7f5ae7450430f1349b7053a4635 OK 2025/01/30 01:58:39 INFO : one: Copied (new) 2025/01/30 01:58:40 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/30 01:58:42 DEBUG : one: md5 = 218441db0f110e953c2655dc38eb8c75 OK 2025/01/30 01:58:42 INFO : one: Copied (replaced existing) 2025/01/30 01:58:45 DEBUG : dst/one: md5 = 241b612b2a81f30d47a790b8aa73f288 OK 2025/01/30 01:58:47 DEBUG : CopyDest/one: md5 = 31de69f9894f49876cdf06631a63956d OK 2025/01/30 01:58:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-capijah1tuna/BackupDir" 2025/01/30 01:58:48 DEBUG : Creating backend with remote "TestDrive:crypt/8tfie9njc1k035h5jtlkluj9krn3u9p7chvk7p3h0kqa0pqn2aq0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/01/30 01:58:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/30 01:58:50 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/30 01:58:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/30 01:58:52 INFO : one: Moved (server-side) 2025/01/30 01:58:54 INFO : one: Copied (server-side copy) 2025/01/30 01:58:54 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/01/30 01:58:56 DEBUG : CopyDest/two: md5 = 81971cb4daf66b7721e586fb13cf7545 OK 2025/01/30 01:58:57 DEBUG : two: Need to transfer - File not found at Destination 2025/01/30 01:58:57 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/30 01:58:59 INFO : two: Copied (server-side copy) 2025/01/30 01:58:59 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/01/30 01:58:59 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/30 01:58:59 DEBUG : two: Unchanged skipping 2025/01/30 01:59:02 DEBUG : CopyDest/three: md5 = 08d6493d24e478ae67ace37129425c6f OK 2025/01/30 01:59:02 DEBUG : three: Need to transfer - File not found at Destination 2025/01/30 01:59:03 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/01/30 01:59:03 DEBUG : three: Destination not found in --copy-dest 2025/01/30 01:59:04 DEBUG : three: md5 = 0b481a85319600ac316223539c3f772b OK 2025/01/30 01:59:04 INFO : three: Copied (new) 2025/01/30 01:59:10 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/30 01:59:10 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/30 01:59:10 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 01:59:11 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/30 01:59:11 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/30 01:59:11 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 01:59:12 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (39.95s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.44s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.43s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 01:59:14 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/01/30 01:59:16 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 05b40e7a7cc9d9a443ba02108adc21d4 OK 2025/01/30 01:59:16 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/01/30 01:59:17 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/01/30 01:59:17 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/01/30 01:59:18 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/01/30 01:59:19 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/01/30 01:59:21 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 320c9054f12eb924970ed395ac19a580 OK 2025/01/30 01:59:21 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/01/30 01:59:23 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/01/30 01:59:23 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.65s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.48s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 01:59:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': Looking for duplicate names using skip mode. 2025/01/30 01:59:28 NOTICE: one: Found 2 files with duplicate names 2025/01/30 01:59:28 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.68s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 01:59:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': Looking for duplicate names using skip mode. 2025/01/30 01:59:36 NOTICE: one: Found 3 files with duplicate names 2025/01/30 01:59:36 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/01/30 01:59:36 INFO : one: Deleted 2025/01/30 01:59:36 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.99s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 01:59:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': Looking for duplicate names using first mode. 2025/01/30 01:59:43 NOTICE: one: Found 3 files with duplicate names 2025/01/30 01:59:44 INFO : one: Deleted 2025/01/30 01:59:44 INFO : one: Deleted 2025/01/30 01:59:44 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.36s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 01:59:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': Looking for duplicate names using newest mode. 2025/01/30 01:59:51 NOTICE: one: Found 3 files with duplicate names 2025/01/30 01:59:51 INFO : one: Deleted 2025/01/30 01:59:52 INFO : one: Deleted 2025/01/30 01:59:52 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.66s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.43s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 01:59:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': Looking for duplicate names using oldest mode. 2025/01/30 01:59:59 NOTICE: one: Found 3 files with duplicate names 2025/01/30 01:59:59 INFO : one: Deleted 2025/01/30 02:00:00 INFO : one: Deleted 2025/01/30 02:00:00 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.60s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:00:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': Looking for duplicate names using largest mode. 2025/01/30 02:00:07 NOTICE: one: Found 3 files with duplicate names 2025/01/30 02:00:07 INFO : one: Deleted 2025/01/30 02:00:08 INFO : one: Deleted 2025/01/30 02:00:08 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.56s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:00:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': Looking for duplicate names using smallest mode. 2025/01/30 02:00:14 NOTICE: one: Found 3 files with duplicate names 2025/01/30 02:00:15 INFO : one: Deleted 2025/01/30 02:00:16 INFO : one: Deleted 2025/01/30 02:00:16 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.91s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:00:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': Looking for duplicate names using rename mode. 2025/01/30 02:00:25 NOTICE: one.txt: Found 3 files with duplicate names 2025/01/30 02:00:26 INFO : one-2.txt: renamed from: one.txt 2025/01/30 02:00:27 INFO : one-3.txt: renamed from: one.txt 2025/01/30 02:00:28 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (14.68s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:00:34 DEBUG : dupe1/one.txt: md5 = 0a88ed1858dfc396823c53f044645820 OK 2025/01/30 02:00:37 DEBUG : dupe2/two.txt: md5 = 3717a2de737f261c9e35919e21d9c6da OK 2025/01/30 02:00:40 DEBUG : dupe3/three.txt: md5 = 053ceaab456b3f62de6ca3790f02feea OK 2025/01/30 02:00:40 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/01/30 02:00:41 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/01/30 02:00:42 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/01/30 02:00:43 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/01/30 02:00:47 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/01/30 02:00:47 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/01/30 02:00:47 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (16.15s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:00:49 DEBUG : a.txt: md5 = 4e494d033520f7aeb93025eeecb09983 OK 2025/01/30 02:00:51 DEBUG : zend.txt: md5 = 17cd5463863fd0ba32eea4d6264b0d98 OK 2025/01/30 02:00:54 DEBUG : sub dir/hello world: md5 = 63e769229f8ca6ece068d4b52528dd44 OK 2025/01/30 02:00:55 DEBUG : sub dir/hello world2: md5 = 9bb9dc3900e4d392b028b7f7e0fa2b45 OK 2025/01/30 02:00:58 DEBUG : sub dir/ignore dir/.ignore: md5 = 2c8136fdf46576ca9c823cb6556a44b2 OK 2025/01/30 02:01:00 DEBUG : sub dir/ignore dir/should be ignored: md5 = e205b337cb620dd9ec11934be4544815 OK 2025/01/30 02:01:02 DEBUG : sub dir/sub sub dir/hello world3: md5 = 61b4b93a5790c9a07c3ca48ff0f3ee5e OK 2025/01/30 02:01:04 DEBUG : a.txt: Excluded (Size Filter) 2025/01/30 02:01:04 DEBUG : a.txt: Excluded 2025/01/30 02:01:04 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/01/30 02:01:04 DEBUG : sub dir/hello world: Excluded 2025/01/30 02:01:04 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/01/30 02:01:04 DEBUG : sub dir/hello world2: Excluded 2025/01/30 02:01:05 DEBUG : sub dir/ignore dir: Excluded 2025/01/30 02:01:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/01/30 02:01:05 DEBUG : sub dir/hello world: Excluded 2025/01/30 02:01:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/01/30 02:01:05 DEBUG : sub dir/hello world2: Excluded 2025/01/30 02:01:05 DEBUG : sub dir/ignore dir: Excluded 2025/01/30 02:01:11 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/01/30 02:01:12 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/01/30 02:01:12 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/01/30 02:01:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/01/30 02:01:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/01/30 02:01:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/01/30 02:01:13 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (25.81s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:01:15 DEBUG : file1: md5 = daf8f2df1a534ee27919b8eec377f014 OK 2025/01/30 02:01:18 DEBUG : sub/file2: md5 = 9ee85bacad44882daa34c00d04e203f4 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/01/30 02:01:21 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/01/30 02:01:21 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/01/30 02:01:22 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/01/30 02:01:24 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (11.14s) --- PASS: TestListJSON/Default (0.29s) --- PASS: TestListJSON/FilesOnly (0.31s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.51s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.28s) --- PASS: TestListJSON/Metadata (0.70s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:01:26 DEBUG : file1: md5 = 01a780d233ab88a6304e507fc1f91364 OK 2025/01/30 02:01:29 DEBUG : sub/file2: md5 = b2ed0841fe82caaa7a3f54eca92eb6f3 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/01/30 02:01:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-capijah1tuna/notfound" 2025/01/30 02:01:33 DEBUG : Creating backend with remote "TestDrive:crypt/8tfie9njc1k035h5jtlkluj9krn3u9p7chvk7p3h0kqa0pqn2aq0/qe0i31qdkoejk60elps0ni5sqk" 2025/01/30 02:01:37 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.79s) --- PASS: TestStatJSON/Root (0.23s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.27s) --- PASS: TestStatJSON/Dir (0.52s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.26s) --- PASS: TestStatJSON/File (0.28s) --- PASS: TestStatJSON/NotFound (0.49s) --- PASS: TestStatJSON/DirFilesOnly (0.26s) --- PASS: TestStatJSON/FileFilesOnly (0.27s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.44s) --- PASS: TestStatJSON/FileDirsOnly (0.28s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.26s) --- PASS: TestStatJSON/RootNotFound (1.85s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:01:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': Making directory 2025/01/30 02:01:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': Making directory --- PASS: TestMkdir (0.69s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:01:42 DEBUG : sub dir/hello world: md5 = 68e2ac4d1c8e7155d2df9cd439af454f OK 2025/01/30 02:01:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.45s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:01:46 DEBUG : potato2: md5 = d524c4539fbee88f95eb782eecb040bd OK 2025/01/30 02:01:48 DEBUG : empty space: md5 = 3f28cca47d072ccfd8ae687dd5c2ee46 OK --- PASS: TestLs (5.96s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:01:52 DEBUG : potato2: md5 = e825cf479e40fd29def07775daa1f1fa OK 2025/01/30 02:01:54 DEBUG : empty space: md5 = eae71582b234b03f6e3cc4eca4427f76 OK 2025/01/30 02:01:54 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/01/30 02:01:54 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.53s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:01:58 DEBUG : potato2: md5 = 7de44666933671c6b8925fabfc4e07a9 OK 2025/01/30 02:01:59 DEBUG : empty space: md5 = e528ad5849f9c463612e135251f4890c OK --- PASS: TestLsLong (5.26s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:02:03 DEBUG : potato2: md5 = 8f42f0b0a010f3f631cf1039121d8b4b OK 2025/01/30 02:02:05 DEBUG : empty space: md5 = e12d5cbc8bcdcb544aaee825c3e29d97 OK --- PASS: TestHashSums (5.94s) === RUN TestHashSumsWithErrors 2025/01/30 02:02:07 DEBUG : Creating backend with remote ":memory:" 2025/01/30 02:02:07 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/01/30 02:02:07 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/01/30 02:02:07 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/01/30 02:02:07 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/01/30 02:02:07 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/01/30 02:02:07 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/01/30 02:02:07 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/01/30 02:02:07 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/01/30 02:02:07 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-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:02:09 DEBUG : potato2: md5 = 416e91a741585ff97d314fb10e558d7d OK 2025/01/30 02:02:11 DEBUG : empty space: md5 = faa8474d660a85560e8fa5764531cfde OK 2025/01/30 02:02:13 DEBUG : sub dir/potato3: md5 = 73a50bbc8de23e7c18291240f0463553 OK 2025/01/30 02:02:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (9.99s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:02:19 DEBUG : small: md5 = 1b44be670d7770d1fc7e06936e9538fd OK 2025/01/30 02:02:21 DEBUG : medium: md5 = 4c66d1bbcb1989a452968cd38365cc78 OK 2025/01/30 02:02:22 DEBUG : large: md5 = 69af347d99264b5fc7a0d9a89d5a60d7 OK 2025/01/30 02:02:23 DEBUG : Waiting for deletions to finish 2025/01/30 02:02:23 DEBUG : large: Excluded (Size Filter) 2025/01/30 02:02:23 INFO : small: Deleted 2025/01/30 02:02:23 INFO : medium: Deleted --- PASS: TestDelete (7.36s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:02:26 DEBUG : small: md5 = c2bb7c9f208a90acdecddd06b381cb87 OK 2025/01/30 02:02:28 DEBUG : medium: md5 = 76c7cee62409f241279a3118f758594e OK 2025/01/30 02:02:30 DEBUG : large: md5 = 08e663f5fe402800cf6f863adfade474 OK 2025/01/30 02:02:30 DEBUG : Waiting for deletions to finish 2025/01/30 02:02:30 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/01/30 02:02:31 INFO : large: Deleted 2025/01/30 02:02:31 INFO : small: Deleted --- PASS: TestMaxDelete (8.10s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:02:34 DEBUG : small: md5 = 6d46c7c0f3addff77f262f4191d9e058 OK 2025/01/30 02:02:36 DEBUG : medium: md5 = f3c8a323259c496f586bdd83548c7cba OK 2025/01/30 02:02:38 DEBUG : large: md5 = 5fa2d8ac619954f9464de9f1f80fbec2 OK 2025/01/30 02:02:38 DEBUG : Waiting for deletions to finish 2025/01/30 02:02:38 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/01/30 02:02:39 INFO : small: Deleted 2025/01/30 02:02:39 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.82s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:02:42 DEBUG : small: md5 = cffdb09702d47cfa6aaf26d1e5eee20a OK 2025/01/30 02:02:44 DEBUG : medium: md5 = edfafac9e1432cf850c0cbd4fd8dc100 OK 2025/01/30 02:02:46 DEBUG : large: md5 = 0ca4064af87a1a913d2513cef86bf686 OK 2025/01/30 02:02:46 DEBUG : Waiting for deletions to finish 2025/01/30 02:02:46 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/01/30 02:02:47 INFO : medium: Deleted 2025/01/30 02:02:47 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.84s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:02:50 DEBUG : ReadFile: md5 = 896dad3425fc1cf900f15e4ce5503298 OK --- PASS: TestReadFile (4.39s) === RUN TestRetry 2025/01/30 02:02:53 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/01/30 02:02:53 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/01/30 02:02:53 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/30 02:02:53 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/30 02:02:53 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/30 02:02:53 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/30 02:02:53 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-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:02:55 DEBUG : file1: md5 = f562dfb31d5fd54f8c2c803201b8d4f2 OK 2025/01/30 02:02:56 DEBUG : file2: md5 = c7b34ce006ac81916c0c41fcc833f2f2 OK --- PASS: TestCat (18.01s) === RUN TestPurge 2025/01/30 02:03:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jupanoz2yiqa" 2025/01/30 02:03:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/30 02:03:11 DEBUG : Creating backend with remote "TestDrive:crypt/5pbtlf6dfpbk2ee5kg66odgvlo1qa3adk4i4861o5ke1ecaa6c70" 2025/01/30 02:03:12 DEBUG : Creating backend with remote "/tmp/rclone204223335" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jupanoz2yiqa'", Local "Local file system at /tmp/rclone204223335", Modify Window "1ms" 2025/01/30 02:03:17 DEBUG : A1/B1/C1/one: md5 = 89d6cc60ae9e01837c5dd10485d00cfd OK 2025/01/30 02:03:17 INFO : A2: Making directory 2025/01/30 02:03:18 INFO : A1/B2: Making directory 2025/01/30 02:03:19 INFO : A1/B2/C2: Making directory 2025/01/30 02:03:20 INFO : A1/B1/C3: Making directory 2025/01/30 02:03:21 INFO : A3: Making directory 2025/01/30 02:03:22 INFO : A3/B3: Making directory 2025/01/30 02:03:23 INFO : A3/B3/C4: Making directory 2025/01/30 02:03:26 DEBUG : A1/two: md5 = 40c73c04614da50a22cf7f6a1506efa0 OK 2025/01/30 02:03:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jupanoz2yiqa': Purge remote 2025/01/30 02:03:30 NOTICE: purge failed: directory not found --- PASS: TestPurge (18.76s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:03:35 DEBUG : A1/B1/C1/one: md5 = 6185804f256a2fe83f4654b453543d49 OK 2025/01/30 02:03:35 INFO : A2: Making directory 2025/01/30 02:03:35 INFO : A1/B2: Making directory 2025/01/30 02:03:36 INFO : A1/B2/C2: Making directory 2025/01/30 02:03:37 INFO : A1/B1/C3: Making directory 2025/01/30 02:03:38 INFO : A3: Making directory 2025/01/30 02:03:39 INFO : A3/B3: Making directory 2025/01/30 02:03:40 INFO : A3/B3/C4: Making directory 2025/01/30 02:03:43 DEBUG : A1/two: md5 = 4f75ba43ba1e4a85fca87da02f538545 OK 2025/01/30 02:03:44 DEBUG : removing 1 level 3 directories 2025/01/30 02:03:44 INFO : A3/B3/C4: Removing directory 2025/01/30 02:03:47 DEBUG : removing 2 level 3 directories 2025/01/30 02:03:47 INFO : A1/B2/C2: Removing directory 2025/01/30 02:03:47 INFO : A1/B1/C3: Removing directory 2025/01/30 02:03:48 DEBUG : removing 2 level 2 directories 2025/01/30 02:03:48 INFO : A3/B3: Removing directory 2025/01/30 02:03:48 INFO : A1/B2: Removing directory 2025/01/30 02:03:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/30 02:03:48 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/01/30 02:03:49 DEBUG : removing 2 level 1 directories 2025/01/30 02:03:49 INFO : A3: Removing directory 2025/01/30 02:03:49 INFO : A2: Removing directory 2025/01/30 02:03:49 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/01/30 02:03:53 DEBUG : removing 1 level 3 directories 2025/01/30 02:03:53 INFO : A1/B1/C1: Removing directory 2025/01/30 02:03:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 02:03:54 DEBUG : removing 1 level 2 directories 2025/01/30 02:03:54 INFO : A1/B1: Removing directory 2025/01/30 02:03:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/30 02:03:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/30 02:03:55 DEBUG : removing 1 level 1 directories 2025/01/30 02:03:55 INFO : A1: Removing directory 2025/01/30 02:03:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/30 02:03:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/30 02:03:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/30 02:03:56 DEBUG : removing 1 level 0 directories 2025/01/30 02:03:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': Removing directory 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/30 02:03:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (27.72s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:03:58 INFO : A1: Making directory 2025/01/30 02:03:59 INFO : A1/B1: Making directory 2025/01/30 02:04:00 INFO : A1/B1/C1: Making directory 2025/01/30 02:04:03 DEBUG : removing 1 level 3 directories 2025/01/30 02:04:03 INFO : A1/B1/C1: Removing directory 2025/01/30 02:04:04 DEBUG : removing 1 level 2 directories 2025/01/30 02:04:04 INFO : A1/B1: Removing directory 2025/01/30 02:04:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/30 02:04:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.66s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:04:07 INFO : A1: Making directory 2025/01/30 02:04:08 INFO : A1/B1: Making directory 2025/01/30 02:04:09 INFO : A1/B1/C1: Making directory 2025/01/30 02:04:12 DEBUG : removing 1 level 3 directories 2025/01/30 02:04:12 INFO : A1/B1/C1: Removing directory 2025/01/30 02:04:13 DEBUG : removing 1 level 2 directories 2025/01/30 02:04:13 INFO : A1/B1: Removing directory 2025/01/30 02:04:13 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/30 02:04:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.74s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:04:18 DEBUG : file1: md5 = 8d5ec681d9ea5c9ac8a407d57c37e093 OK 2025/01/30 02:04:18 DEBUG : filename.txt: File name found in url 2025/01/30 02:04:20 DEBUG : filename.txt: md5 = e5323d081f3c3d121caa9a4bde80d66a OK 2025/01/30 02:04:20 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/01/30 02:04:21 DEBUG : headerfilename.txt: md5 = b077e0100d4b0e4f3a74e974b11a7ea5 OK 2025/01/30 02:04:23 DEBUG : file2: md5 = 3f4033c283093513baebde3a6a1c21d1 OK --- PASS: TestCopyURL (10.50s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:04:26 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/30 02:04:29 DEBUG : sub/file2: md5 = f4783d0d9d9b75e69a0720dee9237ec5 OK 2025/01/30 02:04:29 INFO : file1: Copied (new) to: sub/file2 2025/01/30 02:04:29 INFO : file1: Deleted 2025/01/30 02:04:30 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/30 02:04:30 DEBUG : file1: Unchanged skipping 2025/01/30 02:04:30 INFO : file1: Deleted 2025/01/30 02:04:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': don't need to copy/move sub/file2, it is already at target location 2025/01/30 02:04:32 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.75s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:04:33 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/30 02:04:35 DEBUG : file1: md5 = a04a6554e4c1379bb6588b1f6cea5230 OK 2025/01/30 02:04:35 INFO : file1: Copied (new) 2025/01/30 02:04:35 INFO : file1: Deleted 2025/01/30 02:04:35 DEBUG : file1: Destination exists, skipping 2025/01/30 02:04:35 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.71s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.47s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:04:40 DEBUG : dst/file1: md5 = 6636262eec752a9d19174c4252997656 OK 2025/01/30 02:04:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-capijah1tuna/backup" 2025/01/30 02:04:41 DEBUG : Creating backend with remote "TestDrive:crypt/8tfie9njc1k035h5jtlkluj9krn3u9p7chvk7p3h0kqa0pqn2aq0/1nrff024r7pq65ecp72fc28jb0" 2025/01/30 02:04:42 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/01/30 02:04:45 INFO : dst/file1: Moved (server-side) 2025/01/30 02:04:47 DEBUG : dst/file1: md5 = 34adef93e2aa680a7cae2caf9dc73d0d OK 2025/01/30 02:04:47 INFO : dst/file1: Copied (new) 2025/01/30 02:04:47 INFO : dst/file1: Deleted 2025/01/30 02:04:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/30 02:04:51 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/30 02:04:52 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.01s) === 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-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:04:55 DEBUG : A1/one: md5 = b741dc4d355ddf99bc32185aed755500 OK 2025/01/30 02:04:57 DEBUG : A1/two: md5 = 2aa97d099ad0dd12465e7260c200f1fa OK 2025/01/30 02:05:00 DEBUG : A1/B1/three: md5 = d0d78fd2260a0827f9060f62409439f3 OK 2025/01/30 02:05:02 DEBUG : A1/B1/C1/four: md5 = 0fd84bd5401649a59ee1ab835e0c52bc OK 2025/01/30 02:05:05 DEBUG : A1/B1/C2/five: md5 = c7911b8865ab50511704e909957ad0d7 OK 2025/01/30 02:05:05 INFO : A1/B2: Making directory 2025/01/30 02:05:06 INFO : A1/B1/C3: Making directory 2025/01/30 02:05:18 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/01/30 02:05:18 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/01/30 02:05:18 INFO : A2/one: Moved (server-side) to: A3/one 2025/01/30 02:05:18 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/01/30 02:05:19 INFO : A2/two: Moved (server-side) to: A3/two 2025/01/30 02:05:22 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/30 02:05:22 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/30 02:05:22 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/30 02:05:23 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/30 02:05:23 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/30 02:05:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/01/30 02:05:32 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/01/30 02:05:32 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/01/30 02:05:32 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/01/30 02:05:32 INFO : A3/two: Moved (server-side) to: A4/two 2025/01/30 02:05:33 INFO : A3/one: Moved (server-side) to: A4/one 2025/01/30 02:05:36 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/30 02:05:36 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/30 02:05:36 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/30 02:05:37 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/30 02:05:37 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/30 02:05:44 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/01/30 02:05:45 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/01/30 02:05:46 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/30 02:05:46 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/30 02:05:46 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/30 02:05:46 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/30 02:05:47 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/30 02:05:47 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/30 02:05:47 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/30 02:05:47 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (54.92s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" --- PASS: TestGetFsInfo (0.45s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:05:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': File to upload is small (34 bytes), uploading instead of streaming 2025/01/30 02:05:50 DEBUG : no_checksum_small_file_from_pipe: md5 = b5e441fb68dda3727e6c60fa8b94fa52 OK 2025/01/30 02:05:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/01/30 02:05:50 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/30 02:05:51 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/01/30 02:05:53 DEBUG : no_checksum_big_file_from_pipe: md5 = cbec6a0867745ff50e271ca01d10cd85 OK 2025/01/30 02:05:53 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-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:05:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': File to upload is small (34 bytes), uploading instead of streaming 2025/01/30 02:05:56 DEBUG : with_checksum_small_file_from_pipe: md5 = 5c738a06a7d9759587c4df269b7b8de0 OK 2025/01/30 02:05:56 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/30 02:05:57 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/01/30 02:05:59 DEBUG : with_checksum_big_file_from_pipe: md5 = 6775c9dd54a571d4d6802bc5da8d890b OK 2025/01/30 02:05:59 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-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:06:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': File to upload is small (34 bytes), uploading instead of streaming 2025/01/30 02:06:03 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/30 02:06:03 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/01/30 02:06:05 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-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:06:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': File to upload is small (34 bytes), uploading instead of streaming 2025/01/30 02:06:08 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/30 02:06:09 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/01/30 02:06:10 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (24.33s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.42s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.51s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.40s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.01s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/01/30 02:06:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': File to upload is small (48 bytes), uploading instead of streaming 2025/01/30 02:06:14 DEBUG : rcat_metadata: md5 = 6fa9ae690733cf02c4d695d8d2350145 OK 2025/01/30 02:06:14 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/01/30 02:06:16 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/01/30 02:06:18 DEBUG : rcat_metadata_uploadcutoff0: md5 = dd9b493e03a6ef2fbae0448862298f2c OK 2025/01/30 02:06:18 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.94s) --- PASS: TestRcatMetadata/Normal (2.92s) --- PASS: TestRcatMetadata/ViaDisk (3.56s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:06:21 DEBUG : potato1: md5 = 0e3bb23a5a1d1c69819c5498b18433e3 OK 2025/01/30 02:06:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': File to upload is small (60 bytes), uploading instead of streaming 2025/01/30 02:06:23 DEBUG : potato2: md5 = a46f4e7520885ce7eb0a26ae7c085595 OK 2025/01/30 02:06:23 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.37s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:06:26 DEBUG : potato1: md5 = a0998126ae96e6455a4c6f8a14922d24 OK 2025/01/30 02:06:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': File to upload is small (60 bytes), uploading instead of streaming 2025/01/30 02:06:28 DEBUG : potato2: md5 = 7b8c43096e90047c6d8e3b999e3a8a84 OK 2025/01/30 02:06:28 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.86s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:06:32 DEBUG : potato2: md5 = c8014dfc6e441bc47a6953f101bb1183 OK 2025/01/30 02:06:34 DEBUG : empty space: md5 = c9740244287d1a1e1a98263619f84420 OK 2025/01/30 02:06:37 DEBUG : sub dir/potato3: md5 = c23d7748c079092bcf496c19b5a3d082 OK 2025/01/30 02:06:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': Touching "empty space" 2025/01/30 02:06:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': Touching "potato2" 2025/01/30 02:06:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': Touching "sub dir/potato3" 2025/01/30 02:06:43 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (13.37s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:06:44 DEBUG : dir with metadata: Making directory with metadata 2025/01/30 02:06:45 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.97s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:06:47 DEBUG : directory with modtime: Making directory with metadata 2025/01/30 02:06:48 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (3.05s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:06:50 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/01/30 02:06:50 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/30 02:06:50 DEBUG : Google drive root 'crypt/8tfie9njc1k035h5jtlkluj9krn3u9p7chvk7p3h0kqa0pqn2aq0': Skipping btime metadata as can't update it on an existing file: 2025-01-30T02:06:50.368194577Z 2025/01/30 02:06:51 INFO : non existent directory: Updated directory metadata 2025/01/30 02:06:53 DEBUG : Google drive root 'crypt/8tfie9njc1k035h5jtlkluj9krn3u9p7chvk7p3h0kqa0pqn2aq0': Skipping btime metadata as can't update it on an existing file: 2025-01-30T02:06:50.368194577Z 2025/01/30 02:06:54 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.72s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:06:56 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/01/30 02:06:58 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/01/30 02:06:59 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (5.34s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:07:01 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/01/30 02:07:01 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/30 02:07:01 DEBUG : dst: Making directory with metadata 2025/01/30 02:07:02 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/30 02:07:02 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/30 02:07:03 INFO : dst: Set directory modification time (using SetModTime) 2025/01/30 02:07:03 INFO : dst: Set directory modification time (using SetModTime) 2025/01/30 02:07:03 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/01/30 02:07:05 INFO : dst: Set directory modification time (using SetModTime) 2025/01/30 02:07:05 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (5.11s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna'", Local "Local file system at /tmp/rclone1294496994", Modify Window "1ms" 2025/01/30 02:07:09 DEBUG : sub dir/test remove existing: md5 = 9715094fdfd4a844b37864add43ee848 OK 2025/01/30 02:07:11 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 037d785f971fa8a63acbf627fa951b27 OK 2025/01/30 02:07:15 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.wibuceb1" before starting 2025/01/30 02:07:16 DEBUG : sub dir/test remove existing.wibuceb1: TEST: removing renamed existing file after operation 2025/01/30 02:07:18 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cariwoy6" before starting 2025/01/30 02:07:19 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.cariwoy6: TEST: renaming existing back after failed operation 2025/01/30 02:07:20 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.coyapuk2" before starting 2025/01/30 02:07:21 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.coyapuk2: TEST: removing renamed existing file after operation 2025/01/30 02:07:23 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "n2hp5uuemukfegcnq3dkgprn65va1ir5vgbk9jtd3k6e0p3klms0" 2025/01/30 02:07:23 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "htfl3jbhjvd4u0he5qu2hmpu3ejla8dcc1jdtoopvmm7lg1jh2dusn5egg4dt2s56ua0j3bg03qq8mvuvs18m92h3oa41fusf0ot7u4msdev19j6agd9nbh96vp7f1h7obsv7e23481ugdb2ciis97l7au01jgodfi4u2c1meqblcam0nvi0" --- PASS: TestRemoveExisting (17.76s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/01/30 02:07:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-capijah1tuna': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 12m25.885336476s (try 1/5)