"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/05/08 02:58:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-keqopaq9wega" 2025/05/08 02:58:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/08 02:58:06 DEBUG : Creating backend with remote "TestDrive:crypt/ans8nnpq2tpmds9cqhlb6ht9k33mjvt6svhtjn8t1n4gu6d5e2o0" 2025/05/08 02:58:07 DEBUG : Creating backend with remote "/tmp/rclone463809585" === 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-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.21s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/05/08 02:58:08 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/08 02:58:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/08 02:58:08 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/05/08 02:58:08 DEBUG : potato: Seek from 10 to 0 2025/05/08 02:58:08 DEBUG : potato: Seek from 10 to 0 2025/05/08 02:58:08 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/05/08 02:58:08 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/08 02:58:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/08 02:58:08 DEBUG : potato: Seek from 5 to 2 2025/05/08 02:58:08 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/05/08 02:58:08 DEBUG : potato: Seek from 7 to 0 2025/05/08 02:58:08 DEBUG : potato: Seek from 7 to 0 2025/05/08 02:58:08 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/05/08 02:58:08 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/08 02:58:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/08 02:58:08 DEBUG : potato: Seek from 5 to 2 2025/05/08 02:58:08 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/05/08 02:58:08 DEBUG : potato: Seek from 8 to 0 2025/05/08 02:58:08 DEBUG : potato: Seek from 8 to 0 2025/05/08 02:58:08 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/05/08 02:58:08 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/08 02:58:08 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/08 02:58:08 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/08 02:58:08 DEBUG : potato: Seek from 5 to 2 2025/05/08 02:58:08 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/05/08 02:58:08 DEBUG : potato: Seek from 9 to 0 2025/05/08 02:58:08 DEBUG : potato: Seek from 9 to 0 2025/05/08 02:58:08 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 02:58:10 DEBUG : rutabaga: md5 = e922e551d364c77b9b4cfddad31d943b OK === RUN TestCheck/1 === RUN TestCheck/2 2025/05/08 02:58:12 DEBUG : empty space: md5 = ea2df43f9bee2645e38074e67adce627 OK === RUN TestCheck/3 2025/05/08 02:58:14 DEBUG : potato2: md5 = f5921b12c43723b58e33678abadb203f OK === RUN TestCheck/4 === RUN TestCheck/5 2025/05/08 02:58:16 DEBUG : remotepotato: md5 = 9e0091e4ac445af703e18f0ed328702f OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.00s) --- PASS: TestCheck/1 (0.27s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.23s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.23s) --- PASS: TestCheck/7 (0.25s) === RUN TestCheckFsError 2025/05/08 02:58:19 DEBUG : Creating backend with remote "nonexistent" 2025/05/08 02:58:19 DEBUG : Creating backend with remote "nonexistent" 2025/05/08 02:58:19 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/05/08 02:58:19 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/05/08 02:58:19 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/05/08 02:58:19 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-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 02:58:20 DEBUG : rutabaga: md5 = 348ade235967ce98bf68b9e7dd417e44 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/05/08 02:58:24 DEBUG : empty space: md5 = 2f350ab3c778c1c686f1825c4a5eed58 OK === RUN TestCheckDownload/3 2025/05/08 02:58:26 DEBUG : potato2: md5 = c89b2ad4e427660d0e2cd3311beee471 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/05/08 02:58:31 DEBUG : remotepotato: md5 = aacac802dfdc9d990dc42b90632dd1cf OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.97s) --- PASS: TestCheckDownload/1 (1.07s) --- PASS: TestCheckDownload/2 (0.85s) --- PASS: TestCheckDownload/3 (0.99s) --- PASS: TestCheckDownload/4 (1.20s) --- PASS: TestCheckDownload/5 (1.47s) --- PASS: TestCheckDownload/6 (1.12s) --- PASS: TestCheckDownload/7 (1.54s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 02:58:37 DEBUG : rutabaga: md5 = 7b9486c8973f3ccd97df7bf4229b2ba4 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/05/08 02:58:39 DEBUG : empty space: md5 = a1612024bca78203c2e23c158173a8c0 OK === RUN TestCheckSizeOnly/3 2025/05/08 02:58:41 DEBUG : potato2: md5 = c5ddaac7339679bbea053696a9f2caea OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/05/08 02:58:43 DEBUG : remotepotato: md5 = fc56a12cbc6a69745f95f728b8ac3398 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (9.82s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.21s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.25s) --- PASS: TestCheckSizeOnly/6 (0.24s) --- PASS: TestCheckSizeOnly/7 (0.22s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 02:58:47 DEBUG : test.sum: md5 = 1905e3497df61a4049eefa4c24568606 OK 2025/05/08 02:58:48 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/08 02:58:48 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/08 02:58:48 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/08 02:58:48 NOTICE: test.sum: 2 warning(s) suppressed... 2025/05/08 02:58:49 DEBUG : test.sum: md5 = b7e1b2c70d10fbf5fa3ba608a7803d8c OK 2025/05/08 02:58:51 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/08 02:58:51 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/08 02:58:51 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/08 02:58:51 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.91s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 02:58:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-keqopaq9wega/data" 2025/05/08 02:58:52 DEBUG : Creating backend with remote "TestDrive:crypt/ans8nnpq2tpmds9cqhlb6ht9k33mjvt6svhtjn8t1n4gu6d5e2o0/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega/data' lacks md5, skipping --- SKIP: TestCheckSum (1.98s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 02:58:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-keqopaq9wega/data" 2025/05/08 02:58:54 DEBUG : Creating backend with remote "TestDrive:crypt/ans8nnpq2tpmds9cqhlb6ht9k33mjvt6svhtjn8t1n4gu6d5e2o0/vjrnln8ratgmqakfosrqe8espk" 2025/05/08 02:58:57 DEBUG : data/banana: md5 = 9e7283ccaa07b81b65e9b0c3d715fbe0 OK 2025/05/08 02:58:58 DEBUG : test.sum: md5 = 6f9cd69f03976faf7d78c24d77bcd3fe OK === RUN TestCheckSumDownload/subtest1 2025/05/08 02:59:03 DEBUG : data/potato: md5 = 2bf13f42989330bcd9cfe692afd39219 OK 2025/05/08 02:59:04 DEBUG : test.sum: md5 = 58f042141602cf6318e7258f38446a44 OK === RUN TestCheckSumDownload/subtest2 2025/05/08 02:59:08 DEBUG : test.sum: md5 = 0ae17d468553996c1c4ef9595ba9a604 OK === RUN TestCheckSumDownload/subtest3 2025/05/08 02:59:13 DEBUG : test.sum: md5 = 1eec8ecd7caaf169d2df2c38a1c14d60 OK === RUN TestCheckSumDownload/subtest4 2025/05/08 02:59:17 DEBUG : test.sum: md5 = 246eb9548085b0f907ad20933a1f70cd OK === RUN TestCheckSumDownload/subtest5 2025/05/08 02:59:23 DEBUG : test.sum: md5 = 5954f5cc720748ad2facc6327df9ece1 OK === RUN TestCheckSumDownload/subtest6 2025/05/08 02:59:26 DEBUG : data/banana: md5 = b9543c69d98d301d34621bd6d41f7b4b OK 2025/05/08 02:59:28 DEBUG : data/potato: md5 = 69c2948577dabe129805edefd7e7f85b OK 2025/05/08 02:59:29 DEBUG : test.sum: md5 = d1a7ff099ef38fecd05e1abeb500e42d OK === RUN TestCheckSumDownload/subtest7 2025/05/08 02:59:34 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/05/08 02:59:34 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (40.87s) --- PASS: TestCheckSumDownload/subtest1 (2.63s) --- PASS: TestCheckSumDownload/subtest2 (2.37s) --- PASS: TestCheckSumDownload/subtest3 (2.92s) --- PASS: TestCheckSumDownload/subtest4 (2.54s) --- PASS: TestCheckSumDownload/subtest5 (3.27s) --- PASS: TestCheckSumDownload/subtest6 (2.01s) --- PASS: TestCheckSumDownload/subtest7 (2.22s) === RUN TestApplyTransforms 2025/05/08 02:59:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-guwatuw4poba" 2025/05/08 02:59:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/08 02:59:34 DEBUG : Creating backend with remote "TestDrive:crypt/t8u35e26ssane5fd1aidto4n3eimj5fncbuc9k55mff7l7d7m56g" 2025/05/08 02:59:35 DEBUG : Creating backend with remote "/tmp/rclone2637391958" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-guwatuw4poba'", Local "Local file system at /tmp/rclone2637391958", Modify Window "1ms" 2025/05/08 02:59:38 DEBUG : hello, world!: md5 = 0d2497e503a4803b8df955180463f278 OK upper checkfile vs. lower remote (without normalization) 2025/05/08 02:59:38 ERROR : hello, world!: sum not found 2025/05/08 02:59:38 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-guwatuw4poba' 2025/05/08 02:59:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guwatuw4poba': 1 files missing 2025/05/08 02:59:38 NOTICE: 1 hashes missing 2025/05/08 02:59:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guwatuw4poba': 2 differences found 2025/05/08 02:59:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guwatuw4poba': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/05/08 02:59:39 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/08 02:59:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guwatuw4poba': 0 differences found 2025/05/08 02:59:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-guwatuw4poba': 1 matching files 2025/05/08 02:59:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wipalic7nifo" 2025/05/08 02:59:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/08 02:59:39 DEBUG : Creating backend with remote "TestDrive:crypt/j7ham55g3j64silpamcj2igr0hdqerlm7t37p807vffv4mmjajf0" 2025/05/08 02:59:40 DEBUG : Creating backend with remote "/tmp/rclone1117099463" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wipalic7nifo'", Local "Local file system at /tmp/rclone1117099463", Modify Window "1ms" 2025/05/08 02:59:42 DEBUG : HELLO, WORLD!: md5 = eb136e6e45aab98d598e4cc324b8a4d8 OK lower checkfile vs. upper remote (without normalization) 2025/05/08 02:59:43 ERROR : HELLO, WORLD!: sum not found 2025/05/08 02:59:43 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-wipalic7nifo' 2025/05/08 02:59:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wipalic7nifo': 1 files missing 2025/05/08 02:59:43 NOTICE: 1 hashes missing 2025/05/08 02:59:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wipalic7nifo': 2 differences found 2025/05/08 02:59:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wipalic7nifo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/05/08 02:59:44 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/08 02:59:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wipalic7nifo': 0 differences found 2025/05/08 02:59:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wipalic7nifo': 1 matching files 2025/05/08 02:59:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dubesor4bivu" 2025/05/08 02:59:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/08 02:59:44 DEBUG : Creating backend with remote "TestDrive:crypt/58grv62rkkun2s206sal9pd9gd3055fk7b8q2bmf3n9hh3ev21g0" 2025/05/08 02:59:45 DEBUG : Creating backend with remote "/tmp/rclone279314377" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dubesor4bivu'", Local "Local file system at /tmp/rclone279314377", Modify Window "1ms" 2025/05/08 02:59:47 DEBUG : HeLlO, wOrLd!: md5 = 22b942dad4f1614de0aea1f15b660fc0 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/05/08 02:59:47 ERROR : HeLlO, wOrLd!: sum not found 2025/05/08 02:59:47 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-dubesor4bivu' 2025/05/08 02:59:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dubesor4bivu': 1 files missing 2025/05/08 02:59:47 NOTICE: 1 hashes missing 2025/05/08 02:59:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dubesor4bivu': 2 differences found 2025/05/08 02:59:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dubesor4bivu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/05/08 02:59:48 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/08 02:59:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dubesor4bivu': 0 differences found 2025/05/08 02:59:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dubesor4bivu': 1 matching files 2025/05/08 02:59:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yatebot9yesu" 2025/05/08 02:59:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/08 02:59:49 DEBUG : Creating backend with remote "TestDrive:crypt/5nl6194rurmdi6skefs1835413n2futj3c3hccuqrrsruifu9b60" 2025/05/08 02:59:49 DEBUG : Creating backend with remote "/tmp/rclone413973306" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yatebot9yesu'", Local "Local file system at /tmp/rclone413973306", Modify Window "1ms" 2025/05/08 02:59:51 DEBUG : HELLO, WORLD!: md5 = cc753b7c13b20175dac741cb3d934ece OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/05/08 02:59:52 ERROR : HELLO, WORLD!: sum not found 2025/05/08 02:59:52 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yatebot9yesu' 2025/05/08 02:59:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yatebot9yesu': 1 files missing 2025/05/08 02:59:52 NOTICE: 1 hashes missing 2025/05/08 02:59:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yatebot9yesu': 2 differences found 2025/05/08 02:59:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yatebot9yesu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/05/08 02:59:53 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/08 02:59:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yatebot9yesu': 0 differences found 2025/05/08 02:59:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yatebot9yesu': 1 matching files 2025/05/08 02:59:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qimubuc0turi" 2025/05/08 02:59:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/08 02:59:53 DEBUG : Creating backend with remote "TestDrive:crypt/sqniigggnnbov58aunscel3qr9q4qnvjrppm38ebmf8ba59euspg" 2025/05/08 02:59:54 DEBUG : Creating backend with remote "/tmp/rclone3218257486" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qimubuc0turi'", Local "Local file system at /tmp/rclone3218257486", Modify Window "1ms" 2025/05/08 02:59:56 DEBUG : 測試_Русский___ě_áñ: md5 = 26ab89a47b86004d2344bd4386b4e2af OK NFD checkfile vs. NFC remote (without normalization) 2025/05/08 02:59:57 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/08 02:59:57 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qimubuc0turi' 2025/05/08 02:59:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qimubuc0turi': 1 files missing 2025/05/08 02:59:57 NOTICE: 1 hashes missing 2025/05/08 02:59:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qimubuc0turi': 2 differences found 2025/05/08 02:59:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qimubuc0turi': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/05/08 02:59:58 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/08 02:59:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qimubuc0turi': 0 differences found 2025/05/08 02:59:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qimubuc0turi': 1 matching files 2025/05/08 02:59:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kuvadad6wovi" 2025/05/08 02:59:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/08 02:59:58 DEBUG : Creating backend with remote "TestDrive:crypt/7s8ta9q2v6lharao3gctr2h5l9rabphbceha6skt0sc4nipokgl0" 2025/05/08 02:59:59 DEBUG : Creating backend with remote "/tmp/rclone3334163738" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kuvadad6wovi'", Local "Local file system at /tmp/rclone3334163738", Modify Window "1ms" 2025/05/08 03:00:01 DEBUG : 測試_Русский___ě_áñ: md5 = 340dd2ba23b4ef5f90ac6968ad9a3225 OK NFC checkfile vs. NFD remote (without normalization) 2025/05/08 03:00:01 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/08 03:00:01 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kuvadad6wovi' 2025/05/08 03:00:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuvadad6wovi': 1 files missing 2025/05/08 03:00:01 NOTICE: 1 hashes missing 2025/05/08 03:00:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuvadad6wovi': 2 differences found 2025/05/08 03:00:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuvadad6wovi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/05/08 03:00:02 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/08 03:00:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuvadad6wovi': 0 differences found 2025/05/08 03:00:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuvadad6wovi': 1 matching files 2025/05/08 03:00:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-honijet0kiki" 2025/05/08 03:00:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/08 03:00:02 DEBUG : Creating backend with remote "TestDrive:crypt/s1vr0b1da26spj8mqemiidth4elgvpr7524ubtsfvpotjhl5bp3g" 2025/05/08 03:00:03 DEBUG : Creating backend with remote "/tmp/rclone855925545" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-honijet0kiki'", Local "Local file system at /tmp/rclone855925545", Modify Window "1ms" 2025/05/08 03:00:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = f2ab8e9b856a1ef0d7fab4f40cbee12b OK NFDx2 checkfile vs. both remote (without normalization) 2025/05/08 03:00:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/08 03:00:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-honijet0kiki' 2025/05/08 03:00:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-honijet0kiki': 1 files missing 2025/05/08 03:00:06 NOTICE: 1 hashes missing 2025/05/08 03:00:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-honijet0kiki': 2 differences found 2025/05/08 03:00:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-honijet0kiki': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/05/08 03:00:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/08 03:00:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-honijet0kiki': 0 differences found 2025/05/08 03:00:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-honijet0kiki': 1 matching files 2025/05/08 03:00:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-witator5numu" 2025/05/08 03:00:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/08 03:00:07 DEBUG : Creating backend with remote "TestDrive:crypt/pukh83ikihnqqqsjgha645cqlmnbk39tkuvko0sirm23u9659j0g" 2025/05/08 03:00:08 DEBUG : Creating backend with remote "/tmp/rclone2166151040" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-witator5numu'", Local "Local file system at /tmp/rclone2166151040", Modify Window "1ms" 2025/05/08 03:00:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 205a0e02f354006132a1919175e00874 OK NFCx2 checkfile vs. both remote (without normalization) 2025/05/08 03:00:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/08 03:00:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-witator5numu' 2025/05/08 03:00:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-witator5numu': 1 files missing 2025/05/08 03:00:10 NOTICE: 1 hashes missing 2025/05/08 03:00:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-witator5numu': 2 differences found 2025/05/08 03:00:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-witator5numu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/05/08 03:00:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/08 03:00:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-witator5numu': 0 differences found 2025/05/08 03:00:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-witator5numu': 1 matching files 2025/05/08 03:00:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yaporeg3vayi" 2025/05/08 03:00:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/08 03:00:11 DEBUG : Creating backend with remote "TestDrive:crypt/mnuq358scgpqupmd2hij0vln24fq272u1uc1vf4705crljm4n3j0" 2025/05/08 03:00:12 DEBUG : Creating backend with remote "/tmp/rclone3015520790" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yaporeg3vayi'", Local "Local file system at /tmp/rclone3015520790", Modify Window "1ms" 2025/05/08 03:00:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 051f2196df7eae287e570b01a1fc8a39 OK both checkfile vs. NFDx2 remote (without normalization) 2025/05/08 03:00:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/08 03:00:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yaporeg3vayi' 2025/05/08 03:00:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yaporeg3vayi': 1 files missing 2025/05/08 03:00:15 NOTICE: 1 hashes missing 2025/05/08 03:00:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yaporeg3vayi': 2 differences found 2025/05/08 03:00:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yaporeg3vayi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/05/08 03:00:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/08 03:00:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yaporeg3vayi': 0 differences found 2025/05/08 03:00:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yaporeg3vayi': 1 matching files 2025/05/08 03:00:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zapudix7meco" 2025/05/08 03:00:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/08 03:00:16 DEBUG : Creating backend with remote "TestDrive:crypt/98g0lvm3465rcvs3fnp5di44f77ptj80behmr32kh1e3g5bc5pn0" 2025/05/08 03:00:17 DEBUG : Creating backend with remote "/tmp/rclone896887508" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zapudix7meco'", Local "Local file system at /tmp/rclone896887508", Modify Window "1ms" 2025/05/08 03:00:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 015c386d2b6ff418d09f1d560596b6cf OK both checkfile vs. NFCx2 remote (without normalization) 2025/05/08 03:00:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/08 03:00:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zapudix7meco' 2025/05/08 03:00:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zapudix7meco': 1 files missing 2025/05/08 03:00:19 NOTICE: 1 hashes missing 2025/05/08 03:00:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zapudix7meco': 2 differences found 2025/05/08 03:00:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zapudix7meco': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/05/08 03:00:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/08 03:00:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zapudix7meco': 0 differences found 2025/05/08 03:00:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zapudix7meco': 1 matching files 2025/05/08 03:00:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zapudix7meco': Purge remote 2025/05/08 03:00:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yaporeg3vayi': Purge remote 2025/05/08 03:00:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-witator5numu': Purge remote 2025/05/08 03:00:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-honijet0kiki': Purge remote 2025/05/08 03:00:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kuvadad6wovi': Purge remote 2025/05/08 03:00:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qimubuc0turi': Purge remote 2025/05/08 03:00:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yatebot9yesu': Purge remote 2025/05/08 03:00:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dubesor4bivu': Purge remote 2025/05/08 03:00:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wipalic7nifo': Purge remote 2025/05/08 03:00:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-guwatuw4poba': Purge remote --- PASS: TestApplyTransforms (50.57s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:00:25 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/08 03:00:27 DEBUG : sub/file2: md5 = c454a9e5d2713653b2f6864282cfb2b1 OK 2025/05/08 03:00:27 INFO : file1: Copied (new) to: sub/file2 2025/05/08 03:00:28 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/08 03:00:28 DEBUG : file1: Unchanged skipping 2025/05/08 03:00:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': don't need to copy/move sub/file2, it is already at target location 2025/05/08 03:00:30 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.84s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.42s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:00:33 DEBUG : dst/file1: md5 = ef457241d253f4dbc3e45135d0ffa69c OK 2025/05/08 03:00:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-keqopaq9wega/backup" 2025/05/08 03:00:34 DEBUG : Creating backend with remote "TestDrive:crypt/ans8nnpq2tpmds9cqhlb6ht9k33mjvt6svhtjn8t1n4gu6d5e2o0/1nrff024r7pq65ecp72fc28jb0" 2025/05/08 03:00:35 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/08 03:00:38 INFO : dst/file1: Moved (server-side) 2025/05/08 03:00:39 DEBUG : dst/file1: md5 = 4681ef9210b40423031be5000f70b1e7 OK 2025/05/08 03:00:39 INFO : dst/file1: Copied (new) 2025/05/08 03:00:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/08 03:00:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/08 03:00:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.48s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:00:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-keqopaq9wega/dst" 2025/05/08 03:00:44 DEBUG : Creating backend with remote "TestDrive:crypt/ans8nnpq2tpmds9cqhlb6ht9k33mjvt6svhtjn8t1n4gu6d5e2o0/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/08 03:00:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-keqopaq9wega/CompareDest" 2025/05/08 03:00:45 DEBUG : Creating backend with remote "TestDrive:crypt/ans8nnpq2tpmds9cqhlb6ht9k33mjvt6svhtjn8t1n4gu6d5e2o0/gveqi14airsml4bgu7krj116o8" 2025/05/08 03:00:47 DEBUG : one: Need to transfer - File not found at Destination 2025/05/08 03:00:49 DEBUG : one: md5 = 350b6e1367c1daa799e097d523f0d209 OK 2025/05/08 03:00:49 INFO : one: Copied (new) 2025/05/08 03:00:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/08 03:00:51 DEBUG : one: md5 = 4fcd61fbc4651b17c9200ab6a0e4a82b OK 2025/05/08 03:00:51 INFO : one: Copied (replaced existing) 2025/05/08 03:00:53 DEBUG : dst/one: md5 = d9c2d8be02269a72e395151a855568a9 OK 2025/05/08 03:00:56 DEBUG : CompareDest/one: md5 = 8804180385966cc42075ac596e3a5784 OK 2025/05/08 03:00:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/08 03:00:57 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/08 03:00:57 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/08 03:00:59 DEBUG : CompareDest/two: md5 = 3f48be76e3deecb61911c65fcedcac8a OK 2025/05/08 03:00:59 DEBUG : two: Need to transfer - File not found at Destination 2025/05/08 03:01:00 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/08 03:01:00 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/08 03:01:00 DEBUG : two: Need to transfer - File not found at Destination 2025/05/08 03:01:00 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/08 03:01:00 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/08 03:01:02 DEBUG : two: Need to transfer - File not found at Destination 2025/05/08 03:01:02 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/08 03:01:03 DEBUG : two: md5 = b286a69e1e0f8d2723c3ab952e40073c OK 2025/05/08 03:01:03 INFO : two: Copied (new) 2025/05/08 03:01:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/08 03:01:06 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:01:06 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:01:06 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (23.32s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:01:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-keqopaq9wega/dst" 2025/05/08 03:01:07 DEBUG : Creating backend with remote "TestDrive:crypt/ans8nnpq2tpmds9cqhlb6ht9k33mjvt6svhtjn8t1n4gu6d5e2o0/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/08 03:01:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-keqopaq9wega/CopyDest" 2025/05/08 03:01:09 DEBUG : Creating backend with remote "TestDrive:crypt/ans8nnpq2tpmds9cqhlb6ht9k33mjvt6svhtjn8t1n4gu6d5e2o0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/05/08 03:01:10 DEBUG : one: Need to transfer - File not found at Destination 2025/05/08 03:01:12 DEBUG : one: md5 = c885a35a36f7fd54e3cc4d4a8db3f660 OK 2025/05/08 03:01:12 INFO : one: Copied (new) 2025/05/08 03:01:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/08 03:01:15 DEBUG : one: md5 = 6aa7738df7ca8e33592d12d8496e984d OK 2025/05/08 03:01:15 INFO : one: Copied (replaced existing) 2025/05/08 03:01:17 DEBUG : dst/one: md5 = aa1ff41d3d5ac667d25ae5949599fc33 OK 2025/05/08 03:01:19 DEBUG : CopyDest/one: md5 = 35d4624e9198167136ee44c6a267b31f OK 2025/05/08 03:01:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-keqopaq9wega/BackupDir" 2025/05/08 03:01:19 DEBUG : Creating backend with remote "TestDrive:crypt/ans8nnpq2tpmds9cqhlb6ht9k33mjvt6svhtjn8t1n4gu6d5e2o0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/05/08 03:01:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/08 03:01:21 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/08 03:01:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/08 03:01:23 INFO : one: Moved (server-side) 2025/05/08 03:01:24 INFO : one: Copied (server-side copy) 2025/05/08 03:01:24 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/08 03:01:26 DEBUG : CopyDest/two: md5 = f3092cd3c0d0846696603ef4fd331688 OK 2025/05/08 03:01:26 DEBUG : two: Need to transfer - File not found at Destination 2025/05/08 03:01:27 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/08 03:01:27 INFO : two: Copied (server-side copy) 2025/05/08 03:01:27 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/08 03:01:28 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/08 03:01:28 DEBUG : two: Unchanged skipping 2025/05/08 03:01:30 DEBUG : CopyDest/three: md5 = 312501fdb7c5daffd0d0c237a6d307d6 OK 2025/05/08 03:01:31 DEBUG : three: Need to transfer - File not found at Destination 2025/05/08 03:01:31 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/08 03:01:31 DEBUG : three: Destination not found in --copy-dest 2025/05/08 03:01:32 DEBUG : three: md5 = 13da66ac7da15b31b771d62725dfc528 OK 2025/05/08 03:01:32 INFO : three: Copied (new) 2025/05/08 03:01:36 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/08 03:01:36 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/08 03:01:36 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:01:37 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/08 03:01:37 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:01:37 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/08 03:01:38 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (31.33s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.46s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.46s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:01:39 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/05/08 03:01:41 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 2e63310bd2bb8507074dfe336fcb4a39 OK 2025/05/08 03:01:41 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/05/08 03:01:42 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/05/08 03:01:42 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/05/08 03:01:43 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/05/08 03:01:44 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/05/08 03:01:45 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 6b5a9d02cf8d8c8743f8e4665acf96af OK 2025/05/08 03:01:45 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/05/08 03:01:47 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/05/08 03:01:47 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.41s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.39s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:01:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': Looking for duplicate names using skip mode. 2025/05/08 03:01:51 NOTICE: one: Found 2 files with duplicate names 2025/05/08 03:01:51 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.52s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:01:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': Looking for duplicate names using skip mode. 2025/05/08 03:01:57 NOTICE: one: Found 3 files with duplicate names 2025/05/08 03:01:57 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/05/08 03:01:57 INFO : one: Deleted 2025/05/08 03:01:57 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (5.98s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:02:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': Looking for duplicate names using first mode. 2025/05/08 03:02:03 NOTICE: one: Found 3 files with duplicate names 2025/05/08 03:02:03 INFO : one: Deleted 2025/05/08 03:02:03 INFO : one: Deleted 2025/05/08 03:02:03 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (5.92s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:02:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': Looking for duplicate names using newest mode. 2025/05/08 03:02:08 NOTICE: one: Found 3 files with duplicate names 2025/05/08 03:02:09 INFO : one: Deleted 2025/05/08 03:02:09 INFO : one: Deleted 2025/05/08 03:02:09 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (5.96s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", 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-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:02:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': Looking for duplicate names using oldest mode. 2025/05/08 03:02:15 NOTICE: one: Found 3 files with duplicate names 2025/05/08 03:02:15 INFO : one: Deleted 2025/05/08 03:02:16 INFO : one: Deleted 2025/05/08 03:02:16 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.09s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:02:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': Looking for duplicate names using largest mode. 2025/05/08 03:02:21 NOTICE: one: Found 3 files with duplicate names 2025/05/08 03:02:21 INFO : one: Deleted 2025/05/08 03:02:22 INFO : one: Deleted 2025/05/08 03:02:22 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.10s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:02:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': Looking for duplicate names using smallest mode. 2025/05/08 03:02:27 NOTICE: one: Found 3 files with duplicate names 2025/05/08 03:02:28 INFO : one: Deleted 2025/05/08 03:02:28 INFO : one: Deleted 2025/05/08 03:02:28 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.13s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:02:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': Looking for duplicate names using rename mode. 2025/05/08 03:02:34 NOTICE: one.txt: Found 3 files with duplicate names 2025/05/08 03:02:35 INFO : one-2.txt: renamed from: one.txt 2025/05/08 03:02:37 INFO : one-3.txt: renamed from: one.txt 2025/05/08 03:02:38 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.00s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:02:42 DEBUG : dupe1/one.txt: md5 = 61851ab3d52ee481d8755ebb0b2e3594 OK 2025/05/08 03:02:44 DEBUG : dupe2/two.txt: md5 = 1db0a4c71ada9c24ce56d1dff72952b6 OK 2025/05/08 03:02:46 DEBUG : dupe3/three.txt: md5 = 2b20bb970b6f083f993941a019b00c65 OK 2025/05/08 03:02:47 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/05/08 03:02:47 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/05/08 03:02:48 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/05/08 03:02:49 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/05/08 03:02:52 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/05/08 03:02:52 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/05/08 03:02:52 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.18s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:02:54 DEBUG : a.txt: md5 = b8ee3a485f0597d2a8b0a1bfacc32dbd OK 2025/05/08 03:02:55 DEBUG : zend.txt: md5 = a366ba928c9a2006cfd3a7baa266f9b1 OK 2025/05/08 03:02:57 DEBUG : sub dir/hello world: md5 = 5d0f9512f7f52f8a297b096939e26a56 OK 2025/05/08 03:02:59 DEBUG : sub dir/hello world2: md5 = fc4b275444f61b0f3cf20fdc4f9ad540 OK 2025/05/08 03:03:01 DEBUG : sub dir/ignore dir/.ignore: md5 = 3acf35600a43293244e541bbbf95254a OK 2025/05/08 03:03:02 DEBUG : sub dir/ignore dir/should be ignored: md5 = 4d50e78d67c3a9ae827d7249dbce9e34 OK 2025/05/08 03:03:04 DEBUG : sub dir/sub sub dir/hello world3: md5 = 086d58e3d0d3aa6481ea666a21ca22bc OK 2025/05/08 03:03:05 DEBUG : a.txt: Excluded (Size Filter) 2025/05/08 03:03:05 DEBUG : a.txt: Excluded 2025/05/08 03:03:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/08 03:03:05 DEBUG : sub dir/hello world: Excluded 2025/05/08 03:03:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/08 03:03:05 DEBUG : sub dir/hello world2: Excluded 2025/05/08 03:03:06 DEBUG : sub dir/ignore dir: Excluded 2025/05/08 03:03:06 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/08 03:03:06 DEBUG : sub dir/hello world: Excluded 2025/05/08 03:03:06 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/08 03:03:06 DEBUG : sub dir/hello world2: Excluded 2025/05/08 03:03:06 DEBUG : sub dir/ignore dir: Excluded 2025/05/08 03:03:11 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/05/08 03:03:12 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/05/08 03:03:12 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/05/08 03:03:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/05/08 03:03:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/05/08 03:03:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/05/08 03:03:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (20.72s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:03:14 DEBUG : a.txt: md5 = e55d4040dfd0a5da73138708c0999269 OK 2025/05/08 03:03:16 DEBUG : zend.txt: md5 = 002e5b5340ad3b99e7b7c88c13560c40 OK 2025/05/08 03:03:18 DEBUG : sub dir/hello world: md5 = ab12d521fcd0969084429073f6c227e1 OK 2025/05/08 03:03:19 DEBUG : sub dir/hello world2: md5 = c32387406157f5b4325248db51ea5913 OK 2025/05/08 03:03:21 DEBUG : sub dir/ignore dir/.ignore: md5 = 42ea3fe5ad7f4a936b512c8d099c7ca2 OK 2025/05/08 03:03:23 DEBUG : sub dir/ignore dir/should be ignored: md5 = 1ab49a9c66f03fc44eb2e0cea32f6641 OK 2025/05/08 03:03:25 DEBUG : sub dir/sub sub dir/hello world3: md5 = 91f56719b63a8b8532d2cd9b32daeca1 OK 2025/05/08 03:03:26 DEBUG : a.txt: Excluded (Size Filter) 2025/05/08 03:03:26 DEBUG : a.txt: Excluded 2025/05/08 03:03:27 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/08 03:03:27 DEBUG : sub dir/hello world: Excluded 2025/05/08 03:03:27 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/08 03:03:27 DEBUG : sub dir/hello world2: Excluded 2025/05/08 03:03:27 DEBUG : sub dir/ignore dir: Excluded 2025/05/08 03:03:27 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/08 03:03:27 DEBUG : sub dir/hello world: Excluded 2025/05/08 03:03:27 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/08 03:03:27 DEBUG : sub dir/hello world2: Excluded 2025/05/08 03:03:28 DEBUG : sub dir/ignore dir: Excluded 2025/05/08 03:03:32 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/05/08 03:03:33 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/05/08 03:03:33 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/05/08 03:03:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/05/08 03:03:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/05/08 03:03:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/05/08 03:03:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (20.75s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:03:35 DEBUG : file1: md5 = 0b9ba1d665dec2307e79bc3818d4de61 OK 2025/05/08 03:03:37 DEBUG : sub/file2: md5 = 04124058aff8b17310a03dcca3536cd8 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/05/08 03:03:40 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/05/08 03:03:40 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/05/08 03:03:40 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/05/08 03:03:42 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.00s) --- PASS: TestListJSON/Default (0.25s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.27s) --- PASS: TestListJSON/Recurse (0.46s) --- PASS: TestListJSON/SubDir (0.22s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.33s) --- PASS: TestListJSON/HashTypes (0.22s) --- PASS: TestListJSON/Metadata (0.65s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:03:44 DEBUG : file1: md5 = 21c988027621fd023653c625953135cd OK 2025/05/08 03:03:46 DEBUG : sub/file2: md5 = 902236b7322f9b52073f9ebe8b7a3a50 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/05/08 03:03:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-keqopaq9wega/notfound" 2025/05/08 03:03:50 DEBUG : Creating backend with remote "TestDrive:crypt/ans8nnpq2tpmds9cqhlb6ht9k33mjvt6svhtjn8t1n4gu6d5e2o0/qe0i31qdkoejk60elps0ni5sqk" 2025/05/08 03:03:53 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (10.93s) --- PASS: TestStatJSON/Root (0.22s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.22s) --- PASS: TestStatJSON/Dir (0.45s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.21s) --- PASS: TestStatJSON/NotFound (0.43s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.21s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.22s) --- PASS: TestStatJSON/FileDirsOnly (0.23s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.78s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:03:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': Making directory 2025/05/08 03:03:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': Making directory --- PASS: TestMkdir (0.65s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:03:57 DEBUG : sub dir/hello world: md5 = d607a38781861d96616b9b9cff77d34d OK 2025/05/08 03:03:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.67s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:04:00 DEBUG : potato2: md5 = 08b50ea2e58303048503a56229cb216a OK 2025/05/08 03:04:02 DEBUG : empty space: md5 = d69048c5a4fac9e7c2fc1786e14bbad7 OK --- PASS: TestLs (4.61s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:04:05 DEBUG : potato2: md5 = 0e60be79da3523b747f06a8c43eec0af OK 2025/05/08 03:04:06 DEBUG : empty space: md5 = 8619151d0ca1e395209f7f9b7e584f7a OK 2025/05/08 03:04:07 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (4.80s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:04:10 DEBUG : potato2: md5 = 7fbea7638c5350708dbb3896fce2d1c2 OK 2025/05/08 03:04:11 DEBUG : empty space: md5 = 2c5f77164ccc59c8fe3a152939b82e4c OK --- PASS: TestLsLong (4.51s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:04:14 DEBUG : potato2: md5 = 8ca499c91a14c4a456b9dd654d5b0e8c OK 2025/05/08 03:04:16 DEBUG : empty space: md5 = 368d712df2e55495ded4261c0c759bcd OK --- PASS: TestHashSums (4.24s) === RUN TestHashSumsWithErrors 2025/05/08 03:04:17 DEBUG : Creating backend with remote ":memory:" 2025/05/08 03:04:17 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/05/08 03:04:17 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/08 03:04:17 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/08 03:04:17 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/08 03:04:17 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/08 03:04:17 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/08 03:04:17 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/08 03:04:17 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/05/08 03:04:17 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-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:04:18 DEBUG : potato2: md5 = 3684e3fb92b079179518a1b60dd68e28 OK 2025/05/08 03:04:20 DEBUG : empty space: md5 = 0b8a0be8ca1374093ce2b9ae238418e8 OK 2025/05/08 03:04:22 DEBUG : sub dir/potato3: md5 = 1e5a0340e027ccd1d92c4f4fb6c5caca OK 2025/05/08 03:04:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.30s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:04:27 DEBUG : small: md5 = 347756d9d7cfdca190e0a2e458743334 OK 2025/05/08 03:04:28 DEBUG : medium: md5 = 218609720d9841b920850451ab8198cd OK 2025/05/08 03:04:30 DEBUG : large: md5 = c2fe4dbe6b16bde1aa6b174bae82e79b OK 2025/05/08 03:04:30 DEBUG : Waiting for deletions to finish 2025/05/08 03:04:30 DEBUG : large: Excluded (Size Filter) 2025/05/08 03:04:31 INFO : medium: Deleted 2025/05/08 03:04:31 INFO : small: Deleted --- PASS: TestDelete (6.12s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:04:33 DEBUG : small: md5 = 06a3ced1b25ec25c0f00df6ce122ad48 OK 2025/05/08 03:04:34 DEBUG : medium: md5 = 0c0e6fbdd00ffa393813381abd911552 OK 2025/05/08 03:04:35 DEBUG : large: md5 = 7626da0abd0f3f9ae36b9aa6100e24f7 OK 2025/05/08 03:04:36 DEBUG : Waiting for deletions to finish 2025/05/08 03:04:36 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/05/08 03:04:36 INFO : small: Deleted 2025/05/08 03:04:36 INFO : large: Deleted --- PASS: TestMaxDelete (6.32s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:04:39 DEBUG : small: md5 = 76c8b52fbcddf2b8defb52c63052d5e7 OK 2025/05/08 03:04:41 DEBUG : medium: md5 = 7fef515aa718531c4a67f9a0f913726c OK 2025/05/08 03:04:42 DEBUG : large: md5 = a3c668d4d3157f06a18b75a2c1109d44 OK 2025/05/08 03:04:42 DEBUG : Waiting for deletions to finish 2025/05/08 03:04:42 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/08 03:04:43 INFO : medium: Deleted 2025/05/08 03:04:43 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.47s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:04:46 DEBUG : small: md5 = f03b6eb1e674f75705d50dfc26366c4d OK 2025/05/08 03:04:47 DEBUG : medium: md5 = 4647d2cfef154b4ef17c6c4b6f374d4a OK 2025/05/08 03:04:48 DEBUG : large: md5 = 11f998b151472d1d98b66ed9eaad5aa8 OK 2025/05/08 03:04:49 DEBUG : Waiting for deletions to finish 2025/05/08 03:04:49 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/08 03:04:49 INFO : small: Deleted 2025/05/08 03:04:49 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.36s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:04:52 DEBUG : ReadFile: md5 = 8eb30d629249d8fc0104fe3a9eae7686 OK --- PASS: TestReadFile (4.11s) === RUN TestRetry 2025/05/08 03:04:55 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/05/08 03:04:55 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/05/08 03:04:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/08 03:04:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/08 03:04:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/08 03:04:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/08 03:04:55 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:04:56 DEBUG : file1: md5 = 0a3eaf744761048f699ddfc7ada99607 OK 2025/05/08 03:04:58 DEBUG : file2: md5 = d9c56af0fa67768c4274f10d6217889d OK --- PASS: TestCat (17.12s) === RUN TestPurge 2025/05/08 03:05:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fasugad7qavi" 2025/05/08 03:05:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/08 03:05:12 DEBUG : Creating backend with remote "TestDrive:crypt/dvokvcu4c38is936nbsrsj69m9aoskt22h05vi35il85rk0tueu0" 2025/05/08 03:05:13 DEBUG : Creating backend with remote "/tmp/rclone397563444" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fasugad7qavi'", Local "Local file system at /tmp/rclone397563444", Modify Window "1ms" 2025/05/08 03:05:18 DEBUG : A1/B1/C1/one: md5 = 58eaae0142a249b9caeed713f4faab2e OK 2025/05/08 03:05:18 INFO : A2: Making directory 2025/05/08 03:05:18 INFO : A1/B2: Making directory 2025/05/08 03:05:19 INFO : A1/B2/C2: Making directory 2025/05/08 03:05:20 INFO : A1/B1/C3: Making directory 2025/05/08 03:05:21 INFO : A3: Making directory 2025/05/08 03:05:21 INFO : A3/B3: Making directory 2025/05/08 03:05:22 INFO : A3/B3/C4: Making directory 2025/05/08 03:05:24 DEBUG : A1/two: md5 = 9d82ddf7e2234be5e40122a127438254 OK 2025/05/08 03:05:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fasugad7qavi': Purge remote 2025/05/08 03:05:27 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.22s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:05:31 DEBUG : A1/B1/C1/one: md5 = 20601d9897969f96d527175bbf3ae8b2 OK 2025/05/08 03:05:31 INFO : A2: Making directory 2025/05/08 03:05:32 INFO : A1/B2: Making directory 2025/05/08 03:05:32 INFO : A1/B2/C2: Making directory 2025/05/08 03:05:33 INFO : A1/B1/C3: Making directory 2025/05/08 03:05:34 INFO : A3: Making directory 2025/05/08 03:05:34 INFO : A3/B3: Making directory 2025/05/08 03:05:35 INFO : A3/B3/C4: Making directory 2025/05/08 03:05:37 DEBUG : A1/two: md5 = 4460693e1035576d80b7cdaf77c96e64 OK 2025/05/08 03:05:38 DEBUG : removing 1 level 3 directories 2025/05/08 03:05:38 INFO : A3/B3/C4: Removing directory 2025/05/08 03:05:41 DEBUG : removing 2 level 3 directories 2025/05/08 03:05:41 INFO : A1/B2/C2: Removing directory 2025/05/08 03:05:41 INFO : A1/B1/C3: Removing directory 2025/05/08 03:05:42 DEBUG : removing 2 level 2 directories 2025/05/08 03:05:42 INFO : A3/B3: Removing directory 2025/05/08 03:05:42 INFO : A1/B2: Removing directory 2025/05/08 03:05:42 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/05/08 03:05:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/08 03:05:42 DEBUG : removing 2 level 1 directories 2025/05/08 03:05:42 INFO : A3: Removing directory 2025/05/08 03:05:42 INFO : A2: Removing directory 2025/05/08 03:05:42 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/05/08 03:05:46 DEBUG : removing 1 level 3 directories 2025/05/08 03:05:46 INFO : A1/B1/C1: Removing directory 2025/05/08 03:05:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:47 DEBUG : removing 1 level 2 directories 2025/05/08 03:05:47 INFO : A1/B1: Removing directory 2025/05/08 03:05:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/08 03:05:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/08 03:05:47 DEBUG : removing 1 level 1 directories 2025/05/08 03:05:47 INFO : A1: Removing directory 2025/05/08 03:05:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/08 03:05:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/08 03:05:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/08 03:05:48 DEBUG : removing 1 level 0 directories 2025/05/08 03:05:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': Removing directory 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/08 03:05:49 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" --- PASS: TestRmdirsNoLeaveRoot (22.37s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:05:50 INFO : A1: Making directory 2025/05/08 03:05:51 INFO : A1/B1: Making directory 2025/05/08 03:05:52 INFO : A1/B1/C1: Making directory 2025/05/08 03:05:54 DEBUG : removing 1 level 3 directories 2025/05/08 03:05:54 INFO : A1/B1/C1: Removing directory 2025/05/08 03:05:55 DEBUG : removing 1 level 2 directories 2025/05/08 03:05:55 INFO : A1/B1: Removing directory 2025/05/08 03:05:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/08 03:05:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.06s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:05:58 INFO : A1: Making directory 2025/05/08 03:05:58 INFO : A1/B1: Making directory 2025/05/08 03:05:59 INFO : A1/B1/C1: Making directory 2025/05/08 03:06:02 DEBUG : removing 1 level 3 directories 2025/05/08 03:06:02 INFO : A1/B1/C1: Removing directory 2025/05/08 03:06:02 DEBUG : removing 1 level 2 directories 2025/05/08 03:06:02 INFO : A1/B1: Removing directory 2025/05/08 03:06:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/08 03:06:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.13s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:06:06 DEBUG : file1: md5 = 445fd615279bbc2d4c902c7587b2d269 OK 2025/05/08 03:06:07 DEBUG : filename.txt: File name found in url 2025/05/08 03:06:08 DEBUG : filename.txt: md5 = 42c10b50389f63e6687b722d37476d41 OK 2025/05/08 03:06:08 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/05/08 03:06:09 DEBUG : headerfilename.txt: md5 = 6574b420e30072a92f773c21830e40a7 OK 2025/05/08 03:06:11 DEBUG : file2: md5 = 500956a546c980bd8ce97aeebff9dd98 OK --- PASS: TestCopyURL (8.30s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:06:13 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/08 03:06:15 DEBUG : sub/file2: md5 = b7bc5f6b94b2d8a196e48b0955a67602 OK 2025/05/08 03:06:15 INFO : file1: Copied (new) to: sub/file2 2025/05/08 03:06:15 INFO : file1: Deleted 2025/05/08 03:06:16 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/08 03:06:16 DEBUG : file1: Unchanged skipping 2025/05/08 03:06:16 INFO : file1: Deleted 2025/05/08 03:06:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': don't need to copy/move sub/file2, it is already at target location 2025/05/08 03:06:18 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.69s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:06:19 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/08 03:06:21 DEBUG : file1: md5 = b31e68f9cfcbf91ddc2ff7aa61610830 OK 2025/05/08 03:06:21 INFO : file1: Copied (new) 2025/05/08 03:06:21 INFO : file1: Deleted 2025/05/08 03:06:21 DEBUG : file1: Destination exists, skipping 2025/05/08 03:06:21 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.42s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.42s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.43s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:06:25 DEBUG : dst/file1: md5 = a771bbfe77bd27e26fe2398276843c3e OK 2025/05/08 03:06:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-keqopaq9wega/backup" 2025/05/08 03:06:26 DEBUG : Creating backend with remote "TestDrive:crypt/ans8nnpq2tpmds9cqhlb6ht9k33mjvt6svhtjn8t1n4gu6d5e2o0/1nrff024r7pq65ecp72fc28jb0" 2025/05/08 03:06:27 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/08 03:06:30 INFO : dst/file1: Moved (server-side) 2025/05/08 03:06:31 DEBUG : dst/file1: md5 = 526617601efb8bb0fe691058b957ea60 OK 2025/05/08 03:06:31 INFO : dst/file1: Copied (new) 2025/05/08 03:06:31 INFO : dst/file1: Deleted 2025/05/08 03:06:33 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/08 03:06:34 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/08 03:06:35 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.25s) === 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-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:06:37 DEBUG : A1/one: md5 = 516f51fa7f511d25142f8e501db15958 OK 2025/05/08 03:06:39 DEBUG : A1/two: md5 = c6b3533fde549a8ef618bdc91ffe9bd6 OK 2025/05/08 03:06:41 DEBUG : A1/B1/three: md5 = ab423ac4733b77c68012c6876049f05b OK 2025/05/08 03:06:43 DEBUG : A1/B1/C1/four: md5 = 78e72f0e9ba45e286c57ed7515645974 OK 2025/05/08 03:06:45 DEBUG : A1/B1/C2/five: md5 = a47b786e7c497d51543fc54653c7588c OK 2025/05/08 03:06:45 INFO : A1/B2: Making directory 2025/05/08 03:06:46 INFO : A1/B1/C3: Making directory 2025/05/08 03:06:55 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/05/08 03:06:55 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/05/08 03:06:55 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/05/08 03:06:55 INFO : A2/one: Moved (server-side) to: A3/one 2025/05/08 03:06:55 INFO : A2/two: Moved (server-side) to: A3/two 2025/05/08 03:06:58 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/08 03:06:58 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/08 03:06:58 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/08 03:06:59 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/08 03:06:59 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/08 03:07:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/05/08 03:07:06 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/05/08 03:07:06 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/05/08 03:07:06 INFO : A3/one: Moved (server-side) to: A4/one 2025/05/08 03:07:06 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/05/08 03:07:06 INFO : A3/two: Moved (server-side) to: A4/two 2025/05/08 03:07:09 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/08 03:07:09 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/08 03:07:09 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/08 03:07:10 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/08 03:07:10 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/08 03:07:16 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/05/08 03:07:16 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/05/08 03:07:17 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/08 03:07:17 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/08 03:07:17 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/08 03:07:17 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/08 03:07:18 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/08 03:07:18 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/08 03:07:18 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/08 03:07:18 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (42.97s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" --- PASS: TestGetFsInfo (0.44s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:07:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': File to upload is small (34 bytes), uploading instead of streaming 2025/05/08 03:07:20 DEBUG : no_checksum_small_file_from_pipe: md5 = 2f437ccef9bc1bfb88775432d12b4ee4 OK 2025/05/08 03:07:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/05/08 03:07:20 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/08 03:07:21 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/05/08 03:07:22 DEBUG : no_checksum_big_file_from_pipe: md5 = 3a4e201a99db65f0ee91148763c0baa8 OK 2025/05/08 03:07:22 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-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:07:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': File to upload is small (34 bytes), uploading instead of streaming 2025/05/08 03:07:25 DEBUG : with_checksum_small_file_from_pipe: md5 = 60a0283487a78526ab31d031f047312a OK 2025/05/08 03:07:25 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/08 03:07:26 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/05/08 03:07:27 DEBUG : with_checksum_big_file_from_pipe: md5 = f2e8d3b36f6a86c5c8dbbba4c95d2f9c OK 2025/05/08 03:07:27 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-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:07:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': File to upload is small (34 bytes), uploading instead of streaming 2025/05/08 03:07:30 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/08 03:07:31 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/05/08 03:07:32 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:07:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': File to upload is small (34 bytes), uploading instead of streaming 2025/05/08 03:07:35 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/08 03:07:35 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/05/08 03:07:36 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (18.78s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.56s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.01s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.72s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.49s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/05/08 03:07:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': File to upload is small (48 bytes), uploading instead of streaming 2025/05/08 03:07:39 DEBUG : rcat_metadata: md5 = da0aa9ff3c16290cde2a21ce31b7b70b OK 2025/05/08 03:07:39 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/05/08 03:07:41 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/05/08 03:07:42 DEBUG : rcat_metadata_uploadcutoff0: md5 = e19492015cce318c35cd3c315944a268 OK 2025/05/08 03:07:42 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.58s) --- PASS: TestRcatMetadata/Normal (2.40s) --- PASS: TestRcatMetadata/ViaDisk (2.73s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:07:44 DEBUG : potato1: md5 = ec1c4041cfdabe2e2ddf0ba0f2b084c0 OK 2025/05/08 03:07:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': File to upload is small (60 bytes), uploading instead of streaming 2025/05/08 03:07:46 DEBUG : potato2: md5 = 6798c31a09296495a4b3d843a3bf574e OK 2025/05/08 03:07:46 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.22s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:07:49 DEBUG : potato1: md5 = ae444000329192c120bf4ec6f0745098 OK 2025/05/08 03:07:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': File to upload is small (60 bytes), uploading instead of streaming 2025/05/08 03:07:50 DEBUG : potato2: md5 = c987911ca66b4d2e54348e7a210b5d34 OK 2025/05/08 03:07:50 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.73s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:07:54 DEBUG : potato2: md5 = ace73350dbd90740ca796070969c0887 OK 2025/05/08 03:07:55 DEBUG : empty space: md5 = 459096f23944e1e5dc3556f97902e2fb OK 2025/05/08 03:07:57 DEBUG : sub dir/potato3: md5 = 7b166eb5791a7c3ad3241f37061fef91 OK 2025/05/08 03:07:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': Touching "sub dir/potato3" 2025/05/08 03:07:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': Touching "empty space" 2025/05/08 03:07:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': Touching "potato2" 2025/05/08 03:08:01 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.30s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:08:01 DEBUG : dir with metadata: Making directory with metadata 2025/05/08 03:08:02 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.21s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:08:04 DEBUG : directory with modtime: Making directory with metadata 2025/05/08 03:08:04 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.28s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:08:06 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/05/08 03:08:06 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/08 03:08:06 DEBUG : Google drive root 'crypt/ans8nnpq2tpmds9cqhlb6ht9k33mjvt6svhtjn8t1n4gu6d5e2o0': Skipping btime metadata as can't update it on an existing file: 2025-05-08T03:08:06.408298584Z 2025/05/08 03:08:07 INFO : non existent directory: Updated directory metadata 2025/05/08 03:08:08 DEBUG : Google drive root 'crypt/ans8nnpq2tpmds9cqhlb6ht9k33mjvt6svhtjn8t1n4gu6d5e2o0': Skipping btime metadata as can't update it on an existing file: 2025-05-08T03:08:06.408298584Z 2025/05/08 03:08:09 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.61s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:08:11 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/05/08 03:08:12 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/05/08 03:08:13 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.73s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:08:14 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/05/08 03:08:14 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/08 03:08:14 DEBUG : dst: Making directory with metadata 2025/05/08 03:08:15 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/08 03:08:15 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/08 03:08:15 INFO : dst: Set directory modification time (using SetModTime) 2025/05/08 03:08:16 INFO : dst: Set directory modification time (using SetModTime) 2025/05/08 03:08:16 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/05/08 03:08:17 INFO : dst: Set directory modification time (using SetModTime) 2025/05/08 03:08:17 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.58s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega'", Local "Local file system at /tmp/rclone463809585", Modify Window "1ms" 2025/05/08 03:08:20 DEBUG : sub dir/test remove existing: md5 = 76c766f04d3a9ba6cbfa06bed659fbc2 OK 2025/05/08 03:08:21 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 7205fa6b76c2e9701667a68a1c59721f OK 2025/05/08 03:08:23 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.tixodet8" before starting 2025/05/08 03:08:24 DEBUG : sub dir/test remove existing.tixodet8: TEST: removing renamed existing file after operation 2025/05/08 03:08:25 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.topofab5" before starting 2025/05/08 03:08:26 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.topofab5: TEST: renaming existing back after failed operation 2025/05/08 03:08:27 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.xerijik6" before starting 2025/05/08 03:08:28 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.xerijik6: TEST: removing renamed existing file after operation 2025/05/08 03:08:30 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "kg5e7c4b7fr4sc7cfi6ig14rqae0vjsa6verc6rdh0cslllas4o0" 2025/05/08 03:08:30 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "lettv4e6nqdt58e2ft67k5hmbqm5e3ua9oh7njct27l63gvb8u568jlno1kkljna157j2ovqbk31pqr95jv0dbfpfk12vumki9lnje81afef3qitq9boqlsu5059fph36d78thvpuvqo22tlag7oj799sm39rhdn9fvvfbcgauu38r2pbidg" --- PASS: TestRemoveExisting (12.73s) === 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/05/08 03:08:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-keqopaq9wega': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m24.652462543s (try 1/5)