"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/04/03 01:04:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cutaduy2xufe" 2025/04/03 01:04:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/03 01:04:16 DEBUG : Creating backend with remote "TestDrive:crypt/1ast72gt6v1q0hp9acelgmcv98qbm1a0g5pds1jjms565ebc3hqg" 2025/04/03 01:04:17 DEBUG : Creating backend with remote "/tmp/rclone139674916" === 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-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.22s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", 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/04/03 01:04:18 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/03 01:04:18 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/03 01:04:18 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/04/03 01:04:18 DEBUG : potato: Seek from 10 to 0 2025/04/03 01:04:18 DEBUG : potato: Seek from 10 to 0 2025/04/03 01:04:18 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/04/03 01:04:18 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/03 01:04:18 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/03 01:04:18 DEBUG : potato: Seek from 5 to 2 2025/04/03 01:04:18 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/04/03 01:04:18 DEBUG : potato: Seek from 7 to 0 2025/04/03 01:04:18 DEBUG : potato: Seek from 7 to 0 2025/04/03 01:04:18 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/04/03 01:04:18 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/03 01:04:18 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/03 01:04:18 DEBUG : potato: Seek from 5 to 2 2025/04/03 01:04:18 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/04/03 01:04:18 DEBUG : potato: Seek from 8 to 0 2025/04/03 01:04:18 DEBUG : potato: Seek from 8 to 0 2025/04/03 01:04:18 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/04/03 01:04:18 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/04/03 01:04:18 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/04/03 01:04:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/04/03 01:04:18 DEBUG : potato: Seek from 5 to 2 2025/04/03 01:04:18 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/04/03 01:04:18 DEBUG : potato: Seek from 9 to 0 2025/04/03 01:04:18 DEBUG : potato: Seek from 9 to 0 2025/04/03 01:04:18 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-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:04:20 DEBUG : rutabaga: md5 = 54c9957cea80468754fe9ae05d40d991 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/04/03 01:04:22 DEBUG : empty space: md5 = 9f2eed1b7f3d02e7dcfaffe61658bf07 OK === RUN TestCheck/3 2025/04/03 01:04:24 DEBUG : potato2: md5 = 26843ea8b45b1ba0fece577d8a723c16 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/04/03 01:04:26 DEBUG : remotepotato: md5 = 8e5a0af9b34595498228f849021919f3 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.68s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.28s) --- PASS: TestCheck/3 (0.27s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.24s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2025/04/03 01:04:29 DEBUG : Creating backend with remote "nonexistent" 2025/04/03 01:04:29 DEBUG : Creating backend with remote "nonexistent" 2025/04/03 01:04:29 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/04/03 01:04:29 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/04/03 01:04:29 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/04/03 01:04:29 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-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:04:31 DEBUG : rutabaga: md5 = 17f30cfa008e72a10cd4fb140be7e181 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/04/03 01:04:35 DEBUG : empty space: md5 = 83e8911eeaf4f59d6d95d0fb72feac4f OK === RUN TestCheckDownload/3 2025/04/03 01:04:37 DEBUG : potato2: md5 = 7c0ba5df77a3988752297499330796de OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/04/03 01:04:41 DEBUG : remotepotato: md5 = dd6c0bbc7405ec3f24f16041a6ff9120 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.72s) --- PASS: TestCheckDownload/1 (1.25s) --- PASS: TestCheckDownload/2 (1.07s) --- PASS: TestCheckDownload/3 (0.88s) --- PASS: TestCheckDownload/4 (1.15s) --- PASS: TestCheckDownload/5 (0.97s) --- PASS: TestCheckDownload/6 (1.09s) --- PASS: TestCheckDownload/7 (1.45s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:04:47 DEBUG : rutabaga: md5 = 90d7032d5cc45689d2f97dc02ac4839f OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/04/03 01:04:50 DEBUG : empty space: md5 = 0c726feee4438ccb5ac66ba49ca4e499 OK === RUN TestCheckSizeOnly/3 2025/04/03 01:04:52 DEBUG : potato2: md5 = 1c4eb7700cd6061104ae3356432e90de OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/04/03 01:04:54 DEBUG : remotepotato: md5 = 12fe89527592caf6fea4d5668a9f139c OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.94s) --- PASS: TestCheckSizeOnly/1 (0.24s) --- PASS: TestCheckSizeOnly/2 (0.23s) --- PASS: TestCheckSizeOnly/3 (0.30s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.29s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:04:58 DEBUG : test.sum: md5 = fc19ba0e392e5bfac62b66944f504418 OK 2025/04/03 01:04:59 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/03 01:04:59 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/03 01:04:59 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/03 01:04:59 NOTICE: test.sum: 2 warning(s) suppressed... 2025/04/03 01:05:01 DEBUG : test.sum: md5 = 43553650d4af5a687edda8de919c29ec OK 2025/04/03 01:05:02 NOTICE: test.sum: improperly formatted checksum line 4 2025/04/03 01:05:02 NOTICE: test.sum: improperly formatted checksum line 5 2025/04/03 01:05:02 NOTICE: test.sum: improperly formatted checksum line 6 2025/04/03 01:05:02 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.02s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:05:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cutaduy2xufe/data" 2025/04/03 01:05:03 DEBUG : Creating backend with remote "TestDrive:crypt/1ast72gt6v1q0hp9acelgmcv98qbm1a0g5pds1jjms565ebc3hqg/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe/data' lacks md5, skipping --- SKIP: TestCheckSum (2.00s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:05:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cutaduy2xufe/data" 2025/04/03 01:05:05 DEBUG : Creating backend with remote "TestDrive:crypt/1ast72gt6v1q0hp9acelgmcv98qbm1a0g5pds1jjms565ebc3hqg/vjrnln8ratgmqakfosrqe8espk" 2025/04/03 01:05:09 DEBUG : data/banana: md5 = 691425413cc3902741e0e7939307df84 OK 2025/04/03 01:05:10 DEBUG : test.sum: md5 = 23d31609aff2b46ff16d65e1cf0c1b12 OK === RUN TestCheckSumDownload/subtest1 2025/04/03 01:05:14 DEBUG : data/potato: md5 = 8f30bc8786cdc46cf725280a2fc94799 OK 2025/04/03 01:05:16 DEBUG : test.sum: md5 = f21eda7ca91f4ec029c57be45feeb7a7 OK === RUN TestCheckSumDownload/subtest2 2025/04/03 01:05:20 DEBUG : test.sum: md5 = 741b7ec3c0ac52e396514ffa55a03428 OK === RUN TestCheckSumDownload/subtest3 2025/04/03 01:05:23 DEBUG : test.sum: md5 = 2773a9c009560b5d29b9e012eb2507f6 OK === RUN TestCheckSumDownload/subtest4 2025/04/03 01:05:28 DEBUG : test.sum: md5 = cbd2852fcd0d9c88804ffc4939015829 OK === RUN TestCheckSumDownload/subtest5 2025/04/03 01:05:32 DEBUG : test.sum: md5 = 349abf30050aa56844e7fbdf212fd56a OK === RUN TestCheckSumDownload/subtest6 2025/04/03 01:05:36 DEBUG : data/banana: md5 = 7c2a9da708d337d41e1da21b7557a371 OK 2025/04/03 01:05:37 DEBUG : data/potato: md5 = 76277697b2a465c9e3ef23bef3503b0a OK 2025/04/03 01:05:38 DEBUG : test.sum: md5 = fb6e06895d2f8ed6f1674d095fb659ad OK === RUN TestCheckSumDownload/subtest7 2025/04/03 01:05:43 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/04/03 01:05:43 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (39.00s) --- PASS: TestCheckSumDownload/subtest1 (2.36s) --- PASS: TestCheckSumDownload/subtest2 (2.00s) --- PASS: TestCheckSumDownload/subtest3 (2.14s) --- PASS: TestCheckSumDownload/subtest4 (2.15s) --- PASS: TestCheckSumDownload/subtest5 (1.89s) --- PASS: TestCheckSumDownload/subtest6 (2.23s) --- PASS: TestCheckSumDownload/subtest7 (2.24s) === RUN TestApplyTransforms 2025/04/03 01:05:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hosizut7dova" 2025/04/03 01:05:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/03 01:05:44 DEBUG : Creating backend with remote "TestDrive:crypt/i2vv8bb5sbh23pg448k65nmahjv99fdebuofdsivdcll6v1utlkg" 2025/04/03 01:05:45 DEBUG : Creating backend with remote "/tmp/rclone2790271284" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hosizut7dova'", Local "Local file system at /tmp/rclone2790271284", Modify Window "1ms" 2025/04/03 01:05:47 DEBUG : hello, world!: md5 = 5400d9e99b9cf9ff557bff806f364fee OK upper checkfile vs. lower remote (without normalization) 2025/04/03 01:05:48 ERROR : hello, world!: sum not found 2025/04/03 01:05:48 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-hosizut7dova' 2025/04/03 01:05:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hosizut7dova': 1 files missing 2025/04/03 01:05:48 NOTICE: 1 hashes missing 2025/04/03 01:05:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hosizut7dova': 2 differences found 2025/04/03 01:05:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hosizut7dova': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/04/03 01:05:49 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/03 01:05:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hosizut7dova': 0 differences found 2025/04/03 01:05:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hosizut7dova': 1 matching files 2025/04/03 01:05:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ququjap2xuru" 2025/04/03 01:05:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/03 01:05:49 DEBUG : Creating backend with remote "TestDrive:crypt/h9q4390jaf2uv6sqchtjb20ud1gtde2o9tm1bh0tak33jp8igemg" 2025/04/03 01:05:50 DEBUG : Creating backend with remote "/tmp/rclone1915637861" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ququjap2xuru'", Local "Local file system at /tmp/rclone1915637861", Modify Window "1ms" 2025/04/03 01:05:53 DEBUG : HELLO, WORLD!: md5 = 415c1c418a5186dfbd7ab32940a38d34 OK lower checkfile vs. upper remote (without normalization) 2025/04/03 01:05:53 ERROR : HELLO, WORLD!: sum not found 2025/04/03 01:05:53 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-ququjap2xuru' 2025/04/03 01:05:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ququjap2xuru': 1 files missing 2025/04/03 01:05:53 NOTICE: 1 hashes missing 2025/04/03 01:05:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ququjap2xuru': 2 differences found 2025/04/03 01:05:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ququjap2xuru': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/04/03 01:05:54 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/03 01:05:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ququjap2xuru': 0 differences found 2025/04/03 01:05:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ququjap2xuru': 1 matching files 2025/04/03 01:05:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-regasof9tuwo" 2025/04/03 01:05:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/03 01:05:54 DEBUG : Creating backend with remote "TestDrive:crypt/cpqrq8slmb549dns0u5ul6mis1mpe95ngktp6eif4475t5d8jv00" 2025/04/03 01:05:55 DEBUG : Creating backend with remote "/tmp/rclone2110638517" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-regasof9tuwo'", Local "Local file system at /tmp/rclone2110638517", Modify Window "1ms" 2025/04/03 01:05:57 DEBUG : HeLlO, wOrLd!: md5 = 6ba6483bab7efcacc31c39bf1172bb0f OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/04/03 01:05:58 ERROR : HeLlO, wOrLd!: sum not found 2025/04/03 01:05:58 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-regasof9tuwo' 2025/04/03 01:05:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-regasof9tuwo': 1 files missing 2025/04/03 01:05:58 NOTICE: 1 hashes missing 2025/04/03 01:05:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-regasof9tuwo': 2 differences found 2025/04/03 01:05:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-regasof9tuwo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/04/03 01:05:59 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/03 01:05:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-regasof9tuwo': 0 differences found 2025/04/03 01:05:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-regasof9tuwo': 1 matching files 2025/04/03 01:05:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-puhudev0ceka" 2025/04/03 01:05:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/03 01:05:59 DEBUG : Creating backend with remote "TestDrive:crypt/5d7nealv0s4bh84qtlu44283ijllqvj7lkq27vmn35m7l0hqj2dg" 2025/04/03 01:06:00 DEBUG : Creating backend with remote "/tmp/rclone3492012437" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puhudev0ceka'", Local "Local file system at /tmp/rclone3492012437", Modify Window "1ms" 2025/04/03 01:06:02 DEBUG : HELLO, WORLD!: md5 = 5a28a7da1fa83a0200fb620b0bd16654 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/04/03 01:06:03 ERROR : HELLO, WORLD!: sum not found 2025/04/03 01:06:03 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-puhudev0ceka' 2025/04/03 01:06:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puhudev0ceka': 1 files missing 2025/04/03 01:06:03 NOTICE: 1 hashes missing 2025/04/03 01:06:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puhudev0ceka': 2 differences found 2025/04/03 01:06:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puhudev0ceka': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/04/03 01:06:04 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/03 01:06:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puhudev0ceka': 0 differences found 2025/04/03 01:06:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puhudev0ceka': 1 matching files 2025/04/03 01:06:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wufakoh4jaza" 2025/04/03 01:06:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/03 01:06:04 DEBUG : Creating backend with remote "TestDrive:crypt/b199e6l8sor1vt7084bqvj7afsidlapc156dnuvkqh3bv5q91dag" 2025/04/03 01:06:05 DEBUG : Creating backend with remote "/tmp/rclone2059661828" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wufakoh4jaza'", Local "Local file system at /tmp/rclone2059661828", Modify Window "1ms" 2025/04/03 01:06:07 DEBUG : 測試_Русский___ě_áñ: md5 = 15745f842f16199a2e98854b18558e25 OK NFD checkfile vs. NFC remote (without normalization) 2025/04/03 01:06:08 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/03 01:06:08 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wufakoh4jaza' 2025/04/03 01:06:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wufakoh4jaza': 1 files missing 2025/04/03 01:06:08 NOTICE: 1 hashes missing 2025/04/03 01:06:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wufakoh4jaza': 2 differences found 2025/04/03 01:06:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wufakoh4jaza': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/04/03 01:06:09 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/03 01:06:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wufakoh4jaza': 0 differences found 2025/04/03 01:06:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wufakoh4jaza': 1 matching files 2025/04/03 01:06:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fovowam1jelo" 2025/04/03 01:06:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/03 01:06:09 DEBUG : Creating backend with remote "TestDrive:crypt/f85kjuifom1ht460okid6vus5tl9gbl5sb1c2p2d8dmbnr0nbt00" 2025/04/03 01:06:10 DEBUG : Creating backend with remote "/tmp/rclone2741105630" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fovowam1jelo'", Local "Local file system at /tmp/rclone2741105630", Modify Window "1ms" 2025/04/03 01:06:12 DEBUG : 測試_Русский___ě_áñ: md5 = d270f423d4aba43b5b3222cd430e730c OK NFC checkfile vs. NFD remote (without normalization) 2025/04/03 01:06:13 ERROR : 測試_Русский___ě_áñ: sum not found 2025/04/03 01:06:13 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fovowam1jelo' 2025/04/03 01:06:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fovowam1jelo': 1 files missing 2025/04/03 01:06:13 NOTICE: 1 hashes missing 2025/04/03 01:06:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fovowam1jelo': 2 differences found 2025/04/03 01:06:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fovowam1jelo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/04/03 01:06:14 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/03 01:06:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fovowam1jelo': 0 differences found 2025/04/03 01:06:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fovowam1jelo': 1 matching files 2025/04/03 01:06:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yofomij2defa" 2025/04/03 01:06:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/03 01:06:14 DEBUG : Creating backend with remote "TestDrive:crypt/tdq914qka937k09cuikq61me5tg2nfe6a3p5l0gnjaij9p5i3860" 2025/04/03 01:06:15 DEBUG : Creating backend with remote "/tmp/rclone3008873902" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yofomij2defa'", Local "Local file system at /tmp/rclone3008873902", Modify Window "1ms" 2025/04/03 01:06:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 712c7a878a1bd727d9c280aee6633c7a OK NFDx2 checkfile vs. both remote (without normalization) 2025/04/03 01:06:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/03 01:06:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yofomij2defa' 2025/04/03 01:06:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yofomij2defa': 1 files missing 2025/04/03 01:06:18 NOTICE: 1 hashes missing 2025/04/03 01:06:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yofomij2defa': 2 differences found 2025/04/03 01:06:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yofomij2defa': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/04/03 01:06:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/03 01:06:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yofomij2defa': 0 differences found 2025/04/03 01:06:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yofomij2defa': 1 matching files 2025/04/03 01:06:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-panateb1zufi" 2025/04/03 01:06:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/03 01:06:19 DEBUG : Creating backend with remote "TestDrive:crypt/c0mfjltq8kvchd5v1t3208atiu98va6ftomch4r3v9ji7in9srb0" 2025/04/03 01:06:20 DEBUG : Creating backend with remote "/tmp/rclone1922921024" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-panateb1zufi'", Local "Local file system at /tmp/rclone1922921024", Modify Window "1ms" 2025/04/03 01:06:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b532d846f4b237dc746f404f5315da9d OK NFCx2 checkfile vs. both remote (without normalization) 2025/04/03 01:06:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/03 01:06:23 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-panateb1zufi' 2025/04/03 01:06:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-panateb1zufi': 1 files missing 2025/04/03 01:06:23 NOTICE: 1 hashes missing 2025/04/03 01:06:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-panateb1zufi': 2 differences found 2025/04/03 01:06:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-panateb1zufi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/04/03 01:06:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/03 01:06:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-panateb1zufi': 0 differences found 2025/04/03 01:06:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-panateb1zufi': 1 matching files 2025/04/03 01:06:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bemoxop6sofo" 2025/04/03 01:06:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/03 01:06:24 DEBUG : Creating backend with remote "TestDrive:crypt/00984l8a7f68dlt41kb61ohcqdtc957r8qjfvv6vm3ud5p62ek00" 2025/04/03 01:06:25 DEBUG : Creating backend with remote "/tmp/rclone2778193042" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bemoxop6sofo'", Local "Local file system at /tmp/rclone2778193042", Modify Window "1ms" 2025/04/03 01:06:27 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 32a825e59133eaa0bffd2519813e3e5c OK both checkfile vs. NFDx2 remote (without normalization) 2025/04/03 01:06:28 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/03 01:06:28 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bemoxop6sofo' 2025/04/03 01:06:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bemoxop6sofo': 1 files missing 2025/04/03 01:06:28 NOTICE: 1 hashes missing 2025/04/03 01:06:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bemoxop6sofo': 2 differences found 2025/04/03 01:06:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bemoxop6sofo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/04/03 01:06:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/03 01:06:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bemoxop6sofo': 0 differences found 2025/04/03 01:06:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bemoxop6sofo': 1 matching files 2025/04/03 01:06:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-naqapig0mafe" 2025/04/03 01:06:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/03 01:06:29 DEBUG : Creating backend with remote "TestDrive:crypt/h7a0iflgq48mbhd25lbbgrttun2s7e0r7ci3148nnbvbbolag6b0" 2025/04/03 01:06:30 DEBUG : Creating backend with remote "/tmp/rclone1338652988" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-naqapig0mafe'", Local "Local file system at /tmp/rclone1338652988", Modify Window "1ms" 2025/04/03 01:06:32 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 156fbed5ef17e73cbab5ec1ec28f4695 OK both checkfile vs. NFCx2 remote (without normalization) 2025/04/03 01:06:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/04/03 01:06:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-naqapig0mafe' 2025/04/03 01:06:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-naqapig0mafe': 1 files missing 2025/04/03 01:06:33 NOTICE: 1 hashes missing 2025/04/03 01:06:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-naqapig0mafe': 2 differences found 2025/04/03 01:06:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-naqapig0mafe': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/04/03 01:06:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/04/03 01:06:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-naqapig0mafe': 0 differences found 2025/04/03 01:06:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-naqapig0mafe': 1 matching files 2025/04/03 01:06:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-naqapig0mafe': Purge remote 2025/04/03 01:06:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bemoxop6sofo': Purge remote 2025/04/03 01:06:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-panateb1zufi': Purge remote 2025/04/03 01:06:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yofomij2defa': Purge remote 2025/04/03 01:06:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fovowam1jelo': Purge remote 2025/04/03 01:06:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wufakoh4jaza': Purge remote 2025/04/03 01:06:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puhudev0ceka': Purge remote 2025/04/03 01:06:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-regasof9tuwo': Purge remote 2025/04/03 01:06:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ququjap2xuru': Purge remote 2025/04/03 01:06:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hosizut7dova': Purge remote --- PASS: TestApplyTransforms (54.34s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:06:39 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/03 01:06:41 DEBUG : sub/file2: md5 = b7c2653e3052f056520eb45810934937 OK 2025/04/03 01:06:41 INFO : file1: Copied (new) to: sub/file2 2025/04/03 01:06:42 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 01:06:42 DEBUG : file1: Unchanged skipping 2025/04/03 01:06:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': don't need to copy/move sub/file2, it is already at target location 2025/04/03 01:06:44 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.84s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.43s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:06:47 DEBUG : dst/file1: md5 = 42c23825f283ecb68b38dc1da6c939c7 OK 2025/04/03 01:06:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cutaduy2xufe/backup" 2025/04/03 01:06:48 DEBUG : Creating backend with remote "TestDrive:crypt/1ast72gt6v1q0hp9acelgmcv98qbm1a0g5pds1jjms565ebc3hqg/1nrff024r7pq65ecp72fc28jb0" 2025/04/03 01:06:49 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/03 01:06:51 INFO : dst/file1: Moved (server-side) 2025/04/03 01:06:53 DEBUG : dst/file1: md5 = 08e155686e193e8d38fd508c2e99c49b OK 2025/04/03 01:06:53 INFO : dst/file1: Copied (new) 2025/04/03 01:06:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/03 01:06:57 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/03 01:06:58 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.88s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:06:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cutaduy2xufe/dst" 2025/04/03 01:06:59 DEBUG : Creating backend with remote "TestDrive:crypt/1ast72gt6v1q0hp9acelgmcv98qbm1a0g5pds1jjms565ebc3hqg/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/03 01:07:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cutaduy2xufe/CompareDest" 2025/04/03 01:07:00 DEBUG : Creating backend with remote "TestDrive:crypt/1ast72gt6v1q0hp9acelgmcv98qbm1a0g5pds1jjms565ebc3hqg/gveqi14airsml4bgu7krj116o8" 2025/04/03 01:07:02 DEBUG : one: Need to transfer - File not found at Destination 2025/04/03 01:07:04 DEBUG : one: md5 = 9e76b4471cf2378452f27bd7bf1e434c OK 2025/04/03 01:07:04 INFO : one: Copied (new) 2025/04/03 01:07:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/03 01:07:07 DEBUG : one: md5 = af179a29ceb169ecbba16e6462999c41 OK 2025/04/03 01:07:07 INFO : one: Copied (replaced existing) 2025/04/03 01:07:09 DEBUG : dst/one: md5 = a89296443c404b57e30178717ae8e874 OK 2025/04/03 01:07:11 DEBUG : CompareDest/one: md5 = 8add937492f061dd5011d52ae28aa31f OK 2025/04/03 01:07:12 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/03 01:07:12 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 01:07:12 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/03 01:07:14 DEBUG : CompareDest/two: md5 = bf106d093144ae0b538f7e862e90fc0b OK 2025/04/03 01:07:15 DEBUG : two: Need to transfer - File not found at Destination 2025/04/03 01:07:15 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 01:07:15 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/03 01:07:16 DEBUG : two: Need to transfer - File not found at Destination 2025/04/03 01:07:16 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 01:07:16 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/03 01:07:17 DEBUG : two: Need to transfer - File not found at Destination 2025/04/03 01:07:17 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/03 01:07:19 DEBUG : two: md5 = da637518e3099decf9ebc0e13f27f88e OK 2025/04/03 01:07:19 INFO : two: Copied (new) 2025/04/03 01:07:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/03 01:07:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:07:23 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:07:23 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.89s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:07:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cutaduy2xufe/dst" 2025/04/03 01:07:24 DEBUG : Creating backend with remote "TestDrive:crypt/1ast72gt6v1q0hp9acelgmcv98qbm1a0g5pds1jjms565ebc3hqg/31u3jie661vd5p8j7rtc3hgbh0" 2025/04/03 01:07:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cutaduy2xufe/CopyDest" 2025/04/03 01:07:25 DEBUG : Creating backend with remote "TestDrive:crypt/1ast72gt6v1q0hp9acelgmcv98qbm1a0g5pds1jjms565ebc3hqg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/03 01:07:27 DEBUG : one: Need to transfer - File not found at Destination 2025/04/03 01:07:29 DEBUG : one: md5 = 290ae3bf5e2d87f5a1c0ccf31243a3da OK 2025/04/03 01:07:29 INFO : one: Copied (new) 2025/04/03 01:07:30 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/03 01:07:32 DEBUG : one: md5 = acba9c27ce6354b472d1151cf0decc0f OK 2025/04/03 01:07:32 INFO : one: Copied (replaced existing) 2025/04/03 01:07:34 DEBUG : dst/one: md5 = 6298f1135f819671435de9ccc012d00d OK 2025/04/03 01:07:36 DEBUG : CopyDest/one: md5 = 046d2a901eb49e762b2a968aa8a9d127 OK 2025/04/03 01:07:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cutaduy2xufe/BackupDir" 2025/04/03 01:07:37 DEBUG : Creating backend with remote "TestDrive:crypt/1ast72gt6v1q0hp9acelgmcv98qbm1a0g5pds1jjms565ebc3hqg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/03 01:07:38 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/03 01:07:39 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 01:07:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/03 01:07:40 INFO : one: Moved (server-side) 2025/04/03 01:07:41 INFO : one: Copied (server-side copy) 2025/04/03 01:07:41 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/03 01:07:43 DEBUG : CopyDest/two: md5 = e79769ea8278d92e2e3dfc4b0c47df70 OK 2025/04/03 01:07:44 DEBUG : two: Need to transfer - File not found at Destination 2025/04/03 01:07:44 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 01:07:45 INFO : two: Copied (server-side copy) 2025/04/03 01:07:45 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/03 01:07:46 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 01:07:46 DEBUG : two: Unchanged skipping 2025/04/03 01:07:47 DEBUG : CopyDest/three: md5 = 7b99ee1ecc81b5844bf69ef25a13506b OK 2025/04/03 01:07:48 DEBUG : three: Need to transfer - File not found at Destination 2025/04/03 01:07:48 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/03 01:07:48 DEBUG : three: Destination not found in --copy-dest 2025/04/03 01:07:50 DEBUG : three: md5 = e11062ab77a6665728117d7a56b78048 OK 2025/04/03 01:07:50 INFO : three: Copied (new) 2025/04/03 01:07:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/03 01:07:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/03 01:07:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:07:55 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/03 01:07:55 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/03 01:07:55 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:07:55 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.53s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.45s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:07:57 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/04/03 01:07:59 DEBUG : TestCopyFileMaxTransfer/file1: md5 = dccb1b3cf11658ef021173e1e8cc46f1 OK 2025/04/03 01:07:59 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/04/03 01:08:00 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/04/03 01:08:00 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/04/03 01:08:01 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/04/03 01:08:02 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/04/03 01:08:03 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 2f020f67204616aefe796aba877d8812 OK 2025/04/03 01:08:03 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/04/03 01:08:05 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/04/03 01:08:05 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.99s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.43s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:08:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': Looking for duplicate names using skip mode. 2025/04/03 01:08:09 NOTICE: one: Found 2 files with duplicate names 2025/04/03 01:08:09 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.87s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:08:15 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': Looking for duplicate names using skip mode. 2025/04/03 01:08:15 NOTICE: one: Found 3 files with duplicate names 2025/04/03 01:08:15 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/04/03 01:08:16 INFO : one: Deleted 2025/04/03 01:08:16 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.23s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:08:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': Looking for duplicate names using first mode. 2025/04/03 01:08:22 NOTICE: one: Found 3 files with duplicate names 2025/04/03 01:08:22 INFO : one: Deleted 2025/04/03 01:08:23 INFO : one: Deleted 2025/04/03 01:08:23 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.52s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:08:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': Looking for duplicate names using newest mode. 2025/04/03 01:08:28 NOTICE: one: Found 3 files with duplicate names 2025/04/03 01:08:29 INFO : one: Deleted 2025/04/03 01:08:29 INFO : one: Deleted 2025/04/03 01:08:29 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.30s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.44s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:08:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': Looking for duplicate names using oldest mode. 2025/04/03 01:08:35 NOTICE: one: Found 3 files with duplicate names 2025/04/03 01:08:35 INFO : one: Deleted 2025/04/03 01:08:36 INFO : one: Deleted 2025/04/03 01:08:36 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.20s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:08:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': Looking for duplicate names using largest mode. 2025/04/03 01:08:41 NOTICE: one: Found 3 files with duplicate names 2025/04/03 01:08:42 INFO : one: Deleted 2025/04/03 01:08:42 INFO : one: Deleted 2025/04/03 01:08:42 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.44s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:08:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': Looking for duplicate names using smallest mode. 2025/04/03 01:08:47 NOTICE: one: Found 3 files with duplicate names 2025/04/03 01:08:48 INFO : one: Deleted 2025/04/03 01:08:48 INFO : one: Deleted 2025/04/03 01:08:48 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.22s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:08:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': Looking for duplicate names using rename mode. 2025/04/03 01:08:55 NOTICE: one.txt: Found 3 files with duplicate names 2025/04/03 01:08:56 INFO : one-2.txt: renamed from: one.txt 2025/04/03 01:08:57 INFO : one-3.txt: renamed from: one.txt 2025/04/03 01:08:58 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.34s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:09:03 DEBUG : dupe1/one.txt: md5 = 6c84da04551f3a4538290a1d59e62a8d OK 2025/04/03 01:09:06 DEBUG : dupe2/two.txt: md5 = cd33bf9560bd8961319b2ba479b5fc3b OK 2025/04/03 01:09:08 DEBUG : dupe3/three.txt: md5 = e6fdda815502249bb974517df04c93f5 OK 2025/04/03 01:09:08 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/04/03 01:09:09 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/04/03 01:09:10 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/04/03 01:09:10 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/04/03 01:09:13 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/04/03 01:09:13 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/04/03 01:09:13 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.21s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:09:15 DEBUG : a.txt: md5 = 64a5d6c13adeae36abb90977a9eb9195 OK 2025/04/03 01:09:17 DEBUG : zend.txt: md5 = 9717afd81768e88772a18f4735d28c76 OK 2025/04/03 01:09:19 DEBUG : sub dir/hello world: md5 = 0d53326894b12fbdccfbe4cb8e56b18e OK 2025/04/03 01:09:20 DEBUG : sub dir/hello world2: md5 = b3dca8360339b837f4bb44237d13e321 OK 2025/04/03 01:09:22 DEBUG : sub dir/ignore dir/.ignore: md5 = 0e52543d51ac898481ffb4ed6dff764a OK 2025/04/03 01:09:24 DEBUG : sub dir/ignore dir/should be ignored: md5 = bc827a819e7ffeb47a31db9f86bcd735 OK 2025/04/03 01:09:26 DEBUG : sub dir/sub sub dir/hello world3: md5 = ff6473b11ba3e5e7380f60aaef62191a OK 2025/04/03 01:09:27 DEBUG : a.txt: Excluded (Size Filter) 2025/04/03 01:09:27 DEBUG : a.txt: Excluded 2025/04/03 01:09:28 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/03 01:09:28 DEBUG : sub dir/hello world: Excluded 2025/04/03 01:09:28 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/03 01:09:28 DEBUG : sub dir/hello world2: Excluded 2025/04/03 01:09:28 DEBUG : sub dir/ignore dir: Excluded 2025/04/03 01:09:28 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/04/03 01:09:28 DEBUG : sub dir/hello world: Excluded 2025/04/03 01:09:28 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/04/03 01:09:28 DEBUG : sub dir/hello world2: Excluded 2025/04/03 01:09:29 DEBUG : sub dir/ignore dir: Excluded 2025/04/03 01:09:33 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/04/03 01:09:34 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/04/03 01:09:34 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/04/03 01:09:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/04/03 01:09:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/04/03 01:09:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/04/03 01:09:35 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (21.17s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:09:37 DEBUG : file1: md5 = 0b93471e1cdd19731ab002cfe125bfcd OK 2025/04/03 01:09:39 DEBUG : sub/file2: md5 = 2a64384dbdd4da9265727bea5bb9692d OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/04/03 01:09:42 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/04/03 01:09:42 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/04/03 01:09:42 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/04/03 01:09:44 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.37s) --- PASS: TestListJSON/Default (0.23s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.26s) --- PASS: TestListJSON/Recurse (0.48s) --- PASS: TestListJSON/SubDir (0.23s) --- PASS: TestListJSON/NoModTime (0.23s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.22s) --- PASS: TestListJSON/HashTypes (0.22s) --- PASS: TestListJSON/Metadata (0.66s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:09:46 DEBUG : file1: md5 = d2c7a32cd329b57b9adbaa309688a246 OK 2025/04/03 01:09:48 DEBUG : sub/file2: md5 = b09f6ec2752d890ff0b32fbd7bc4c0de OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/04/03 01:09:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cutaduy2xufe/notfound" 2025/04/03 01:09:52 DEBUG : Creating backend with remote "TestDrive:crypt/1ast72gt6v1q0hp9acelgmcv98qbm1a0g5pds1jjms565ebc3hqg/qe0i31qdkoejk60elps0ni5sqk" 2025/04/03 01:09:55 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.57s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.44s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.23s) --- PASS: TestStatJSON/NotFound (0.46s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.21s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.28s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.28s) --- PASS: TestStatJSON/RootNotFound (1.71s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:09:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': Making directory 2025/04/03 01:09:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': Making directory --- PASS: TestMkdir (0.68s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:09:59 DEBUG : sub dir/hello world: md5 = 9a3e55b2634507ec0e34ee7b1720bf1d OK 2025/04/03 01:10:01 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.64s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:10:03 DEBUG : potato2: md5 = b0cefd330a11e9dba9b705be5a7f313b OK 2025/04/03 01:10:04 DEBUG : empty space: md5 = a497772239a271383da5403a03b2ee88 OK --- PASS: TestLs (4.84s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:10:08 DEBUG : potato2: md5 = 6a742430cf9f01779150e97e05e5f379 OK 2025/04/03 01:10:09 DEBUG : empty space: md5 = 1d6f15cedbaf57d711d6f19167a9cdf3 OK 2025/04/03 01:10:10 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.15s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:10:13 DEBUG : potato2: md5 = 2f6e133c591cd2549d7831a2ab09837b OK 2025/04/03 01:10:14 DEBUG : empty space: md5 = 4433e5a87ab9fc84c3703ae7eca3fa28 OK --- PASS: TestLsLong (4.67s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:10:18 DEBUG : potato2: md5 = 323c4d135415ad76518e0aa1955a3b62 OK 2025/04/03 01:10:19 DEBUG : empty space: md5 = 4602fd11840cc59f4ac1f99699c4994a OK --- PASS: TestHashSums (4.57s) === RUN TestHashSumsWithErrors 2025/04/03 01:10:21 DEBUG : Creating backend with remote ":memory:" 2025/04/03 01:10:21 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/04/03 01:10:21 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/03 01:10:21 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/04/03 01:10:21 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/03 01:10:21 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/04/03 01:10:21 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/03 01:10:21 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/04/03 01:10:21 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/04/03 01:10:21 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-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:10:22 DEBUG : potato2: md5 = a5993e17ce9cebf7a5abd08061b4da95 OK 2025/04/03 01:10:24 DEBUG : empty space: md5 = 41b24cf37933b1d6030e341371ac9a39 OK 2025/04/03 01:10:26 DEBUG : sub dir/potato3: md5 = 04db12d5b9141770a16876381d8cc80d OK 2025/04/03 01:10:29 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.48s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:10:31 DEBUG : small: md5 = 7f8870b05a29f3f5ee7d48a9b6411a3c OK 2025/04/03 01:10:32 DEBUG : medium: md5 = 43e19877eecdf83c09f84dfbc5bc81c2 OK 2025/04/03 01:10:33 DEBUG : large: md5 = 6a5e95f8d35e12eadb8859b56672f06a OK 2025/04/03 01:10:34 DEBUG : Waiting for deletions to finish 2025/04/03 01:10:34 DEBUG : large: Excluded (Size Filter) 2025/04/03 01:10:34 INFO : medium: Deleted 2025/04/03 01:10:34 INFO : small: Deleted --- PASS: TestDelete (6.24s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:10:37 DEBUG : small: md5 = 94229ddbffacd7a5e56814288eb54689 OK 2025/04/03 01:10:38 DEBUG : medium: md5 = 0140417896620a23445a52acdd1d159f OK 2025/04/03 01:10:40 DEBUG : large: md5 = 802680115ca479a60207d6c1a97639b0 OK 2025/04/03 01:10:40 DEBUG : Waiting for deletions to finish 2025/04/03 01:10:41 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/04/03 01:10:41 INFO : large: Deleted 2025/04/03 01:10:41 INFO : small: Deleted --- PASS: TestMaxDelete (7.31s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:10:44 DEBUG : small: md5 = 8e15571d91dfb1042982998dd5bd7dbb OK 2025/04/03 01:10:46 DEBUG : medium: md5 = 9860b2b4ccc3f59305f6d5abeb48d04a OK 2025/04/03 01:10:47 DEBUG : large: md5 = 42c2b7bf09534867aa2ba1d85841da9d OK 2025/04/03 01:10:47 DEBUG : Waiting for deletions to finish 2025/04/03 01:10:47 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/03 01:10:48 INFO : medium: Deleted 2025/04/03 01:10:48 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.63s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:10:51 DEBUG : small: md5 = 87415b3524fbef23047604c7a61e6c78 OK 2025/04/03 01:10:52 DEBUG : medium: md5 = 2f27a7abf65f4419f8f19f7c7f144dc5 OK 2025/04/03 01:10:54 DEBUG : large: md5 = b2933eac9931b585aa5bf267d79b78b1 OK 2025/04/03 01:10:54 DEBUG : Waiting for deletions to finish 2025/04/03 01:10:54 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/04/03 01:10:55 INFO : small: Deleted 2025/04/03 01:10:55 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.99s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:10:58 DEBUG : ReadFile: md5 = 40529c83e78d4904cd31d51a98b9e68a OK --- PASS: TestReadFile (4.25s) === RUN TestRetry 2025/04/03 01:11:01 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/04/03 01:11:01 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/04/03 01:11:01 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/03 01:11:01 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/03 01:11:01 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/03 01:11:01 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/04/03 01:11:01 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-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:11:02 DEBUG : file1: md5 = 977b3856618f8d7909a57713ca9a8960 OK 2025/04/03 01:11:03 DEBUG : file2: md5 = 525d69871f8c1cf683c4d073cbe7180f OK --- PASS: TestCat (16.99s) === RUN TestPurge 2025/04/03 01:11:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dalehif6zobu" 2025/04/03 01:11:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/03 01:11:18 DEBUG : Creating backend with remote "TestDrive:crypt/uh33ecb3e122fmt4rosir7d5fvaljf4hgqgid35b53nlprj3njt0" 2025/04/03 01:11:19 DEBUG : Creating backend with remote "/tmp/rclone2508386326" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dalehif6zobu'", Local "Local file system at /tmp/rclone2508386326", Modify Window "1ms" 2025/04/03 01:11:23 DEBUG : A1/B1/C1/one: md5 = 7699f07d2bcac584e04e83779709838d OK 2025/04/03 01:11:23 INFO : A2: Making directory 2025/04/03 01:11:24 INFO : A1/B2: Making directory 2025/04/03 01:11:25 INFO : A1/B2/C2: Making directory 2025/04/03 01:11:25 INFO : A1/B1/C3: Making directory 2025/04/03 01:11:26 INFO : A3: Making directory 2025/04/03 01:11:27 INFO : A3/B3: Making directory 2025/04/03 01:11:28 INFO : A3/B3/C4: Making directory 2025/04/03 01:11:30 DEBUG : A1/two: md5 = 086a5cc95906eed0a73a7ed9f4c1f9e7 OK 2025/04/03 01:11:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dalehif6zobu': Purge remote 2025/04/03 01:11:34 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.08s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:11:37 DEBUG : A1/B1/C1/one: md5 = 3a24093eb5be42b2f21305dad2da57ee OK 2025/04/03 01:11:37 INFO : A2: Making directory 2025/04/03 01:11:38 INFO : A1/B2: Making directory 2025/04/03 01:11:39 INFO : A1/B2/C2: Making directory 2025/04/03 01:11:40 INFO : A1/B1/C3: Making directory 2025/04/03 01:11:40 INFO : A3: Making directory 2025/04/03 01:11:41 INFO : A3/B3: Making directory 2025/04/03 01:11:42 INFO : A3/B3/C4: Making directory 2025/04/03 01:11:44 DEBUG : A1/two: md5 = 4965bb2a31678c9e5a64400fa0b2c7da OK 2025/04/03 01:11:45 DEBUG : removing 1 level 3 directories 2025/04/03 01:11:45 INFO : A3/B3/C4: Removing directory 2025/04/03 01:11:48 DEBUG : removing 2 level 3 directories 2025/04/03 01:11:48 INFO : A1/B2/C2: Removing directory 2025/04/03 01:11:48 INFO : A1/B1/C3: Removing directory 2025/04/03 01:11:49 DEBUG : removing 2 level 2 directories 2025/04/03 01:11:49 INFO : A3/B3: Removing directory 2025/04/03 01:11:49 INFO : A1/B2: Removing directory 2025/04/03 01:11:49 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/04/03 01:11:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/03 01:11:49 DEBUG : removing 2 level 1 directories 2025/04/03 01:11:49 INFO : A3: Removing directory 2025/04/03 01:11:49 INFO : A2: Removing directory 2025/04/03 01:11:49 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/04/03 01:11:53 DEBUG : removing 1 level 3 directories 2025/04/03 01:11:53 INFO : A1/B1/C1: Removing directory 2025/04/03 01:11:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:54 DEBUG : removing 1 level 2 directories 2025/04/03 01:11:54 INFO : A1/B1: Removing directory 2025/04/03 01:11:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/03 01:11:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/03 01:11:55 DEBUG : removing 1 level 1 directories 2025/04/03 01:11:55 INFO : A1: Removing directory 2025/04/03 01:11:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/03 01:11:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/03 01:11:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/03 01:11:55 DEBUG : removing 1 level 0 directories 2025/04/03 01:11:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': Removing directory 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/04/03 01:11:56 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (23.36s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:11:58 INFO : A1: Making directory 2025/04/03 01:11:59 INFO : A1/B1: Making directory 2025/04/03 01:11:59 INFO : A1/B1/C1: Making directory 2025/04/03 01:12:02 DEBUG : removing 1 level 3 directories 2025/04/03 01:12:02 INFO : A1/B1/C1: Removing directory 2025/04/03 01:12:02 DEBUG : removing 1 level 2 directories 2025/04/03 01:12:02 INFO : A1/B1: Removing directory 2025/04/03 01:12:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/03 01:12:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.22s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:12:05 INFO : A1: Making directory 2025/04/03 01:12:06 INFO : A1/B1: Making directory 2025/04/03 01:12:07 INFO : A1/B1/C1: Making directory 2025/04/03 01:12:10 DEBUG : removing 1 level 3 directories 2025/04/03 01:12:10 INFO : A1/B1/C1: Removing directory 2025/04/03 01:12:10 DEBUG : removing 1 level 2 directories 2025/04/03 01:12:10 INFO : A1/B1: Removing directory 2025/04/03 01:12:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/03 01:12:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.62s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:12:14 DEBUG : file1: md5 = becf10e58fee2779917b9f3fdc462080 OK 2025/04/03 01:12:15 DEBUG : filename.txt: File name found in url 2025/04/03 01:12:16 DEBUG : filename.txt: md5 = 57fee9c51f3064fe7fd4d3e4d40aeb69 OK 2025/04/03 01:12:16 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/04/03 01:12:18 DEBUG : headerfilename.txt: md5 = 598d2841ffcefa9e586df5b8aee5dfc4 OK 2025/04/03 01:12:19 DEBUG : file2: md5 = 9d9a2d4a02717bcad511decc3a593095 OK --- PASS: TestCopyURL (8.78s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:12:22 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/03 01:12:24 DEBUG : sub/file2: md5 = d0d2360a6bb25864ea19c263abcb7800 OK 2025/04/03 01:12:24 INFO : file1: Copied (new) to: sub/file2 2025/04/03 01:12:24 INFO : file1: Deleted 2025/04/03 01:12:25 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 01:12:25 DEBUG : file1: Unchanged skipping 2025/04/03 01:12:25 INFO : file1: Deleted 2025/04/03 01:12:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': don't need to copy/move sub/file2, it is already at target location 2025/04/03 01:12:27 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.25s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:12:28 DEBUG : file1: Need to transfer - File not found at Destination 2025/04/03 01:12:30 DEBUG : file1: md5 = 6755a1e93e44067b5e75025e5efe6363 OK 2025/04/03 01:12:30 INFO : file1: Copied (new) 2025/04/03 01:12:30 INFO : file1: Deleted 2025/04/03 01:12:30 DEBUG : file1: Destination exists, skipping 2025/04/03 01:12:30 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.48s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.46s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:12:35 DEBUG : dst/file1: md5 = 10c30d8efb667e9346d74d14f9d7ff58 OK 2025/04/03 01:12:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cutaduy2xufe/backup" 2025/04/03 01:12:35 DEBUG : Creating backend with remote "TestDrive:crypt/1ast72gt6v1q0hp9acelgmcv98qbm1a0g5pds1jjms565ebc3hqg/1nrff024r7pq65ecp72fc28jb0" 2025/04/03 01:12:37 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/04/03 01:12:39 INFO : dst/file1: Moved (server-side) 2025/04/03 01:12:41 DEBUG : dst/file1: md5 = 242ecfa752bb1b73904df022a993318f OK 2025/04/03 01:12:41 INFO : dst/file1: Copied (new) 2025/04/03 01:12:41 INFO : dst/file1: Deleted 2025/04/03 01:12:43 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/03 01:12:44 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/04/03 01:12:45 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.07s) === 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-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:12:48 DEBUG : A1/one: md5 = fbb0b5497092ed857913ae50a0e172fa OK 2025/04/03 01:12:49 DEBUG : A1/two: md5 = 2bdcb24eb27949e7aed5cd43a509b994 OK 2025/04/03 01:12:51 DEBUG : A1/B1/three: md5 = fdcfb17b2179fa0282ac73c9d50da1e2 OK 2025/04/03 01:12:53 DEBUG : A1/B1/C1/four: md5 = 8f913b784c96650f599464864ee049bd OK 2025/04/03 01:12:56 DEBUG : A1/B1/C2/five: md5 = baeb8feec838363acdc6e5262a0a3f7c OK 2025/04/03 01:12:56 INFO : A1/B2: Making directory 2025/04/03 01:12:56 INFO : A1/B1/C3: Making directory 2025/04/03 01:13:06 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/04/03 01:13:06 INFO : A2/two: Moved (server-side) to: A3/two 2025/04/03 01:13:06 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/04/03 01:13:06 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/04/03 01:13:07 INFO : A2/one: Moved (server-side) to: A3/one 2025/04/03 01:13:09 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/03 01:13:09 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/03 01:13:09 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/03 01:13:10 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/03 01:13:10 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/03 01:13:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/04/03 01:13:18 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/04/03 01:13:18 INFO : A3/one: Moved (server-side) to: A4/one 2025/04/03 01:13:18 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/04/03 01:13:18 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/04/03 01:13:18 INFO : A3/two: Moved (server-side) to: A4/two 2025/04/03 01:13:21 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/03 01:13:21 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/03 01:13:21 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/03 01:13:22 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/03 01:13:22 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/03 01:13:28 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/04/03 01:13:28 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/04/03 01:13:29 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/04/03 01:13:29 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/04/03 01:13:29 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/04/03 01:13:29 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/04/03 01:13:30 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/04/03 01:13:30 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/04/03 01:13:30 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/04/03 01:13:30 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (45.34s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" --- PASS: TestGetFsInfo (0.46s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:13:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': File to upload is small (34 bytes), uploading instead of streaming 2025/04/03 01:13:33 DEBUG : no_checksum_small_file_from_pipe: md5 = 67403080b80ed820c74c5f62ef967fdd OK 2025/04/03 01:13:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/04/03 01:13:33 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/03 01:13:34 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/04/03 01:13:34 DEBUG : no_checksum_big_file_from_pipe: md5 = 45f292a1c417b022da26384dab92dda6 OK 2025/04/03 01:13:34 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-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:13:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': File to upload is small (34 bytes), uploading instead of streaming 2025/04/03 01:13:38 DEBUG : with_checksum_small_file_from_pipe: md5 = ea97b06f836fe78480cc25f0fa09da49 OK 2025/04/03 01:13:38 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/03 01:13:39 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/04/03 01:13:39 DEBUG : with_checksum_big_file_from_pipe: md5 = b6a7a1e005930fcf53b6b7df2d9ca629 OK 2025/04/03 01:13:39 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-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:13:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': File to upload is small (34 bytes), uploading instead of streaming 2025/04/03 01:13:43 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 01:13:44 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/03 01:13:45 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-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:13:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': File to upload is small (34 bytes), uploading instead of streaming 2025/04/03 01:13:48 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/04/03 01:13:49 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/04/03 01:13:49 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.97s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.87s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.07s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.27s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.77s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/04/03 01:13:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': File to upload is small (48 bytes), uploading instead of streaming 2025/04/03 01:13:53 DEBUG : rcat_metadata: md5 = 2cb46c3d0e5700631f68fb422c278ea1 OK 2025/04/03 01:13:53 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/04/03 01:13:55 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/04/03 01:13:56 DEBUG : rcat_metadata_uploadcutoff0: md5 = ef87383202ccacfc96d349dc79755784 OK 2025/04/03 01:13:56 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.82s) --- PASS: TestRcatMetadata/Normal (2.50s) --- PASS: TestRcatMetadata/ViaDisk (2.85s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:13:58 DEBUG : potato1: md5 = 3d18e383ef43d902c070fe00cbc5d5bb OK 2025/04/03 01:13:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': File to upload is small (60 bytes), uploading instead of streaming 2025/04/03 01:14:00 DEBUG : potato2: md5 = 152ef735ffa9b811d4bc012d7f527be2 OK 2025/04/03 01:14:00 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.68s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:14:03 DEBUG : potato1: md5 = a540756fd5760b8b251f8c24eb89814c OK 2025/04/03 01:14:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': File to upload is small (60 bytes), uploading instead of streaming 2025/04/03 01:14:04 DEBUG : potato2: md5 = 87d892ca7e3704c5fe4d800b28fe5020 OK 2025/04/03 01:14:04 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.73s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:14:08 DEBUG : potato2: md5 = 21898b9009c3aa8796b451229d17076d OK 2025/04/03 01:14:09 DEBUG : empty space: md5 = bbc35a77664d7dfb292688d97f868ca5 OK 2025/04/03 01:14:11 DEBUG : sub dir/potato3: md5 = 026ec35dbb0bf2088de823ce062eedb4 OK 2025/04/03 01:14:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': Touching "sub dir/potato3" 2025/04/03 01:14:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': Touching "empty space" 2025/04/03 01:14:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': Touching "potato2" 2025/04/03 01:14:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.87s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:14:16 DEBUG : dir with metadata: Making directory with metadata 2025/04/03 01:14:17 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.40s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:14:19 DEBUG : directory with modtime: Making directory with metadata 2025/04/03 01:14:20 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.50s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:14:21 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/03 01:14:21 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/03 01:14:21 DEBUG : Google drive root 'crypt/1ast72gt6v1q0hp9acelgmcv98qbm1a0g5pds1jjms565ebc3hqg': Skipping btime metadata as can't update it on an existing file: 2025-04-03T01:14:21.700501124Z 2025/04/03 01:14:22 INFO : non existent directory: Updated directory metadata 2025/04/03 01:14:24 DEBUG : Google drive root 'crypt/1ast72gt6v1q0hp9acelgmcv98qbm1a0g5pds1jjms565ebc3hqg': Skipping btime metadata as can't update it on an existing file: 2025-04-03T01:14:21.700501124Z 2025/04/03 01:14:24 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.91s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:14:26 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/04/03 01:14:28 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/04/03 01:14:29 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.14s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:14:30 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/04/03 01:14:30 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/03 01:14:30 DEBUG : dst: Making directory with metadata 2025/04/03 01:14:31 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/04/03 01:14:31 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 01:14:32 INFO : dst: Set directory modification time (using SetModTime) 2025/04/03 01:14:32 INFO : dst: Set directory modification time (using SetModTime) 2025/04/03 01:14:32 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/04/03 01:14:32 INFO : dst: Set directory modification time (using SetModTime) 2025/04/03 01:14:32 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.64s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe'", Local "Local file system at /tmp/rclone139674916", Modify Window "1ms" 2025/04/03 01:14:36 DEBUG : sub dir/test remove existing: md5 = cea568c84ec6c27e70a0f3590f993eb1 OK 2025/04/03 01:14:38 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = b0b480103ddc89cb711d8e37551f250e OK 2025/04/03 01:14:39 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.gofayif4" before starting 2025/04/03 01:14:41 DEBUG : sub dir/test remove existing.gofayif4: TEST: removing renamed existing file after operation 2025/04/03 01:14:42 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.mogozen5" before starting 2025/04/03 01:14:43 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.mogozen5: TEST: renaming existing back after failed operation 2025/04/03 01:14:44 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tugijiv0" before starting 2025/04/03 01:14:45 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tugijiv0: TEST: removing renamed existing file after operation 2025/04/03 01:14:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "7fjotdt2ire7qo5i7u8mqrams77n0b3m1nr80o4e24r8an97jomg" 2025/04/03 01:14:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "6orsgtoso06ubbui7rqgb8ndrr0gumji3217dfpshgg1jthg8q5ds6tg4j3tckc5a54ct9e35c9htf2q2n6skrlsp9qpul0t5f9jmq1fhics4dlfoed8i3916amv7o5sij0aug07p3vg9ban8pu798r4sq8p60qt9jo7elfeshnhqceevbq0" --- PASS: TestRemoveExisting (13.24s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/04/03 01:14:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cutaduy2xufe': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m31.422178506s (try 1/5)