"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/07/01 01:09:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kijacez2lisi" 2025/07/01 01:09:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/01 01:09:40 DEBUG : Creating backend with remote "TestDrive:crypt/a16ev2rna1hu7eq7dqkp1640iijjf0u81nrapdff3sb0j0t9ojb0" 2025/07/01 01:09:41 DEBUG : Creating backend with remote "/tmp/rclone950913373" === 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-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.26s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.28s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/07/01 01:09:42 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/01 01:09:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/01 01:09:42 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/07/01 01:09:42 DEBUG : potato: Seek from 10 to 0 2025/07/01 01:09:42 DEBUG : potato: Seek from 10 to 0 2025/07/01 01:09:42 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/07/01 01:09:42 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/01 01:09:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/01 01:09:42 DEBUG : potato: Seek from 5 to 2 2025/07/01 01:09:42 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/07/01 01:09:42 DEBUG : potato: Seek from 7 to 0 2025/07/01 01:09:42 DEBUG : potato: Seek from 7 to 0 2025/07/01 01:09:42 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/07/01 01:09:42 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/01 01:09:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/01 01:09:42 DEBUG : potato: Seek from 5 to 2 2025/07/01 01:09:42 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/07/01 01:09:42 DEBUG : potato: Seek from 8 to 0 2025/07/01 01:09:42 DEBUG : potato: Seek from 8 to 0 2025/07/01 01:09:42 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/07/01 01:09:42 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/01 01:09:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/01 01:09:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/01 01:09:42 DEBUG : potato: Seek from 5 to 2 2025/07/01 01:09:42 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/07/01 01:09:42 DEBUG : potato: Seek from 9 to 0 2025/07/01 01:09:42 DEBUG : potato: Seek from 9 to 0 2025/07/01 01:09:42 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-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:09:44 DEBUG : rutabaga: md5 = 78b0691f6a9eb0a533fbb2ac9f9c87ef OK === RUN TestCheck/1 === RUN TestCheck/2 2025/07/01 01:09:47 DEBUG : empty space: md5 = bff459d3d988306a016214aafdfab849 OK === RUN TestCheck/3 2025/07/01 01:09:49 DEBUG : potato2: md5 = 62cb62585ae9506294fb235f75571d0e OK === RUN TestCheck/4 === RUN TestCheck/5 2025/07/01 01:09:51 DEBUG : remotepotato: md5 = 1fd177e2bbc23de05f552db71cf4e5e8 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.69s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.24s) --- PASS: TestCheck/3 (0.28s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.24s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2025/07/01 01:09:55 DEBUG : Creating backend with remote "nonexistent" 2025/07/01 01:09:55 DEBUG : Creating backend with remote "nonexistent" 2025/07/01 01:09:55 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/07/01 01:09:55 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/01 01:09:55 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/07/01 01:09:55 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-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:09:56 DEBUG : rutabaga: md5 = aa553924831239dffce45479d7f1ed2a OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/07/01 01:10:00 DEBUG : empty space: md5 = 6a4104c1c67122f598e539906e81d2c5 OK === RUN TestCheckDownload/3 2025/07/01 01:10:03 DEBUG : potato2: md5 = 455f6435d94cc70c3869e7f54e759ae7 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/07/01 01:10:07 DEBUG : remotepotato: md5 = 9c230b363f8aab9fd07b3ae2b7f16423 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.80s) --- PASS: TestCheckDownload/1 (1.09s) --- PASS: TestCheckDownload/2 (1.02s) --- PASS: TestCheckDownload/3 (0.91s) --- PASS: TestCheckDownload/4 (1.38s) --- PASS: TestCheckDownload/5 (1.05s) --- PASS: TestCheckDownload/6 (1.05s) --- PASS: TestCheckDownload/7 (1.33s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:10:14 DEBUG : rutabaga: md5 = d5dd5c28d97bd8ac98dadf58c0489176 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/07/01 01:10:16 DEBUG : empty space: md5 = 18e1b22fed6c288edf001775c3cad394 OK === RUN TestCheckSizeOnly/3 2025/07/01 01:10:18 DEBUG : potato2: md5 = 5e60b18f3a446c65cac5b192caf4d4a6 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/07/01 01:10:20 DEBUG : remotepotato: md5 = 26a0292c673be10190d40f3f74bc88c6 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.05s) --- PASS: TestCheckSizeOnly/1 (0.23s) --- PASS: TestCheckSizeOnly/2 (0.27s) --- PASS: TestCheckSizeOnly/3 (0.28s) --- PASS: TestCheckSizeOnly/4 (0.27s) --- PASS: TestCheckSizeOnly/5 (0.28s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:10:25 DEBUG : test.sum: md5 = ac1b46390885eaa9f14f25b3161e7c65 OK 2025/07/01 01:10:26 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/01 01:10:26 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/01 01:10:26 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/01 01:10:26 NOTICE: test.sum: 2 warning(s) suppressed... 2025/07/01 01:10:27 DEBUG : test.sum: md5 = 86444a169c91d8c7851a1ca2fab54514 OK 2025/07/01 01:10:28 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/01 01:10:28 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/01 01:10:28 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/01 01:10:28 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.85s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:10:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kijacez2lisi/data" 2025/07/01 01:10:29 DEBUG : Creating backend with remote "TestDrive:crypt/a16ev2rna1hu7eq7dqkp1640iijjf0u81nrapdff3sb0j0t9ojb0/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi/data' lacks md5, skipping --- SKIP: TestCheckSum (2.06s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:10:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kijacez2lisi/data" 2025/07/01 01:10:31 DEBUG : Creating backend with remote "TestDrive:crypt/a16ev2rna1hu7eq7dqkp1640iijjf0u81nrapdff3sb0j0t9ojb0/vjrnln8ratgmqakfosrqe8espk" 2025/07/01 01:10:35 DEBUG : data/banana: md5 = 8e5d2cb1ae58a0c541b64341dcbeb40a OK 2025/07/01 01:10:37 DEBUG : test.sum: md5 = fa5ca5b0c5ba60c444d22c53ade32cba OK === RUN TestCheckSumDownload/subtest1 2025/07/01 01:10:42 DEBUG : data/potato: md5 = c85e6d9ee9dbf3dc0ba0180bd692f430 OK 2025/07/01 01:10:43 DEBUG : test.sum: md5 = e89c90df7198d7c9d8e96f5d4c6a1838 OK === RUN TestCheckSumDownload/subtest2 2025/07/01 01:10:47 DEBUG : test.sum: md5 = 3e66fb3a470e8fa7e91d7e4f925668fd OK === RUN TestCheckSumDownload/subtest3 2025/07/01 01:10:51 DEBUG : test.sum: md5 = 432dd2021f578b0c9cd0fe4fa61cf56a OK === RUN TestCheckSumDownload/subtest4 2025/07/01 01:10:55 DEBUG : test.sum: md5 = 76afc8a8655dd490169125c770dc5e16 OK === RUN TestCheckSumDownload/subtest5 2025/07/01 01:10:59 DEBUG : test.sum: md5 = 306a009a584779dd4650ed4008868e6b OK === RUN TestCheckSumDownload/subtest6 2025/07/01 01:11:03 DEBUG : data/banana: md5 = c81107a60ba31f5b5df24c127c33c91c OK 2025/07/01 01:11:04 DEBUG : data/potato: md5 = e2e04413af718ce6b83c89c5a029fc4c OK 2025/07/01 01:11:06 DEBUG : test.sum: md5 = 861dccfabaa3ea3f7d32c24969586a54 OK === RUN TestCheckSumDownload/subtest7 2025/07/01 01:11:11 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/07/01 01:11:11 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (39.98s) --- PASS: TestCheckSumDownload/subtest1 (2.88s) --- PASS: TestCheckSumDownload/subtest2 (1.96s) --- PASS: TestCheckSumDownload/subtest3 (2.15s) --- PASS: TestCheckSumDownload/subtest4 (2.13s) --- PASS: TestCheckSumDownload/subtest5 (1.98s) --- PASS: TestCheckSumDownload/subtest6 (2.29s) --- PASS: TestCheckSumDownload/subtest7 (2.14s) === RUN TestApplyTransforms 2025/07/01 01:11:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-filekof9guhu" 2025/07/01 01:11:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/01 01:11:11 DEBUG : Creating backend with remote "TestDrive:crypt/kjq0984nks597nvmo95da382e47626ilqffluaculfsm74dlrip0" 2025/07/01 01:11:12 DEBUG : Creating backend with remote "/tmp/rclone4070367513" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-filekof9guhu'", Local "Local file system at /tmp/rclone4070367513", Modify Window "1ms" 2025/07/01 01:11:15 DEBUG : hello, world!: md5 = f2a159bf4735c9cf408c2a26ded405f5 OK upper checkfile vs. lower remote (without normalization) 2025/07/01 01:11:15 ERROR : hello, world!: sum not found 2025/07/01 01:11:15 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-filekof9guhu' 2025/07/01 01:11:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-filekof9guhu': 1 files missing 2025/07/01 01:11:15 NOTICE: 1 hashes missing 2025/07/01 01:11:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-filekof9guhu': 2 differences found 2025/07/01 01:11:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-filekof9guhu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/07/01 01:11:16 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/01 01:11:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-filekof9guhu': 0 differences found 2025/07/01 01:11:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-filekof9guhu': 1 matching files 2025/07/01 01:11:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-buyamub2xamu" 2025/07/01 01:11:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/01 01:11:16 DEBUG : Creating backend with remote "TestDrive:crypt/hqckgjuu6o1rmuge9s8n9n024vsiv67iq5an4s5numtp3i55uri0" 2025/07/01 01:11:17 DEBUG : Creating backend with remote "/tmp/rclone2361898169" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-buyamub2xamu'", Local "Local file system at /tmp/rclone2361898169", Modify Window "1ms" 2025/07/01 01:11:19 DEBUG : HELLO, WORLD!: md5 = c70fd1498ed992df0fb501a7f325b542 OK lower checkfile vs. upper remote (without normalization) 2025/07/01 01:11:20 ERROR : HELLO, WORLD!: sum not found 2025/07/01 01:11:20 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-buyamub2xamu' 2025/07/01 01:11:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-buyamub2xamu': 1 files missing 2025/07/01 01:11:20 NOTICE: 1 hashes missing 2025/07/01 01:11:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-buyamub2xamu': 2 differences found 2025/07/01 01:11:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-buyamub2xamu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/07/01 01:11:21 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/01 01:11:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-buyamub2xamu': 0 differences found 2025/07/01 01:11:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-buyamub2xamu': 1 matching files 2025/07/01 01:11:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rizanex6meju" 2025/07/01 01:11:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/01 01:11:21 DEBUG : Creating backend with remote "TestDrive:crypt/2oc6iss72tu1a2uovuhofn18ohofhfhk1ltgffiqfash77hikjfg" 2025/07/01 01:11:22 DEBUG : Creating backend with remote "/tmp/rclone3257923711" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rizanex6meju'", Local "Local file system at /tmp/rclone3257923711", Modify Window "1ms" 2025/07/01 01:11:24 DEBUG : HeLlO, wOrLd!: md5 = 9adb688e76315c27864ce9757b782ebe OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/07/01 01:11:24 ERROR : HeLlO, wOrLd!: sum not found 2025/07/01 01:11:24 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-rizanex6meju' 2025/07/01 01:11:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rizanex6meju': 1 files missing 2025/07/01 01:11:24 NOTICE: 1 hashes missing 2025/07/01 01:11:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rizanex6meju': 2 differences found 2025/07/01 01:11:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rizanex6meju': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/07/01 01:11:26 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/01 01:11:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rizanex6meju': 0 differences found 2025/07/01 01:11:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rizanex6meju': 1 matching files 2025/07/01 01:11:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cubicit6haxa" 2025/07/01 01:11:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/01 01:11:26 DEBUG : Creating backend with remote "TestDrive:crypt/193ocfum61g55qimpaptcbpbdjahrvuc8dfeel16stmn35pnrnp0" 2025/07/01 01:11:27 DEBUG : Creating backend with remote "/tmp/rclone2964237472" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cubicit6haxa'", Local "Local file system at /tmp/rclone2964237472", Modify Window "1ms" 2025/07/01 01:11:29 DEBUG : HELLO, WORLD!: md5 = b68df230f998a64466dc6624dcd507ac OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/07/01 01:11:30 ERROR : HELLO, WORLD!: sum not found 2025/07/01 01:11:30 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cubicit6haxa' 2025/07/01 01:11:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cubicit6haxa': 1 files missing 2025/07/01 01:11:30 NOTICE: 1 hashes missing 2025/07/01 01:11:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cubicit6haxa': 2 differences found 2025/07/01 01:11:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cubicit6haxa': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/07/01 01:11:31 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/01 01:11:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cubicit6haxa': 0 differences found 2025/07/01 01:11:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cubicit6haxa': 1 matching files 2025/07/01 01:11:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kiluqut8mepi" 2025/07/01 01:11:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/01 01:11:31 DEBUG : Creating backend with remote "TestDrive:crypt/bblel2amotbcs4nsf1bqn2pjj1atubqa71s48b4aq509rdl029ag" 2025/07/01 01:11:32 DEBUG : Creating backend with remote "/tmp/rclone3346353461" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kiluqut8mepi'", Local "Local file system at /tmp/rclone3346353461", Modify Window "1ms" 2025/07/01 01:11:34 DEBUG : 測試_Русский___ě_áñ: md5 = 1b15c89d0187d69a74b4076839b9f753 OK NFD checkfile vs. NFC remote (without normalization) 2025/07/01 01:11:34 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/01 01:11:34 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kiluqut8mepi' 2025/07/01 01:11:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiluqut8mepi': 1 files missing 2025/07/01 01:11:34 NOTICE: 1 hashes missing 2025/07/01 01:11:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiluqut8mepi': 2 differences found 2025/07/01 01:11:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiluqut8mepi': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/07/01 01:11:35 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/01 01:11:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiluqut8mepi': 0 differences found 2025/07/01 01:11:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiluqut8mepi': 1 matching files 2025/07/01 01:11:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-segagom7pida" 2025/07/01 01:11:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/01 01:11:35 DEBUG : Creating backend with remote "TestDrive:crypt/se37mms840kjpsbm72mm5lbgjr5tlkcvkb4k8tl1pvsc3n1erpg0" 2025/07/01 01:11:36 DEBUG : Creating backend with remote "/tmp/rclone950464912" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-segagom7pida'", Local "Local file system at /tmp/rclone950464912", Modify Window "1ms" 2025/07/01 01:11:38 DEBUG : 測試_Русский___ě_áñ: md5 = c13e3d7750c781590fabaf15672322bf OK NFC checkfile vs. NFD remote (without normalization) 2025/07/01 01:11:39 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/01 01:11:39 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-segagom7pida' 2025/07/01 01:11:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-segagom7pida': 1 files missing 2025/07/01 01:11:39 NOTICE: 1 hashes missing 2025/07/01 01:11:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-segagom7pida': 2 differences found 2025/07/01 01:11:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-segagom7pida': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/07/01 01:11:40 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/01 01:11:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-segagom7pida': 0 differences found 2025/07/01 01:11:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-segagom7pida': 1 matching files 2025/07/01 01:11:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yivojum8zaqo" 2025/07/01 01:11:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/01 01:11:40 DEBUG : Creating backend with remote "TestDrive:crypt/mqm4j3or50kg9snue3bgvga43u49bcoiq841n37dgcgt6jnok7bg" 2025/07/01 01:11:41 DEBUG : Creating backend with remote "/tmp/rclone3982943749" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yivojum8zaqo'", Local "Local file system at /tmp/rclone3982943749", Modify Window "1ms" 2025/07/01 01:11:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 2b163dd2e5f6b36135ac13c331152e59 OK NFDx2 checkfile vs. both remote (without normalization) 2025/07/01 01:11:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/01 01:11:44 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yivojum8zaqo' 2025/07/01 01:11:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yivojum8zaqo': 1 files missing 2025/07/01 01:11:44 NOTICE: 1 hashes missing 2025/07/01 01:11:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yivojum8zaqo': 2 differences found 2025/07/01 01:11:44 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yivojum8zaqo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/07/01 01:11:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/01 01:11:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yivojum8zaqo': 0 differences found 2025/07/01 01:11:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yivojum8zaqo': 1 matching files 2025/07/01 01:11:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jewexoj7zani" 2025/07/01 01:11:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/01 01:11:45 DEBUG : Creating backend with remote "TestDrive:crypt/fp2bkgu073r6rbiqa4lsed3q3a5hbd40k94n8itv9hpini738npg" 2025/07/01 01:11:46 DEBUG : Creating backend with remote "/tmp/rclone3849310833" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jewexoj7zani'", Local "Local file system at /tmp/rclone3849310833", Modify Window "1ms" 2025/07/01 01:11:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = f0222fa0cd5bf82dff09824d5a112869 OK NFCx2 checkfile vs. both remote (without normalization) 2025/07/01 01:11:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/01 01:11:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jewexoj7zani' 2025/07/01 01:11:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jewexoj7zani': 1 files missing 2025/07/01 01:11:48 NOTICE: 1 hashes missing 2025/07/01 01:11:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jewexoj7zani': 2 differences found 2025/07/01 01:11:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jewexoj7zani': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/07/01 01:11:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/01 01:11:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jewexoj7zani': 0 differences found 2025/07/01 01:11:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jewexoj7zani': 1 matching files 2025/07/01 01:11:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jozuher1zibu" 2025/07/01 01:11:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/01 01:11:50 DEBUG : Creating backend with remote "TestDrive:crypt/47n7cke5e1ohb3796uk2atducqheephki5400ku0fsob6ssuu9t0" 2025/07/01 01:11:51 DEBUG : Creating backend with remote "/tmp/rclone846914075" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jozuher1zibu'", Local "Local file system at /tmp/rclone846914075", Modify Window "1ms" 2025/07/01 01:11:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 503aa8b3e22dab1d633d466a362e1682 OK both checkfile vs. NFDx2 remote (without normalization) 2025/07/01 01:11:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/01 01:11:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jozuher1zibu' 2025/07/01 01:11:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jozuher1zibu': 1 files missing 2025/07/01 01:11:53 NOTICE: 1 hashes missing 2025/07/01 01:11:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jozuher1zibu': 2 differences found 2025/07/01 01:11:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jozuher1zibu': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/07/01 01:11:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/01 01:11:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jozuher1zibu': 0 differences found 2025/07/01 01:11:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jozuher1zibu': 1 matching files 2025/07/01 01:11:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fonapub9kige" 2025/07/01 01:11:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/01 01:11:54 DEBUG : Creating backend with remote "TestDrive:crypt/dpt7buaje7var5jcvv9f538dk4jk1re6lrpvjfs26tm23qoco8q0" 2025/07/01 01:11:55 DEBUG : Creating backend with remote "/tmp/rclone2462376748" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fonapub9kige'", Local "Local file system at /tmp/rclone2462376748", Modify Window "1ms" 2025/07/01 01:11:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = deeca4410e3bb435aa2d6f4b29b520fb OK both checkfile vs. NFCx2 remote (without normalization) 2025/07/01 01:11:58 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/01 01:11:58 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fonapub9kige' 2025/07/01 01:11:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fonapub9kige': 1 files missing 2025/07/01 01:11:58 NOTICE: 1 hashes missing 2025/07/01 01:11:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fonapub9kige': 2 differences found 2025/07/01 01:11:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fonapub9kige': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/07/01 01:11:59 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/01 01:11:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fonapub9kige': 0 differences found 2025/07/01 01:11:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fonapub9kige': 1 matching files 2025/07/01 01:11:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fonapub9kige': Purge remote 2025/07/01 01:12:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jozuher1zibu': Purge remote 2025/07/01 01:12:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jewexoj7zani': Purge remote 2025/07/01 01:12:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yivojum8zaqo': Purge remote 2025/07/01 01:12:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-segagom7pida': Purge remote 2025/07/01 01:12:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kiluqut8mepi': Purge remote 2025/07/01 01:12:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cubicit6haxa': Purge remote 2025/07/01 01:12:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rizanex6meju': Purge remote 2025/07/01 01:12:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-buyamub2xamu': Purge remote 2025/07/01 01:12:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-filekof9guhu': Purge remote --- PASS: TestApplyTransforms (52.40s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:12:04 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/01 01:12:06 DEBUG : sub/file2: md5 = 6e26f5707df406bff77165a524982a11 OK 2025/07/01 01:12:06 INFO : file1: Copied (new) to: sub/file2 2025/07/01 01:12:07 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/01 01:12:07 DEBUG : file1: Unchanged skipping 2025/07/01 01:12:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': don't need to copy/move sub/file2, it is already at target location 2025/07/01 01:12:09 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.86s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.47s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:12:12 DEBUG : dst/file1: md5 = d2d13fcde1fd9597e937ca9e70a21695 OK 2025/07/01 01:12:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kijacez2lisi/backup" 2025/07/01 01:12:13 DEBUG : Config file has changed externally - reloading 2025/07/01 01:12:13 DEBUG : Creating backend with remote "TestDrive:crypt/a16ev2rna1hu7eq7dqkp1640iijjf0u81nrapdff3sb0j0t9ojb0/1nrff024r7pq65ecp72fc28jb0" 2025/07/01 01:12:15 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/01 01:12:18 INFO : dst/file1: Moved (server-side) 2025/07/01 01:12:19 DEBUG : dst/file1: md5 = f80562df4e2c2589c5dae914608485e5 OK 2025/07/01 01:12:19 INFO : dst/file1: Copied (new) 2025/07/01 01:12:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/01 01:12:23 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/01 01:12:23 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (14.15s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:12:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kijacez2lisi/dst" 2025/07/01 01:12:24 DEBUG : Creating backend with remote "TestDrive:crypt/a16ev2rna1hu7eq7dqkp1640iijjf0u81nrapdff3sb0j0t9ojb0/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/01 01:12:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kijacez2lisi/CompareDest" 2025/07/01 01:12:26 DEBUG : Creating backend with remote "TestDrive:crypt/a16ev2rna1hu7eq7dqkp1640iijjf0u81nrapdff3sb0j0t9ojb0/gveqi14airsml4bgu7krj116o8" 2025/07/01 01:12:28 DEBUG : one: Need to transfer - File not found at Destination 2025/07/01 01:12:30 DEBUG : one: md5 = 05b19fc415dc74317314a5b1f4564586 OK 2025/07/01 01:12:30 INFO : one: Copied (new) 2025/07/01 01:12:31 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/01 01:12:32 DEBUG : one: md5 = 1e9a4b0049227c5dcaf0a487bacd0ce2 OK 2025/07/01 01:12:32 INFO : one: Copied (replaced existing) 2025/07/01 01:12:34 DEBUG : dst/one: md5 = 04d411df606a95b673fee502720d5d94 OK 2025/07/01 01:12:36 DEBUG : CompareDest/one: md5 = 9bd8e2d509b97bcbbb9b7eebb9eb14aa OK 2025/07/01 01:12:37 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/01 01:12:38 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/01 01:12:38 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/01 01:12:40 DEBUG : CompareDest/two: md5 = 531642666a64c2ea6eb1bd211ea92839 OK 2025/07/01 01:12:40 DEBUG : two: Need to transfer - File not found at Destination 2025/07/01 01:12:41 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/01 01:12:41 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/01 01:12:41 DEBUG : two: Need to transfer - File not found at Destination 2025/07/01 01:12:42 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/01 01:12:42 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/01 01:12:43 DEBUG : two: Need to transfer - File not found at Destination 2025/07/01 01:12:43 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/07/01 01:12:44 DEBUG : two: md5 = 2872aac4a3416d6ad7a93c08984b2339 OK 2025/07/01 01:12:44 INFO : two: Copied (new) 2025/07/01 01:12:47 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/01 01:12:47 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:12:48 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:12:48 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.62s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:12:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kijacez2lisi/dst" 2025/07/01 01:12:49 DEBUG : Creating backend with remote "TestDrive:crypt/a16ev2rna1hu7eq7dqkp1640iijjf0u81nrapdff3sb0j0t9ojb0/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/01 01:12:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kijacez2lisi/CopyDest" 2025/07/01 01:12:51 DEBUG : Creating backend with remote "TestDrive:crypt/a16ev2rna1hu7eq7dqkp1640iijjf0u81nrapdff3sb0j0t9ojb0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/01 01:12:52 DEBUG : one: Need to transfer - File not found at Destination 2025/07/01 01:12:54 DEBUG : one: md5 = d60fbd5879e13d3b9fd6e0fa6caeeaa4 OK 2025/07/01 01:12:54 INFO : one: Copied (new) 2025/07/01 01:12:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/01 01:12:57 DEBUG : one: md5 = a57dd0e6a62d7fb4d8567369bbf73f75 OK 2025/07/01 01:12:57 INFO : one: Copied (replaced existing) 2025/07/01 01:12:59 DEBUG : dst/one: md5 = 15ddb9b55a5f6dbe1070a2a3a513ab24 OK 2025/07/01 01:13:01 DEBUG : CopyDest/one: md5 = 31050d523d57418a5f330e4a42e313c6 OK 2025/07/01 01:13:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kijacez2lisi/BackupDir" 2025/07/01 01:13:02 DEBUG : Creating backend with remote "TestDrive:crypt/a16ev2rna1hu7eq7dqkp1640iijjf0u81nrapdff3sb0j0t9ojb0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/01 01:13:03 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/01 01:13:03 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/01 01:13:03 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/01 01:13:05 INFO : one: Moved (server-side) 2025/07/01 01:13:06 INFO : one: Copied (server-side copy) 2025/07/01 01:13:06 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/07/01 01:13:08 DEBUG : CopyDest/two: md5 = 245ee639b8a4a5a6199b0fe40a861ab6 OK 2025/07/01 01:13:09 DEBUG : two: Need to transfer - File not found at Destination 2025/07/01 01:13:09 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/01 01:13:10 INFO : two: Copied (server-side copy) 2025/07/01 01:13:10 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/07/01 01:13:11 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/01 01:13:11 DEBUG : two: Unchanged skipping 2025/07/01 01:13:13 DEBUG : CopyDest/three: md5 = 49f605ef7a1402bbadd34958416524b7 OK 2025/07/01 01:13:13 DEBUG : three: Need to transfer - File not found at Destination 2025/07/01 01:13:14 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/07/01 01:13:14 DEBUG : three: Destination not found in --copy-dest 2025/07/01 01:13:15 DEBUG : three: md5 = f3cbda57fe8baaefd917e8b1070bdc9f OK 2025/07/01 01:13:15 INFO : three: Copied (new) 2025/07/01 01:13:19 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/01 01:13:19 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:13:19 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/01 01:13:20 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/01 01:13:20 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/01 01:13:20 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:13:21 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.44s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.44s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.43s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:13:22 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/07/01 01:13:24 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 667494153013a33ec5e517759ead2950 OK 2025/07/01 01:13:24 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/07/01 01:13:25 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/07/01 01:13:25 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/01 01:13:26 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/07/01 01:13:27 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/07/01 01:13:28 DEBUG : TestCopyFileMaxTransfer/file4: md5 = ae2d972d27dccb3138bb64ddd55d0beb OK 2025/07/01 01:13:28 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/07/01 01:13:30 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/07/01 01:13:30 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.90s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.44s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:13:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': Looking for duplicate names using skip mode. 2025/07/01 01:13:35 NOTICE: one: Found 2 files with duplicate names 2025/07/01 01:13:35 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.71s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:13:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': Looking for duplicate names using skip mode. 2025/07/01 01:13:41 NOTICE: one: Found 3 files with duplicate names 2025/07/01 01:13:41 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/07/01 01:13:41 INFO : one: Deleted 2025/07/01 01:13:41 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.61s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:13:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': Looking for duplicate names using first mode. 2025/07/01 01:13:47 NOTICE: one: Found 3 files with duplicate names 2025/07/01 01:13:47 INFO : one: Deleted 2025/07/01 01:13:48 INFO : one: Deleted 2025/07/01 01:13:48 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.17s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:13:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': Looking for duplicate names using newest mode. 2025/07/01 01:13:53 NOTICE: one: Found 3 files with duplicate names 2025/07/01 01:13:54 INFO : one: Deleted 2025/07/01 01:13:54 INFO : one: Deleted 2025/07/01 01:13:54 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.29s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.50s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:13:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': Looking for duplicate names using oldest mode. 2025/07/01 01:14:00 NOTICE: one: Found 3 files with duplicate names 2025/07/01 01:14:00 INFO : one: Deleted 2025/07/01 01:14:01 INFO : one: Deleted 2025/07/01 01:14:01 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.25s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:14:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': Looking for duplicate names using largest mode. 2025/07/01 01:14:06 NOTICE: one: Found 3 files with duplicate names 2025/07/01 01:14:06 INFO : one: Deleted 2025/07/01 01:14:07 INFO : one: Deleted 2025/07/01 01:14:07 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.10s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:14:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': Looking for duplicate names using smallest mode. 2025/07/01 01:14:12 NOTICE: one: Found 3 files with duplicate names 2025/07/01 01:14:13 INFO : one: Deleted 2025/07/01 01:14:13 INFO : one: Deleted 2025/07/01 01:14:13 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.44s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:14:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': Looking for duplicate names using rename mode. 2025/07/01 01:14:20 NOTICE: one.txt: Found 3 files with duplicate names 2025/07/01 01:14:21 INFO : one-2.txt: renamed from: one.txt 2025/07/01 01:14:22 INFO : one-3.txt: renamed from: one.txt 2025/07/01 01:14:24 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.05s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:14:29 DEBUG : dupe1/one.txt: md5 = ffec1ffdc533fdd7d96541c15145422a OK 2025/07/01 01:14:32 DEBUG : dupe2/two.txt: md5 = a588031a1ce5e92ed267a381446ebb7f OK 2025/07/01 01:14:34 DEBUG : dupe3/three.txt: md5 = 27880ec8e18e209fd8de9c9514a04a08 OK 2025/07/01 01:14:35 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/07/01 01:14:35 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/07/01 01:14:36 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/07/01 01:14:37 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/07/01 01:14:40 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/07/01 01:14:40 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/07/01 01:14:40 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (14.04s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:14:42 DEBUG : a.txt: md5 = b9d50da90a590b98eb956ab8673d6c0f OK 2025/07/01 01:14:44 DEBUG : zend.txt: md5 = 59dabe4fb5a4281b367ff5d17ae26c8f OK 2025/07/01 01:14:46 DEBUG : sub dir/hello world: md5 = 9b396a1f00ff5b089968836ff1ec33ab OK 2025/07/01 01:14:47 DEBUG : sub dir/hello world2: md5 = 58f7b57b1179e830e0499d0cc45cc11c OK 2025/07/01 01:14:49 DEBUG : sub dir/ignore dir/.ignore: md5 = 21e3cc8c52d119e6a3cfb53ef10c0227 OK 2025/07/01 01:14:51 DEBUG : sub dir/ignore dir/should be ignored: md5 = c824502583a6ce75e3d818ea985e4042 OK 2025/07/01 01:14:53 DEBUG : sub dir/sub sub dir/hello world3: md5 = e897a1115692bd3e148ba7a7a384b6cd OK 2025/07/01 01:14:54 DEBUG : a.txt: Excluded (Size Filter) 2025/07/01 01:14:54 DEBUG : a.txt: Excluded 2025/07/01 01:14:55 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/01 01:14:55 DEBUG : sub dir/hello world2: Excluded 2025/07/01 01:14:55 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/01 01:14:55 DEBUG : sub dir/hello world: Excluded 2025/07/01 01:14:56 DEBUG : sub dir/ignore dir: Excluded 2025/07/01 01:14:56 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/01 01:14:56 DEBUG : sub dir/hello world2: Excluded 2025/07/01 01:14:56 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/01 01:14:56 DEBUG : sub dir/hello world: Excluded 2025/07/01 01:14:56 DEBUG : sub dir/ignore dir: Excluded 2025/07/01 01:15:01 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/01 01:15:01 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/01 01:15:01 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/01 01:15:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/01 01:15:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/01 01:15:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/07/01 01:15:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (22.06s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:15:04 DEBUG : a.txt: md5 = 8c81ab91e9f12270736184571646de70 OK 2025/07/01 01:15:06 DEBUG : zend.txt: md5 = 7413ec5f375feda1fe7d26d202404f47 OK 2025/07/01 01:15:08 DEBUG : sub dir/hello world: md5 = 9f96a65a313ad7abf28fa63f26886bcc OK 2025/07/01 01:15:09 DEBUG : sub dir/hello world2: md5 = 751a33d71baf0c631599d8c071710260 OK 2025/07/01 01:15:11 DEBUG : sub dir/ignore dir/.ignore: md5 = 582b03d13d101b00908615eb2f7bc2b6 OK 2025/07/01 01:15:13 DEBUG : sub dir/ignore dir/should be ignored: md5 = eeded0cec10178e472a290183f919f81 OK 2025/07/01 01:15:15 DEBUG : sub dir/sub sub dir/hello world3: md5 = f2b11d98980e8a7bf9d3883734bd5b33 OK 2025/07/01 01:15:17 DEBUG : a.txt: Excluded (Size Filter) 2025/07/01 01:15:17 DEBUG : a.txt: Excluded 2025/07/01 01:15:17 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/01 01:15:17 DEBUG : sub dir/hello world2: Excluded 2025/07/01 01:15:17 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/01 01:15:17 DEBUG : sub dir/hello world: Excluded 2025/07/01 01:15:18 DEBUG : sub dir/ignore dir: Excluded 2025/07/01 01:15:18 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/01 01:15:18 DEBUG : sub dir/hello world2: Excluded 2025/07/01 01:15:18 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/01 01:15:18 DEBUG : sub dir/hello world: Excluded 2025/07/01 01:15:18 DEBUG : sub dir/ignore dir: Excluded 2025/07/01 01:15:23 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/01 01:15:24 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/01 01:15:24 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/01 01:15:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/01 01:15:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/01 01:15:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/07/01 01:15:25 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (22.51s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:15:27 DEBUG : file1: md5 = fd4a984c603674bda3aed62beb34ea75 OK 2025/07/01 01:15:29 DEBUG : sub/file2: md5 = 825835b08e37f74f75f931b9ec46cb23 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/01 01:15:32 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/07/01 01:15:32 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/07/01 01:15:32 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/07/01 01:15:34 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.72s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.24s) --- PASS: TestListJSON/Recurse (0.46s) --- PASS: TestListJSON/SubDir (0.26s) --- PASS: TestListJSON/NoModTime (0.23s) --- PASS: TestListJSON/NoMimeType (0.23s) --- PASS: TestListJSON/ShowHash (0.26s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.63s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:15:36 DEBUG : file1: md5 = c97db0d9d6d65d418bd827897cf9bd03 OK 2025/07/01 01:15:38 DEBUG : sub/file2: md5 = b22803b2b806cc58e9a3a877668ba0f0 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/01 01:15:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kijacez2lisi/notfound" 2025/07/01 01:15:42 DEBUG : Creating backend with remote "TestDrive:crypt/a16ev2rna1hu7eq7dqkp1640iijjf0u81nrapdff3sb0j0t9ojb0/qe0i31qdkoejk60elps0ni5sqk" 2025/07/01 01:15:45 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.26s) --- PASS: TestStatJSON/Root (0.22s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.25s) --- PASS: TestStatJSON/Dir (0.50s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.24s) --- PASS: TestStatJSON/File (0.22s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.29s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.20s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.23s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.80s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:15:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': Making directory 2025/07/01 01:15:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': Making directory --- PASS: TestMkdir (0.68s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:15:49 DEBUG : sub dir/hello world: md5 = a1f84f845c072616209a01a26cd8cd2a OK 2025/07/01 01:15:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.92s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:15:53 DEBUG : potato2: md5 = adca2712c81423ce8910be8b6f6947ff OK 2025/07/01 01:15:54 DEBUG : empty space: md5 = 191b87eff29f178ace93bb3a0ad00dd7 OK --- PASS: TestLs (4.69s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:15:58 DEBUG : potato2: md5 = 31676259dd19dd9199b8079f1cbc618d OK 2025/07/01 01:15:59 DEBUG : empty space: md5 = c2b60953edf23ea5b73a903c4604af98 OK 2025/07/01 01:16:00 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/07/01 01:16:00 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.68s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:16:03 DEBUG : potato2: md5 = c5ae29533bc97a9f5bec58b2db628629 OK 2025/07/01 01:16:05 DEBUG : empty space: md5 = 0a5501a24f52e797ab01acca44f0f374 OK --- PASS: TestLsLong (4.67s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:16:08 DEBUG : potato2: md5 = a64dd214a627c2d548db9a4a42d26f24 OK 2025/07/01 01:16:09 DEBUG : empty space: md5 = eb556bcb577cba1c57025617e846b746 OK --- PASS: TestHashSums (4.24s) === RUN TestHashSumsWithErrors 2025/07/01 01:16:11 DEBUG : Creating backend with remote ":memory:" 2025/07/01 01:16:11 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/07/01 01:16:11 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/01 01:16:11 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/01 01:16:11 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/01 01:16:11 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/01 01:16:11 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/01 01:16:11 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/01 01:16:11 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/07/01 01:16:11 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-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:16:12 DEBUG : potato2: md5 = 3a65102c479e1279f196c0a40ae948de OK 2025/07/01 01:16:14 DEBUG : empty space: md5 = d2218c9d8ae6cca3489736e4bae85b12 OK 2025/07/01 01:16:16 DEBUG : sub dir/potato3: md5 = c632f4c8f0c95daddac8409514691598 OK 2025/07/01 01:16:19 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.33s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:16:21 DEBUG : small: md5 = a618af016fb6230272211ec281f849bf OK 2025/07/01 01:16:22 DEBUG : medium: md5 = 542dfb18e433969f0a73fb74e9d6aa2e OK 2025/07/01 01:16:23 DEBUG : large: md5 = 280dca55b00bf11e1bbd515916e23e04 OK 2025/07/01 01:16:24 DEBUG : Waiting for deletions to finish 2025/07/01 01:16:24 DEBUG : large: Excluded (Size Filter) 2025/07/01 01:16:24 INFO : small: Deleted 2025/07/01 01:16:24 INFO : medium: Deleted --- PASS: TestDelete (6.11s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:16:27 DEBUG : small: md5 = d5c6b548e8d299334ab212922b74d930 OK 2025/07/01 01:16:28 DEBUG : medium: md5 = 70798a920e94351a1cfa277b1f3b28b1 OK 2025/07/01 01:16:30 DEBUG : large: md5 = 579d8458e1d73e5d44dcd6709d2c7733 OK 2025/07/01 01:16:30 DEBUG : Waiting for deletions to finish 2025/07/01 01:16:30 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/07/01 01:16:31 INFO : small: Deleted 2025/07/01 01:16:31 INFO : medium: Deleted --- PASS: TestMaxDelete (6.97s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:16:34 DEBUG : small: md5 = ea0e4045b514d2caf3a178189c1d3aa1 OK 2025/07/01 01:16:35 DEBUG : medium: md5 = 96d5889d42a8f4c0984966638afca6fa OK 2025/07/01 01:16:36 DEBUG : large: md5 = e52ed27ccf3d423eb11d7c722a1b4a2e OK 2025/07/01 01:16:37 DEBUG : Waiting for deletions to finish 2025/07/01 01:16:37 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/01 01:16:37 INFO : medium: Deleted 2025/07/01 01:16:37 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.52s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:16:40 DEBUG : small: md5 = ef3d51923bc6a0c8e4f8e47fe7fccfa8 OK 2025/07/01 01:16:42 DEBUG : medium: md5 = 4a5cf5cb155acd4c3b144053e3d12e3f OK 2025/07/01 01:16:43 DEBUG : large: md5 = 39ef1efd2cb6df9327eb04416752677b OK 2025/07/01 01:16:43 DEBUG : Waiting for deletions to finish 2025/07/01 01:16:44 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/01 01:16:44 INFO : small: Deleted 2025/07/01 01:16:44 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (6.91s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:16:47 DEBUG : ReadFile: md5 = a2b00db2ada9bf45f7eb03691b2fe433 OK --- PASS: TestReadFile (4.39s) === RUN TestRetry 2025/07/01 01:16:50 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/07/01 01:16:50 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/07/01 01:16:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/01 01:16:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/01 01:16:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/01 01:16:50 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/01 01:16:50 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-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:16:52 DEBUG : file1: md5 = 0c7ae04d5aeee30c16f6990026491a4f OK 2025/07/01 01:16:53 DEBUG : file2: md5 = 937e7efacc6f45601779272143d2c973 OK --- PASS: TestCat (16.52s) === RUN TestPurge 2025/07/01 01:17:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mugesaq0qonu" 2025/07/01 01:17:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/01 01:17:07 DEBUG : Creating backend with remote "TestDrive:crypt/c466s2qe5cdfhl1ldadbpvsfel0pm8jivmmemo6hoqr0cqspei90" 2025/07/01 01:17:08 DEBUG : Creating backend with remote "/tmp/rclone1928613493" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mugesaq0qonu'", Local "Local file system at /tmp/rclone1928613493", Modify Window "1ms" 2025/07/01 01:17:12 DEBUG : A1/B1/C1/one: md5 = 4aa844752377608b81674da8d4e8f330 OK 2025/07/01 01:17:12 INFO : A2: Making directory 2025/07/01 01:17:13 INFO : A1/B2: Making directory 2025/07/01 01:17:14 INFO : A1/B2/C2: Making directory 2025/07/01 01:17:15 INFO : A1/B1/C3: Making directory 2025/07/01 01:17:15 INFO : A3: Making directory 2025/07/01 01:17:16 INFO : A3/B3: Making directory 2025/07/01 01:17:17 INFO : A3/B3/C4: Making directory 2025/07/01 01:17:19 DEBUG : A1/two: md5 = b8457250320f5c1e6d78a57404b3a933 OK 2025/07/01 01:17:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mugesaq0qonu': Purge remote 2025/07/01 01:17:22 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.31s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:17:26 DEBUG : A1/B1/C1/one: md5 = cc2074fb280aaa8688daaf0e5a158c16 OK 2025/07/01 01:17:26 INFO : A2: Making directory 2025/07/01 01:17:26 INFO : A1/B2: Making directory 2025/07/01 01:17:27 INFO : A1/B2/C2: Making directory 2025/07/01 01:17:28 INFO : A1/B1/C3: Making directory 2025/07/01 01:17:28 INFO : A3: Making directory 2025/07/01 01:17:29 INFO : A3/B3: Making directory 2025/07/01 01:17:30 INFO : A3/B3/C4: Making directory 2025/07/01 01:17:32 DEBUG : A1/two: md5 = 982392d2615123dfac5743c7a506972b OK 2025/07/01 01:17:33 DEBUG : removing 1 level 3 directories 2025/07/01 01:17:33 INFO : A3/B3/C4: Removing directory 2025/07/01 01:17:36 DEBUG : removing 2 level 3 directories 2025/07/01 01:17:36 INFO : A1/B2/C2: Removing directory 2025/07/01 01:17:36 INFO : A1/B1/C3: Removing directory 2025/07/01 01:17:37 DEBUG : removing 2 level 2 directories 2025/07/01 01:17:37 INFO : A3/B3: Removing directory 2025/07/01 01:17:37 INFO : A1/B2: Removing directory 2025/07/01 01:17:37 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/07/01 01:17:37 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/01 01:17:37 DEBUG : removing 2 level 1 directories 2025/07/01 01:17:37 INFO : A3: Removing directory 2025/07/01 01:17:37 INFO : A2: Removing directory 2025/07/01 01:17:37 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/07/01 01:17:41 DEBUG : removing 1 level 3 directories 2025/07/01 01:17:41 INFO : A1/B1/C1: Removing directory 2025/07/01 01:17:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:17:42 DEBUG : removing 1 level 2 directories 2025/07/01 01:17:42 INFO : A1/B1: Removing directory 2025/07/01 01:17:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/01 01:17:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/01 01:17:43 DEBUG : removing 1 level 1 directories 2025/07/01 01:17:43 INFO : A1: Removing directory 2025/07/01 01:17:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/01 01:17:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/01 01:17:43 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/01 01:17:43 DEBUG : removing 1 level 0 directories 2025/07/01 01:17:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': Removing directory 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/01 01:17:44 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (22.73s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:17:46 INFO : A1: Making directory 2025/07/01 01:17:46 INFO : A1/B1: Making directory 2025/07/01 01:17:47 INFO : A1/B1/C1: Making directory 2025/07/01 01:17:50 DEBUG : removing 1 level 3 directories 2025/07/01 01:17:50 INFO : A1/B1/C1: Removing directory 2025/07/01 01:17:50 DEBUG : removing 1 level 2 directories 2025/07/01 01:17:50 INFO : A1/B1: Removing directory 2025/07/01 01:17:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/01 01:17:52 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.90s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:17:53 INFO : A1: Making directory 2025/07/01 01:17:54 INFO : A1/B1: Making directory 2025/07/01 01:17:54 INFO : A1/B1/C1: Making directory 2025/07/01 01:17:57 DEBUG : removing 1 level 3 directories 2025/07/01 01:17:57 INFO : A1/B1/C1: Removing directory 2025/07/01 01:17:58 DEBUG : removing 1 level 2 directories 2025/07/01 01:17:58 INFO : A1/B1: Removing directory 2025/07/01 01:17:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/01 01:18:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.55s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:18:02 DEBUG : file1: md5 = 88894ad4cfc6b35d81f8ab4ddf9a6ad4 OK 2025/07/01 01:18:02 DEBUG : filename.txt: File name found in url 2025/07/01 01:18:04 DEBUG : filename.txt: md5 = f9f70ea414375089c25fdadd523a71f9 OK 2025/07/01 01:18:04 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/07/01 01:18:05 DEBUG : headerfilename.txt: md5 = b444d1e02141e48a141c487d66fc68ba OK 2025/07/01 01:18:06 DEBUG : file2: md5 = 67e7b60172e1d2f32bffa36f06dc12fd OK --- PASS: TestCopyURL (8.71s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:18:09 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/01 01:18:12 DEBUG : sub/file2: md5 = e0457f7f49890fee3799f839e41e7ec4 OK 2025/07/01 01:18:12 INFO : file1: Copied (new) to: sub/file2 2025/07/01 01:18:12 INFO : file1: Deleted 2025/07/01 01:18:12 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/01 01:18:12 DEBUG : file1: Unchanged skipping 2025/07/01 01:18:12 INFO : file1: Deleted 2025/07/01 01:18:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': don't need to copy/move sub/file2, it is already at target location 2025/07/01 01:18:14 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.85s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:18:15 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/01 01:18:16 DEBUG : file1: md5 = 43a32557dc26add8b7b020e47ccafe1c OK 2025/07/01 01:18:16 INFO : file1: Copied (new) 2025/07/01 01:18:16 INFO : file1: Deleted 2025/07/01 01:18:17 DEBUG : file1: Destination exists, skipping 2025/07/01 01:18:17 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.19s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.46s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:18:21 DEBUG : dst/file1: md5 = a937c4798119a2a22586fab1e8299754 OK 2025/07/01 01:18:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kijacez2lisi/backup" 2025/07/01 01:18:22 DEBUG : Creating backend with remote "TestDrive:crypt/a16ev2rna1hu7eq7dqkp1640iijjf0u81nrapdff3sb0j0t9ojb0/1nrff024r7pq65ecp72fc28jb0" 2025/07/01 01:18:23 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/01 01:18:26 INFO : dst/file1: Moved (server-side) 2025/07/01 01:18:27 DEBUG : dst/file1: md5 = bd046fa8911d661dd4f61aca61e1cc8b OK 2025/07/01 01:18:27 INFO : dst/file1: Copied (new) 2025/07/01 01:18:27 INFO : dst/file1: Deleted 2025/07/01 01:18:29 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/01 01:18:30 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/01 01:18:31 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.41s) === 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-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:18:33 DEBUG : A1/one: md5 = d733e2d666a05ee1b8a77e46d00c6197 OK 2025/07/01 01:18:35 DEBUG : A1/two: md5 = 01fc32ce5c8d4a0f492f89811fc99a0b OK 2025/07/01 01:18:37 DEBUG : A1/B1/three: md5 = 09d047f3501b3fe286455ca8b3ff9ab3 OK 2025/07/01 01:18:39 DEBUG : A1/B1/C1/four: md5 = b7da4c4f4fac74e7c7bdb9e4d81d7937 OK 2025/07/01 01:18:41 DEBUG : A1/B1/C2/five: md5 = faeba6ce1e6a95d772120743abdea326 OK 2025/07/01 01:18:41 INFO : A1/B2: Making directory 2025/07/01 01:18:42 INFO : A1/B1/C3: Making directory 2025/07/01 01:18:52 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/07/01 01:18:52 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/07/01 01:18:52 INFO : A2/one: Moved (server-side) to: A3/one 2025/07/01 01:18:52 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/07/01 01:18:52 INFO : A2/two: Moved (server-side) to: A3/two 2025/07/01 01:18:55 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/01 01:18:55 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/01 01:18:55 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/01 01:18:55 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/01 01:18:55 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/01 01:18:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/07/01 01:19:03 INFO : A3/two: Moved (server-side) to: A4/two 2025/07/01 01:19:03 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/07/01 01:19:03 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/07/01 01:19:03 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/07/01 01:19:03 INFO : A3/one: Moved (server-side) to: A4/one 2025/07/01 01:19:06 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/01 01:19:06 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/01 01:19:06 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/01 01:19:07 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/01 01:19:07 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/01 01:19:13 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/07/01 01:19:14 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/07/01 01:19:14 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/01 01:19:14 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/01 01:19:14 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/01 01:19:14 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/01 01:19:15 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/01 01:19:15 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/01 01:19:15 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/01 01:19:15 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.34s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" --- PASS: TestGetFsInfo (0.46s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:19:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': File to upload is small (34 bytes), uploading instead of streaming 2025/07/01 01:19:18 DEBUG : no_checksum_small_file_from_pipe: md5 = 85dfdf478c8c10dce60fb29a577eef9a OK 2025/07/01 01:19:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/07/01 01:19:18 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/01 01:19:19 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/07/01 01:19:19 DEBUG : no_checksum_big_file_from_pipe: md5 = 647e79d4d822606d2f6809268d93d5d8 OK 2025/07/01 01:19:19 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-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:19:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': File to upload is small (34 bytes), uploading instead of streaming 2025/07/01 01:19:23 DEBUG : with_checksum_small_file_from_pipe: md5 = bf46aaf44fa0588252c6549847a14e09 OK 2025/07/01 01:19:23 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/01 01:19:23 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/07/01 01:19:24 DEBUG : with_checksum_big_file_from_pipe: md5 = 42a219ae7854bce95d2125ed913abfe8 OK 2025/07/01 01:19:24 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-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:19:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': File to upload is small (34 bytes), uploading instead of streaming 2025/07/01 01:19:27 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/01 01:19:28 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/01 01:19:29 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-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:19:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': File to upload is small (34 bytes), uploading instead of streaming 2025/07/01 01:19:32 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/01 01:19:32 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/01 01:19:33 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (18.65s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.73s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.79s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.62s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.52s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/07/01 01:19:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': File to upload is small (48 bytes), uploading instead of streaming 2025/07/01 01:19:37 DEBUG : rcat_metadata: md5 = 23f059552dab90c243c9f9f0506f0a55 OK 2025/07/01 01:19:37 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/07/01 01:19:38 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/07/01 01:19:39 DEBUG : rcat_metadata_uploadcutoff0: md5 = 0f2e84cb935096653e148c387e9eec5a OK 2025/07/01 01:19:39 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.84s) --- PASS: TestRcatMetadata/Normal (2.60s) --- PASS: TestRcatMetadata/ViaDisk (2.80s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:19:42 DEBUG : potato1: md5 = cb21132c7c4bfca96ee035598f1aee18 OK 2025/07/01 01:19:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': File to upload is small (60 bytes), uploading instead of streaming 2025/07/01 01:19:43 DEBUG : potato2: md5 = 92e1422d4c8ad478692ee42f701ff4d2 OK 2025/07/01 01:19:43 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.46s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:19:46 DEBUG : potato1: md5 = 7d8d75163c25d2641f0986148cbba9cf OK 2025/07/01 01:19:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': File to upload is small (60 bytes), uploading instead of streaming 2025/07/01 01:19:48 DEBUG : potato2: md5 = a8e53c376016095b6d720ae035a135aa OK 2025/07/01 01:19:48 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.95s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:19:52 DEBUG : potato2: md5 = 9358b8b2d2b435402b9739a05239c718 OK 2025/07/01 01:19:53 DEBUG : empty space: md5 = f8c01d5bb305408f12db545f779da5e3 OK 2025/07/01 01:19:55 DEBUG : sub dir/potato3: md5 = 7403fa160c27c02523608edee84f6ab5 OK 2025/07/01 01:19:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': Touching "sub dir/potato3" 2025/07/01 01:19:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': Touching "empty space" 2025/07/01 01:19:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': Touching "potato2" 2025/07/01 01:19:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.57s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:20:00 DEBUG : dir with metadata: Making directory with metadata 2025/07/01 01:20:00 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.27s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:20:02 DEBUG : directory with modtime: Making directory with metadata 2025/07/01 01:20:03 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.57s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:20:04 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/01 01:20:04 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/01 01:20:05 DEBUG : Google drive root 'crypt/a16ev2rna1hu7eq7dqkp1640iijjf0u81nrapdff3sb0j0t9ojb0': Skipping btime metadata as can't update it on an existing file: 2025-07-01T01:20:04.997242417Z 2025/07/01 01:20:05 INFO : non existent directory: Updated directory metadata 2025/07/01 01:20:07 DEBUG : Google drive root 'crypt/a16ev2rna1hu7eq7dqkp1640iijjf0u81nrapdff3sb0j0t9ojb0': Skipping btime metadata as can't update it on an existing file: 2025-07-01T01:20:04.997242417Z 2025/07/01 01:20:08 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.81s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:20:09 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/07/01 01:20:11 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/07/01 01:20:12 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.03s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:20:13 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/01 01:20:13 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/01 01:20:13 DEBUG : dst: Making directory with metadata 2025/07/01 01:20:14 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/01 01:20:14 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/01 01:20:15 INFO : dst: Set directory modification time (using SetModTime) 2025/07/01 01:20:15 INFO : dst: Set directory modification time (using SetModTime) 2025/07/01 01:20:15 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/07/01 01:20:16 INFO : dst: Set directory modification time (using SetModTime) 2025/07/01 01:20:16 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.60s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi'", Local "Local file system at /tmp/rclone950913373", Modify Window "1ms" 2025/07/01 01:20:21 DEBUG : sub dir/test remove existing: md5 = 4d7733d849dd5c8082032a9d3cedbd22 OK 2025/07/01 01:20:23 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 86d6df8aa3ca1376430c61ea635af405 OK 2025/07/01 01:20:24 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.xuqubog8" before starting 2025/07/01 01:20:25 DEBUG : sub dir/test remove existing.xuqubog8: TEST: removing renamed existing file after operation 2025/07/01 01:20:26 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jowafuk6" before starting 2025/07/01 01:20:28 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jowafuk6: TEST: renaming existing back after failed operation 2025/07/01 01:20:29 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tojinab0" before starting 2025/07/01 01:20:30 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.tojinab0: TEST: removing renamed existing file after operation 2025/07/01 01:20:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "rm6b881v5v6g9m0frjth0cqrsulmm71qb6d96pn8ajekutbvi3h0" 2025/07/01 01:20:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "bh48hvpdd39kb8vnonamf11oi0630bf3iflhvv3rmlcsfj44rd4q1dr4ib95s62pkpn8lp5brsv8r65gg8dlbdqqab24jkq75b9pskm4udd6hgj99pl5tp8r32s2puu5vafjuchii6vttmp8jlp9tl1ajimefoerhisodr26rvdborql7sr0" --- PASS: TestRemoveExisting (17.91s) === 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/01 01:20:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kijacez2lisi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m57.841843777s (try 1/5)