"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/07/18 01:55:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bihaput2node" 2025/07/18 01:55:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/18 01:55:04 DEBUG : Creating backend with remote "TestDrive:crypt/obpvej10n7lkev9f5pmtt866kro26tvick6rqqpj11qeotovlp00" 2025/07/18 01:55:05 DEBUG : Creating backend with remote "/tmp/rclone197238493" === 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-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.25s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/07/18 01:55:06 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/18 01:55:06 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/18 01:55:06 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/07/18 01:55:06 DEBUG : potato: Seek from 10 to 0 2025/07/18 01:55:06 DEBUG : potato: Seek from 10 to 0 2025/07/18 01:55:06 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/07/18 01:55:06 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/18 01:55:06 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/18 01:55:06 DEBUG : potato: Seek from 5 to 2 2025/07/18 01:55:06 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/07/18 01:55:06 DEBUG : potato: Seek from 7 to 0 2025/07/18 01:55:06 DEBUG : potato: Seek from 7 to 0 2025/07/18 01:55:06 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/07/18 01:55:06 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/18 01:55:06 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/18 01:55:06 DEBUG : potato: Seek from 5 to 2 2025/07/18 01:55:06 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/07/18 01:55:06 DEBUG : potato: Seek from 8 to 0 2025/07/18 01:55:06 DEBUG : potato: Seek from 8 to 0 2025/07/18 01:55:06 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/07/18 01:55:06 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/18 01:55:06 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/18 01:55:06 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/18 01:55:06 DEBUG : potato: Seek from 5 to 2 2025/07/18 01:55:06 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/07/18 01:55:06 DEBUG : potato: Seek from 9 to 0 2025/07/18 01:55:06 DEBUG : potato: Seek from 9 to 0 2025/07/18 01:55:06 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-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 01:55:08 DEBUG : rutabaga: md5 = 0a198f63e61efb401bf64d39ae196131 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/07/18 01:55:11 DEBUG : empty space: md5 = 51ecda53de6cdaa36d4f9ea29376fc5a OK === RUN TestCheck/3 2025/07/18 01:55:13 DEBUG : potato2: md5 = 7a385b509ca99fc96c32b9ffad31cb06 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/07/18 01:55:15 DEBUG : remotepotato: md5 = 53a63726aa370fb58b8e0027341fa1e7 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.74s) --- PASS: TestCheck/1 (0.27s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.29s) --- PASS: TestCheck/4 (0.31s) --- PASS: TestCheck/5 (0.29s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.28s) === RUN TestCheckFsError 2025/07/18 01:55:18 DEBUG : Creating backend with remote "nonexistent" 2025/07/18 01:55:18 DEBUG : Creating backend with remote "nonexistent" 2025/07/18 01:55:18 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/07/18 01:55:18 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/07/18 01:55:18 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/07/18 01:55:18 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 01:55:20 DEBUG : rutabaga: md5 = 219e482adf6958eb4f73503225f80a03 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/07/18 01:55:24 DEBUG : empty space: md5 = 32bdf1162258f56a7af07da44e2a78b5 OK === RUN TestCheckDownload/3 2025/07/18 01:55:27 DEBUG : potato2: md5 = 9d51e72b15a6e77386025ff9acfe2b7a OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/07/18 01:55:31 DEBUG : remotepotato: md5 = 68933c759e1ed4aec2f38c0db40fa4e3 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (18.34s) --- PASS: TestCheckDownload/1 (1.14s) --- PASS: TestCheckDownload/2 (1.08s) --- PASS: TestCheckDownload/3 (1.17s) --- PASS: TestCheckDownload/4 (1.10s) --- PASS: TestCheckDownload/5 (1.05s) --- PASS: TestCheckDownload/6 (1.19s) --- PASS: TestCheckDownload/7 (1.76s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 01:55:38 DEBUG : rutabaga: md5 = 9cee29451edaa248f1ac2a53688e2617 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/07/18 01:55:40 DEBUG : empty space: md5 = 2fa628157a3791784868b6d966fb39c9 OK === RUN TestCheckSizeOnly/3 2025/07/18 01:55:42 DEBUG : potato2: md5 = c62e16981c160200452505809e61db36 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/07/18 01:55:44 DEBUG : remotepotato: md5 = 078d7db368a8ff45216c5ebf75696edc OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.15s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.23s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.24s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.32s) --- PASS: TestCheckSizeOnly/7 (0.31s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 01:55:49 DEBUG : test.sum: md5 = c130c4416729a3003f9b48f28ea399f4 OK 2025/07/18 01:55:50 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/18 01:55:50 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/18 01:55:50 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/18 01:55:50 NOTICE: test.sum: 2 warning(s) suppressed... 2025/07/18 01:55:52 DEBUG : test.sum: md5 = 7ed78b2a259af857f83c038507bd6739 OK 2025/07/18 01:55:53 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/18 01:55:53 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/18 01:55:53 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/18 01:55:53 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.05s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 01:55:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bihaput2node/data" 2025/07/18 01:55:54 DEBUG : Creating backend with remote "TestDrive:crypt/obpvej10n7lkev9f5pmtt866kro26tvick6rqqpj11qeotovlp00/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node/data' lacks md5, skipping --- SKIP: TestCheckSum (2.05s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 01:55:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bihaput2node/data" 2025/07/18 01:55:56 DEBUG : Creating backend with remote "TestDrive:crypt/obpvej10n7lkev9f5pmtt866kro26tvick6rqqpj11qeotovlp00/vjrnln8ratgmqakfosrqe8espk" 2025/07/18 01:56:00 DEBUG : data/banana: md5 = 9c12954732676d95170a634729d71129 OK 2025/07/18 01:56:01 DEBUG : test.sum: md5 = 86ff675c1618a4c683b3e756e4096e35 OK === RUN TestCheckSumDownload/subtest1 2025/07/18 01:56:06 DEBUG : data/potato: md5 = 630283abbca831a8cc531fda1bc166c0 OK 2025/07/18 01:56:07 DEBUG : test.sum: md5 = 1aeb1bd240aa787c646292709c21331e OK === RUN TestCheckSumDownload/subtest2 2025/07/18 01:56:12 DEBUG : test.sum: md5 = 308f8a8a77e1ff40c681778a22fdc09d OK === RUN TestCheckSumDownload/subtest3 2025/07/18 01:56:16 DEBUG : test.sum: md5 = 8981ae3e4c81cda70186077dc0e70f61 OK === RUN TestCheckSumDownload/subtest4 2025/07/18 01:56:21 DEBUG : test.sum: md5 = df26e90edee4588136d24484344e9aea OK === RUN TestCheckSumDownload/subtest5 2025/07/18 01:56:25 DEBUG : test.sum: md5 = d3026206be691ce8bfe667c9709f5253 OK === RUN TestCheckSumDownload/subtest6 2025/07/18 01:56:30 DEBUG : data/banana: md5 = 768e2156a6f673aaf6fece4934690c53 OK 2025/07/18 01:56:31 DEBUG : data/potato: md5 = 29a2a5d288c5f4743c3b6e1481dc7212 OK 2025/07/18 01:56:33 DEBUG : test.sum: md5 = 6dfd6b33067d91c60cb4ddd3754e8326 OK === RUN TestCheckSumDownload/subtest7 2025/07/18 01:56:38 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/07/18 01:56:38 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (42.95s) --- PASS: TestCheckSumDownload/subtest1 (2.47s) --- PASS: TestCheckSumDownload/subtest2 (2.29s) --- PASS: TestCheckSumDownload/subtest3 (2.73s) --- PASS: TestCheckSumDownload/subtest4 (2.21s) --- PASS: TestCheckSumDownload/subtest5 (2.55s) --- PASS: TestCheckSumDownload/subtest6 (2.35s) --- PASS: TestCheckSumDownload/subtest7 (2.54s) === RUN TestApplyTransforms 2025/07/18 01:56:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-koloyos3yuro" 2025/07/18 01:56:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/18 01:56:39 DEBUG : Creating backend with remote "TestDrive:crypt/erlbmbonh4uk7j6ej0lbm765d9vl3n3mcpr7sn05c8101dq8q8e0" 2025/07/18 01:56:40 DEBUG : Creating backend with remote "/tmp/rclone2629394922" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-koloyos3yuro'", Local "Local file system at /tmp/rclone2629394922", Modify Window "1ms" 2025/07/18 01:56:42 DEBUG : hello, world!: md5 = da5e7de47818a4088ef9e4fa53cc46a4 OK upper checkfile vs. lower remote (without normalization) 2025/07/18 01:56:43 ERROR : hello, world!: sum not found 2025/07/18 01:56:43 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-koloyos3yuro' 2025/07/18 01:56:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-koloyos3yuro': 1 files missing 2025/07/18 01:56:43 NOTICE: 1 hashes missing 2025/07/18 01:56:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-koloyos3yuro': 1 differences found 2025/07/18 01:56:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-koloyos3yuro': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/07/18 01:56:44 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/18 01:56:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-koloyos3yuro': 0 differences found 2025/07/18 01:56:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-koloyos3yuro': 1 matching files 2025/07/18 01:56:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cuvocif1wacu" 2025/07/18 01:56:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/18 01:56:44 DEBUG : Creating backend with remote "TestDrive:crypt/sg4m63vgjs0l9gtmopqvtg8d0dkmb7h6pa3q8ivgj408obajf6jg" 2025/07/18 01:56:45 DEBUG : Creating backend with remote "/tmp/rclone1020988874" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cuvocif1wacu'", Local "Local file system at /tmp/rclone1020988874", Modify Window "1ms" 2025/07/18 01:56:47 DEBUG : HELLO, WORLD!: md5 = 126c03fdb9aaceb956d8192752c25eca OK lower checkfile vs. upper remote (without normalization) 2025/07/18 01:56:48 ERROR : HELLO, WORLD!: sum not found 2025/07/18 01:56:48 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cuvocif1wacu' 2025/07/18 01:56:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuvocif1wacu': 1 files missing 2025/07/18 01:56:48 NOTICE: 1 hashes missing 2025/07/18 01:56:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuvocif1wacu': 1 differences found 2025/07/18 01:56:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuvocif1wacu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/07/18 01:56:49 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/18 01:56:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuvocif1wacu': 0 differences found 2025/07/18 01:56:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cuvocif1wacu': 1 matching files 2025/07/18 01:56:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qoracuc2fete" 2025/07/18 01:56:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/18 01:56:49 DEBUG : Creating backend with remote "TestDrive:crypt/u6s9h9f3knohe8hbjv1ugldtck6nr2v16oqect4clst0ldpkp7h0" 2025/07/18 01:56:50 DEBUG : Creating backend with remote "/tmp/rclone2606026336" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qoracuc2fete'", Local "Local file system at /tmp/rclone2606026336", Modify Window "1ms" 2025/07/18 01:56:53 DEBUG : HeLlO, wOrLd!: md5 = dbbfb77d4f03e651276b6ff287a979cb OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/07/18 01:56:53 ERROR : HeLlO, wOrLd!: sum not found 2025/07/18 01:56:53 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qoracuc2fete' 2025/07/18 01:56:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qoracuc2fete': 1 files missing 2025/07/18 01:56:53 NOTICE: 1 hashes missing 2025/07/18 01:56:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qoracuc2fete': 1 differences found 2025/07/18 01:56:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qoracuc2fete': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/07/18 01:56:54 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/18 01:56:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qoracuc2fete': 0 differences found 2025/07/18 01:56:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qoracuc2fete': 1 matching files 2025/07/18 01:56:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jozobud7bivu" 2025/07/18 01:56:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/18 01:56:54 DEBUG : Creating backend with remote "TestDrive:crypt/1g5cu0ptmosh0jhs5udjhp11i4uqmkd6hddtmargq8h1dodkaitg" 2025/07/18 01:56:55 DEBUG : Creating backend with remote "/tmp/rclone3519199470" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jozobud7bivu'", Local "Local file system at /tmp/rclone3519199470", Modify Window "1ms" 2025/07/18 01:56:58 DEBUG : HELLO, WORLD!: md5 = 1c2a32fcfd76283c13e2a9b4afef0edf OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/07/18 01:56:58 ERROR : HELLO, WORLD!: sum not found 2025/07/18 01:56:58 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jozobud7bivu' 2025/07/18 01:56:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jozobud7bivu': 1 files missing 2025/07/18 01:56:58 NOTICE: 1 hashes missing 2025/07/18 01:56:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jozobud7bivu': 1 differences found 2025/07/18 01:56:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jozobud7bivu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/07/18 01:57:00 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/18 01:57:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jozobud7bivu': 0 differences found 2025/07/18 01:57:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jozobud7bivu': 1 matching files 2025/07/18 01:57:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vikegew3kemu" 2025/07/18 01:57:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/18 01:57:00 DEBUG : Creating backend with remote "TestDrive:crypt/3qdtdas07fckpl5cgk0835e15r2t7bce4loobgbalmi1no6ukpig" 2025/07/18 01:57:01 DEBUG : Creating backend with remote "/tmp/rclone532285907" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vikegew3kemu'", Local "Local file system at /tmp/rclone532285907", Modify Window "1ms" 2025/07/18 01:57:03 DEBUG : 測試_Русский___ě_áñ: md5 = dfb0ae872300767497013320766a276a OK NFD checkfile vs. NFC remote (without normalization) 2025/07/18 01:57:03 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/18 01:57:03 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vikegew3kemu' 2025/07/18 01:57:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vikegew3kemu': 1 files missing 2025/07/18 01:57:03 NOTICE: 1 hashes missing 2025/07/18 01:57:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vikegew3kemu': 1 differences found 2025/07/18 01:57:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vikegew3kemu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/07/18 01:57:04 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/18 01:57:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vikegew3kemu': 0 differences found 2025/07/18 01:57:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vikegew3kemu': 1 matching files 2025/07/18 01:57:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-leledor8gegu" 2025/07/18 01:57:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/18 01:57:05 DEBUG : Creating backend with remote "TestDrive:crypt/0r9120047dvu05oth2f6ur6u8bdkfduuhivvndaj6gb6sei1jnb0" 2025/07/18 01:57:06 DEBUG : Creating backend with remote "/tmp/rclone1361128591" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-leledor8gegu'", Local "Local file system at /tmp/rclone1361128591", Modify Window "1ms" 2025/07/18 01:57:08 DEBUG : 測試_Русский___ě_áñ: md5 = dd60c8b39c4c3e26c46b9cacb4f39361 OK NFC checkfile vs. NFD remote (without normalization) 2025/07/18 01:57:08 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/18 01:57:08 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-leledor8gegu' 2025/07/18 01:57:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-leledor8gegu': 1 files missing 2025/07/18 01:57:08 NOTICE: 1 hashes missing 2025/07/18 01:57:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-leledor8gegu': 1 differences found 2025/07/18 01:57:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-leledor8gegu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/07/18 01:57:10 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/18 01:57:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-leledor8gegu': 0 differences found 2025/07/18 01:57:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-leledor8gegu': 1 matching files 2025/07/18 01:57:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-quqevop8sovu" 2025/07/18 01:57:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/18 01:57:10 DEBUG : Creating backend with remote "TestDrive:crypt/tqej5gqvvue6uit0n0jtbpofvff3n0kdilltkb0vde0qcafg7i70" 2025/07/18 01:57:11 DEBUG : Creating backend with remote "/tmp/rclone2822540682" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quqevop8sovu'", Local "Local file system at /tmp/rclone2822540682", Modify Window "1ms" 2025/07/18 01:57:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 19f415ccce6a8dd2785c95bd618c6c81 OK NFDx2 checkfile vs. both remote (without normalization) 2025/07/18 01:57:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/18 01:57:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-quqevop8sovu' 2025/07/18 01:57:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quqevop8sovu': 1 files missing 2025/07/18 01:57:14 NOTICE: 1 hashes missing 2025/07/18 01:57:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quqevop8sovu': 1 differences found 2025/07/18 01:57:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quqevop8sovu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/07/18 01:57:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/18 01:57:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quqevop8sovu': 0 differences found 2025/07/18 01:57:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quqevop8sovu': 1 matching files 2025/07/18 01:57:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tafesuy3duzo" 2025/07/18 01:57:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/18 01:57:15 DEBUG : Creating backend with remote "TestDrive:crypt/khrkd78g5nhm05igb6d2is1bmuirs0eull0p61jo0vcvo6t3qfn0" 2025/07/18 01:57:16 DEBUG : Creating backend with remote "/tmp/rclone1051585486" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tafesuy3duzo'", Local "Local file system at /tmp/rclone1051585486", Modify Window "1ms" 2025/07/18 01:57:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c9bcabeb325702e31f8cc6e2346b7e2c OK NFCx2 checkfile vs. both remote (without normalization) 2025/07/18 01:57:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/18 01:57:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tafesuy3duzo' 2025/07/18 01:57:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tafesuy3duzo': 1 files missing 2025/07/18 01:57:19 NOTICE: 1 hashes missing 2025/07/18 01:57:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tafesuy3duzo': 1 differences found 2025/07/18 01:57:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tafesuy3duzo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/07/18 01:57:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/18 01:57:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tafesuy3duzo': 0 differences found 2025/07/18 01:57:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tafesuy3duzo': 1 matching files 2025/07/18 01:57:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hepamap5satu" 2025/07/18 01:57:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/18 01:57:20 DEBUG : Creating backend with remote "TestDrive:crypt/bjkg6jjs1ulcfct01a1914qam3mpdhr5eddaml0tjq0q8lbmvtig" 2025/07/18 01:57:21 DEBUG : Creating backend with remote "/tmp/rclone3136349536" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hepamap5satu'", Local "Local file system at /tmp/rclone3136349536", Modify Window "1ms" 2025/07/18 01:57:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 3ad772591e48931424a85c205c0da5a0 OK both checkfile vs. NFDx2 remote (without normalization) 2025/07/18 01:57:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/18 01:57:24 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hepamap5satu' 2025/07/18 01:57:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hepamap5satu': 1 files missing 2025/07/18 01:57:24 NOTICE: 1 hashes missing 2025/07/18 01:57:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hepamap5satu': 1 differences found 2025/07/18 01:57:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hepamap5satu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/07/18 01:57:25 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/18 01:57:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hepamap5satu': 0 differences found 2025/07/18 01:57:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hepamap5satu': 1 matching files 2025/07/18 01:57:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sohozaj2soqo" 2025/07/18 01:57:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/18 01:57:25 DEBUG : Creating backend with remote "TestDrive:crypt/7huqkh68q3sonvo4thkmcjdajn9of9j27t3s4vgaf0c18kq21bhg" 2025/07/18 01:57:26 DEBUG : Creating backend with remote "/tmp/rclone2573470753" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sohozaj2soqo'", Local "Local file system at /tmp/rclone2573470753", Modify Window "1ms" 2025/07/18 01:57:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 48f5b8962fd90f76279ce33e0f0239c5 OK both checkfile vs. NFCx2 remote (without normalization) 2025/07/18 01:57:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/18 01:57:29 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-sohozaj2soqo' 2025/07/18 01:57:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sohozaj2soqo': 1 files missing 2025/07/18 01:57:29 NOTICE: 1 hashes missing 2025/07/18 01:57:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sohozaj2soqo': 1 differences found 2025/07/18 01:57:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sohozaj2soqo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/07/18 01:57:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/18 01:57:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sohozaj2soqo': 0 differences found 2025/07/18 01:57:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sohozaj2soqo': 1 matching files 2025/07/18 01:57:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sohozaj2soqo': Purge remote 2025/07/18 01:57:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hepamap5satu': Purge remote 2025/07/18 01:57:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tafesuy3duzo': Purge remote 2025/07/18 01:57:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quqevop8sovu': Purge remote 2025/07/18 01:57:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-leledor8gegu': Purge remote 2025/07/18 01:57:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vikegew3kemu': Purge remote 2025/07/18 01:57:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jozobud7bivu': Purge remote 2025/07/18 01:57:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qoracuc2fete': Purge remote 2025/07/18 01:57:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cuvocif1wacu': Purge remote 2025/07/18 01:57:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-koloyos3yuro': Purge remote --- PASS: TestApplyTransforms (56.13s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 01:57:35 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/18 01:57:38 DEBUG : sub/file2: md5 = 38652ed0ec16300d10b8388e57319200 OK 2025/07/18 01:57:38 INFO : file1: Copied (new) to: sub/file2 2025/07/18 01:57:38 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/18 01:57:38 DEBUG : file1: Unchanged skipping 2025/07/18 01:57:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': don't need to copy/move sub/file2, it is already at target location 2025/07/18 01:57:41 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.48s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.48s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 01:57:44 DEBUG : dst/file1: md5 = 82d26fd5441509b8390d0a06a1797fd8 OK 2025/07/18 01:57:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bihaput2node/backup" 2025/07/18 01:57:45 DEBUG : Creating backend with remote "TestDrive:crypt/obpvej10n7lkev9f5pmtt866kro26tvick6rqqpj11qeotovlp00/1nrff024r7pq65ecp72fc28jb0" 2025/07/18 01:57:47 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/18 01:57:50 INFO : dst/file1: Moved (server-side) 2025/07/18 01:57:51 DEBUG : dst/file1: md5 = 8b33e075ae54519c065a41e0bc716129 OK 2025/07/18 01:57:51 INFO : dst/file1: Copied (new) 2025/07/18 01:57:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/18 01:57:55 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/18 01:57:56 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (14.43s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 01:57:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bihaput2node/dst" 2025/07/18 01:57:56 DEBUG : Creating backend with remote "TestDrive:crypt/obpvej10n7lkev9f5pmtt866kro26tvick6rqqpj11qeotovlp00/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/18 01:57:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bihaput2node/CompareDest" 2025/07/18 01:57:58 DEBUG : Creating backend with remote "TestDrive:crypt/obpvej10n7lkev9f5pmtt866kro26tvick6rqqpj11qeotovlp00/gveqi14airsml4bgu7krj116o8" 2025/07/18 01:58:00 DEBUG : one: Need to transfer - File not found at Destination 2025/07/18 01:58:02 DEBUG : one: md5 = 82fa809dc703922941ec5a62dea1bd35 OK 2025/07/18 01:58:02 INFO : one: Copied (new) 2025/07/18 01:58:03 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/18 01:58:05 DEBUG : one: md5 = 8f71b8e5aa685cbe28d95dfe04063434 OK 2025/07/18 01:58:05 INFO : one: Copied (replaced existing) 2025/07/18 01:58:07 DEBUG : dst/one: md5 = c0d8ee3a1c1a2cc0f08df11493fed8ea OK 2025/07/18 01:58:09 DEBUG : CompareDest/one: md5 = 5ce7fa6fa44d39ded62c31ac78fa12f0 OK 2025/07/18 01:58:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/18 01:58:11 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/18 01:58:11 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/18 01:58:13 DEBUG : CompareDest/two: md5 = d2676bd82ecdcdb5f94dcfac1bf179e5 OK 2025/07/18 01:58:13 DEBUG : two: Need to transfer - File not found at Destination 2025/07/18 01:58:14 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/18 01:58:14 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/18 01:58:14 DEBUG : two: Need to transfer - File not found at Destination 2025/07/18 01:58:15 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/18 01:58:15 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/18 01:58:16 DEBUG : two: Need to transfer - File not found at Destination 2025/07/18 01:58:16 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/07/18 01:58:18 DEBUG : two: md5 = 87cf20900cfdbb0aa84eea511676c9b9 OK 2025/07/18 01:58:18 INFO : two: Copied (new) 2025/07/18 01:58:21 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/18 01:58:21 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 01:58:22 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 01:58:22 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (26.02s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 01:58:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bihaput2node/dst" 2025/07/18 01:58:22 DEBUG : Creating backend with remote "TestDrive:crypt/obpvej10n7lkev9f5pmtt866kro26tvick6rqqpj11qeotovlp00/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/18 01:58:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bihaput2node/CopyDest" 2025/07/18 01:58:24 DEBUG : Creating backend with remote "TestDrive:crypt/obpvej10n7lkev9f5pmtt866kro26tvick6rqqpj11qeotovlp00/d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/18 01:58:26 DEBUG : one: Need to transfer - File not found at Destination 2025/07/18 01:58:28 DEBUG : one: md5 = 70f2105fbcc05a3cfddcb132ec48d368 OK 2025/07/18 01:58:28 INFO : one: Copied (new) 2025/07/18 01:58:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/18 01:58:31 DEBUG : one: md5 = 7ae992b5b0f332ce65fb44d421ba2094 OK 2025/07/18 01:58:31 INFO : one: Copied (replaced existing) 2025/07/18 01:58:33 DEBUG : dst/one: md5 = 3dea950c165cab6e0c27eb3fd7aaf79a OK 2025/07/18 01:58:35 DEBUG : CopyDest/one: md5 = 9764f3ba2541a22f50deef0731bf1e07 OK 2025/07/18 01:58:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bihaput2node/BackupDir" 2025/07/18 01:58:36 DEBUG : Creating backend with remote "TestDrive:crypt/obpvej10n7lkev9f5pmtt866kro26tvick6rqqpj11qeotovlp00/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/18 01:58:38 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/18 01:58:38 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/18 01:58:38 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/18 01:58:40 INFO : one: Moved (server-side) 2025/07/18 01:58:41 INFO : one: Copied (server-side copy) 2025/07/18 01:58:41 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/07/18 01:58:43 DEBUG : CopyDest/two: md5 = 7aa1d2e0634a2c0a5ae3ef70f7f7f12c OK 2025/07/18 01:58:44 DEBUG : two: Need to transfer - File not found at Destination 2025/07/18 01:58:44 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/18 01:58:45 INFO : two: Copied (server-side copy) 2025/07/18 01:58:45 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/07/18 01:58:46 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/18 01:58:46 DEBUG : two: Unchanged skipping 2025/07/18 01:58:48 DEBUG : CopyDest/three: md5 = dd9b57da13777aad219b9e913b5ce971 OK 2025/07/18 01:58:49 DEBUG : three: Need to transfer - File not found at Destination 2025/07/18 01:58:49 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/07/18 01:58:49 DEBUG : three: Destination not found in --copy-dest 2025/07/18 01:58:50 DEBUG : three: md5 = a9a029055f217ed608557e0fd9d0e574 OK 2025/07/18 01:58:50 INFO : three: Copied (new) 2025/07/18 01:58:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/18 01:58:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 01:58:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/18 01:58:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/18 01:58:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 01:58:56 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/18 01:58:57 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (34.89s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.47s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.51s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 01:58:58 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/07/18 01:59:01 DEBUG : TestCopyFileMaxTransfer/file1: md5 = d20ca9995dda2b269f54c9af7538d2e4 OK 2025/07/18 01:59:01 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/07/18 01:59:02 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/07/18 01:59:02 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/07/18 01:59:03 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/07/18 01:59:03 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/07/18 01:59:05 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 1a274c1f03ef5fc7cd0323dabc34bfcd OK 2025/07/18 01:59:05 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/07/18 01:59:07 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/07/18 01:59:07 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.33s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.49s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 01:59:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': Looking for duplicate names using skip mode. 2025/07/18 01:59:11 NOTICE: one: Found 2 files with duplicate names 2025/07/18 01:59:11 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.80s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 01:59:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': Looking for duplicate names using skip mode. 2025/07/18 01:59:17 NOTICE: one: Found 3 files with duplicate names 2025/07/18 01:59:17 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/07/18 01:59:18 INFO : one: Deleted 2025/07/18 01:59:18 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.55s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 01:59:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': Looking for duplicate names using first mode. 2025/07/18 01:59:24 NOTICE: one: Found 3 files with duplicate names 2025/07/18 01:59:24 INFO : one: Deleted 2025/07/18 01:59:25 INFO : one: Deleted 2025/07/18 01:59:25 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.48s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 01:59:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': Looking for duplicate names using newest mode. 2025/07/18 01:59:31 NOTICE: one: Found 3 files with duplicate names 2025/07/18 01:59:31 INFO : one: Deleted 2025/07/18 01:59:32 INFO : one: Deleted 2025/07/18 01:59:32 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.00s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", 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-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 01:59:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': Looking for duplicate names using oldest mode. 2025/07/18 01:59:38 NOTICE: one: Found 3 files with duplicate names 2025/07/18 01:59:39 INFO : one: Deleted 2025/07/18 01:59:39 INFO : one: Deleted 2025/07/18 01:59:39 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.87s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 01:59:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': Looking for duplicate names using largest mode. 2025/07/18 01:59:45 NOTICE: one: Found 3 files with duplicate names 2025/07/18 01:59:45 INFO : one: Deleted 2025/07/18 01:59:46 INFO : one: Deleted 2025/07/18 01:59:46 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.69s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 01:59:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': Looking for duplicate names using smallest mode. 2025/07/18 01:59:51 NOTICE: one: Found 3 files with duplicate names 2025/07/18 01:59:52 INFO : one: Deleted 2025/07/18 01:59:52 INFO : one: Deleted 2025/07/18 01:59:52 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.44s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 01:59:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': Looking for duplicate names using rename mode. 2025/07/18 01:59:59 NOTICE: one.txt: Found 3 files with duplicate names 2025/07/18 02:00:00 INFO : one-2.txt: renamed from: one.txt 2025/07/18 02:00:02 INFO : one-3.txt: renamed from: one.txt 2025/07/18 02:00:03 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.17s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:00:09 DEBUG : dupe1/one.txt: md5 = 45fce457b40e125beff140c066bcff94 OK 2025/07/18 02:00:12 DEBUG : dupe2/two.txt: md5 = 632caa67bb330f93d1422013b08f425c OK 2025/07/18 02:00:14 DEBUG : dupe3/three.txt: md5 = 825507bf810726fcd9e31f69ecdf0f38 OK 2025/07/18 02:00:14 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/07/18 02:00:15 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/07/18 02:00:16 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/07/18 02:00:16 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/07/18 02:00:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/07/18 02:00:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/07/18 02:00:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (14.17s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:00:22 DEBUG : a.txt: md5 = 1d1a5c9ddafe5f75fd6a1171c6da16a7 OK 2025/07/18 02:00:24 DEBUG : zend.txt: md5 = b88ab6633fc041d91e3531de5e118445 OK 2025/07/18 02:00:26 DEBUG : sub dir/hello world: md5 = 321445154bb8cba6081e131a4d1587ae OK 2025/07/18 02:00:28 DEBUG : sub dir/hello world2: md5 = ab84a6ab3bbf5f45d2560be0d819c4b6 OK 2025/07/18 02:00:30 DEBUG : sub dir/ignore dir/.ignore: md5 = 1954b7b860170cf3c83f25b5bcfe9f5e OK 2025/07/18 02:00:32 DEBUG : sub dir/ignore dir/should be ignored: md5 = f39dca69674b23a7e66408c6c13c0f98 OK 2025/07/18 02:00:34 DEBUG : sub dir/sub sub dir/hello world3: md5 = b8ed71c473a157855d7192657112c273 OK 2025/07/18 02:00:35 DEBUG : a.txt: Excluded (Size Filter) 2025/07/18 02:00:35 DEBUG : a.txt: Excluded 2025/07/18 02:00:36 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/18 02:00:36 DEBUG : sub dir/hello world: Excluded 2025/07/18 02:00:36 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/18 02:00:36 DEBUG : sub dir/hello world2: Excluded 2025/07/18 02:00:37 DEBUG : sub dir/ignore dir: Excluded 2025/07/18 02:00:37 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/18 02:00:37 DEBUG : sub dir/hello world: Excluded 2025/07/18 02:00:37 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/18 02:00:37 DEBUG : sub dir/hello world2: Excluded 2025/07/18 02:00:37 DEBUG : sub dir/ignore dir: Excluded 2025/07/18 02:00:42 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/18 02:00:43 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/18 02:00:43 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/18 02:00:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/18 02:00:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/18 02:00:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/07/18 02:00:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (23.82s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:00:46 DEBUG : a.txt: md5 = 76a5a1dec186bae496a6c3e7abc9e232 OK 2025/07/18 02:00:47 DEBUG : zend.txt: md5 = 0f2a6b4d0a38ac0f9679b70d30e86536 OK 2025/07/18 02:00:50 DEBUG : sub dir/hello world: md5 = 4df0db90cde9866917d36bc6081b6469 OK 2025/07/18 02:00:51 DEBUG : sub dir/hello world2: md5 = 693c993718388aa3c44567fc8b9ddd15 OK 2025/07/18 02:00:53 DEBUG : sub dir/ignore dir/.ignore: md5 = 178c5a91060c95a2cc15a5c5ba671a87 OK 2025/07/18 02:00:55 DEBUG : sub dir/ignore dir/should be ignored: md5 = 99eba72f434865259fe94247cfcacc61 OK 2025/07/18 02:00:57 DEBUG : sub dir/sub sub dir/hello world3: md5 = 0889b92d382bf31e0492bfeb43c4dfac OK 2025/07/18 02:00:58 DEBUG : a.txt: Excluded (Size Filter) 2025/07/18 02:00:58 DEBUG : a.txt: Excluded 2025/07/18 02:00:59 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/18 02:00:59 DEBUG : sub dir/hello world: Excluded 2025/07/18 02:00:59 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/18 02:00:59 DEBUG : sub dir/hello world2: Excluded 2025/07/18 02:01:00 DEBUG : sub dir/ignore dir: Excluded 2025/07/18 02:01:00 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/18 02:01:00 DEBUG : sub dir/hello world: Excluded 2025/07/18 02:01:00 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/18 02:01:00 DEBUG : sub dir/hello world2: Excluded 2025/07/18 02:01:00 DEBUG : sub dir/ignore dir: Excluded 2025/07/18 02:01:05 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/18 02:01:05 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/18 02:01:05 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/18 02:01:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/18 02:01:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/18 02:01:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/07/18 02:01:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (22.32s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:01:08 DEBUG : file1: md5 = 49875e7ca5bda0fe9b325c880bb87599 OK 2025/07/18 02:01:10 DEBUG : sub/file2: md5 = 98e643e5b130648d2ed7676f1373c7ed 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/07/18 02:01:13 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/07/18 02:01:14 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/07/18 02:01:14 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/07/18 02:01:16 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.58s) --- PASS: TestListJSON/Default (0.27s) --- PASS: TestListJSON/FilesOnly (0.27s) --- PASS: TestListJSON/DirsOnly (0.26s) --- PASS: TestListJSON/Recurse (0.48s) --- PASS: TestListJSON/SubDir (0.25s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.29s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.32s) --- PASS: TestListJSON/Metadata (0.71s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:01:18 DEBUG : file1: md5 = 9f1b48970a1b39338760b16e784a3d22 OK 2025/07/18 02:01:21 DEBUG : sub/file2: md5 = 7ab4a73928ecb89c2c56f8f5287cd183 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/07/18 02:01:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bihaput2node/notfound" 2025/07/18 02:01:25 DEBUG : Creating backend with remote "TestDrive:crypt/obpvej10n7lkev9f5pmtt866kro26tvick6rqqpj11qeotovlp00/qe0i31qdkoejk60elps0ni5sqk" 2025/07/18 02:01:28 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.53s) --- PASS: TestStatJSON/Root (0.27s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.25s) --- PASS: TestStatJSON/Dir (0.48s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.24s) --- PASS: TestStatJSON/File (0.31s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.26s) --- PASS: TestStatJSON/FileFilesOnly (0.29s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.23s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.23s) --- PASS: TestStatJSON/RootNotFound (2.06s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:01:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': Making directory 2025/07/18 02:01:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': Making directory --- PASS: TestMkdir (0.69s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:01:32 DEBUG : sub dir/hello world: md5 = 07263f29c176353f87dba391fd4aeac9 OK 2025/07/18 02:01:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.90s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:01:36 DEBUG : potato2: md5 = 483d9e02b66e4d2f5c5a2216ee6264b5 OK 2025/07/18 02:01:38 DEBUG : empty space: md5 = af34a3fcc9c52b5ff9f61018f1f88246 OK --- PASS: TestLs (5.73s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:01:42 DEBUG : potato2: md5 = b4556d913346a3f4bf91fa7e0fdc5a59 OK 2025/07/18 02:01:43 DEBUG : empty space: md5 = b8fc1b62c840c1b12d68b89739bb2657 OK 2025/07/18 02:01:44 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.03s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:01:47 DEBUG : potato2: md5 = a51e7eaeaf035d08e88e47304085d249 OK 2025/07/18 02:01:48 DEBUG : empty space: md5 = 7ded4f88a42a3f33de58770f0ac6a68d OK --- PASS: TestLsLong (5.10s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:01:52 DEBUG : potato2: md5 = 7e81621f6039f2d7de97713baddddaf7 OK 2025/07/18 02:01:53 DEBUG : empty space: md5 = 5bf318465c8fb7f25c7232b6ec69298f OK --- PASS: TestHashSums (4.64s) === RUN TestHashSumsWithErrors 2025/07/18 02:01:55 DEBUG : Creating backend with remote ":memory:" 2025/07/18 02:01:55 DEBUG : Config file has changed externally - reloading 2025/07/18 02:01:55 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/07/18 02:01:55 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/18 02:01:55 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/18 02:01:55 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/18 02:01:55 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/18 02:01:55 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/18 02:01:55 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/18 02:01:55 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/07/18 02:01:55 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-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:01:56 DEBUG : potato2: md5 = 4b88b7a13e8c6ef82f5a871bf6b67ee4 OK 2025/07/18 02:01:58 DEBUG : empty space: md5 = 019de9c989d5e682b1128f420856804c OK 2025/07/18 02:02:00 DEBUG : sub dir/potato3: md5 = ab9f6a65b934f1c962dd6ec7103e6e66 OK 2025/07/18 02:02:03 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.78s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:02:05 DEBUG : small: md5 = 54ffd856e39d006fa2ef02350fae0194 OK 2025/07/18 02:02:07 DEBUG : medium: md5 = 907ce9154375a15243e66e073017bcc1 OK 2025/07/18 02:02:08 DEBUG : large: md5 = f09123e0b698f338112757c8da13a9d7 OK 2025/07/18 02:02:08 DEBUG : Waiting for deletions to finish 2025/07/18 02:02:09 DEBUG : large: Excluded (Size Filter) 2025/07/18 02:02:09 INFO : medium: Deleted 2025/07/18 02:02:09 INFO : small: Deleted --- PASS: TestDelete (6.60s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:02:12 DEBUG : small: md5 = 0348ff7f9facf40e7ccc905d16889429 OK 2025/07/18 02:02:13 DEBUG : medium: md5 = a0de5b6a8b9d5db4b2c5dbc995a067ee OK 2025/07/18 02:02:15 DEBUG : large: md5 = 529e6e00538b9e83ff816834aea69837 OK 2025/07/18 02:02:15 DEBUG : Waiting for deletions to finish 2025/07/18 02:02:16 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/07/18 02:02:16 INFO : small: Deleted 2025/07/18 02:02:16 INFO : medium: Deleted --- PASS: TestMaxDelete (8.05s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:02:20 DEBUG : small: md5 = 90843524826a754bb9dee4499cf76d60 OK 2025/07/18 02:02:22 DEBUG : medium: md5 = 5ab714edc70ef0beda959ba3b7b55e0a OK 2025/07/18 02:02:24 DEBUG : large: md5 = bb06e94780a6be30ba8a359416d757f6 OK 2025/07/18 02:02:24 DEBUG : Waiting for deletions to finish 2025/07/18 02:02:24 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/18 02:02:25 INFO : small: Deleted 2025/07/18 02:02:25 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.23s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:02:28 DEBUG : small: md5 = 6e6262d90c08e2d4237957ecbf451a2a OK 2025/07/18 02:02:30 DEBUG : medium: md5 = f66e8da2c665cf5f8abf4c332e91158e OK 2025/07/18 02:02:32 DEBUG : large: md5 = b4758b026339ccaf11cab597b133b31a OK 2025/07/18 02:02:32 DEBUG : Waiting for deletions to finish 2025/07/18 02:02:32 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/18 02:02:33 INFO : medium: Deleted 2025/07/18 02:02:33 INFO : small: Deleted --- PASS: TestMaxDeleteSize (9.66s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:02:38 DEBUG : ReadFile: md5 = 94b1e5d91cb60c6df5d0531b4f932978 OK --- PASS: TestReadFile (4.90s) === RUN TestRetry 2025/07/18 02:02:41 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/07/18 02:02:41 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/07/18 02:02:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/18 02:02:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/18 02:02:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/18 02:02:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/18 02:02:41 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-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:02:43 DEBUG : file1: md5 = a7dc4a0484281d6daf2522877c440110 OK 2025/07/18 02:02:45 DEBUG : file2: md5 = 38c95dce9f407eba00ec885600590729 OK --- PASS: TestCat (19.12s) === RUN TestPurge 2025/07/18 02:03:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qucicik2leve" 2025/07/18 02:03:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/18 02:03:01 DEBUG : Creating backend with remote "TestDrive:crypt/1ck9nussu5bi2net11njm82ricdtacern3lki242r6ve7amkfrqg" 2025/07/18 02:03:02 DEBUG : Creating backend with remote "/tmp/rclone602044432" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qucicik2leve'", Local "Local file system at /tmp/rclone602044432", Modify Window "1ms" 2025/07/18 02:03:06 DEBUG : A1/B1/C1/one: md5 = 8b7c6aee2ee974d148527eaf4f53ba77 OK 2025/07/18 02:03:06 INFO : A2: Making directory 2025/07/18 02:03:07 INFO : A1/B2: Making directory 2025/07/18 02:03:08 INFO : A1/B2/C2: Making directory 2025/07/18 02:03:09 INFO : A1/B1/C3: Making directory 2025/07/18 02:03:09 INFO : A3: Making directory 2025/07/18 02:03:10 INFO : A3/B3: Making directory 2025/07/18 02:03:11 INFO : A3/B3/C4: Making directory 2025/07/18 02:03:13 DEBUG : A1/two: md5 = 4a98f87854d8444b6530ecd28a2bccba OK 2025/07/18 02:03:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qucicik2leve': Purge remote 2025/07/18 02:03:18 NOTICE: purge failed: directory not found --- PASS: TestPurge (17.43s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:03:22 DEBUG : A1/B1/C1/one: md5 = dcb86950d8db6d4ebd4dfd604497c6d6 OK 2025/07/18 02:03:22 INFO : A2: Making directory 2025/07/18 02:03:22 INFO : A1/B2: Making directory 2025/07/18 02:03:23 INFO : A1/B2/C2: Making directory 2025/07/18 02:03:24 INFO : A1/B1/C3: Making directory 2025/07/18 02:03:25 INFO : A3: Making directory 2025/07/18 02:03:26 INFO : A3/B3: Making directory 2025/07/18 02:03:26 INFO : A3/B3/C4: Making directory 2025/07/18 02:03:29 DEBUG : A1/two: md5 = 813f8ff312d2dd7b8458e2cc0c883ebe OK 2025/07/18 02:03:30 DEBUG : removing 1 level 3 directories 2025/07/18 02:03:30 INFO : A3/B3/C4: Removing directory 2025/07/18 02:03:33 DEBUG : removing 2 level 3 directories 2025/07/18 02:03:33 INFO : A1/B2/C2: Removing directory 2025/07/18 02:03:33 INFO : A1/B1/C3: Removing directory 2025/07/18 02:03:34 DEBUG : removing 2 level 2 directories 2025/07/18 02:03:34 INFO : A3/B3: Removing directory 2025/07/18 02:03:34 INFO : A1/B2: Removing directory 2025/07/18 02:03:34 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/07/18 02:03:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/18 02:03:35 DEBUG : removing 2 level 1 directories 2025/07/18 02:03:35 INFO : A3: Removing directory 2025/07/18 02:03:35 INFO : A2: Removing directory 2025/07/18 02:03:35 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/07/18 02:03:39 DEBUG : removing 1 level 3 directories 2025/07/18 02:03:39 INFO : A1/B1/C1: Removing directory 2025/07/18 02:03:39 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:40 DEBUG : removing 1 level 2 directories 2025/07/18 02:03:40 INFO : A1/B1: Removing directory 2025/07/18 02:03:40 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/18 02:03:40 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/18 02:03:40 DEBUG : removing 1 level 1 directories 2025/07/18 02:03:40 INFO : A1: Removing directory 2025/07/18 02:03:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/18 02:03:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/18 02:03:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/18 02:03:41 DEBUG : removing 1 level 0 directories 2025/07/18 02:03:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': Removing directory 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/18 02:03:41 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (24.69s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:03:43 INFO : A1: Making directory 2025/07/18 02:03:44 INFO : A1/B1: Making directory 2025/07/18 02:03:45 INFO : A1/B1/C1: Making directory 2025/07/18 02:03:47 DEBUG : removing 1 level 3 directories 2025/07/18 02:03:47 INFO : A1/B1/C1: Removing directory 2025/07/18 02:03:48 DEBUG : removing 1 level 2 directories 2025/07/18 02:03:48 INFO : A1/B1: Removing directory 2025/07/18 02:03:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/18 02:03:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.39s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:03:51 INFO : A1: Making directory 2025/07/18 02:03:52 INFO : A1/B1: Making directory 2025/07/18 02:03:53 INFO : A1/B1/C1: Making directory 2025/07/18 02:03:56 DEBUG : removing 1 level 3 directories 2025/07/18 02:03:56 INFO : A1/B1/C1: Removing directory 2025/07/18 02:03:57 DEBUG : removing 1 level 2 directories 2025/07/18 02:03:57 INFO : A1/B1: Removing directory 2025/07/18 02:03:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/18 02:03:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.48s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:04:01 DEBUG : file1: md5 = 6b4aced1e5c56b6f329c843edaff75b0 OK 2025/07/18 02:04:02 DEBUG : filename.txt: File name found in url 2025/07/18 02:04:03 DEBUG : filename.txt: md5 = 84035cc95d54e674e5a35c45bed499bf OK 2025/07/18 02:04:03 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/07/18 02:04:04 DEBUG : headerfilename.txt: md5 = f17155b7ef61dcd0acc1ed5bff0558c4 OK 2025/07/18 02:04:06 DEBUG : file2: md5 = 6d63d3637e8fc40e10fc2034466bfe60 OK --- PASS: TestCopyURL (9.40s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:04:09 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/18 02:04:11 DEBUG : sub/file2: md5 = 71968d72c38b161ba5e1c9a442259f5c OK 2025/07/18 02:04:11 INFO : file1: Copied (new) to: sub/file2 2025/07/18 02:04:11 INFO : file1: Deleted 2025/07/18 02:04:12 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/18 02:04:12 DEBUG : file1: Unchanged skipping 2025/07/18 02:04:12 INFO : file1: Deleted 2025/07/18 02:04:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': don't need to copy/move sub/file2, it is already at target location 2025/07/18 02:04:15 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.82s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:04:16 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/18 02:04:17 DEBUG : file1: md5 = 70658da312c95c309cfad0affbdbce18 OK 2025/07/18 02:04:17 INFO : file1: Copied (new) 2025/07/18 02:04:17 INFO : file1: Deleted 2025/07/18 02:04:18 DEBUG : file1: Destination exists, skipping 2025/07/18 02:04:18 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.55s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.50s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.46s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:04:22 DEBUG : dst/file1: md5 = 3f875ca19a039790bed2a8ab30fc01ca OK 2025/07/18 02:04:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bihaput2node/backup" 2025/07/18 02:04:23 DEBUG : Creating backend with remote "TestDrive:crypt/obpvej10n7lkev9f5pmtt866kro26tvick6rqqpj11qeotovlp00/1nrff024r7pq65ecp72fc28jb0" 2025/07/18 02:04:25 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/18 02:04:27 INFO : dst/file1: Moved (server-side) 2025/07/18 02:04:29 DEBUG : dst/file1: md5 = d752ef5b827fc381d588e9e86a57dd18 OK 2025/07/18 02:04:29 INFO : dst/file1: Copied (new) 2025/07/18 02:04:29 INFO : dst/file1: Deleted 2025/07/18 02:04:32 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/18 02:04:32 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/18 02:04:33 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.39s) === 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-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:04:36 DEBUG : A1/one: md5 = 3f04b2bfa80e43599ee6ac92add26e09 OK 2025/07/18 02:04:37 DEBUG : A1/two: md5 = 888cffb0329e129d7e8124a463d9b2c7 OK 2025/07/18 02:04:39 DEBUG : A1/B1/three: md5 = 9cd4f4aca7d0f80d33062bf4eb7d407c OK 2025/07/18 02:04:42 DEBUG : A1/B1/C1/four: md5 = 2d1066e501b7fdb94fffc7d2f484d8eb OK 2025/07/18 02:04:44 DEBUG : A1/B1/C2/five: md5 = 11cdfc53fb4bdfeedcb61293a04bafeb OK 2025/07/18 02:04:44 INFO : A1/B2: Making directory 2025/07/18 02:04:45 INFO : A1/B1/C3: Making directory 2025/07/18 02:04:55 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/07/18 02:04:55 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/07/18 02:04:55 INFO : A2/two: Moved (server-side) to: A3/two 2025/07/18 02:04:55 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/07/18 02:04:55 INFO : A2/one: Moved (server-side) to: A3/one 2025/07/18 02:04:58 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/18 02:04:58 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/18 02:04:58 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/18 02:04:59 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/18 02:04:59 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/18 02:05:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/07/18 02:05:07 INFO : A3/two: Moved (server-side) to: A4/two 2025/07/18 02:05:07 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/07/18 02:05:07 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/07/18 02:05:08 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/07/18 02:05:08 INFO : A3/one: Moved (server-side) to: A4/one 2025/07/18 02:05:11 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/18 02:05:11 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/18 02:05:11 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/18 02:05:12 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/18 02:05:12 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/18 02:05:18 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/07/18 02:05:19 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/07/18 02:05:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/18 02:05:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/18 02:05:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/18 02:05:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/18 02:05:21 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/18 02:05:21 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/18 02:05:21 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/18 02:05:21 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (47.71s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" --- PASS: TestGetFsInfo (0.50s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:05:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': File to upload is small (34 bytes), uploading instead of streaming 2025/07/18 02:05:23 DEBUG : no_checksum_small_file_from_pipe: md5 = a3703928e62701f4a297d7e02166d6d7 OK 2025/07/18 02:05:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/07/18 02:05:23 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/18 02:05:24 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/07/18 02:05:25 DEBUG : no_checksum_big_file_from_pipe: md5 = 61ccfa0bb257e26df5df7dd37b548bff OK 2025/07/18 02:05:25 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-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:05:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': File to upload is small (34 bytes), uploading instead of streaming 2025/07/18 02:05:29 DEBUG : with_checksum_small_file_from_pipe: md5 = fe6ef743dc2e54b3619307fd225195ec OK 2025/07/18 02:05:29 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/18 02:05:29 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/07/18 02:05:30 DEBUG : with_checksum_big_file_from_pipe: md5 = 92ed7a9ea14acc9260403e1598836147 OK 2025/07/18 02:05:30 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-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:05:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': File to upload is small (34 bytes), uploading instead of streaming 2025/07/18 02:05:33 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/18 02:05:34 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/18 02:05:35 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-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:05:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': File to upload is small (34 bytes), uploading instead of streaming 2025/07/18 02:05:39 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/18 02:05:39 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/18 02:05:40 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.21s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.15s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.91s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.85s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.29s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/07/18 02:05:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': File to upload is small (48 bytes), uploading instead of streaming 2025/07/18 02:05:44 DEBUG : rcat_metadata: md5 = b077e2a72f29ad88fc0d335259bf5a23 OK 2025/07/18 02:05:44 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/07/18 02:05:46 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/07/18 02:05:47 DEBUG : rcat_metadata_uploadcutoff0: md5 = df311d070855356f4b616bf6f5457c03 OK 2025/07/18 02:05:47 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.07s) --- PASS: TestRcatMetadata/Normal (2.66s) --- PASS: TestRcatMetadata/ViaDisk (2.92s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:05:49 DEBUG : potato1: md5 = 24b33e792d40225f200ee41989685b79 OK 2025/07/18 02:05:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': File to upload is small (60 bytes), uploading instead of streaming 2025/07/18 02:05:51 DEBUG : potato2: md5 = a989fc033997da92473df757278ee1cf OK 2025/07/18 02:05:51 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.70s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:05:54 DEBUG : potato1: md5 = e01bb99379201adc7c410c9217d012a9 OK 2025/07/18 02:05:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': File to upload is small (60 bytes), uploading instead of streaming 2025/07/18 02:05:56 DEBUG : potato2: md5 = 66cc3ac6626cf256f3661917dbd32f39 OK 2025/07/18 02:05:56 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.22s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:05:59 DEBUG : potato2: md5 = 03b721d1fc4910288e975da3044fae2f OK 2025/07/18 02:06:01 DEBUG : empty space: md5 = a3917c8ce3cdcac45e1781ed312d14a0 OK 2025/07/18 02:06:03 DEBUG : sub dir/potato3: md5 = 96ebc126a53c3384fb6e8cb93938839c OK 2025/07/18 02:06:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': Touching "sub dir/potato3" 2025/07/18 02:06:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': Touching "empty space" 2025/07/18 02:06:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': Touching "potato2" 2025/07/18 02:06:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.96s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:06:08 DEBUG : dir with metadata: Making directory with metadata 2025/07/18 02:06:09 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.44s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:06:10 DEBUG : directory with modtime: Making directory with metadata 2025/07/18 02:06:11 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.53s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:06:13 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/18 02:06:13 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/18 02:06:13 DEBUG : Google drive root 'crypt/obpvej10n7lkev9f5pmtt866kro26tvick6rqqpj11qeotovlp00': Skipping btime metadata as can't update it on an existing file: 2025-07-18T02:06:13.393941793Z 2025/07/18 02:06:14 INFO : non existent directory: Updated directory metadata 2025/07/18 02:06:16 DEBUG : Google drive root 'crypt/obpvej10n7lkev9f5pmtt866kro26tvick6rqqpj11qeotovlp00': Skipping btime metadata as can't update it on an existing file: 2025-07-18T02:06:13.393941793Z 2025/07/18 02:06:16 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.93s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:06:18 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/07/18 02:06:20 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/07/18 02:06:20 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.20s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:06:22 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/18 02:06:22 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/18 02:06:22 DEBUG : dst: Making directory with metadata 2025/07/18 02:06:23 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/18 02:06:23 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/18 02:06:23 INFO : dst: Set directory modification time (using SetModTime) 2025/07/18 02:06:24 INFO : dst: Set directory modification time (using SetModTime) 2025/07/18 02:06:24 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/07/18 02:06:24 INFO : dst: Set directory modification time (using SetModTime) 2025/07/18 02:06:24 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.69s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node'", Local "Local file system at /tmp/rclone197238493", Modify Window "1ms" 2025/07/18 02:06:28 DEBUG : sub dir/test remove existing: md5 = f207206158cded693bff7ea3352a2b53 OK 2025/07/18 02:06:30 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 06528fae5d100318abb8d0808c894412 OK 2025/07/18 02:06:32 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.fepimih4" before starting 2025/07/18 02:06:33 DEBUG : sub dir/test remove existing.fepimih4: TEST: removing renamed existing file after operation 2025/07/18 02:06:34 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gusopek9" before starting 2025/07/18 02:06:35 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.gusopek9: TEST: renaming existing back after failed operation 2025/07/18 02:06:36 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tawuyed2" before starting 2025/07/18 02:06:37 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tawuyed2: TEST: removing renamed existing file after operation 2025/07/18 02:06:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3p3qc229vp7ak1s66lnrcbjvq5504gaclp8210n9tmsntpoqb4sih1rjq8jaf9adae2fiql9glu1opkj6qmu92jjj504dja132s89d3ntlkve3cjsvq64pvmc798ldti2jjgs7m8e3v5524jbfoch345keljqte0jfdg4cel7c6qeebppj10" 2025/07/18 02:06:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "bjfich33r52i3q9kvejq21dbev6q4pl77v31iffi3aj8bhiao7mg" --- PASS: TestRemoveExisting (13.82s) === 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/07/18 02:06:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bihaput2node': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 11m36.089249063s (try 1/5)