"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/09/26 01:00:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wuyezap2suju" 2025/09/26 01:00:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/26 01:00:26 DEBUG : Creating backend with remote "TestDrive:crypt/8d3jkb485krud4h577uf15nph5dk4402v6s1q23ik7412kgmuqlg" 2025/09/26 01:00:27 DEBUG : Creating backend with remote "/tmp/rclone3560410964" === 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-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.27s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/09/26 01:00:28 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/26 01:00:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/26 01:00:28 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/09/26 01:00:28 DEBUG : potato: Seek from 10 to 0 2025/09/26 01:00:28 DEBUG : potato: Seek from 10 to 0 2025/09/26 01:00:28 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/09/26 01:00:28 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/26 01:00:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/26 01:00:28 DEBUG : potato: Seek from 5 to 2 2025/09/26 01:00:28 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/09/26 01:00:28 DEBUG : potato: Seek from 7 to 0 2025/09/26 01:00:28 DEBUG : potato: Seek from 7 to 0 2025/09/26 01:00:28 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/09/26 01:00:28 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/26 01:00:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/26 01:00:28 DEBUG : potato: Seek from 5 to 2 2025/09/26 01:00:28 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/09/26 01:00:28 DEBUG : potato: Seek from 8 to 0 2025/09/26 01:00:28 DEBUG : potato: Seek from 8 to 0 2025/09/26 01:00:28 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/09/26 01:00:28 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/26 01:00:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/26 01:00:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/26 01:00:28 DEBUG : potato: Seek from 5 to 2 2025/09/26 01:00:28 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/09/26 01:00:28 DEBUG : potato: Seek from 9 to 0 2025/09/26 01:00:28 DEBUG : potato: Seek from 9 to 0 2025/09/26 01:00:28 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.01s) --- 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-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:00:30 DEBUG : rutabaga: md5 = 3f4dd4e18eea841588b3a4a58f1aaf2e OK === RUN TestCheck/1 === RUN TestCheck/2 2025/09/26 01:00:33 DEBUG : empty space: md5 = 7dc223dae1f5caa1c2b1b529b4dc25b0 OK === RUN TestCheck/3 2025/09/26 01:00:35 DEBUG : potato2: md5 = c6346dd165e69699b219ed55a99de80f OK === RUN TestCheck/4 === RUN TestCheck/5 2025/09/26 01:00:38 DEBUG : remotepotato: md5 = db1401445640a6377ed95f74dfe76e1b OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.06s) --- PASS: TestCheck/1 (0.31s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.26s) --- PASS: TestCheck/4 (0.28s) --- PASS: TestCheck/5 (0.29s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2025/09/26 01:00:41 DEBUG : Creating backend with remote "nonexistent" 2025/09/26 01:00:41 DEBUG : Creating backend with remote "nonexistent" 2025/09/26 01:00:41 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/09/26 01:00:41 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/09/26 01:00:41 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/09/26 01:00:41 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-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:00:42 DEBUG : rutabaga: md5 = 7abed6c8b410553b6ee50596eba53f75 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/09/26 01:00:46 DEBUG : empty space: md5 = 9bb7321b1d1895e888bf3ce409cf4702 OK === RUN TestCheckDownload/3 2025/09/26 01:00:49 DEBUG : potato2: md5 = 4ba3d8c04928f071f8c3a6129b74fd06 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/09/26 01:00:53 DEBUG : remotepotato: md5 = 668213152ff0a473439070db04072c34 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.04s) --- PASS: TestCheckDownload/1 (1.24s) --- PASS: TestCheckDownload/2 (0.99s) --- PASS: TestCheckDownload/3 (1.16s) --- PASS: TestCheckDownload/4 (1.17s) --- PASS: TestCheckDownload/5 (1.00s) --- PASS: TestCheckDownload/6 (1.10s) --- PASS: TestCheckDownload/7 (0.85s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:00:59 DEBUG : rutabaga: md5 = 7907f930909528f63a318f240aad3789 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/09/26 01:01:01 DEBUG : empty space: md5 = efa3bc5b08cf4fc9e8e2bdeed173afcc OK === RUN TestCheckSizeOnly/3 2025/09/26 01:01:03 DEBUG : potato2: md5 = eaaae69b069cf7212662e0ca3028cb05 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/09/26 01:01:06 DEBUG : remotepotato: md5 = 8b1fc96db9c6a4a181ee856cf3188720 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.99s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.28s) --- PASS: TestCheckSizeOnly/4 (0.24s) --- PASS: TestCheckSizeOnly/5 (0.28s) --- PASS: TestCheckSizeOnly/6 (0.25s) --- PASS: TestCheckSizeOnly/7 (0.25s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:01:10 DEBUG : test.sum: md5 = 41fc5dcb68f9eeb1002a5b9d7eb10db3 OK 2025/09/26 01:01:11 NOTICE: test.sum: improperly formatted checksum line 4 2025/09/26 01:01:11 NOTICE: test.sum: improperly formatted checksum line 5 2025/09/26 01:01:11 NOTICE: test.sum: improperly formatted checksum line 6 2025/09/26 01:01:11 NOTICE: test.sum: 2 warning(s) suppressed... 2025/09/26 01:01:13 DEBUG : test.sum: md5 = dd8f9f2916fb3cbbb1036e54d2e7590d OK 2025/09/26 01:01:14 NOTICE: test.sum: improperly formatted checksum line 4 2025/09/26 01:01:14 NOTICE: test.sum: improperly formatted checksum line 5 2025/09/26 01:01:14 NOTICE: test.sum: improperly formatted checksum line 6 2025/09/26 01:01:14 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.27s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:01:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wuyezap2suju/data" 2025/09/26 01:01:15 DEBUG : Creating backend with remote "TestDrive:crypt/8d3jkb485krud4h577uf15nph5dk4402v6s1q23ik7412kgmuqlg/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju/data' lacks md5, skipping --- SKIP: TestCheckSum (1.96s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:01:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wuyezap2suju/data" 2025/09/26 01:01:17 DEBUG : Creating backend with remote "TestDrive:crypt/8d3jkb485krud4h577uf15nph5dk4402v6s1q23ik7412kgmuqlg/vjrnln8ratgmqakfosrqe8espk" 2025/09/26 01:01:21 DEBUG : data/banana: md5 = 1dfd7989c797f041a30cf0f60b361be5 OK 2025/09/26 01:01:22 DEBUG : test.sum: md5 = 09711cba729e868280e53c7404faa4b3 OK === RUN TestCheckSumDownload/subtest1 2025/09/26 01:01:27 DEBUG : data/potato: md5 = 4d2f011a7f4ccd5cd8d31f8b0f20ca3d OK 2025/09/26 01:01:28 DEBUG : test.sum: md5 = fb376019acd6df9e6ad4002b56d318b7 OK === RUN TestCheckSumDownload/subtest2 2025/09/26 01:01:32 DEBUG : test.sum: md5 = 9003c4e06602d9f0580b3c079f60e246 OK === RUN TestCheckSumDownload/subtest3 2025/09/26 01:01:37 DEBUG : test.sum: md5 = bded8c92714710bfc699c7e995b7ebbd OK === RUN TestCheckSumDownload/subtest4 2025/09/26 01:01:41 DEBUG : test.sum: md5 = 46c638af27d07d964cc78629b11d1276 OK === RUN TestCheckSumDownload/subtest5 2025/09/26 01:01:46 DEBUG : test.sum: md5 = 0cd9760baeefe6dbc30bd271ebf1deec OK === RUN TestCheckSumDownload/subtest6 2025/09/26 01:01:50 DEBUG : data/banana: md5 = 5932bd39bad57d95e4f5b83ce37fa642 OK 2025/09/26 01:01:52 DEBUG : data/potato: md5 = 66dc68b49bbca4daeaa240d97bfe3a09 OK 2025/09/26 01:01:53 DEBUG : test.sum: md5 = d66947eba97320d15e270a5fe54c9164 OK === RUN TestCheckSumDownload/subtest7 2025/09/26 01:01:58 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/09/26 01:01:58 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (42.13s) --- PASS: TestCheckSumDownload/subtest1 (2.33s) --- PASS: TestCheckSumDownload/subtest2 (1.91s) --- PASS: TestCheckSumDownload/subtest3 (2.46s) --- PASS: TestCheckSumDownload/subtest4 (2.15s) --- PASS: TestCheckSumDownload/subtest5 (2.28s) --- PASS: TestCheckSumDownload/subtest6 (2.24s) --- PASS: TestCheckSumDownload/subtest7 (2.37s) === RUN TestApplyTransforms 2025/09/26 01:01:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rewehad7biye" 2025/09/26 01:01:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/26 01:01:59 DEBUG : Creating backend with remote "TestDrive:crypt/uvsb9ksuvia345mrhrolojjkihg3842s2nkl1ficouoj54sbuq80" 2025/09/26 01:02:00 DEBUG : Creating backend with remote "/tmp/rclone3013486160" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rewehad7biye'", Local "Local file system at /tmp/rclone3013486160", Modify Window "1ms" 2025/09/26 01:02:02 DEBUG : hello, world!: md5 = 0c8f654d814b272add101cc8b86de72d OK upper checkfile vs. lower remote (without normalization) 2025/09/26 01:02:03 ERROR : hello, world!: sum not found 2025/09/26 01:02:03 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-rewehad7biye' 2025/09/26 01:02:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rewehad7biye': 1 files missing 2025/09/26 01:02:03 NOTICE: 1 hashes missing 2025/09/26 01:02:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rewehad7biye': 1 differences found 2025/09/26 01:02:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rewehad7biye': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/09/26 01:02:04 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/26 01:02:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rewehad7biye': 0 differences found 2025/09/26 01:02:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rewehad7biye': 1 matching files 2025/09/26 01:02:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jaquriz7lati" 2025/09/26 01:02:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/26 01:02:04 DEBUG : Creating backend with remote "TestDrive:crypt/21stflct3sht6pnshilru1nacjl73rh1a2v81s8qv8kn1e5kdqp0" 2025/09/26 01:02:05 DEBUG : Creating backend with remote "/tmp/rclone3835636839" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jaquriz7lati'", Local "Local file system at /tmp/rclone3835636839", Modify Window "1ms" 2025/09/26 01:02:07 DEBUG : HELLO, WORLD!: md5 = 05ad9a229e788f0b2bb67f5bf9145379 OK lower checkfile vs. upper remote (without normalization) 2025/09/26 01:02:08 ERROR : HELLO, WORLD!: sum not found 2025/09/26 01:02:08 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jaquriz7lati' 2025/09/26 01:02:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jaquriz7lati': 1 files missing 2025/09/26 01:02:08 NOTICE: 1 hashes missing 2025/09/26 01:02:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jaquriz7lati': 1 differences found 2025/09/26 01:02:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jaquriz7lati': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/09/26 01:02:09 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/26 01:02:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jaquriz7lati': 0 differences found 2025/09/26 01:02:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jaquriz7lati': 1 matching files 2025/09/26 01:02:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-camaloc8pibe" 2025/09/26 01:02:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/26 01:02:09 DEBUG : Creating backend with remote "TestDrive:crypt/qhbi15hqdedrhrgl7rkhuud0f4a8bkb3v0uq42me2l2rr1out960" 2025/09/26 01:02:10 DEBUG : Creating backend with remote "/tmp/rclone3450806963" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-camaloc8pibe'", Local "Local file system at /tmp/rclone3450806963", Modify Window "1ms" 2025/09/26 01:02:12 DEBUG : HeLlO, wOrLd!: md5 = c23b5c1570caff0d0ba5bc71679337ad OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/09/26 01:02:13 ERROR : HeLlO, wOrLd!: sum not found 2025/09/26 01:02:13 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-camaloc8pibe' 2025/09/26 01:02:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-camaloc8pibe': 1 files missing 2025/09/26 01:02:13 NOTICE: 1 hashes missing 2025/09/26 01:02:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-camaloc8pibe': 1 differences found 2025/09/26 01:02:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-camaloc8pibe': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/09/26 01:02:14 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/26 01:02:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-camaloc8pibe': 0 differences found 2025/09/26 01:02:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-camaloc8pibe': 1 matching files 2025/09/26 01:02:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-befukax1nahi" 2025/09/26 01:02:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/26 01:02:14 DEBUG : Creating backend with remote "TestDrive:crypt/hf8e87r0v79edri5hns14t22nujkftnphqjdm7edkj7hskdp7pag" 2025/09/26 01:02:15 DEBUG : Creating backend with remote "/tmp/rclone3561904109" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-befukax1nahi'", Local "Local file system at /tmp/rclone3561904109", Modify Window "1ms" 2025/09/26 01:02:17 DEBUG : HELLO, WORLD!: md5 = cd30f5e05860e96a47e0087420937a26 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/09/26 01:02:17 ERROR : HELLO, WORLD!: sum not found 2025/09/26 01:02:17 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-befukax1nahi' 2025/09/26 01:02:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-befukax1nahi': 1 files missing 2025/09/26 01:02:17 NOTICE: 1 hashes missing 2025/09/26 01:02:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-befukax1nahi': 1 differences found 2025/09/26 01:02:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-befukax1nahi': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/09/26 01:02:19 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/26 01:02:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-befukax1nahi': 0 differences found 2025/09/26 01:02:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-befukax1nahi': 1 matching files 2025/09/26 01:02:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qohimid4hova" 2025/09/26 01:02:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/26 01:02:19 DEBUG : Creating backend with remote "TestDrive:crypt/dpg0du1kul7sf850v75v0dhp7fb6f0v6tqsno290k5iifeor9p6g" 2025/09/26 01:02:20 DEBUG : Creating backend with remote "/tmp/rclone363888806" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qohimid4hova'", Local "Local file system at /tmp/rclone363888806", Modify Window "1ms" 2025/09/26 01:02:22 DEBUG : 測試_Русский___ě_áñ: md5 = f44b45a4332f936adf95632de274125b OK NFD checkfile vs. NFC remote (without normalization) 2025/09/26 01:02:22 ERROR : 測試_Русский___ě_áñ: sum not found 2025/09/26 01:02:22 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qohimid4hova' 2025/09/26 01:02:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qohimid4hova': 1 files missing 2025/09/26 01:02:22 NOTICE: 1 hashes missing 2025/09/26 01:02:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qohimid4hova': 1 differences found 2025/09/26 01:02:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qohimid4hova': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/09/26 01:02:24 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/26 01:02:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qohimid4hova': 0 differences found 2025/09/26 01:02:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qohimid4hova': 1 matching files 2025/09/26 01:02:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-norofoq6lici" 2025/09/26 01:02:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/26 01:02:24 DEBUG : Creating backend with remote "TestDrive:crypt/04df5aqlvf01f2847fp908nb50pcbbn8190vat3rudau3r6qjmdg" 2025/09/26 01:02:24 DEBUG : Creating backend with remote "/tmp/rclone990296716" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-norofoq6lici'", Local "Local file system at /tmp/rclone990296716", Modify Window "1ms" 2025/09/26 01:02:27 DEBUG : 測試_Русский___ě_áñ: md5 = 0b22c2dc81aa1342b89c826c72000085 OK NFC checkfile vs. NFD remote (without normalization) 2025/09/26 01:02:27 ERROR : 測試_Русский___ě_áñ: sum not found 2025/09/26 01:02:27 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-norofoq6lici' 2025/09/26 01:02:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-norofoq6lici': 1 files missing 2025/09/26 01:02:27 NOTICE: 1 hashes missing 2025/09/26 01:02:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-norofoq6lici': 1 differences found 2025/09/26 01:02:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-norofoq6lici': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/09/26 01:02:29 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/26 01:02:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-norofoq6lici': 0 differences found 2025/09/26 01:02:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-norofoq6lici': 1 matching files 2025/09/26 01:02:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xejamoz5bujo" 2025/09/26 01:02:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/26 01:02:29 DEBUG : Creating backend with remote "TestDrive:crypt/4j57id94bco1nrcp6smelat5moajps5bd1c53elel21nq3o0jeb0" 2025/09/26 01:02:30 DEBUG : Creating backend with remote "/tmp/rclone1618900189" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xejamoz5bujo'", Local "Local file system at /tmp/rclone1618900189", Modify Window "1ms" 2025/09/26 01:02:32 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5e4444f99b289c4a078f04e0b3e9c787 OK NFDx2 checkfile vs. both remote (without normalization) 2025/09/26 01:02:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/26 01:02:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xejamoz5bujo' 2025/09/26 01:02:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xejamoz5bujo': 1 files missing 2025/09/26 01:02:32 NOTICE: 1 hashes missing 2025/09/26 01:02:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xejamoz5bujo': 1 differences found 2025/09/26 01:02:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xejamoz5bujo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/09/26 01:02:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/26 01:02:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xejamoz5bujo': 0 differences found 2025/09/26 01:02:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xejamoz5bujo': 1 matching files 2025/09/26 01:02:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cecedij1bema" 2025/09/26 01:02:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/26 01:02:34 DEBUG : Creating backend with remote "TestDrive:crypt/u87enjg7rd0av4ugho5r156voh8ectckp2hg5rn2stcqnnoclgc0" 2025/09/26 01:02:34 DEBUG : Creating backend with remote "/tmp/rclone3559688405" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cecedij1bema'", Local "Local file system at /tmp/rclone3559688405", Modify Window "1ms" 2025/09/26 01:02:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c656c6c6891e6f5b90768f9b5a2edfef OK NFCx2 checkfile vs. both remote (without normalization) 2025/09/26 01:02:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/26 01:02:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cecedij1bema' 2025/09/26 01:02:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cecedij1bema': 1 files missing 2025/09/26 01:02:37 NOTICE: 1 hashes missing 2025/09/26 01:02:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cecedij1bema': 1 differences found 2025/09/26 01:02:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cecedij1bema': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/09/26 01:02:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/26 01:02:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cecedij1bema': 0 differences found 2025/09/26 01:02:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cecedij1bema': 1 matching files 2025/09/26 01:02:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-laquvil8nebe" 2025/09/26 01:02:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/26 01:02:39 DEBUG : Creating backend with remote "TestDrive:crypt/f0b367rgb41e2e39e7hal4usg65fdu9tnkumcnetd97rnclvka90" 2025/09/26 01:02:40 DEBUG : Creating backend with remote "/tmp/rclone3226966422" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-laquvil8nebe'", Local "Local file system at /tmp/rclone3226966422", Modify Window "1ms" 2025/09/26 01:02:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5b29c67876811d6af2470b97b65c76c8 OK both checkfile vs. NFDx2 remote (without normalization) 2025/09/26 01:02:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/26 01:02:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-laquvil8nebe' 2025/09/26 01:02:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-laquvil8nebe': 1 files missing 2025/09/26 01:02:42 NOTICE: 1 hashes missing 2025/09/26 01:02:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-laquvil8nebe': 1 differences found 2025/09/26 01:02:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-laquvil8nebe': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/09/26 01:02:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/26 01:02:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-laquvil8nebe': 0 differences found 2025/09/26 01:02:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-laquvil8nebe': 1 matching files 2025/09/26 01:02:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-quwohav7sile" 2025/09/26 01:02:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/26 01:02:44 DEBUG : Creating backend with remote "TestDrive:crypt/7cht3ntjp7k7redidivoh1o9c9assq6vnnedq8dik329kl5isud0" 2025/09/26 01:02:45 DEBUG : Creating backend with remote "/tmp/rclone1637965420" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quwohav7sile'", Local "Local file system at /tmp/rclone1637965420", Modify Window "1ms" 2025/09/26 01:02:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 975b055498552474bebfd82ea02eaca0 OK both checkfile vs. NFCx2 remote (without normalization) 2025/09/26 01:02:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/26 01:02:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-quwohav7sile' 2025/09/26 01:02:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quwohav7sile': 1 files missing 2025/09/26 01:02:47 NOTICE: 1 hashes missing 2025/09/26 01:02:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quwohav7sile': 1 differences found 2025/09/26 01:02:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quwohav7sile': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/09/26 01:02:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/26 01:02:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quwohav7sile': 0 differences found 2025/09/26 01:02:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quwohav7sile': 1 matching files 2025/09/26 01:02:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quwohav7sile': Purge remote 2025/09/26 01:02:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-laquvil8nebe': Purge remote 2025/09/26 01:02:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cecedij1bema': Purge remote 2025/09/26 01:02:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xejamoz5bujo': Purge remote 2025/09/26 01:02:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-norofoq6lici': Purge remote 2025/09/26 01:02:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qohimid4hova': Purge remote 2025/09/26 01:02:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-befukax1nahi': Purge remote 2025/09/26 01:02:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-camaloc8pibe': Purge remote 2025/09/26 01:02:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jaquriz7lati': Purge remote 2025/09/26 01:02:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rewehad7biye': Purge remote --- PASS: TestApplyTransforms (54.52s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:02:54 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/26 01:02:56 DEBUG : sub/file2: md5 = 9ee7f11509e863493f2b492161b64c82 OK 2025/09/26 01:02:56 INFO : file1: Copied (new) to: sub/file2 2025/09/26 01:02:57 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/26 01:02:57 DEBUG : file1: Unchanged skipping 2025/09/26 01:02:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': don't need to copy/move sub/file2, it is already at target location 2025/09/26 01:02:59 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.49s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.43s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:03:03 DEBUG : dst/file1: md5 = 4624c28fe46e88a0bcb5844491dc52c2 OK 2025/09/26 01:03:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wuyezap2suju/backup" 2025/09/26 01:03:03 DEBUG : Config file has changed externally - reloading 2025/09/26 01:03:04 DEBUG : Creating backend with remote "TestDrive:crypt/8d3jkb485krud4h577uf15nph5dk4402v6s1q23ik7412kgmuqlg/1nrff024r7pq65ecp72fc28jb0" 2025/09/26 01:03:05 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/09/26 01:03:07 INFO : dst/file1: Moved (server-side) 2025/09/26 01:03:09 DEBUG : dst/file1: md5 = d1d77d93db2bc4649737be5d0351de36 OK 2025/09/26 01:03:09 INFO : dst/file1: Copied (new) 2025/09/26 01:03:11 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/26 01:03:12 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/26 01:03:12 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.68s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:03:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wuyezap2suju/dst" 2025/09/26 01:03:13 DEBUG : Creating backend with remote "TestDrive:crypt/8d3jkb485krud4h577uf15nph5dk4402v6s1q23ik7412kgmuqlg/31u3jie661vd5p8j7rtc3hgbh0" 2025/09/26 01:03:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wuyezap2suju/CompareDest" 2025/09/26 01:03:15 DEBUG : Creating backend with remote "TestDrive:crypt/8d3jkb485krud4h577uf15nph5dk4402v6s1q23ik7412kgmuqlg/gveqi14airsml4bgu7krj116o8" 2025/09/26 01:03:16 DEBUG : one: Need to transfer - File not found at Destination 2025/09/26 01:03:19 DEBUG : one: md5 = 365d666009364db21ef0665fb95242c5 OK 2025/09/26 01:03:19 INFO : one: Copied (new) 2025/09/26 01:03:20 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/26 01:03:21 DEBUG : one: md5 = 210e78b5add79ce9c1a5ca2e169df6a5 OK 2025/09/26 01:03:21 INFO : one: Copied (replaced existing) 2025/09/26 01:03:23 DEBUG : dst/one: md5 = e9acfd293cdac0c4a7b8774341f5b5f7 OK 2025/09/26 01:03:25 DEBUG : CompareDest/one: md5 = f45a0450e09df16df367a42d113544d0 OK 2025/09/26 01:03:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/26 01:03:27 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/26 01:03:27 DEBUG : one: Destination found in --compare-dest, skipping 2025/09/26 01:03:29 DEBUG : CompareDest/two: md5 = e42485928c56a7bd692dbb07cf5bea1b OK 2025/09/26 01:03:29 DEBUG : two: Need to transfer - File not found at Destination 2025/09/26 01:03:30 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/26 01:03:30 DEBUG : two: Destination found in --compare-dest, skipping 2025/09/26 01:03:30 DEBUG : two: Need to transfer - File not found at Destination 2025/09/26 01:03:30 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/26 01:03:30 DEBUG : two: Destination found in --compare-dest, skipping 2025/09/26 01:03:32 DEBUG : two: Need to transfer - File not found at Destination 2025/09/26 01:03:32 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/09/26 01:03:33 DEBUG : two: md5 = 0f1c13848d371b5c445c80c62ff6dd87 OK 2025/09/26 01:03:33 INFO : two: Copied (new) 2025/09/26 01:03:36 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/26 01:03:36 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:03:37 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/26 01:03:37 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (24.48s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:03:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wuyezap2suju/dst" 2025/09/26 01:03:38 DEBUG : Creating backend with remote "TestDrive:crypt/8d3jkb485krud4h577uf15nph5dk4402v6s1q23ik7412kgmuqlg/31u3jie661vd5p8j7rtc3hgbh0" 2025/09/26 01:03:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wuyezap2suju/CopyDest" 2025/09/26 01:03:39 DEBUG : Creating backend with remote "TestDrive:crypt/8d3jkb485krud4h577uf15nph5dk4402v6s1q23ik7412kgmuqlg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/09/26 01:03:41 DEBUG : one: Need to transfer - File not found at Destination 2025/09/26 01:03:43 DEBUG : one: md5 = a8e4e06391c4263f3fa038b7e715628c OK 2025/09/26 01:03:43 INFO : one: Copied (new) 2025/09/26 01:03:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/26 01:03:46 DEBUG : one: md5 = 83260ac3079e3319adae5cb262f1e857 OK 2025/09/26 01:03:46 INFO : one: Copied (replaced existing) 2025/09/26 01:03:48 DEBUG : dst/one: md5 = c5b34ea1f255725ff0cb8a48011b7847 OK 2025/09/26 01:03:50 DEBUG : CopyDest/one: md5 = dc6706461c09154117c3f6bc2c9ce1c6 OK 2025/09/26 01:03:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wuyezap2suju/BackupDir" 2025/09/26 01:03:51 DEBUG : Creating backend with remote "TestDrive:crypt/8d3jkb485krud4h577uf15nph5dk4402v6s1q23ik7412kgmuqlg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/09/26 01:03:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/26 01:03:53 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/26 01:03:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/26 01:03:54 INFO : one: Moved (server-side) 2025/09/26 01:03:56 INFO : one: Copied (server-side copy) 2025/09/26 01:03:56 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/09/26 01:03:57 DEBUG : CopyDest/two: md5 = d6a3bd25e25566a854b4d5f09318db07 OK 2025/09/26 01:03:58 DEBUG : two: Need to transfer - File not found at Destination 2025/09/26 01:03:59 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/26 01:04:00 INFO : two: Copied (server-side copy) 2025/09/26 01:04:00 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/09/26 01:04:00 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/26 01:04:00 DEBUG : two: Unchanged skipping 2025/09/26 01:04:02 DEBUG : CopyDest/three: md5 = f7ce4dc9360a15daedf04613e4cf1b02 OK 2025/09/26 01:04:03 DEBUG : three: Need to transfer - File not found at Destination 2025/09/26 01:04:03 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/09/26 01:04:03 DEBUG : three: Destination not found in --copy-dest 2025/09/26 01:04:05 DEBUG : three: md5 = 6c550b143e8e740211fcc5ee4d688ee7 OK 2025/09/26 01:04:05 INFO : three: Copied (new) 2025/09/26 01:04:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/26 01:04:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/26 01:04:09 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:04:10 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:04:10 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/26 01:04:10 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/26 01:04:10 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.46s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.43s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.47s) === RUN TestCopyLongFileNameCollision run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.45s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:04:13 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/09/26 01:04:15 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 4dcc3f7c2d41708bc57f57dd85f2cc70 OK 2025/09/26 01:04:15 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/09/26 01:04:15 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/09/26 01:04:16 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:500: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/09/26 01:04:16 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/09/26 01:04:17 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/09/26 01:04:19 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 1ab4409fea5448ab0935435dd607b18e OK 2025/09/26 01:04:19 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/09/26 01:04:21 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/09/26 01:04:21 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.16s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.45s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:04:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': Looking for duplicate names using skip mode. 2025/09/26 01:04:25 NOTICE: one: Found 2 files with duplicate names 2025/09/26 01:04:25 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.85s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:04:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': Looking for duplicate names using skip mode. 2025/09/26 01:04:31 NOTICE: one: Found 3 files with duplicate names 2025/09/26 01:04:31 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/09/26 01:04:32 INFO : one: Deleted 2025/09/26 01:04:32 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.33s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:04:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': Looking for duplicate names using first mode. 2025/09/26 01:04:38 NOTICE: one: Found 3 files with duplicate names 2025/09/26 01:04:38 INFO : one: Deleted 2025/09/26 01:04:39 INFO : one: Deleted 2025/09/26 01:04:39 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.43s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:04:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': Looking for duplicate names using newest mode. 2025/09/26 01:04:44 NOTICE: one: Found 3 files with duplicate names 2025/09/26 01:04:44 INFO : one: Deleted 2025/09/26 01:04:45 INFO : one: Deleted 2025/09/26 01:04:45 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.22s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.42s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:04:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': Looking for duplicate names using oldest mode. 2025/09/26 01:04:51 NOTICE: one: Found 3 files with duplicate names 2025/09/26 01:04:51 INFO : one: Deleted 2025/09/26 01:04:51 INFO : one: Deleted 2025/09/26 01:04:51 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.25s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:04:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': Looking for duplicate names using largest mode. 2025/09/26 01:04:57 NOTICE: one: Found 3 files with duplicate names 2025/09/26 01:04:57 INFO : one: Deleted 2025/09/26 01:04:58 INFO : one: Deleted 2025/09/26 01:04:58 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.13s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:05:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': Looking for duplicate names using smallest mode. 2025/09/26 01:05:03 NOTICE: one: Found 3 files with duplicate names 2025/09/26 01:05:03 INFO : one: Deleted 2025/09/26 01:05:04 INFO : one: Deleted 2025/09/26 01:05:04 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.30s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:05:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': Looking for duplicate names using rename mode. 2025/09/26 01:05:11 NOTICE: one.txt: Found 3 files with duplicate names 2025/09/26 01:05:12 INFO : one-2.txt: renamed from: one.txt 2025/09/26 01:05:13 INFO : one-3.txt: renamed from: one.txt 2025/09/26 01:05:15 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.20s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:05:20 DEBUG : dupe1/one.txt: md5 = 3c007d247ccecc078d9df60259cb36af OK 2025/09/26 01:05:22 DEBUG : dupe2/two.txt: md5 = 417c2b2a1ecaee4dae52caf2d5e182da OK 2025/09/26 01:05:24 DEBUG : dupe3/three.txt: md5 = 39103aee78037a87675ebe7c2d24fe82 OK 2025/09/26 01:05:25 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/09/26 01:05:25 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/09/26 01:05:26 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/09/26 01:05:27 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/09/26 01:05:30 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/09/26 01:05:30 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/09/26 01:05:30 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.21s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:05:32 DEBUG : a.txt: md5 = 24bcaec5785ed66925523222e1be88c2 OK 2025/09/26 01:05:33 DEBUG : zend.txt: md5 = 28917adc2cd83a2950d781b5c79b56cb OK 2025/09/26 01:05:36 DEBUG : sub dir/hello world: md5 = fd73eb258fc7199cf0857ae27d204309 OK 2025/09/26 01:05:37 DEBUG : sub dir/hello world2: md5 = 59ff5985828f296be72a1c22df9c24ac OK 2025/09/26 01:05:39 DEBUG : sub dir/ignore dir/.ignore: md5 = 37c943f4548970703168ca5f93678ce6 OK 2025/09/26 01:05:41 DEBUG : sub dir/ignore dir/should be ignored: md5 = 8786a12c84a5d2067d703a7293f77ecb OK 2025/09/26 01:05:43 DEBUG : sub dir/sub sub dir/hello world3: md5 = 8665773a8eeae21646d4c7af5468591f OK 2025/09/26 01:05:44 DEBUG : a.txt: Excluded (Size Filter) 2025/09/26 01:05:44 DEBUG : a.txt: Excluded 2025/09/26 01:05:45 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/26 01:05:45 DEBUG : sub dir/hello world: Excluded 2025/09/26 01:05:45 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/26 01:05:45 DEBUG : sub dir/hello world2: Excluded 2025/09/26 01:05:45 DEBUG : sub dir/ignore dir: Excluded 2025/09/26 01:05:45 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/26 01:05:45 DEBUG : sub dir/hello world: Excluded 2025/09/26 01:05:45 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/26 01:05:45 DEBUG : sub dir/hello world2: Excluded 2025/09/26 01:05:45 DEBUG : sub dir/ignore dir: Excluded 2025/09/26 01:05:50 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/09/26 01:05:51 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/09/26 01:05:51 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/09/26 01:05:52 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/09/26 01:05:52 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/09/26 01:05:52 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/09/26 01:05:52 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (22.06s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:05:54 DEBUG : a.txt: md5 = 3cb2ea9bf97f4fa772e11d0511588a14 OK 2025/09/26 01:05:55 DEBUG : zend.txt: md5 = 2be2689d2479a1df5eac81021851e495 OK 2025/09/26 01:05:57 DEBUG : sub dir/hello world: md5 = e32e0940deaf367b562f7307334ab49f OK 2025/09/26 01:05:59 DEBUG : sub dir/hello world2: md5 = 3cdc98775fd5ee0ee7c77262a10822d8 OK 2025/09/26 01:06:01 DEBUG : sub dir/ignore dir/.ignore: md5 = c4bd4c47969516cb209f5f15d205cab1 OK 2025/09/26 01:06:03 DEBUG : sub dir/ignore dir/should be ignored: md5 = 076ea6149476995266467a6dc6819ef8 OK 2025/09/26 01:06:05 DEBUG : sub dir/sub sub dir/hello world3: md5 = 872bc97241529523836e71c643cd52d0 OK 2025/09/26 01:06:06 DEBUG : a.txt: Excluded (Size Filter) 2025/09/26 01:06:06 DEBUG : a.txt: Excluded 2025/09/26 01:06:07 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/26 01:06:07 DEBUG : sub dir/hello world2: Excluded 2025/09/26 01:06:07 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/26 01:06:07 DEBUG : sub dir/hello world: Excluded 2025/09/26 01:06:08 DEBUG : sub dir/ignore dir: Excluded 2025/09/26 01:06:08 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/26 01:06:08 DEBUG : sub dir/hello world2: Excluded 2025/09/26 01:06:08 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/26 01:06:08 DEBUG : sub dir/hello world: Excluded 2025/09/26 01:06:08 DEBUG : sub dir/ignore dir: Excluded 2025/09/26 01:06:12 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/09/26 01:06:13 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/09/26 01:06:13 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/09/26 01:06:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/09/26 01:06:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/09/26 01:06:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/09/26 01:06:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (22.02s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:06:16 DEBUG : file1: md5 = 5993c91cbb3af9d7f2367c41824457ac OK 2025/09/26 01:06:18 DEBUG : sub/file2: md5 = 94758fbc044a91fc12598c3420d09a61 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/09/26 01:06:21 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/09/26 01:06:21 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/09/26 01:06:21 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/09/26 01:06:23 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.27s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.22s) --- PASS: TestListJSON/Recurse (0.50s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.21s) --- PASS: TestListJSON/NoMimeType (0.22s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.22s) --- PASS: TestListJSON/Metadata (0.67s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:06:25 DEBUG : file1: md5 = 1c1a8590332607345cda372bd5762078 OK 2025/09/26 01:06:27 DEBUG : sub/file2: md5 = 6f16a7b07ae9841d580c88c425259d4a 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/09/26 01:06:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wuyezap2suju/notfound" 2025/09/26 01:06:31 DEBUG : Creating backend with remote "TestDrive:crypt/8d3jkb485krud4h577uf15nph5dk4402v6s1q23ik7412kgmuqlg/qe0i31qdkoejk60elps0ni5sqk" 2025/09/26 01:06:34 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.15s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.22s) --- PASS: TestStatJSON/Dir (0.50s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.23s) --- PASS: TestStatJSON/File (0.26s) --- PASS: TestStatJSON/NotFound (0.45s) --- PASS: TestStatJSON/DirFilesOnly (0.29s) --- PASS: TestStatJSON/FileFilesOnly (0.27s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.26s) --- PASS: TestStatJSON/FileDirsOnly (0.27s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.29s) --- PASS: TestStatJSON/RootNotFound (1.77s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:06:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': Making directory 2025/09/26 01:06:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': Making directory --- PASS: TestMkdir (0.67s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:06:38 DEBUG : sub dir/hello world: md5 = d0e6b7f2996a725b2213c9f067956c98 OK 2025/09/26 01:06:40 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.73s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:06:42 DEBUG : potato2: md5 = 39aa8b43751f1944feb0fe2bd7ca9794 OK 2025/09/26 01:06:43 DEBUG : empty space: md5 = d9485816fd3c7f8052fe2e674bbe2e87 OK --- PASS: TestLs (4.69s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:06:46 DEBUG : potato2: md5 = 545970cafd03902524e4d29ecdc394fd OK 2025/09/26 01:06:48 DEBUG : empty space: md5 = 824635e8681fb1b1d7ba8d3ee1a47018 OK 2025/09/26 01:06:48 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.93s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:06:51 DEBUG : potato2: md5 = ebeccd99e31960404af3200f114d7a5b OK 2025/09/26 01:06:53 DEBUG : empty space: md5 = 9892a5a2d0863974e6c3c172c92bfe12 OK --- PASS: TestLsLong (4.51s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:06:56 DEBUG : potato2: md5 = 9d6979799262b671cae064f1a4abe4c6 OK 2025/09/26 01:06:57 DEBUG : empty space: md5 = 4b987a5d8cd6891faac8f9ec87f271b5 OK --- PASS: TestHashSums (4.40s) === RUN TestHashSumsWithErrors 2025/09/26 01:06:59 DEBUG : Creating backend with remote ":memory:" 2025/09/26 01:06:59 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/09/26 01:06:59 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/09/26 01:06:59 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/09/26 01:06:59 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/09/26 01:06:59 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/09/26 01:06:59 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/09/26 01:06:59 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/09/26 01:06:59 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/09/26 01:06:59 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-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:07:00 DEBUG : potato2: md5 = fe743a539f9377c19002be4769d09308 OK 2025/09/26 01:07:02 DEBUG : empty space: md5 = 2f39345b522ae3a2e0a903b2f74fd3f3 OK 2025/09/26 01:07:04 DEBUG : sub dir/potato3: md5 = 4c12fe9c4aeac62ee33010e8649257da OK 2025/09/26 01:07:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.15s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:07:08 DEBUG : small: md5 = f6341e9d497f3a263c84379b424ebcb1 OK 2025/09/26 01:07:10 DEBUG : medium: md5 = 050763cb5a90bc081e30579de096297f OK 2025/09/26 01:07:11 DEBUG : large: md5 = a115704c843b83e5f91d5c1c6dae5ffd OK 2025/09/26 01:07:12 DEBUG : Waiting for deletions to finish 2025/09/26 01:07:12 DEBUG : large: Excluded (Size Filter) 2025/09/26 01:07:12 INFO : small: Deleted 2025/09/26 01:07:12 INFO : medium: Deleted --- PASS: TestDelete (6.45s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:07:15 DEBUG : small: md5 = 29b249b94c7463a8176a6554981fae11 OK 2025/09/26 01:07:16 DEBUG : medium: md5 = 72582b82c37bac3607b75292b9b983c9 OK 2025/09/26 01:07:18 DEBUG : large: md5 = e50acc9e004339262366cd69a4efcabf OK 2025/09/26 01:07:18 DEBUG : Waiting for deletions to finish 2025/09/26 01:07:18 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/09/26 01:07:19 INFO : small: Deleted 2025/09/26 01:07:19 INFO : large: Deleted --- PASS: TestMaxDelete (6.96s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:07:22 DEBUG : small: md5 = 9a8e2376f903212703b6e106c291fef8 OK 2025/09/26 01:07:23 DEBUG : medium: md5 = 075ea730d5b234e8787e624f69666fc3 OK 2025/09/26 01:07:25 DEBUG : large: md5 = a714e406f62ff6ba78c649461efea7a3 OK 2025/09/26 01:07:25 DEBUG : Waiting for deletions to finish 2025/09/26 01:07:25 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/09/26 01:07:26 INFO : small: Deleted 2025/09/26 01:07:26 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.87s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:07:29 DEBUG : small: md5 = 78f9d86cbc86348e37bf3a4ade3a1c59 OK 2025/09/26 01:07:30 DEBUG : medium: md5 = d0b335b9da6df38461a4c61a6aa97437 OK 2025/09/26 01:07:31 DEBUG : large: md5 = 5dd0a0ebf40284e7a1340df1bd8b4d78 OK 2025/09/26 01:07:32 DEBUG : Waiting for deletions to finish 2025/09/26 01:07:32 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/09/26 01:07:32 INFO : large: Deleted 2025/09/26 01:07:32 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.57s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:07:35 DEBUG : ReadFile: md5 = 68ea30cd21a272e831345db6821072fd OK --- PASS: TestReadFile (3.97s) === RUN TestRetry 2025/09/26 01:07:38 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/09/26 01:07:38 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/09/26 01:07:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/26 01:07:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/26 01:07:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/26 01:07:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/26 01:07:38 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:07:39 DEBUG : file1: md5 = 9f0c6a2dbfc68f2c555f23230bfd8766 OK 2025/09/26 01:07:41 DEBUG : file2: md5 = 0b1dd74a73cc8b4c79d03f23deefc948 OK --- PASS: TestCat (16.00s) === RUN TestPurge 2025/09/26 01:07:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xolaken5meno" 2025/09/26 01:07:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/26 01:07:54 DEBUG : Creating backend with remote "TestDrive:crypt/daqss69eevdvnqkjahvi116i399oc090pdct58dml3vsatk81crg" 2025/09/26 01:07:55 DEBUG : Creating backend with remote "/tmp/rclone2212937815" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xolaken5meno'", Local "Local file system at /tmp/rclone2212937815", Modify Window "1ms" 2025/09/26 01:07:59 DEBUG : A1/B1/C1/one: md5 = 78037126b5e5aa37360da12cb8dd2210 OK 2025/09/26 01:07:59 INFO : A2: Making directory 2025/09/26 01:08:00 INFO : A1/B2: Making directory 2025/09/26 01:08:01 INFO : A1/B2/C2: Making directory 2025/09/26 01:08:01 INFO : A1/B1/C3: Making directory 2025/09/26 01:08:02 INFO : A3: Making directory 2025/09/26 01:08:03 INFO : A3/B3: Making directory 2025/09/26 01:08:04 INFO : A3/B3/C4: Making directory 2025/09/26 01:08:06 DEBUG : A1/two: md5 = 7c10dacdca48730b7f0eec8b23b047eb OK 2025/09/26 01:08:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xolaken5meno': Purge remote 2025/09/26 01:08:10 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.83s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:08:13 DEBUG : A1/B1/C1/one: md5 = e13dbaffacab9d67e23f376db92387b9 OK 2025/09/26 01:08:13 INFO : A2: Making directory 2025/09/26 01:08:14 INFO : A1/B2: Making directory 2025/09/26 01:08:15 INFO : A1/B2/C2: Making directory 2025/09/26 01:08:16 INFO : A1/B1/C3: Making directory 2025/09/26 01:08:16 INFO : A3: Making directory 2025/09/26 01:08:17 INFO : A3/B3: Making directory 2025/09/26 01:08:18 INFO : A3/B3/C4: Making directory 2025/09/26 01:08:20 DEBUG : A1/two: md5 = f9cef9c56ec58a5142fce8b85aa9de87 OK 2025/09/26 01:08:21 DEBUG : removing 1 level 3 directories 2025/09/26 01:08:21 INFO : A3/B3/C4: Removing directory 2025/09/26 01:08:24 DEBUG : removing 2 level 3 directories 2025/09/26 01:08:24 INFO : A1/B2/C2: Removing directory 2025/09/26 01:08:24 INFO : A1/B1/C3: Removing directory 2025/09/26 01:08:24 DEBUG : removing 2 level 2 directories 2025/09/26 01:08:24 INFO : A3/B3: Removing directory 2025/09/26 01:08:24 INFO : A1/B2: Removing directory 2025/09/26 01:08:25 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/09/26 01:08:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/26 01:08:25 DEBUG : removing 2 level 1 directories 2025/09/26 01:08:25 INFO : A3: Removing directory 2025/09/26 01:08:25 INFO : A2: Removing directory 2025/09/26 01:08:25 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/09/26 01:08:29 DEBUG : removing 1 level 3 directories 2025/09/26 01:08:29 INFO : A1/B1/C1: Removing directory 2025/09/26 01:08:29 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:30 DEBUG : removing 1 level 2 directories 2025/09/26 01:08:30 INFO : A1/B1: Removing directory 2025/09/26 01:08:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/26 01:08:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/26 01:08:30 DEBUG : removing 1 level 1 directories 2025/09/26 01:08:30 INFO : A1: Removing directory 2025/09/26 01:08:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/26 01:08:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/26 01:08:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/26 01:08:31 DEBUG : removing 1 level 0 directories 2025/09/26 01:08:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': Removing directory 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/26 01:08:31 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestRmdirsNoLeaveRoot (22.79s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:08:33 INFO : A1: Making directory 2025/09/26 01:08:34 INFO : A1/B1: Making directory 2025/09/26 01:08:35 INFO : A1/B1/C1: Making directory 2025/09/26 01:08:37 DEBUG : removing 1 level 3 directories 2025/09/26 01:08:37 INFO : A1/B1/C1: Removing directory 2025/09/26 01:08:38 DEBUG : removing 1 level 2 directories 2025/09/26 01:08:38 INFO : A1/B1: Removing directory 2025/09/26 01:08:38 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/26 01:08:39 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.62s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:08:40 INFO : A1: Making directory 2025/09/26 01:08:41 INFO : A1/B1: Making directory 2025/09/26 01:08:41 INFO : A1/B1/C1: Making directory 2025/09/26 01:08:44 DEBUG : removing 1 level 3 directories 2025/09/26 01:08:44 INFO : A1/B1/C1: Removing directory 2025/09/26 01:08:45 DEBUG : removing 1 level 2 directories 2025/09/26 01:08:45 INFO : A1/B1: Removing directory 2025/09/26 01:08:45 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/26 01:08:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.08s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:08:49 DEBUG : file1: md5 = 11c922abbe5ed66cf264e701e8fdbea6 OK 2025/09/26 01:08:49 DEBUG : filename.txt: File name found in url 2025/09/26 01:08:51 DEBUG : filename.txt: md5 = cafe858d5794d58846a71bcfc024fe67 OK 2025/09/26 01:08:51 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/09/26 01:08:52 DEBUG : headerfilename.txt: md5 = f3d446921327e6337bd0066354a368a3 OK 2025/09/26 01:08:53 DEBUG : file2: md5 = 596bd6631c8ff208cea203023157b3b5 OK --- PASS: TestCopyURL (8.76s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:08:56 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/26 01:08:58 DEBUG : sub/file2: md5 = 736d9216e49fc6aa7123657c1a8fe9ce OK 2025/09/26 01:08:58 INFO : file1: Copied (new) to: sub/file2 2025/09/26 01:08:58 INFO : file1: Deleted 2025/09/26 01:08:59 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/26 01:08:59 DEBUG : file1: Unchanged skipping 2025/09/26 01:08:59 INFO : file1: Deleted 2025/09/26 01:08:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': don't need to copy/move sub/file2, it is already at target location 2025/09/26 01:09:01 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.67s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:09:02 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/26 01:09:03 DEBUG : file1: md5 = bcf346ba055c109e7d2617389d39a1c5 OK 2025/09/26 01:09:03 INFO : file1: Copied (new) 2025/09/26 01:09:03 INFO : file1: Deleted 2025/09/26 01:09:04 DEBUG : file1: Destination exists, skipping 2025/09/26 01:09:04 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.15s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.43s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.46s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:09:08 DEBUG : dst/file1: md5 = 04bb74c664349601d3664d6988497980 OK 2025/09/26 01:09:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wuyezap2suju/backup" 2025/09/26 01:09:09 DEBUG : Creating backend with remote "TestDrive:crypt/8d3jkb485krud4h577uf15nph5dk4402v6s1q23ik7412kgmuqlg/1nrff024r7pq65ecp72fc28jb0" 2025/09/26 01:09:10 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/09/26 01:09:12 INFO : dst/file1: Moved (server-side) 2025/09/26 01:09:14 DEBUG : dst/file1: md5 = 977b389424479055ff408b4134dbca15 OK 2025/09/26 01:09:14 INFO : dst/file1: Copied (new) 2025/09/26 01:09:14 INFO : dst/file1: Deleted 2025/09/26 01:09:16 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/26 01:09:17 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/26 01:09:18 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.70s) === 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-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:09:21 DEBUG : A1/one: md5 = fa98a14097a168394c64576560aadc31 OK 2025/09/26 01:09:22 DEBUG : A1/two: md5 = 3aed5fb3da12d526949b6010438c7152 OK 2025/09/26 01:09:24 DEBUG : A1/B1/three: md5 = 1d5f583f9acde00b012c305c6cbea0e3 OK 2025/09/26 01:09:27 DEBUG : A1/B1/C1/four: md5 = ca31cf4da009949f8f5e03e4c401b167 OK 2025/09/26 01:09:29 DEBUG : A1/B1/C2/five: md5 = cd214a64c797b0cef0b0ffebed9ac269 OK 2025/09/26 01:09:29 INFO : A1/B2: Making directory 2025/09/26 01:09:30 INFO : A1/B1/C3: Making directory 2025/09/26 01:09:39 INFO : A2/two: Moved (server-side) to: A3/two 2025/09/26 01:09:39 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/09/26 01:09:39 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/09/26 01:09:39 INFO : A2/one: Moved (server-side) to: A3/one 2025/09/26 01:09:39 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/09/26 01:09:42 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/26 01:09:42 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/26 01:09:42 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/26 01:09:43 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/26 01:09:43 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/26 01:09:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/09/26 01:09:50 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/09/26 01:09:50 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/09/26 01:09:50 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/09/26 01:09:50 INFO : A3/two: Moved (server-side) to: A4/two 2025/09/26 01:09:50 INFO : A3/one: Moved (server-side) to: A4/one 2025/09/26 01:09:53 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/26 01:09:53 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/26 01:09:53 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/26 01:09:54 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/26 01:09:54 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/26 01:10:01 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/09/26 01:10:01 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/09/26 01:10:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/26 01:10:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/26 01:10:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/26 01:10:02 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/26 01:10:03 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/26 01:10:03 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/26 01:10:03 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/26 01:10:03 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (45.02s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" --- PASS: TestGetFsInfo (0.41s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:10:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': File to upload is small (34 bytes), uploading instead of streaming 2025/09/26 01:10:06 DEBUG : no_checksum_small_file_from_pipe: md5 = 24bc88b9567da86d0c37cd6afcd1b1a5 OK 2025/09/26 01:10:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/09/26 01:10:06 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/26 01:10:06 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/09/26 01:10:07 DEBUG : no_checksum_big_file_from_pipe: md5 = 6351de97e3d147d8b234bfbcaf5e0ffa OK 2025/09/26 01:10:07 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-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:10:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': File to upload is small (34 bytes), uploading instead of streaming 2025/09/26 01:10:11 DEBUG : with_checksum_small_file_from_pipe: md5 = e6878d8847181240632b26fc58e57f44 OK 2025/09/26 01:10:11 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/26 01:10:11 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/09/26 01:10:13 DEBUG : with_checksum_big_file_from_pipe: md5 = 9bb4dea5d6db91cee00f6fc93fcd52a1 OK 2025/09/26 01:10:13 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-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:10:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': File to upload is small (34 bytes), uploading instead of streaming 2025/09/26 01:10:16 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/26 01:10:16 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/09/26 01:10:18 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-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:10:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': File to upload is small (34 bytes), uploading instead of streaming 2025/09/26 01:10:21 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/26 01:10:21 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/09/26 01:10:23 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.43s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.23s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.09s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.03s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.08s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/09/26 01:10:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': File to upload is small (48 bytes), uploading instead of streaming 2025/09/26 01:10:26 DEBUG : rcat_metadata: md5 = 2ef97bfba6b6737c42480b7ed698cc88 OK 2025/09/26 01:10:26 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/09/26 01:10:28 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/09/26 01:10:29 DEBUG : rcat_metadata_uploadcutoff0: md5 = fb5b99a05de9f268defa70e7f11e2acc OK 2025/09/26 01:10:29 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.70s) --- PASS: TestRcatMetadata/Normal (2.47s) --- PASS: TestRcatMetadata/ViaDisk (2.78s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:10:31 DEBUG : potato1: md5 = 9125b328a8fa39382892d72eb371f643 OK 2025/09/26 01:10:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': File to upload is small (60 bytes), uploading instead of streaming 2025/09/26 01:10:33 DEBUG : potato2: md5 = abefb9cc78de76ec3bedae5f5a13c8f1 OK 2025/09/26 01:10:33 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.30s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:10:36 DEBUG : potato1: md5 = 7e33405c92ab537401f65c0abdb09c6e OK 2025/09/26 01:10:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': File to upload is small (60 bytes), uploading instead of streaming 2025/09/26 01:10:37 DEBUG : potato2: md5 = b5a101aaf65086c3e02813952cfc5e42 OK 2025/09/26 01:10:37 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.85s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:10:40 DEBUG : potato2: md5 = 64f4b977903adcc0ebfc31b1dd257df7 OK 2025/09/26 01:10:42 DEBUG : empty space: md5 = 28479396a16526b61a3466fa9f6fdc2f OK 2025/09/26 01:10:44 DEBUG : sub dir/potato3: md5 = c7521cacc9a859781d8e3cf7e14602c3 OK 2025/09/26 01:10:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': Touching "sub dir/potato3" 2025/09/26 01:10:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': Touching "empty space" 2025/09/26 01:10:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': Touching "potato2" 2025/09/26 01:10:48 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.26s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:10:48 DEBUG : dir with metadata: Making directory with metadata 2025/09/26 01:10:49 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.31s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:10:51 DEBUG : directory with modtime: Making directory with metadata 2025/09/26 01:10:51 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.30s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:10:53 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/09/26 01:10:53 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/26 01:10:53 DEBUG : Google drive root 'crypt/8d3jkb485krud4h577uf15nph5dk4402v6s1q23ik7412kgmuqlg': Skipping btime metadata as can't update it on an existing file: 2025-09-26T01:10:53.376695984Z 2025/09/26 01:10:54 INFO : non existent directory: Updated directory metadata 2025/09/26 01:10:55 DEBUG : Google drive root 'crypt/8d3jkb485krud4h577uf15nph5dk4402v6s1q23ik7412kgmuqlg': Skipping btime metadata as can't update it on an existing file: 2025-09-26T01:10:53.376695984Z 2025/09/26 01:10:56 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.54s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:10:57 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/09/26 01:10:59 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/09/26 01:11:00 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.95s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:11:01 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/09/26 01:11:01 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/26 01:11:01 DEBUG : dst: Making directory with metadata 2025/09/26 01:11:02 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/26 01:11:02 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/26 01:11:02 INFO : dst: Set directory modification time (using SetModTime) 2025/09/26 01:11:03 INFO : dst: Set directory modification time (using SetModTime) 2025/09/26 01:11:03 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/09/26 01:11:03 INFO : dst: Set directory modification time (using SetModTime) 2025/09/26 01:11:03 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.51s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju'", Local "Local file system at /tmp/rclone3560410964", Modify Window "1ms" 2025/09/26 01:11:07 DEBUG : sub dir/test remove existing: md5 = 982fd2bc47e39dd216b0251520a2ebcf OK 2025/09/26 01:11:08 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 645a84a9af75c512c1ca49f4b7965450 OK 2025/09/26 01:11:10 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.miqiyer4" before starting 2025/09/26 01:11:11 DEBUG : sub dir/test remove existing.miqiyer4: TEST: removing renamed existing file after operation 2025/09/26 01:11:12 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.memojaj0" before starting 2025/09/26 01:11:13 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.memojaj0: TEST: renaming existing back after failed operation 2025/09/26 01:11:15 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sirocop0" before starting 2025/09/26 01:11:15 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sirocop0: TEST: removing renamed existing file after operation 2025/09/26 01:11:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "or2i2rvkncejcpq3be7bortjj0vp04f89a4a4oh2aquglb1hsun50omer9qtqglbfh18t2kfipgdafhupgml9ait8t2bbnednu3qncdii816nnfj2p1f9omd8n8q4g1unohsme7u9t44gafqlbf28nufhm0drhj47d7lk9qp85uuv4pjq930" 2025/09/26 01:11:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "k72o5utthnhh93kdbcif58lta0sou4dg975lc0h2t5mlhvb3k1lg" --- PASS: TestRemoveExisting (12.78s) === 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/09/26 01:11:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wuyezap2suju': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m52.690468454s (try 1/5)