"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/10/09 02:09:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumesog0qaka" 2025/10/09 02:09:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/09 02:09:33 DEBUG : Creating backend with remote "TestDrive:crypt/q0fj1vo26321rj0rmivu03ma5vjduj9hhi3acjsge4t1mn1avn20" 2025/10/09 02:09:34 DEBUG : Creating backend with remote "/tmp/rclone1777639502" === 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-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.22s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/10/09 02:09:35 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/09 02:09:35 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/09 02:09:35 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/10/09 02:09:35 DEBUG : potato: Seek from 10 to 0 2025/10/09 02:09:35 DEBUG : potato: Seek from 10 to 0 2025/10/09 02:09:35 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/10/09 02:09:35 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/09 02:09:35 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/09 02:09:35 DEBUG : potato: Seek from 5 to 2 2025/10/09 02:09:35 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/10/09 02:09:35 DEBUG : potato: Seek from 7 to 0 2025/10/09 02:09:35 DEBUG : potato: Seek from 7 to 0 2025/10/09 02:09:35 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/10/09 02:09:35 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/09 02:09:35 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/09 02:09:35 DEBUG : potato: Seek from 5 to 2 2025/10/09 02:09:35 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/10/09 02:09:35 DEBUG : potato: Seek from 8 to 0 2025/10/09 02:09:35 DEBUG : potato: Seek from 8 to 0 2025/10/09 02:09:35 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/10/09 02:09:35 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/09 02:09:35 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/09 02:09:35 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/09 02:09:35 DEBUG : potato: Seek from 5 to 2 2025/10/09 02:09:35 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/10/09 02:09:35 DEBUG : potato: Seek from 9 to 0 2025/10/09 02:09:35 DEBUG : potato: Seek from 9 to 0 2025/10/09 02:09:35 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-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:09:37 DEBUG : rutabaga: md5 = 4546b77171a31cf5bd84ae973eb47868 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/10/09 02:09:39 DEBUG : empty space: md5 = 395aef50b667fafac05f057f69c9254c OK === RUN TestCheck/3 2025/10/09 02:09:41 DEBUG : potato2: md5 = cc669ece11867cf20a7df87b80f375e7 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/10/09 02:09:43 DEBUG : remotepotato: md5 = fe97e1e65025070af01540bd8c3da9e5 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.20s) --- PASS: TestCheck/1 (0.24s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2025/10/09 02:09:46 DEBUG : Creating backend with remote "nonexistent" 2025/10/09 02:09:46 DEBUG : Creating backend with remote "nonexistent" 2025/10/09 02:09:46 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/10/09 02:09:46 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/10/09 02:09:46 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/10/09 02:09:46 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.01s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:09:48 DEBUG : rutabaga: md5 = ebab9132dda3b81a44a4c69976ac17c6 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/10/09 02:09:52 DEBUG : empty space: md5 = 5b1f7c3af099de8ca79779efa152f2f8 OK === RUN TestCheckDownload/3 2025/10/09 02:09:54 DEBUG : potato2: md5 = 37122c957f846e4a24a2207af30dbc77 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/10/09 02:09:58 DEBUG : remotepotato: md5 = c25ffe3b35caa933cb543da56befa86c OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.76s) --- PASS: TestCheckDownload/1 (1.07s) --- PASS: TestCheckDownload/2 (1.22s) --- PASS: TestCheckDownload/3 (0.83s) --- PASS: TestCheckDownload/4 (1.12s) --- PASS: TestCheckDownload/5 (0.91s) --- PASS: TestCheckDownload/6 (1.28s) --- PASS: TestCheckDownload/7 (1.06s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:10:04 DEBUG : rutabaga: md5 = 0657c8fb5dd532c17280ff98f5fb9a52 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/10/09 02:10:07 DEBUG : empty space: md5 = 09ee03738cb3234a93154cf6853d9533 OK === RUN TestCheckSizeOnly/3 2025/10/09 02:10:09 DEBUG : potato2: md5 = a8552ce991c957ec4e72d585b86dcf4b OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/10/09 02:10:11 DEBUG : remotepotato: md5 = f0a355018e84fb0e25b3681ec8a7270e OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.07s) --- PASS: TestCheckSizeOnly/1 (0.34s) --- PASS: TestCheckSizeOnly/2 (0.22s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.27s) --- PASS: TestCheckSizeOnly/6 (0.27s) --- PASS: TestCheckSizeOnly/7 (0.30s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:10:16 DEBUG : test.sum: md5 = 65699ee61daa6822265df1f299c3abdf OK 2025/10/09 02:10:17 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/09 02:10:17 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/09 02:10:17 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/09 02:10:17 NOTICE: test.sum: 2 warning(s) suppressed... 2025/10/09 02:10:19 DEBUG : test.sum: md5 = 089c7be2620c7f1417b89c8850091de7 OK 2025/10/09 02:10:20 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/09 02:10:20 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/09 02:10:20 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/09 02:10:20 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.24s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:10:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumesog0qaka/data" 2025/10/09 02:10:21 DEBUG : Creating backend with remote "TestDrive:crypt/q0fj1vo26321rj0rmivu03ma5vjduj9hhi3acjsge4t1mn1avn20/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka/data' lacks md5, skipping --- SKIP: TestCheckSum (2.00s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:10:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumesog0qaka/data" 2025/10/09 02:10:23 DEBUG : Creating backend with remote "TestDrive:crypt/q0fj1vo26321rj0rmivu03ma5vjduj9hhi3acjsge4t1mn1avn20/vjrnln8ratgmqakfosrqe8espk" 2025/10/09 02:10:27 DEBUG : data/banana: md5 = 845c222255929383fbc31a686a3a10a3 OK 2025/10/09 02:10:29 DEBUG : test.sum: md5 = 21b9c8519dcefa9b833993ab88f9a907 OK === RUN TestCheckSumDownload/subtest1 2025/10/09 02:10:33 DEBUG : data/potato: md5 = aa8f41e5135d8cc8cdc8146335281ba6 OK 2025/10/09 02:10:34 DEBUG : test.sum: md5 = 125237e3e13c4eefc51cff239a7dd60a OK === RUN TestCheckSumDownload/subtest2 2025/10/09 02:10:38 DEBUG : test.sum: md5 = 1b3d3921d3e9ab567a64aa4f0eda436e OK === RUN TestCheckSumDownload/subtest3 2025/10/09 02:10:43 DEBUG : test.sum: md5 = 4d2c858c4d38a5763976b449d892d717 OK === RUN TestCheckSumDownload/subtest4 2025/10/09 02:10:47 DEBUG : test.sum: md5 = b5a84e635e15c40e30e7aa14a55b2096 OK === RUN TestCheckSumDownload/subtest5 2025/10/09 02:10:51 DEBUG : test.sum: md5 = 5768c653de7bfe997f9dd96ff18f0b5b OK === RUN TestCheckSumDownload/subtest6 2025/10/09 02:10:55 DEBUG : data/banana: md5 = 912668e97bb2d043b3c5f9f7fb87ce73 OK 2025/10/09 02:10:57 DEBUG : data/potato: md5 = 9c97693dd3055f407ec7858bbc1b6ca5 OK 2025/10/09 02:10:58 DEBUG : test.sum: md5 = b9218fea4681d9d427ce6a274bc68131 OK === RUN TestCheckSumDownload/subtest7 2025/10/09 02:11:03 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/10/09 02:11:03 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (40.40s) --- PASS: TestCheckSumDownload/subtest1 (2.44s) --- PASS: TestCheckSumDownload/subtest2 (2.01s) --- PASS: TestCheckSumDownload/subtest3 (2.58s) --- PASS: TestCheckSumDownload/subtest4 (2.63s) --- PASS: TestCheckSumDownload/subtest5 (2.16s) --- PASS: TestCheckSumDownload/subtest6 (1.97s) --- PASS: TestCheckSumDownload/subtest7 (2.23s) === RUN TestApplyTransforms 2025/10/09 02:11:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-suzogey1xobe" 2025/10/09 02:11:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/09 02:11:04 DEBUG : Creating backend with remote "TestDrive:crypt/la6015e8jr7efcah2c37htr3h5m6mcb6269h6ag6c10dq5ucqum0" 2025/10/09 02:11:05 DEBUG : Creating backend with remote "/tmp/rclone4105159190" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suzogey1xobe'", Local "Local file system at /tmp/rclone4105159190", Modify Window "1ms" 2025/10/09 02:11:07 DEBUG : hello, world!: md5 = 6efbfafce74101fe480df6d94a505a05 OK upper checkfile vs. lower remote (without normalization) 2025/10/09 02:11:07 ERROR : hello, world!: sum not found 2025/10/09 02:11:07 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-suzogey1xobe' 2025/10/09 02:11:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suzogey1xobe': 1 files missing 2025/10/09 02:11:07 NOTICE: 1 hashes missing 2025/10/09 02:11:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suzogey1xobe': 1 differences found 2025/10/09 02:11:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suzogey1xobe': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/10/09 02:11:09 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/09 02:11:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suzogey1xobe': 0 differences found 2025/10/09 02:11:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suzogey1xobe': 1 matching files 2025/10/09 02:11:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yopulax4sevu" 2025/10/09 02:11:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/09 02:11:09 DEBUG : Creating backend with remote "TestDrive:crypt/udapivmg39gkfo4cjmfcqbutg6nlpcqcvpru9rjq8eo8ej683d4g" 2025/10/09 02:11:10 DEBUG : Creating backend with remote "/tmp/rclone685067622" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yopulax4sevu'", Local "Local file system at /tmp/rclone685067622", Modify Window "1ms" 2025/10/09 02:11:12 DEBUG : HELLO, WORLD!: md5 = 06cea5e24338e8d3f17bc5ca1f00cba9 OK lower checkfile vs. upper remote (without normalization) 2025/10/09 02:11:13 ERROR : HELLO, WORLD!: sum not found 2025/10/09 02:11:13 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yopulax4sevu' 2025/10/09 02:11:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yopulax4sevu': 1 files missing 2025/10/09 02:11:13 NOTICE: 1 hashes missing 2025/10/09 02:11:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yopulax4sevu': 1 differences found 2025/10/09 02:11:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yopulax4sevu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/10/09 02:11:14 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/09 02:11:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yopulax4sevu': 0 differences found 2025/10/09 02:11:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yopulax4sevu': 1 matching files 2025/10/09 02:11:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-puxaciq5vifa" 2025/10/09 02:11:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/09 02:11:14 DEBUG : Creating backend with remote "TestDrive:crypt/bnoti2hu01nnmosd36f4loi7b7d8qqhfq8lnnbag58g3map5he50" 2025/10/09 02:11:15 DEBUG : Creating backend with remote "/tmp/rclone1971403265" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puxaciq5vifa'", Local "Local file system at /tmp/rclone1971403265", Modify Window "1ms" 2025/10/09 02:11:17 DEBUG : HeLlO, wOrLd!: md5 = 1b83b2b4834315032653ef2eb79a9e1b OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/10/09 02:11:18 ERROR : HeLlO, wOrLd!: sum not found 2025/10/09 02:11:18 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-puxaciq5vifa' 2025/10/09 02:11:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puxaciq5vifa': 1 files missing 2025/10/09 02:11:18 NOTICE: 1 hashes missing 2025/10/09 02:11:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puxaciq5vifa': 1 differences found 2025/10/09 02:11:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puxaciq5vifa': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/10/09 02:11:19 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/09 02:11:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puxaciq5vifa': 0 differences found 2025/10/09 02:11:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puxaciq5vifa': 1 matching files 2025/10/09 02:11:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jizoqip3lihu" 2025/10/09 02:11:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/09 02:11:19 DEBUG : Creating backend with remote "TestDrive:crypt/3u44j9fech5g32kms646duvh6q4r4ngut1c7bocku6v4e1esss40" 2025/10/09 02:11:20 DEBUG : Creating backend with remote "/tmp/rclone1623419099" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jizoqip3lihu'", Local "Local file system at /tmp/rclone1623419099", Modify Window "1ms" 2025/10/09 02:11:22 DEBUG : HELLO, WORLD!: md5 = eca939f0f60ec7f3f28dac41bc3a5000 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/10/09 02:11:22 ERROR : HELLO, WORLD!: sum not found 2025/10/09 02:11:22 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jizoqip3lihu' 2025/10/09 02:11:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jizoqip3lihu': 1 files missing 2025/10/09 02:11:22 NOTICE: 1 hashes missing 2025/10/09 02:11:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jizoqip3lihu': 1 differences found 2025/10/09 02:11:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jizoqip3lihu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/10/09 02:11:25 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/09 02:11:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jizoqip3lihu': 0 differences found 2025/10/09 02:11:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jizoqip3lihu': 1 matching files 2025/10/09 02:11:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-noxeqaf0diwu" 2025/10/09 02:11:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/09 02:11:25 DEBUG : Creating backend with remote "TestDrive:crypt/pkjdpm9n2a9dgubbqahb9252d70jphaf75217t6861hdnq1f1pa0" 2025/10/09 02:11:26 DEBUG : Creating backend with remote "/tmp/rclone1295718332" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-noxeqaf0diwu'", Local "Local file system at /tmp/rclone1295718332", Modify Window "1ms" 2025/10/09 02:11:28 DEBUG : 測試_Русский___ě_áñ: md5 = cfa8eac0e2fae8ed8d8aeac0c49d66db OK NFD checkfile vs. NFC remote (without normalization) 2025/10/09 02:11:28 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/09 02:11:28 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-noxeqaf0diwu' 2025/10/09 02:11:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-noxeqaf0diwu': 1 files missing 2025/10/09 02:11:28 NOTICE: 1 hashes missing 2025/10/09 02:11:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-noxeqaf0diwu': 1 differences found 2025/10/09 02:11:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-noxeqaf0diwu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/10/09 02:11:29 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/09 02:11:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-noxeqaf0diwu': 0 differences found 2025/10/09 02:11:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-noxeqaf0diwu': 1 matching files 2025/10/09 02:11:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bonuvoc8jore" 2025/10/09 02:11:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/09 02:11:29 DEBUG : Creating backend with remote "TestDrive:crypt/9vjentovnq2qlq49253k168spdg2jgcn4e0buvd6vaamjo3f1jcg" 2025/10/09 02:11:30 DEBUG : Creating backend with remote "/tmp/rclone3146232445" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bonuvoc8jore'", Local "Local file system at /tmp/rclone3146232445", Modify Window "1ms" 2025/10/09 02:11:33 DEBUG : 測試_Русский___ě_áñ: md5 = 526ac95570bc436dc392994546a860ec OK NFC checkfile vs. NFD remote (without normalization) 2025/10/09 02:11:33 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/09 02:11:33 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bonuvoc8jore' 2025/10/09 02:11:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bonuvoc8jore': 1 files missing 2025/10/09 02:11:33 NOTICE: 1 hashes missing 2025/10/09 02:11:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bonuvoc8jore': 1 differences found 2025/10/09 02:11:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bonuvoc8jore': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/10/09 02:11:34 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/09 02:11:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bonuvoc8jore': 0 differences found 2025/10/09 02:11:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bonuvoc8jore': 1 matching files 2025/10/09 02:11:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-napibib9lexo" 2025/10/09 02:11:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/09 02:11:34 DEBUG : Creating backend with remote "TestDrive:crypt/3dp1o3arlkcca0afm4fgp1ib6l23va15rtg34j7tpevqrvko55tg" 2025/10/09 02:11:35 DEBUG : Creating backend with remote "/tmp/rclone1864980995" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-napibib9lexo'", Local "Local file system at /tmp/rclone1864980995", Modify Window "1ms" 2025/10/09 02:11:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d6be87d15a611473c7470c916e3c7229 OK NFDx2 checkfile vs. both remote (without normalization) 2025/10/09 02:11:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/09 02:11:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-napibib9lexo' 2025/10/09 02:11:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-napibib9lexo': 1 files missing 2025/10/09 02:11:38 NOTICE: 1 hashes missing 2025/10/09 02:11:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-napibib9lexo': 1 differences found 2025/10/09 02:11:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-napibib9lexo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/10/09 02:11:39 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/09 02:11:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-napibib9lexo': 0 differences found 2025/10/09 02:11:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-napibib9lexo': 1 matching files 2025/10/09 02:11:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fogumid2luwe" 2025/10/09 02:11:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/09 02:11:39 DEBUG : Creating backend with remote "TestDrive:crypt/a4t772949hfq7u0rs76q7m1t3i9h8qjf0pb2q54hvc5dk03p07m0" 2025/10/09 02:11:40 DEBUG : Creating backend with remote "/tmp/rclone2811228479" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fogumid2luwe'", Local "Local file system at /tmp/rclone2811228479", Modify Window "1ms" 2025/10/09 02:11:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 60f35a23e7a6c6cba80a941f1a0c16cc OK NFCx2 checkfile vs. both remote (without normalization) 2025/10/09 02:11:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/09 02:11:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fogumid2luwe' 2025/10/09 02:11:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fogumid2luwe': 1 files missing 2025/10/09 02:11:43 NOTICE: 1 hashes missing 2025/10/09 02:11:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fogumid2luwe': 1 differences found 2025/10/09 02:11:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fogumid2luwe': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/10/09 02:11:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/09 02:11:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fogumid2luwe': 0 differences found 2025/10/09 02:11:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fogumid2luwe': 1 matching files 2025/10/09 02:11:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-muvunob2rere" 2025/10/09 02:11:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/09 02:11:44 DEBUG : Creating backend with remote "TestDrive:crypt/lepj1tfnubrgspr69s0ccl0jlq5gc3559hlvrgck9j28la7g2on0" 2025/10/09 02:11:45 DEBUG : Creating backend with remote "/tmp/rclone1390337766" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-muvunob2rere'", Local "Local file system at /tmp/rclone1390337766", Modify Window "1ms" 2025/10/09 02:11:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 4bc670d558adabdebc08cd1992f8e6e7 OK both checkfile vs. NFDx2 remote (without normalization) 2025/10/09 02:11:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/09 02:11:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-muvunob2rere' 2025/10/09 02:11:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muvunob2rere': 1 files missing 2025/10/09 02:11:47 NOTICE: 1 hashes missing 2025/10/09 02:11:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muvunob2rere': 1 differences found 2025/10/09 02:11:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muvunob2rere': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/10/09 02:11:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/09 02:11:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muvunob2rere': 0 differences found 2025/10/09 02:11:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-muvunob2rere': 1 matching files 2025/10/09 02:11:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-togerog0keba" 2025/10/09 02:11:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/09 02:11:49 DEBUG : Creating backend with remote "TestDrive:crypt/5c7pg00bmpjrqnqk6ogcbcfdcdh58j1ufmejm7no591cm2blo5f0" 2025/10/09 02:11:50 DEBUG : Creating backend with remote "/tmp/rclone3403615303" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-togerog0keba'", Local "Local file system at /tmp/rclone3403615303", Modify Window "1ms" 2025/10/09 02:11:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 94a178305b607616dde7161f5be4a2d2 OK both checkfile vs. NFCx2 remote (without normalization) 2025/10/09 02:11:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/09 02:11:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-togerog0keba' 2025/10/09 02:11:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-togerog0keba': 1 files missing 2025/10/09 02:11:52 NOTICE: 1 hashes missing 2025/10/09 02:11:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-togerog0keba': 1 differences found 2025/10/09 02:11:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-togerog0keba': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/10/09 02:11:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/09 02:11:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-togerog0keba': 0 differences found 2025/10/09 02:11:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-togerog0keba': 1 matching files 2025/10/09 02:11:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-togerog0keba': Purge remote 2025/10/09 02:11:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-muvunob2rere': Purge remote 2025/10/09 02:11:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fogumid2luwe': Purge remote 2025/10/09 02:11:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-napibib9lexo': Purge remote 2025/10/09 02:11:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bonuvoc8jore': Purge remote 2025/10/09 02:11:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-noxeqaf0diwu': Purge remote 2025/10/09 02:11:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jizoqip3lihu': Purge remote 2025/10/09 02:11:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puxaciq5vifa': Purge remote 2025/10/09 02:11:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yopulax4sevu': Purge remote 2025/10/09 02:11:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suzogey1xobe': Purge remote --- PASS: TestApplyTransforms (53.88s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:11:58 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/09 02:12:00 DEBUG : sub/file2: md5 = ec71e97f6f3c78cd2f89510437938136 OK 2025/10/09 02:12:00 INFO : file1: Copied (new) to: sub/file2 2025/10/09 02:12:01 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/09 02:12:01 DEBUG : file1: Unchanged skipping 2025/10/09 02:12:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': don't need to copy/move sub/file2, it is already at target location 2025/10/09 02:12:03 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.04s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.48s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:12:06 DEBUG : dst/file1: md5 = d808c9987f255319227cd9e96efc12ba OK 2025/10/09 02:12:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumesog0qaka/backup" 2025/10/09 02:12:07 DEBUG : Creating backend with remote "TestDrive:crypt/q0fj1vo26321rj0rmivu03ma5vjduj9hhi3acjsge4t1mn1avn20/1nrff024r7pq65ecp72fc28jb0" 2025/10/09 02:12:08 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/09 02:12:11 INFO : dst/file1: Moved (server-side) 2025/10/09 02:12:12 DEBUG : dst/file1: md5 = 90d4d50dd528a9f15ed481cae9a2de55 OK 2025/10/09 02:12:12 INFO : dst/file1: Copied (new) 2025/10/09 02:12:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/09 02:12:15 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/09 02:12:16 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.70s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:12:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumesog0qaka/dst" 2025/10/09 02:12:17 DEBUG : Creating backend with remote "TestDrive:crypt/q0fj1vo26321rj0rmivu03ma5vjduj9hhi3acjsge4t1mn1avn20/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/09 02:12:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumesog0qaka/CompareDest" 2025/10/09 02:12:19 DEBUG : Creating backend with remote "TestDrive:crypt/q0fj1vo26321rj0rmivu03ma5vjduj9hhi3acjsge4t1mn1avn20/gveqi14airsml4bgu7krj116o8" 2025/10/09 02:12:20 DEBUG : one: Need to transfer - File not found at Destination 2025/10/09 02:12:22 DEBUG : one: md5 = 5a602852da6f29c0524fd9909ae0b674 OK 2025/10/09 02:12:22 INFO : one: Copied (new) 2025/10/09 02:12:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/09 02:12:25 DEBUG : one: md5 = 1245aeedd680c6993ae9bcdd96166e6e OK 2025/10/09 02:12:25 INFO : one: Copied (replaced existing) 2025/10/09 02:12:27 DEBUG : dst/one: md5 = e8005cdb13ab6b25b1fdda4154f679a6 OK 2025/10/09 02:12:29 DEBUG : CompareDest/one: md5 = b8ec15eb231c920762f3f5e48bce831b OK 2025/10/09 02:12:30 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/09 02:12:31 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/09 02:12:31 DEBUG : one: Destination found in --compare-dest, skipping 2025/10/09 02:12:33 DEBUG : CompareDest/two: md5 = 59f2b4da0d6a99ffdb051aa32bdda087 OK 2025/10/09 02:12:33 DEBUG : two: Need to transfer - File not found at Destination 2025/10/09 02:12:34 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/09 02:12:34 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/09 02:12:34 DEBUG : two: Need to transfer - File not found at Destination 2025/10/09 02:12:35 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/09 02:12:35 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/09 02:12:36 DEBUG : two: Need to transfer - File not found at Destination 2025/10/09 02:12:36 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/10/09 02:12:38 DEBUG : two: md5 = 0ac8aaa762118c6e54c6fd5d45087be1 OK 2025/10/09 02:12:38 INFO : two: Copied (new) 2025/10/09 02:12:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/09 02:12:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:12:41 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:12:41 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (25.34s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:12:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumesog0qaka/dst" 2025/10/09 02:12:42 DEBUG : Creating backend with remote "TestDrive:crypt/q0fj1vo26321rj0rmivu03ma5vjduj9hhi3acjsge4t1mn1avn20/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/09 02:12:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumesog0qaka/CopyDest" 2025/10/09 02:12:44 DEBUG : Creating backend with remote "TestDrive:crypt/q0fj1vo26321rj0rmivu03ma5vjduj9hhi3acjsge4t1mn1avn20/d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/09 02:12:45 DEBUG : one: Need to transfer - File not found at Destination 2025/10/09 02:12:48 DEBUG : one: md5 = b68ceef2aba845aef230cf9a6e4214c9 OK 2025/10/09 02:12:48 INFO : one: Copied (new) 2025/10/09 02:12:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/09 02:12:51 DEBUG : one: md5 = cc82736759150c5b675d040a57eadc9f OK 2025/10/09 02:12:51 INFO : one: Copied (replaced existing) 2025/10/09 02:12:53 DEBUG : dst/one: md5 = e2c84f92815b8e56081c4490982b484a OK 2025/10/09 02:12:55 DEBUG : CopyDest/one: md5 = 98591efbe563c5152fbb03053d91538b OK 2025/10/09 02:12:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumesog0qaka/BackupDir" 2025/10/09 02:12:56 DEBUG : Creating backend with remote "TestDrive:crypt/q0fj1vo26321rj0rmivu03ma5vjduj9hhi3acjsge4t1mn1avn20/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/09 02:12:57 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/09 02:12:58 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/09 02:12:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/09 02:12:59 INFO : one: Moved (server-side) 2025/10/09 02:13:00 INFO : one: Copied (server-side copy) 2025/10/09 02:13:00 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/10/09 02:13:02 DEBUG : CopyDest/two: md5 = b95ed31e232bb653199dd3b61c1a4559 OK 2025/10/09 02:13:03 DEBUG : two: Need to transfer - File not found at Destination 2025/10/09 02:13:03 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/09 02:13:04 INFO : two: Copied (server-side copy) 2025/10/09 02:13:04 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/10/09 02:13:05 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/09 02:13:05 DEBUG : two: Unchanged skipping 2025/10/09 02:13:07 DEBUG : CopyDest/three: md5 = b64c3f281d21d6d5fecd2bce96f6b626 OK 2025/10/09 02:13:08 DEBUG : three: Need to transfer - File not found at Destination 2025/10/09 02:13:08 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/10/09 02:13:08 DEBUG : three: Destination not found in --copy-dest 2025/10/09 02:13:10 DEBUG : three: md5 = 2a0341427eba42176f9bc4bdfb4ed1bd OK 2025/10/09 02:13:10 INFO : three: Copied (new) 2025/10/09 02:13:14 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/09 02:13:14 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:13:14 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/09 02:13:15 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/09 02:13:15 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:13:15 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/09 02:13:15 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.89s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.44s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.41s) === RUN TestCopyLongFileNameCollision run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.44s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:13:17 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/10/09 02:13:20 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 45d49ccaebcb98dbaf419c4726211435 OK 2025/10/09 02:13:20 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/10/09 02:13:20 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/10/09 02:13:21 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:500: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/10/09 02:13:21 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/10/09 02:13:22 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/10/09 02:13:24 DEBUG : TestCopyFileMaxTransfer/file4: md5 = ce7704fcade08b53666bc5788f336dfc OK 2025/10/09 02:13:24 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/10/09 02:13:26 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/10/09 02:13:26 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.21s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.45s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:13:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': Looking for duplicate names using skip mode. 2025/10/09 02:13:30 NOTICE: one: Found 2 files with duplicate names 2025/10/09 02:13:30 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.65s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:13:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': Looking for duplicate names using skip mode. 2025/10/09 02:13:36 NOTICE: one: Found 3 files with duplicate names 2025/10/09 02:13:36 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/10/09 02:13:36 INFO : one: Deleted 2025/10/09 02:13:36 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.38s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:13:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': Looking for duplicate names using first mode. 2025/10/09 02:13:43 NOTICE: one: Found 3 files with duplicate names 2025/10/09 02:13:43 INFO : one: Deleted 2025/10/09 02:13:44 INFO : one: Deleted 2025/10/09 02:13:44 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.84s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:13:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': Looking for duplicate names using newest mode. 2025/10/09 02:13:49 NOTICE: one: Found 3 files with duplicate names 2025/10/09 02:13:50 INFO : one: Deleted 2025/10/09 02:13:50 INFO : one: Deleted 2025/10/09 02:13:50 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.60s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.47s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:13:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': Looking for duplicate names using oldest mode. 2025/10/09 02:13:56 NOTICE: one: Found 3 files with duplicate names 2025/10/09 02:13:57 INFO : one: Deleted 2025/10/09 02:13:57 INFO : one: Deleted 2025/10/09 02:13:57 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.72s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:14:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': Looking for duplicate names using largest mode. 2025/10/09 02:14:03 NOTICE: one: Found 3 files with duplicate names 2025/10/09 02:14:03 INFO : one: Deleted 2025/10/09 02:14:04 INFO : one: Deleted 2025/10/09 02:14:04 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.44s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:14:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': Looking for duplicate names using smallest mode. 2025/10/09 02:14:10 NOTICE: one: Found 3 files with duplicate names 2025/10/09 02:14:10 INFO : one: Deleted 2025/10/09 02:14:10 INFO : one: Deleted 2025/10/09 02:14:10 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.50s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:14:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': Looking for duplicate names using rename mode. 2025/10/09 02:14:17 NOTICE: one.txt: Found 3 files with duplicate names 2025/10/09 02:14:18 INFO : one-2.txt: renamed from: one.txt 2025/10/09 02:14:20 INFO : one-3.txt: renamed from: one.txt 2025/10/09 02:14:21 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.65s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:14:25 DEBUG : dupe1/one.txt: md5 = bb769de2eb36328ba0a8722f00f2d12b OK 2025/10/09 02:14:28 DEBUG : dupe2/two.txt: md5 = 0263b546db756d4fdd44618023b731d7 OK 2025/10/09 02:14:30 DEBUG : dupe3/three.txt: md5 = 70eb4f7376f920714e344c34bba2adaa OK 2025/10/09 02:14:30 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/10/09 02:14:31 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/10/09 02:14:31 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/10/09 02:14:32 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/10/09 02:14:35 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/10/09 02:14:35 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/10/09 02:14:35 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.47s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:14:37 DEBUG : a.txt: md5 = 5bda29e53c383217c599aaa5e8c402d5 OK 2025/10/09 02:14:39 DEBUG : zend.txt: md5 = 0427f9458ef568353b64a006c85a40c4 OK 2025/10/09 02:14:41 DEBUG : sub dir/hello world: md5 = ca01717578b2d3b643384d06dfa30ba5 OK 2025/10/09 02:14:42 DEBUG : sub dir/hello world2: md5 = ac2fd9c6c51eff4a240c6bcec72a5f5d OK 2025/10/09 02:14:44 DEBUG : sub dir/ignore dir/.ignore: md5 = b0f91a18705b2b08168b94bdd4ddd0e2 OK 2025/10/09 02:14:46 DEBUG : sub dir/ignore dir/should be ignored: md5 = 59efcf1dcb523d69ef51d29f0a85fd2f OK 2025/10/09 02:14:48 DEBUG : sub dir/sub sub dir/hello world3: md5 = 4beb5d15008bd04275202b7faee398e3 OK 2025/10/09 02:14:49 DEBUG : a.txt: Excluded (Size Filter) 2025/10/09 02:14:49 DEBUG : a.txt: Excluded 2025/10/09 02:14:50 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/09 02:14:50 DEBUG : sub dir/hello world2: Excluded 2025/10/09 02:14:50 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/09 02:14:50 DEBUG : sub dir/hello world: Excluded 2025/10/09 02:14:51 DEBUG : sub dir/ignore dir: Excluded 2025/10/09 02:14:51 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/09 02:14:51 DEBUG : sub dir/hello world2: Excluded 2025/10/09 02:14:51 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/09 02:14:51 DEBUG : sub dir/hello world: Excluded 2025/10/09 02:14:51 DEBUG : sub dir/ignore dir: Excluded 2025/10/09 02:14:56 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/09 02:14:56 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/09 02:14:56 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/09 02:14:57 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/09 02:14:57 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/09 02:14:57 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/10/09 02:14:57 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (22.10s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:14:59 DEBUG : a.txt: md5 = 8e2050007626cc35e72c078c0d57c412 OK 2025/10/09 02:15:01 DEBUG : zend.txt: md5 = 2a0502e187791b3d9f29c20530aa54a2 OK 2025/10/09 02:15:03 DEBUG : sub dir/hello world: md5 = 5cfb281ea76efef33d0c1c33991dded0 OK 2025/10/09 02:15:04 DEBUG : sub dir/hello world2: md5 = 98468f14cf966e302d55afc06a2178c4 OK 2025/10/09 02:15:07 DEBUG : sub dir/ignore dir/.ignore: md5 = 51c72ce053bdebc4afddf4356c574c0b OK 2025/10/09 02:15:08 DEBUG : sub dir/ignore dir/should be ignored: md5 = 7992e0d3ed74fc2b62c9684fe06234f3 OK 2025/10/09 02:15:10 DEBUG : sub dir/sub sub dir/hello world3: md5 = 26b72590b6dfa82aaf82b568132be049 OK 2025/10/09 02:15:12 DEBUG : a.txt: Excluded (Size Filter) 2025/10/09 02:15:12 DEBUG : a.txt: Excluded 2025/10/09 02:15:13 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/09 02:15:13 DEBUG : sub dir/hello world2: Excluded 2025/10/09 02:15:13 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/09 02:15:13 DEBUG : sub dir/hello world: Excluded 2025/10/09 02:15:13 DEBUG : sub dir/ignore dir: Excluded 2025/10/09 02:15:13 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/09 02:15:13 DEBUG : sub dir/hello world2: Excluded 2025/10/09 02:15:13 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/09 02:15:13 DEBUG : sub dir/hello world: Excluded 2025/10/09 02:15:13 DEBUG : sub dir/ignore dir: Excluded 2025/10/09 02:15:18 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/09 02:15:19 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/09 02:15:19 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/09 02:15:19 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/09 02:15:19 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/09 02:15:19 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/10/09 02:15:19 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (22.26s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:15:21 DEBUG : file1: md5 = af2c9ef18f5172bc1f9c4a7d1502925b OK 2025/10/09 02:15:24 DEBUG : sub/file2: md5 = e90b6b728d266d10c8a155bde3986e44 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/10/09 02:15:27 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/10/09 02:15:27 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/10/09 02:15:27 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/10/09 02:15:29 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.57s) --- PASS: TestListJSON/Default (0.35s) --- PASS: TestListJSON/FilesOnly (0.23s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.50s) --- PASS: TestListJSON/SubDir (0.26s) --- PASS: TestListJSON/NoModTime (0.22s) --- PASS: TestListJSON/NoMimeType (0.26s) --- PASS: TestListJSON/ShowHash (0.23s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.64s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:15:31 DEBUG : file1: md5 = f3f4660498280c42aac97b2b116dc5d8 OK 2025/10/09 02:15:33 DEBUG : sub/file2: md5 = 6d991b349afafb3844e26ba03b4a9d0a 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/10/09 02:15:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumesog0qaka/notfound" 2025/10/09 02:15:37 DEBUG : Config file has changed externally - reloading 2025/10/09 02:15:37 DEBUG : Creating backend with remote "TestDrive:crypt/q0fj1vo26321rj0rmivu03ma5vjduj9hhi3acjsge4t1mn1avn20/qe0i31qdkoejk60elps0ni5sqk" 2025/10/09 02:15:40 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.28s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.22s) --- PASS: TestStatJSON/Dir (0.46s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.23s) --- PASS: TestStatJSON/NotFound (0.49s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.22s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.27s) --- PASS: TestStatJSON/FileDirsOnly (0.22s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.23s) --- PASS: TestStatJSON/RootNotFound (1.68s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:15:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': Making directory 2025/10/09 02:15:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': Making directory --- PASS: TestMkdir (0.70s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:15:44 DEBUG : sub dir/hello world: md5 = a04785a8723afb4f1058be518110fa62 OK 2025/10/09 02:15:46 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.28s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:15:48 DEBUG : potato2: md5 = 62eaa67a2cf031f4c67b8e59d7b2014e OK 2025/10/09 02:15:50 DEBUG : empty space: md5 = 713055c15e60b71d0abaa0e8d904d11c OK --- PASS: TestLs (4.91s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:15:53 DEBUG : potato2: md5 = e755d818cb1b65158e1506c60e8d9e11 OK 2025/10/09 02:15:55 DEBUG : empty space: md5 = b1991d142703c36a6b03da70d46a9195 OK 2025/10/09 02:15:55 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.02s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:15:58 DEBUG : potato2: md5 = be163121786223788129cb5d22adfa88 OK 2025/10/09 02:16:00 DEBUG : empty space: md5 = ca3f7416a4bb61fd85bc3458282cafce OK --- PASS: TestLsLong (4.70s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:16:03 DEBUG : potato2: md5 = d47253a9705f768957c331f7ee7494d5 OK 2025/10/09 02:16:04 DEBUG : empty space: md5 = 0088e3e99c614b46bb3f86015887c9f0 OK --- PASS: TestHashSums (4.39s) === RUN TestHashSumsWithErrors 2025/10/09 02:16:06 DEBUG : Creating backend with remote ":memory:" 2025/10/09 02:16:06 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/10/09 02:16:06 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/09 02:16:06 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/09 02:16:06 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/09 02:16:06 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/09 02:16:06 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/09 02:16:06 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/09 02:16:06 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/10/09 02:16:06 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-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:16:07 DEBUG : potato2: md5 = 16a3ca99ec02645a3d4062c8e4ce0e83 OK 2025/10/09 02:16:09 DEBUG : empty space: md5 = ac6fe2dd3c84f8e811e706e8c0ffa5a2 OK 2025/10/09 02:16:11 DEBUG : sub dir/potato3: md5 = cbed96e463e308e697dc5e5dfcb47129 OK 2025/10/09 02:16:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.43s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:16:16 DEBUG : small: md5 = d08a28efd0636ee1ed089e643deb4561 OK 2025/10/09 02:16:17 DEBUG : medium: md5 = 5d080faa207d2806b86de7a6af49b47d OK 2025/10/09 02:16:19 DEBUG : large: md5 = cc1788fbbbc05585ade94fa57e8e9855 OK 2025/10/09 02:16:19 DEBUG : Waiting for deletions to finish 2025/10/09 02:16:19 DEBUG : large: Excluded (Size Filter) 2025/10/09 02:16:19 INFO : medium: Deleted 2025/10/09 02:16:19 INFO : small: Deleted --- PASS: TestDelete (6.22s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:16:22 DEBUG : small: md5 = 37d78620baa7c1bd95afa72f08d416b8 OK 2025/10/09 02:16:23 DEBUG : medium: md5 = cbe7eab70faf2c2d52063db5bff61c3f OK 2025/10/09 02:16:25 DEBUG : large: md5 = c78fbe73526f89787be549d87ccd0a62 OK 2025/10/09 02:16:25 DEBUG : Waiting for deletions to finish 2025/10/09 02:16:25 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/10/09 02:16:26 INFO : large: Deleted 2025/10/09 02:16:26 INFO : small: Deleted --- PASS: TestMaxDelete (6.83s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:16:29 DEBUG : small: md5 = a6fa32d7724e60937f07e7b2db6e5d4a OK 2025/10/09 02:16:30 DEBUG : medium: md5 = cc648de09a959b6c2ba1f4c1ca9152fc OK 2025/10/09 02:16:32 DEBUG : large: md5 = 0436234e1f7afcddaa0ee448caa8dfce OK 2025/10/09 02:16:32 DEBUG : Waiting for deletions to finish 2025/10/09 02:16:32 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/10/09 02:16:33 INFO : medium: Deleted 2025/10/09 02:16:33 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.83s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:16:36 DEBUG : small: md5 = 5ae5964161e06cc8c0380d635fc92778 OK 2025/10/09 02:16:37 DEBUG : medium: md5 = d75d39a76246d13bdd1aff3f518fe32c OK 2025/10/09 02:16:38 DEBUG : large: md5 = b4e88fef6ef0071514eaf013ab30762f OK 2025/10/09 02:16:39 DEBUG : Waiting for deletions to finish 2025/10/09 02:16:39 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/10/09 02:16:40 INFO : small: Deleted 2025/10/09 02:16:40 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (7.20s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:16:43 DEBUG : ReadFile: md5 = 2c6bd175504d9dc0f09955c3ff164b4f OK --- PASS: TestReadFile (4.37s) === RUN TestRetry 2025/10/09 02:16:46 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/10/09 02:16:46 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/10/09 02:16:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/09 02:16:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/09 02:16:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/09 02:16:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/09 02:16:46 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:16:47 DEBUG : file1: md5 = 554c0ff883e52f87f0bd712e88e2bc78 OK 2025/10/09 02:16:49 DEBUG : file2: md5 = 68b8624f9e5be82965cd9486ed4da1ea OK --- PASS: TestCat (16.28s) === RUN TestPurge 2025/10/09 02:17:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fagukoc2deyu" 2025/10/09 02:17:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/09 02:17:02 DEBUG : Creating backend with remote "TestDrive:crypt/gs2ue9nvsbvu0utincmlke1n02cfn68tihl064arpmnum8plpgqg" 2025/10/09 02:17:03 DEBUG : Creating backend with remote "/tmp/rclone702904462" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fagukoc2deyu'", Local "Local file system at /tmp/rclone702904462", Modify Window "1ms" 2025/10/09 02:17:08 DEBUG : A1/B1/C1/one: md5 = 5bb8e0e596f0025b0162c62baa977cec OK 2025/10/09 02:17:08 INFO : A2: Making directory 2025/10/09 02:17:08 INFO : A1/B2: Making directory 2025/10/09 02:17:09 INFO : A1/B2/C2: Making directory 2025/10/09 02:17:10 INFO : A1/B1/C3: Making directory 2025/10/09 02:17:11 INFO : A3: Making directory 2025/10/09 02:17:11 INFO : A3/B3: Making directory 2025/10/09 02:17:12 INFO : A3/B3/C4: Making directory 2025/10/09 02:17:15 DEBUG : A1/two: md5 = b40dc192cad8ebb5e515e9c0c36a32b0 OK 2025/10/09 02:17:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fagukoc2deyu': Purge remote 2025/10/09 02:17:18 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.97s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:17:22 DEBUG : A1/B1/C1/one: md5 = be78ddebb07a1ebc28a3a6c3a537bc30 OK 2025/10/09 02:17:22 INFO : A2: Making directory 2025/10/09 02:17:22 INFO : A1/B2: Making directory 2025/10/09 02:17:23 INFO : A1/B2/C2: Making directory 2025/10/09 02:17:24 INFO : A1/B1/C3: Making directory 2025/10/09 02:17:24 INFO : A3: Making directory 2025/10/09 02:17:25 INFO : A3/B3: Making directory 2025/10/09 02:17:26 INFO : A3/B3/C4: Making directory 2025/10/09 02:17:28 DEBUG : A1/two: md5 = 22cb33402fa5589b6633b361eb7e194e OK 2025/10/09 02:17:29 DEBUG : removing 1 level 3 directories 2025/10/09 02:17:29 INFO : A3/B3/C4: Removing directory 2025/10/09 02:17:32 DEBUG : removing 2 level 3 directories 2025/10/09 02:17:32 INFO : A1/B2/C2: Removing directory 2025/10/09 02:17:32 INFO : A1/B1/C3: Removing directory 2025/10/09 02:17:32 DEBUG : removing 2 level 2 directories 2025/10/09 02:17:32 INFO : A3/B3: Removing directory 2025/10/09 02:17:32 INFO : A1/B2: Removing directory 2025/10/09 02:17:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/09 02:17:33 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/10/09 02:17:33 DEBUG : removing 2 level 1 directories 2025/10/09 02:17:33 INFO : A3: Removing directory 2025/10/09 02:17:33 INFO : A2: Removing directory 2025/10/09 02:17:33 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/10/09 02:17:37 DEBUG : removing 1 level 3 directories 2025/10/09 02:17:37 INFO : A1/B1/C1: Removing directory 2025/10/09 02:17:37 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:17:38 DEBUG : removing 1 level 2 directories 2025/10/09 02:17:38 INFO : A1/B1: Removing directory 2025/10/09 02:17:38 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/09 02:17:38 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/09 02:17:38 DEBUG : removing 1 level 1 directories 2025/10/09 02:17:38 INFO : A1: Removing directory 2025/10/09 02:17:39 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/09 02:17:39 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/09 02:17:39 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/09 02:17:39 DEBUG : removing 1 level 0 directories 2025/10/09 02:17:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': Removing directory 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/09 02:17:40 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (22.60s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:17:41 INFO : A1: Making directory 2025/10/09 02:17:42 INFO : A1/B1: Making directory 2025/10/09 02:17:43 INFO : A1/B1/C1: Making directory 2025/10/09 02:17:45 DEBUG : removing 1 level 3 directories 2025/10/09 02:17:45 INFO : A1/B1/C1: Removing directory 2025/10/09 02:17:46 DEBUG : removing 1 level 2 directories 2025/10/09 02:17:46 INFO : A1/B1: Removing directory 2025/10/09 02:17:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/09 02:17:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.09s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:17:49 INFO : A1: Making directory 2025/10/09 02:17:49 INFO : A1/B1: Making directory 2025/10/09 02:17:50 INFO : A1/B1/C1: Making directory 2025/10/09 02:17:53 DEBUG : removing 1 level 3 directories 2025/10/09 02:17:53 INFO : A1/B1/C1: Removing directory 2025/10/09 02:17:54 DEBUG : removing 1 level 2 directories 2025/10/09 02:17:54 INFO : A1/B1: Removing directory 2025/10/09 02:17:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/09 02:17:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.50s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:17:58 DEBUG : file1: md5 = 905852ff3e9abce862d6ebf65804ebb9 OK 2025/10/09 02:17:58 DEBUG : filename.txt: File name found in url 2025/10/09 02:18:00 DEBUG : filename.txt: md5 = f8d5918e713663661015d549ef289c4c OK 2025/10/09 02:18:00 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/10/09 02:18:01 DEBUG : headerfilename.txt: md5 = 26d1679e15a61e88c3db61ad5575a2c4 OK 2025/10/09 02:18:03 DEBUG : file2: md5 = 5da1d0867b33a966f1ff7769ba4c73f3 OK --- PASS: TestCopyURL (8.96s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:18:05 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/09 02:18:08 DEBUG : sub/file2: md5 = 48bddd170f2d689b85bfdef2fc137a1d OK 2025/10/09 02:18:08 INFO : file1: Copied (new) to: sub/file2 2025/10/09 02:18:08 INFO : file1: Deleted 2025/10/09 02:18:08 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/09 02:18:08 DEBUG : file1: Unchanged skipping 2025/10/09 02:18:08 INFO : file1: Deleted 2025/10/09 02:18:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': don't need to copy/move sub/file2, it is already at target location 2025/10/09 02:18:11 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.05s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:18:11 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/09 02:18:13 DEBUG : file1: md5 = 94f64abfc605c0f2176657c65ddf7a67 OK 2025/10/09 02:18:13 INFO : file1: Copied (new) 2025/10/09 02:18:13 INFO : file1: Deleted 2025/10/09 02:18:14 DEBUG : file1: Destination exists, skipping 2025/10/09 02:18:14 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.48s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.59s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.44s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:18:18 DEBUG : dst/file1: md5 = b444d02d374295123793f0b131403cb7 OK 2025/10/09 02:18:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumesog0qaka/backup" 2025/10/09 02:18:19 DEBUG : Creating backend with remote "TestDrive:crypt/q0fj1vo26321rj0rmivu03ma5vjduj9hhi3acjsge4t1mn1avn20/1nrff024r7pq65ecp72fc28jb0" 2025/10/09 02:18:20 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/09 02:18:23 INFO : dst/file1: Moved (server-side) 2025/10/09 02:18:24 DEBUG : dst/file1: md5 = d1a7087690535d8551b04d7d8ff869fd OK 2025/10/09 02:18:24 INFO : dst/file1: Copied (new) 2025/10/09 02:18:24 INFO : dst/file1: Deleted 2025/10/09 02:18:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/09 02:18:27 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/09 02:18:28 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.97s) === 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-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:18:31 DEBUG : A1/one: md5 = 708ef0abcb552a6743b4d10481137208 OK 2025/10/09 02:18:32 DEBUG : A1/two: md5 = 2553060f39f98d8b8b320dffda4a5528 OK 2025/10/09 02:18:35 DEBUG : A1/B1/three: md5 = ef6e9deb579822696e3c0c34d94fe678 OK 2025/10/09 02:18:37 DEBUG : A1/B1/C1/four: md5 = 97139b548272a46197a06dbee844c5df OK 2025/10/09 02:18:39 DEBUG : A1/B1/C2/five: md5 = cd67aa645a9642379745c8e0afe483d7 OK 2025/10/09 02:18:39 INFO : A1/B2: Making directory 2025/10/09 02:18:40 INFO : A1/B1/C3: Making directory 2025/10/09 02:18:49 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/10/09 02:18:49 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/10/09 02:18:49 INFO : A2/one: Moved (server-side) to: A3/one 2025/10/09 02:18:49 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/10/09 02:18:50 INFO : A2/two: Moved (server-side) to: A3/two 2025/10/09 02:18:53 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/09 02:18:53 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/09 02:18:53 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/09 02:18:53 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/09 02:18:53 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/09 02:18:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/10/09 02:19:01 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/10/09 02:19:01 INFO : A3/two: Moved (server-side) to: A4/two 2025/10/09 02:19:01 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/10/09 02:19:01 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/10/09 02:19:01 INFO : A3/one: Moved (server-side) to: A4/one 2025/10/09 02:19:04 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/09 02:19:04 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/09 02:19:04 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/09 02:19:04 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/09 02:19:04 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/09 02:19:11 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/10/09 02:19:11 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/10/09 02:19:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/09 02:19:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/09 02:19:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/09 02:19:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/09 02:19:13 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/09 02:19:13 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/09 02:19:13 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/09 02:19:13 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.80s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" --- PASS: TestGetFsInfo (0.43s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:19:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': File to upload is small (34 bytes), uploading instead of streaming 2025/10/09 02:19:16 DEBUG : no_checksum_small_file_from_pipe: md5 = 3ef998a92698e6ffab88dacc3a1c5472 OK 2025/10/09 02:19:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/10/09 02:19:16 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/09 02:19:16 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/10/09 02:19:17 DEBUG : no_checksum_big_file_from_pipe: md5 = c28ee755d2f77cc9666e6e18055e473d OK 2025/10/09 02:19:17 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-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:19:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': File to upload is small (34 bytes), uploading instead of streaming 2025/10/09 02:19:21 DEBUG : with_checksum_small_file_from_pipe: md5 = 661418b2ed0711009fc896c60a66459a OK 2025/10/09 02:19:21 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/09 02:19:21 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/10/09 02:19:22 DEBUG : with_checksum_big_file_from_pipe: md5 = 5cdc4dff4990958dfe7275dfc1df8fa6 OK 2025/10/09 02:19:22 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-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:19:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': File to upload is small (34 bytes), uploading instead of streaming 2025/10/09 02:19:26 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/09 02:19:26 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/09 02:19:27 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-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:19:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': File to upload is small (34 bytes), uploading instead of streaming 2025/10/09 02:19:31 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/09 02:19:31 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/09 02:19:32 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.94s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.09s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.94s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.85s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.07s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/10/09 02:19:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': File to upload is small (48 bytes), uploading instead of streaming 2025/10/09 02:19:36 DEBUG : rcat_metadata: md5 = f397a0b94fa9f2b67812e99aacfb1edc OK 2025/10/09 02:19:36 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/10/09 02:19:38 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/10/09 02:19:39 DEBUG : rcat_metadata_uploadcutoff0: md5 = c87f4a917911601ae4aef475bd4940fd OK 2025/10/09 02:19:39 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.26s) --- PASS: TestRcatMetadata/Normal (2.57s) --- PASS: TestRcatMetadata/ViaDisk (3.28s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:19:42 DEBUG : potato1: md5 = 6cc75eb6e8ba9071176dedd8946bcffb OK 2025/10/09 02:19:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': File to upload is small (60 bytes), uploading instead of streaming 2025/10/09 02:19:43 DEBUG : potato2: md5 = 3c09ccb65c4f262a7497465d60165885 OK 2025/10/09 02:19:43 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.43s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:19:46 DEBUG : potato1: md5 = 5e7e52bf56d18f3472cef86103d4cc13 OK 2025/10/09 02:19:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': File to upload is small (60 bytes), uploading instead of streaming 2025/10/09 02:19:47 DEBUG : potato2: md5 = 8c076f764655964237e6be9a77962258 OK 2025/10/09 02:19:47 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.31s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:19:51 DEBUG : potato2: md5 = 157e80a44fd920549ef8202cd3b7d710 OK 2025/10/09 02:19:53 DEBUG : empty space: md5 = 52930c90a37aaf50a527099dd41258e0 OK 2025/10/09 02:19:55 DEBUG : sub dir/potato3: md5 = 93c3f3f1a2e8228717b0762130e724f1 OK 2025/10/09 02:19:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': Touching "sub dir/potato3" 2025/10/09 02:19:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': Touching "potato2" 2025/10/09 02:19:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': Touching "empty space" 2025/10/09 02:19:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.62s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:20:00 DEBUG : dir with metadata: Making directory with metadata 2025/10/09 02:20:00 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.39s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:20:02 DEBUG : directory with modtime: Making directory with metadata 2025/10/09 02:20:03 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.63s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:20:05 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/09 02:20:05 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/09 02:20:05 DEBUG : Google drive root 'crypt/q0fj1vo26321rj0rmivu03ma5vjduj9hhi3acjsge4t1mn1avn20': Skipping btime metadata as can't update it on an existing file: 2025-10-09T02:20:05.049924991Z 2025/10/09 02:20:05 INFO : non existent directory: Updated directory metadata 2025/10/09 02:20:07 DEBUG : Google drive root 'crypt/q0fj1vo26321rj0rmivu03ma5vjduj9hhi3acjsge4t1mn1avn20': Skipping btime metadata as can't update it on an existing file: 2025-10-09T02:20:05.049924991Z 2025/10/09 02:20:08 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.12s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:20:10 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/10/09 02:20:11 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/10/09 02:20:12 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.08s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:20:14 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/09 02:20:14 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/09 02:20:14 DEBUG : dst: Making directory with metadata 2025/10/09 02:20:14 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/09 02:20:14 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/09 02:20:15 INFO : dst: Set directory modification time (using SetModTime) 2025/10/09 02:20:15 INFO : dst: Set directory modification time (using SetModTime) 2025/10/09 02:20:15 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/10/09 02:20:16 INFO : dst: Set directory modification time (using SetModTime) 2025/10/09 02:20:16 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.55s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka'", Local "Local file system at /tmp/rclone1777639502", Modify Window "1ms" 2025/10/09 02:20:19 DEBUG : sub dir/test remove existing: md5 = 17b889e97d8f89b1f2b8adadaaf07da4 OK 2025/10/09 02:20:21 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 892d099e8728ef3f0539060c164a2554 OK 2025/10/09 02:20:23 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.xovotej9" before starting 2025/10/09 02:20:24 DEBUG : sub dir/test remove existing.xovotej9: TEST: removing renamed existing file after operation 2025/10/09 02:20: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.jufiqun8" before starting 2025/10/09 02:20:26 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jufiqun8: TEST: renaming existing back after failed operation 2025/10/09 02:20: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.fofisal8" before starting 2025/10/09 02:20:28 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fofisal8: TEST: removing renamed existing file after operation 2025/10/09 02:20:30 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "m2ig0cbo58j30lt0u84s4c74m96obk8bk6a1m2dp19basd14rtjg" 2025/10/09 02:20:30 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "lv0j3elboip096n1hsdf8io18tbbrjqvjguhvpn9642kq3nd0etqpa6ht5k4vksaag4judskla7ba7kv2jt3snhrj87k0j075p64hpj7vtr83ocnq4stpq6k9mmi55pdfj7hi2ctnqsfue04i10h3k2c2ci7ueo7clnlk5d8kkisq1nsucag" --- PASS: TestRemoveExisting (13.24s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/10/09 02:20:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumesog0qaka': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m57.691728788s (try 1/5)