"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2024/10/11 02:47:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xatizix5zeqe" 2024/10/11 02:47:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 02:47:59 DEBUG : Creating backend with remote "TestDrive:crypt/qrjgqk88nc6fa63ttoqofsl7bhqisnd13qifr0p7vsesidqb3bag" 2024/10/11 02:48:00 DEBUG : Creating backend with remote "/tmp/rclone778127535" === 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-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.22s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/10/11 02:48:01 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/11 02:48:01 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/11 02:48:01 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/10/11 02:48:01 DEBUG : potato: Seek from 10 to 0 2024/10/11 02:48:01 DEBUG : potato: Seek from 10 to 0 2024/10/11 02:48:01 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/10/11 02:48:01 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/11 02:48:01 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/11 02:48:01 DEBUG : potato: Seek from 5 to 2 2024/10/11 02:48:01 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/10/11 02:48:01 DEBUG : potato: Seek from 7 to 0 2024/10/11 02:48:01 DEBUG : potato: Seek from 7 to 0 2024/10/11 02:48:01 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/10/11 02:48:01 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/11 02:48:01 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/11 02:48:01 DEBUG : potato: Seek from 5 to 2 2024/10/11 02:48:01 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/10/11 02:48:01 DEBUG : potato: Seek from 8 to 0 2024/10/11 02:48:01 DEBUG : potato: Seek from 8 to 0 2024/10/11 02:48:01 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/10/11 02:48:01 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/11 02:48:01 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/11 02:48:01 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/11 02:48:01 DEBUG : potato: Seek from 5 to 2 2024/10/11 02:48:01 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/10/11 02:48:01 DEBUG : potato: Seek from 9 to 0 2024/10/11 02:48:01 DEBUG : potato: Seek from 9 to 0 2024/10/11 02:48:01 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-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:48:04 DEBUG : rutabaga: md5 = 77ff1c0fa70dd1d90bd704552623706b OK === RUN TestCheck/1 === RUN TestCheck/2 2024/10/11 02:48:06 DEBUG : empty space: md5 = 71cb624d0655b8c91175d24dda236ed9 OK === RUN TestCheck/3 2024/10/11 02:48:09 DEBUG : potato2: md5 = f7c0c3d6c1c836bf843ffb2ac4d6f9ce OK === RUN TestCheck/4 === RUN TestCheck/5 2024/10/11 02:48:12 DEBUG : remotepotato: md5 = 95c0d43fd01a336e527a934e6c833ce7 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (15.57s) --- PASS: TestCheck/1 (0.28s) --- PASS: TestCheck/2 (0.50s) --- PASS: TestCheck/3 (0.29s) --- PASS: TestCheck/4 (0.30s) --- PASS: TestCheck/5 (0.28s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.50s) === RUN TestCheckFsError 2024/10/11 02:48:16 DEBUG : Creating backend with remote "nonexistent" 2024/10/11 02:48:16 DEBUG : Creating backend with remote "nonexistent" 2024/10/11 02:48:16 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/10/11 02:48:16 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2024/10/11 02:48:16 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/10/11 02:48:16 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-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:48:18 DEBUG : rutabaga: md5 = 6222b01f62f937661641c760fd8a4769 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/10/11 02:48:23 DEBUG : empty space: md5 = 701898a67e1768816a1faaa9df7b4845 OK === RUN TestCheckDownload/3 2024/10/11 02:48:26 DEBUG : potato2: md5 = 9f325add0fc42755dff8789ed76fc928 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/10/11 02:48:31 DEBUG : remotepotato: md5 = 350afd53641715e93893be31c3068bad OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (19.88s) --- PASS: TestCheckDownload/1 (1.77s) --- PASS: TestCheckDownload/2 (1.55s) --- PASS: TestCheckDownload/3 (1.09s) --- PASS: TestCheckDownload/4 (1.43s) --- PASS: TestCheckDownload/5 (1.21s) --- PASS: TestCheckDownload/6 (1.49s) --- PASS: TestCheckDownload/7 (0.89s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:48:38 DEBUG : rutabaga: md5 = a5f329343bfcf81b1530adf735517c55 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/10/11 02:48:41 DEBUG : empty space: md5 = 39c7706d8ef5d02aabcb7ee899e63f0a OK === RUN TestCheckSizeOnly/3 2024/10/11 02:48:43 DEBUG : potato2: md5 = f464449742fb8b19dd69e2c22e562463 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/10/11 02:48:45 DEBUG : remotepotato: md5 = 7435269776b6a058e847efd9fc96b853 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.79s) --- PASS: TestCheckSizeOnly/1 (0.26s) --- PASS: TestCheckSizeOnly/2 (0.28s) --- PASS: TestCheckSizeOnly/3 (0.27s) --- PASS: TestCheckSizeOnly/4 (0.27s) --- PASS: TestCheckSizeOnly/5 (0.27s) --- PASS: TestCheckSizeOnly/6 (0.29s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:48:51 DEBUG : test.sum: md5 = 395f297a3f027fe269f00d783aa9bd52 OK 2024/10/11 02:48:52 NOTICE: test.sum: improperly formatted checksum line 4 2024/10/11 02:48:52 NOTICE: test.sum: improperly formatted checksum line 5 2024/10/11 02:48:52 NOTICE: test.sum: improperly formatted checksum line 6 2024/10/11 02:48:52 NOTICE: test.sum: 2 warning(s) suppressed... 2024/10/11 02:48:54 DEBUG : test.sum: md5 = 6ce4dd850e97992ed1ba174f5e83c139 OK 2024/10/11 02:48:56 NOTICE: test.sum: improperly formatted checksum line 4 2024/10/11 02:48:56 NOTICE: test.sum: improperly formatted checksum line 5 2024/10/11 02:48:56 NOTICE: test.sum: improperly formatted checksum line 6 2024/10/11 02:48:56 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.85s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:48:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xatizix5zeqe/data" 2024/10/11 02:48:57 DEBUG : Creating backend with remote "TestDrive:crypt/qrjgqk88nc6fa63ttoqofsl7bhqisnd13qifr0p7vsesidqb3bag/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe/data' lacks md5, skipping --- SKIP: TestCheckSum (2.09s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:48:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xatizix5zeqe/data" 2024/10/11 02:48:59 DEBUG : Creating backend with remote "TestDrive:crypt/qrjgqk88nc6fa63ttoqofsl7bhqisnd13qifr0p7vsesidqb3bag/vjrnln8ratgmqakfosrqe8espk" 2024/10/11 02:49:03 DEBUG : data/banana: md5 = 91372632a09715c1f289eaaa82694e9c OK 2024/10/11 02:49:04 DEBUG : test.sum: md5 = ea15def24565dae28b5898f457c713d0 OK === RUN TestCheckSumDownload/subtest1 2024/10/11 02:49:09 DEBUG : data/potato: md5 = e83dda8347b1c57d3ef2b7ff8ddde065 OK 2024/10/11 02:49:11 DEBUG : test.sum: md5 = d4f289b2857a433c21805f5cfed910d0 OK === RUN TestCheckSumDownload/subtest2 2024/10/11 02:49:16 DEBUG : test.sum: md5 = 9a51ff82ebfb3ab0d5889da4be4f7222 OK === RUN TestCheckSumDownload/subtest3 2024/10/11 02:49:22 DEBUG : test.sum: md5 = 25c1d2dfafbaf2789cce96f37ae6ec85 OK === RUN TestCheckSumDownload/subtest4 2024/10/11 02:49:27 DEBUG : test.sum: md5 = e407fdb76a8b878e2ed19009922f6c97 OK === RUN TestCheckSumDownload/subtest5 2024/10/11 02:49:32 DEBUG : test.sum: md5 = 770524f7613018f8df8c78b172dbd947 OK === RUN TestCheckSumDownload/subtest6 2024/10/11 02:49:37 DEBUG : data/banana: md5 = 8bbdb372b7f9a4df37581a43eb0b325d OK 2024/10/11 02:49:39 DEBUG : data/potato: md5 = 2ca39f522762a4440000ff11d671c1c1 OK 2024/10/11 02:49:41 DEBUG : test.sum: md5 = 2194a2c7919322c2ff6bbe0b920243d6 OK === RUN TestCheckSumDownload/subtest7 2024/10/11 02:49:47 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2024/10/11 02:49:47 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (49.88s) --- PASS: TestCheckSumDownload/subtest1 (2.97s) --- PASS: TestCheckSumDownload/subtest2 (2.74s) --- PASS: TestCheckSumDownload/subtest3 (3.22s) --- PASS: TestCheckSumDownload/subtest4 (3.19s) --- PASS: TestCheckSumDownload/subtest5 (2.70s) --- PASS: TestCheckSumDownload/subtest6 (2.30s) --- PASS: TestCheckSumDownload/subtest7 (2.88s) === RUN TestApplyTransforms 2024/10/11 02:49:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sabases6vida" 2024/10/11 02:49:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 02:49:49 DEBUG : Creating backend with remote "TestDrive:crypt/u0man1dppkb505fvj7vsci91v1llcertmjknscut8la1git50hsg" 2024/10/11 02:49:50 DEBUG : Creating backend with remote "/tmp/rclone396586652" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sabases6vida'", Local "Local file system at /tmp/rclone396586652", Modify Window "1ms" 2024/10/11 02:49:53 DEBUG : hello, world!: md5 = c174b5c64d9b88d737bbef06b7d3c24f OK upper checkfile vs. lower remote (without normalization) 2024/10/11 02:49:54 ERROR : hello, world!: sum not found 2024/10/11 02:49:54 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-sabases6vida' 2024/10/11 02:49:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sabases6vida': 1 files missing 2024/10/11 02:49:54 NOTICE: 1 hashes missing 2024/10/11 02:49:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sabases6vida': 2 differences found 2024/10/11 02:49:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sabases6vida': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/10/11 02:49:55 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/11 02:49:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sabases6vida': 0 differences found 2024/10/11 02:49:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sabases6vida': 1 matching files 2024/10/11 02:49:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-golutam5zisu" 2024/10/11 02:49:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 02:49:55 DEBUG : Creating backend with remote "TestDrive:crypt/tuu66v5tp63agbm2oo3cc3t4smflhchc0lnlasnn85f8droh1uo0" 2024/10/11 02:49:56 DEBUG : Creating backend with remote "/tmp/rclone1169865748" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-golutam5zisu'", Local "Local file system at /tmp/rclone1169865748", Modify Window "1ms" 2024/10/11 02:49:58 DEBUG : HELLO, WORLD!: md5 = f0bdfffc7e0dadf996dde87b2c7b9381 OK lower checkfile vs. upper remote (without normalization) 2024/10/11 02:49:59 ERROR : HELLO, WORLD!: sum not found 2024/10/11 02:49:59 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-golutam5zisu' 2024/10/11 02:49:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-golutam5zisu': 1 files missing 2024/10/11 02:49:59 NOTICE: 1 hashes missing 2024/10/11 02:49:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-golutam5zisu': 2 differences found 2024/10/11 02:49:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-golutam5zisu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/10/11 02:50:01 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/11 02:50:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-golutam5zisu': 0 differences found 2024/10/11 02:50:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-golutam5zisu': 1 matching files 2024/10/11 02:50:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zacikon4bivu" 2024/10/11 02:50:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 02:50:01 DEBUG : Creating backend with remote "TestDrive:crypt/mdbqd2ubfg7l4t6k7fn3bkdumf3qk8okni2dlj4rrtq1r3sb9vr0" 2024/10/11 02:50:02 DEBUG : Creating backend with remote "/tmp/rclone2794049950" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zacikon4bivu'", Local "Local file system at /tmp/rclone2794049950", Modify Window "1ms" 2024/10/11 02:50:05 DEBUG : HeLlO, wOrLd!: md5 = 620bf1edeb1508dbbec140b6b5733289 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/10/11 02:50:05 ERROR : HeLlO, wOrLd!: sum not found 2024/10/11 02:50:05 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-zacikon4bivu' 2024/10/11 02:50:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zacikon4bivu': 1 files missing 2024/10/11 02:50:05 NOTICE: 1 hashes missing 2024/10/11 02:50:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zacikon4bivu': 2 differences found 2024/10/11 02:50:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zacikon4bivu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/10/11 02:50:06 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/11 02:50:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zacikon4bivu': 0 differences found 2024/10/11 02:50:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zacikon4bivu': 1 matching files 2024/10/11 02:50:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rufemat0xeya" 2024/10/11 02:50:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 02:50:06 DEBUG : Creating backend with remote "TestDrive:crypt/8f3urcrultgu0fp720n1n4eslc3bf6elbbhbsplihao7hffbudr0" 2024/10/11 02:50:08 DEBUG : Creating backend with remote "/tmp/rclone3243289011" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rufemat0xeya'", Local "Local file system at /tmp/rclone3243289011", Modify Window "1ms" 2024/10/11 02:50:11 DEBUG : HELLO, WORLD!: md5 = edc1de8d09037d078a9b5d278cdf2572 OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/10/11 02:50:12 ERROR : HELLO, WORLD!: sum not found 2024/10/11 02:50:12 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-rufemat0xeya' 2024/10/11 02:50:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rufemat0xeya': 1 files missing 2024/10/11 02:50:12 NOTICE: 1 hashes missing 2024/10/11 02:50:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rufemat0xeya': 2 differences found 2024/10/11 02:50:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rufemat0xeya': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/10/11 02:50:14 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/11 02:50:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rufemat0xeya': 0 differences found 2024/10/11 02:50:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rufemat0xeya': 1 matching files 2024/10/11 02:50:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gixukek5siya" 2024/10/11 02:50:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 02:50:14 DEBUG : Creating backend with remote "TestDrive:crypt/dhk434dogonup1nejc9ijmju6t0n7rd1mi17agalt5lh8bb38ob0" 2024/10/11 02:50:15 DEBUG : Creating backend with remote "/tmp/rclone1528530286" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gixukek5siya'", Local "Local file system at /tmp/rclone1528530286", Modify Window "1ms" 2024/10/11 02:50:18 DEBUG : 測試_Русский___ě_áñ: md5 = c061415768b72bd667589a9aaef815cd OK NFD checkfile vs. NFC remote (without normalization) 2024/10/11 02:50:18 ERROR : 測試_Русский___ě_áñ: sum not found 2024/10/11 02:50:18 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gixukek5siya' 2024/10/11 02:50:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gixukek5siya': 1 files missing 2024/10/11 02:50:18 NOTICE: 1 hashes missing 2024/10/11 02:50:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gixukek5siya': 2 differences found 2024/10/11 02:50:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gixukek5siya': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/10/11 02:50:20 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/11 02:50:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gixukek5siya': 0 differences found 2024/10/11 02:50:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gixukek5siya': 1 matching files 2024/10/11 02:50:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gopediv9sote" 2024/10/11 02:50:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 02:50:20 DEBUG : Creating backend with remote "TestDrive:crypt/tncer33oumh4iq45dqcl6pf7f9p0qq8kej3kk6bsjln2g17h1ra0" 2024/10/11 02:50:21 DEBUG : Creating backend with remote "/tmp/rclone898528784" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gopediv9sote'", Local "Local file system at /tmp/rclone898528784", Modify Window "1ms" 2024/10/11 02:50:25 DEBUG : 測試_Русский___ě_áñ: md5 = 716b54d7ebceeb062aa15ef7a88c5c5f OK NFC checkfile vs. NFD remote (without normalization) 2024/10/11 02:50:25 ERROR : 測試_Русский___ě_áñ: sum not found 2024/10/11 02:50:25 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gopediv9sote' 2024/10/11 02:50:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gopediv9sote': 1 files missing 2024/10/11 02:50:25 NOTICE: 1 hashes missing 2024/10/11 02:50:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gopediv9sote': 2 differences found 2024/10/11 02:50:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gopediv9sote': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/10/11 02:50:27 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/11 02:50:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gopediv9sote': 0 differences found 2024/10/11 02:50:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gopediv9sote': 1 matching files 2024/10/11 02:50:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-quseceq7duli" 2024/10/11 02:50:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 02:50:27 DEBUG : Creating backend with remote "TestDrive:crypt/tiff1s5adv7lou63d8rq73k4g2dbj61ej6hnns17nvgm9n7cc7g0" 2024/10/11 02:50:28 DEBUG : Creating backend with remote "/tmp/rclone3863420450" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quseceq7duli'", Local "Local file system at /tmp/rclone3863420450", Modify Window "1ms" 2024/10/11 02:50:30 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 7ecfb7f6704438c7410ff04be114aa9f OK NFDx2 checkfile vs. both remote (without normalization) 2024/10/11 02:50:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/11 02:50:31 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-quseceq7duli' 2024/10/11 02:50:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quseceq7duli': 1 files missing 2024/10/11 02:50:31 NOTICE: 1 hashes missing 2024/10/11 02:50:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quseceq7duli': 2 differences found 2024/10/11 02:50:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quseceq7duli': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/10/11 02:50:32 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/11 02:50:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quseceq7duli': 0 differences found 2024/10/11 02:50:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quseceq7duli': 1 matching files 2024/10/11 02:50:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jegasik6tewa" 2024/10/11 02:50:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 02:50:32 DEBUG : Creating backend with remote "TestDrive:crypt/rsm3bqavnkkda48rrdl0ge1psfion4q2klrkt1u6fgto8iuadin0" 2024/10/11 02:50:33 DEBUG : Creating backend with remote "/tmp/rclone3083243385" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jegasik6tewa'", Local "Local file system at /tmp/rclone3083243385", Modify Window "1ms" 2024/10/11 02:50:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 1f88437773efb4ce835bc36ae63a3efa OK NFCx2 checkfile vs. both remote (without normalization) 2024/10/11 02:50:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/11 02:50:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jegasik6tewa' 2024/10/11 02:50:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jegasik6tewa': 1 files missing 2024/10/11 02:50:36 NOTICE: 1 hashes missing 2024/10/11 02:50:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jegasik6tewa': 2 differences found 2024/10/11 02:50:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jegasik6tewa': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/10/11 02:50:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/11 02:50:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jegasik6tewa': 0 differences found 2024/10/11 02:50:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jegasik6tewa': 1 matching files 2024/10/11 02:50:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yovejiv6tosa" 2024/10/11 02:50:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 02:50:38 DEBUG : Creating backend with remote "TestDrive:crypt/6lnrt01thfq2rhphsbof2j763aigv9bbrpv0l0s7r87im2elr340" 2024/10/11 02:50:39 DEBUG : Creating backend with remote "/tmp/rclone1108145886" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yovejiv6tosa'", Local "Local file system at /tmp/rclone1108145886", Modify Window "1ms" 2024/10/11 02:50:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 24a5dcaa4bd533c01564066d1ddc7fa1 OK both checkfile vs. NFDx2 remote (without normalization) 2024/10/11 02:50:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/11 02:50:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yovejiv6tosa' 2024/10/11 02:50:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yovejiv6tosa': 1 files missing 2024/10/11 02:50:42 NOTICE: 1 hashes missing 2024/10/11 02:50:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yovejiv6tosa': 2 differences found 2024/10/11 02:50:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yovejiv6tosa': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/10/11 02:50:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/11 02:50:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yovejiv6tosa': 0 differences found 2024/10/11 02:50:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yovejiv6tosa': 1 matching files 2024/10/11 02:50:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pofazut8ruqu" 2024/10/11 02:50:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 02:50:43 DEBUG : Creating backend with remote "TestDrive:crypt/ptdv96u2iir3dkun1vg3tv8mlns54dqcv59qapb3iv6smqckt8q0" 2024/10/11 02:50:44 DEBUG : Creating backend with remote "/tmp/rclone1630488840" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pofazut8ruqu'", Local "Local file system at /tmp/rclone1630488840", Modify Window "1ms" 2024/10/11 02:50:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 3012918e1a990a7a3741f432cc34f94d OK both checkfile vs. NFCx2 remote (without normalization) 2024/10/11 02:50:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/11 02:50:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pofazut8ruqu' 2024/10/11 02:50:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pofazut8ruqu': 1 files missing 2024/10/11 02:50:47 NOTICE: 1 hashes missing 2024/10/11 02:50:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pofazut8ruqu': 2 differences found 2024/10/11 02:50:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pofazut8ruqu': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/10/11 02:50:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/11 02:50:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pofazut8ruqu': 0 differences found 2024/10/11 02:50:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pofazut8ruqu': 1 matching files 2024/10/11 02:50:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pofazut8ruqu': Purge remote 2024/10/11 02:50:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yovejiv6tosa': Purge remote 2024/10/11 02:50:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jegasik6tewa': Purge remote 2024/10/11 02:50:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quseceq7duli': Purge remote 2024/10/11 02:50:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gopediv9sote': Purge remote 2024/10/11 02:50:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gixukek5siya': Purge remote 2024/10/11 02:50:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rufemat0xeya': Purge remote 2024/10/11 02:50:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zacikon4bivu': Purge remote 2024/10/11 02:50:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-golutam5zisu': Purge remote 2024/10/11 02:50:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sabases6vida': Purge remote --- PASS: TestApplyTransforms (66.89s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:50:56 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/11 02:50:58 DEBUG : sub/file2: md5 = 7e99b4255641636641b49df68019ca08 OK 2024/10/11 02:50:58 INFO : file1: Copied (new) to: sub/file2 2024/10/11 02:51:00 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/11 02:51:00 DEBUG : file1: Unchanged skipping 2024/10/11 02:51:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': don't need to copy/move sub/file2, it is already at target location 2024/10/11 02:51:02 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.05s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.43s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:51:06 DEBUG : dst/file1: md5 = a889dc5d9f30deb3d6458f7e88ac3f44 OK 2024/10/11 02:51:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xatizix5zeqe/backup" 2024/10/11 02:51:06 DEBUG : Config file has changed externally - reloading 2024/10/11 02:51:06 DEBUG : Creating backend with remote "TestDrive:crypt/qrjgqk88nc6fa63ttoqofsl7bhqisnd13qifr0p7vsesidqb3bag/1nrff024r7pq65ecp72fc28jb0" 2024/10/11 02:51:08 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/10/11 02:51:11 INFO : dst/file1: Moved (server-side) 2024/10/11 02:51:12 DEBUG : dst/file1: md5 = d2d3a3b883227d3e9ba0bae9acdfbbc8 OK 2024/10/11 02:51:12 INFO : dst/file1: Copied (new) 2024/10/11 02:51:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/11 02:51:16 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/11 02:51:17 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (14.32s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:51:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xatizix5zeqe/dst" 2024/10/11 02:51:18 DEBUG : Creating backend with remote "TestDrive:crypt/qrjgqk88nc6fa63ttoqofsl7bhqisnd13qifr0p7vsesidqb3bag/31u3jie661vd5p8j7rtc3hgbh0" 2024/10/11 02:51:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xatizix5zeqe/CompareDest" 2024/10/11 02:51:19 DEBUG : Creating backend with remote "TestDrive:crypt/qrjgqk88nc6fa63ttoqofsl7bhqisnd13qifr0p7vsesidqb3bag/gveqi14airsml4bgu7krj116o8" 2024/10/11 02:51:21 DEBUG : one: Need to transfer - File not found at Destination 2024/10/11 02:51:23 DEBUG : one: md5 = 7b7c4b0a6f55c1f36377e855e19ab01f OK 2024/10/11 02:51:23 INFO : one: Copied (new) 2024/10/11 02:51:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/11 02:51:27 DEBUG : one: md5 = 207285cd7f35b807e0e970123d46d371 OK 2024/10/11 02:51:27 INFO : one: Copied (replaced existing) 2024/10/11 02:51:29 DEBUG : dst/one: md5 = ae1e2e1ef4e8a49552b84507dafb9e44 OK 2024/10/11 02:51:31 DEBUG : CompareDest/one: md5 = b29acfaf4f6c07572b17686708d2fd36 OK 2024/10/11 02:51:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/11 02:51:32 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/11 02:51:32 DEBUG : one: Destination found in --compare-dest, skipping 2024/10/11 02:51:35 DEBUG : CompareDest/two: md5 = 73e1e33f5e093d1a010f8396c7ca0d28 OK 2024/10/11 02:51:36 DEBUG : two: Need to transfer - File not found at Destination 2024/10/11 02:51:36 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/11 02:51:36 DEBUG : two: Destination found in --compare-dest, skipping 2024/10/11 02:51:37 DEBUG : two: Need to transfer - File not found at Destination 2024/10/11 02:51:37 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/11 02:51:37 DEBUG : two: Destination found in --compare-dest, skipping 2024/10/11 02:51:39 DEBUG : two: Need to transfer - File not found at Destination 2024/10/11 02:51:39 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/10/11 02:51:41 DEBUG : two: md5 = f6e0e90c5307318df934646284c44879 OK 2024/10/11 02:51:41 INFO : two: Copied (new) 2024/10/11 02:51:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/11 02:51:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:51:45 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:51:45 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (28.85s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:51:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xatizix5zeqe/dst" 2024/10/11 02:51:46 DEBUG : Creating backend with remote "TestDrive:crypt/qrjgqk88nc6fa63ttoqofsl7bhqisnd13qifr0p7vsesidqb3bag/31u3jie661vd5p8j7rtc3hgbh0" 2024/10/11 02:51:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xatizix5zeqe/CopyDest" 2024/10/11 02:51:48 DEBUG : Creating backend with remote "TestDrive:crypt/qrjgqk88nc6fa63ttoqofsl7bhqisnd13qifr0p7vsesidqb3bag/d09o6po3f7bm6ce32vdgs8h9ls" 2024/10/11 02:51:50 DEBUG : one: Need to transfer - File not found at Destination 2024/10/11 02:51:52 DEBUG : one: md5 = a4f49e506908cc10c8dc2d6244c6bc13 OK 2024/10/11 02:51:52 INFO : one: Copied (new) 2024/10/11 02:51:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/11 02:51:55 DEBUG : one: md5 = 647650ff236692f669d456ff0c3aa413 OK 2024/10/11 02:51:55 INFO : one: Copied (replaced existing) 2024/10/11 02:51:57 DEBUG : dst/one: md5 = 6cd4dd31f716b65ec9f48e86effb2743 OK 2024/10/11 02:52:00 DEBUG : CopyDest/one: md5 = 8fd847000347fdbaedeb5646c8d74991 OK 2024/10/11 02:52:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xatizix5zeqe/BackupDir" 2024/10/11 02:52:01 DEBUG : Creating backend with remote "TestDrive:crypt/qrjgqk88nc6fa63ttoqofsl7bhqisnd13qifr0p7vsesidqb3bag/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/10/11 02:52:03 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/11 02:52:03 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/11 02:52:03 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/11 02:52:05 INFO : one: Moved (server-side) 2024/10/11 02:52:07 INFO : one: Copied (server-side copy) 2024/10/11 02:52:07 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/10/11 02:52:09 DEBUG : CopyDest/two: md5 = 31ce88ac1be9a933a14a255d719fc4d0 OK 2024/10/11 02:52:10 DEBUG : two: Need to transfer - File not found at Destination 2024/10/11 02:52:10 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/11 02:52:11 INFO : two: Copied (server-side copy) 2024/10/11 02:52:11 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/10/11 02:52:12 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/11 02:52:12 DEBUG : two: Unchanged skipping 2024/10/11 02:52:14 DEBUG : CopyDest/three: md5 = e61ac150d309a544e18dc1bea68363b6 OK 2024/10/11 02:52:15 DEBUG : three: Need to transfer - File not found at Destination 2024/10/11 02:52:15 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/10/11 02:52:15 DEBUG : three: Destination not found in --copy-dest 2024/10/11 02:52:17 DEBUG : three: md5 = 399b25c08f34d58820da15caa2f0bac6 OK 2024/10/11 02:52:17 INFO : three: Copied (new) 2024/10/11 02:52:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/11 02:52:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:52:22 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/11 02:52:23 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/11 02:52:23 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:52:23 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/11 02:52:24 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (38.51s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.47s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.45s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:52:26 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/10/11 02:52:29 DEBUG : TestCopyFileMaxTransfer/file1: md5 = f9601c8832cd785a55e1f648b1adaf98 OK 2024/10/11 02:52:29 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/10/11 02:52:29 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/10/11 02:52:30 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 2024/10/11 02:52:31 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/10/11 02:52:31 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/10/11 02:52:33 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 8470e4f0a6869e077e6e1ac5b07a5752 OK 2024/10/11 02:52:33 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/10/11 02:52:35 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/10/11 02:52:35 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.38s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.47s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:52:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': Looking for duplicate names using skip mode. 2024/10/11 02:52:40 NOTICE: one: Found 2 files with duplicate names 2024/10/11 02:52:40 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.52s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:52:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': Looking for duplicate names using skip mode. 2024/10/11 02:52:47 NOTICE: one: Found 3 files with duplicate names 2024/10/11 02:52:47 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/10/11 02:52:47 INFO : one: Deleted 2024/10/11 02:52:47 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.97s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:52:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': Looking for duplicate names using first mode. 2024/10/11 02:52:54 NOTICE: one: Found 3 files with duplicate names 2024/10/11 02:52:54 INFO : one: Deleted 2024/10/11 02:52:55 INFO : one: Deleted 2024/10/11 02:52:55 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.17s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:53:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': Looking for duplicate names using newest mode. 2024/10/11 02:53:01 NOTICE: one: Found 3 files with duplicate names 2024/10/11 02:53:02 INFO : one: Deleted 2024/10/11 02:53:02 INFO : one: Deleted 2024/10/11 02:53:02 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.56s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.46s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:53:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': Looking for duplicate names using oldest mode. 2024/10/11 02:53:09 NOTICE: one: Found 3 files with duplicate names 2024/10/11 02:53:10 INFO : one: Deleted 2024/10/11 02:53:10 INFO : one: Deleted 2024/10/11 02:53:10 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.47s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:53:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': Looking for duplicate names using largest mode. 2024/10/11 02:53:18 NOTICE: one: Found 3 files with duplicate names 2024/10/11 02:53:18 INFO : one: Deleted 2024/10/11 02:53:19 INFO : one: Deleted 2024/10/11 02:53:19 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (8.20s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:53:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': Looking for duplicate names using smallest mode. 2024/10/11 02:53:25 NOTICE: one: Found 3 files with duplicate names 2024/10/11 02:53:26 INFO : one: Deleted 2024/10/11 02:53:26 INFO : one: Deleted 2024/10/11 02:53:26 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.62s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:53:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': Looking for duplicate names using rename mode. 2024/10/11 02:53:34 NOTICE: one.txt: Found 3 files with duplicate names 2024/10/11 02:53:35 INFO : one-2.txt: renamed from: one.txt 2024/10/11 02:53:36 INFO : one-3.txt: renamed from: one.txt 2024/10/11 02:53:38 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.52s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:53:44 DEBUG : dupe1/one.txt: md5 = 072baef70dceed0c25699f71e81070ae OK 2024/10/11 02:53:46 DEBUG : dupe2/two.txt: md5 = 857ccae92e86863e1c193f17bcf80b49 OK 2024/10/11 02:53:48 DEBUG : dupe3/three.txt: md5 = f22c0550de0c0e4c865066ea7e6e5d46 OK 2024/10/11 02:53:49 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/10/11 02:53:50 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/10/11 02:53:51 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/10/11 02:53:51 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/10/11 02:53:55 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/10/11 02:53:55 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/10/11 02:53:55 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (14.81s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:53:58 DEBUG : a.txt: md5 = 72247c0ae910c215683d8e757047f82d OK 2024/10/11 02:53:59 DEBUG : zend.txt: md5 = 2a2a44ab3b207373cfa776180ffeed57 OK 2024/10/11 02:54:02 DEBUG : sub dir/hello world: md5 = 249d5e8302e1ec48eee8b7fbfbdd0ea8 OK 2024/10/11 02:54:04 DEBUG : sub dir/hello world2: md5 = ea59f59ba9b89cda2ad63fae04e5670c OK 2024/10/11 02:54:06 DEBUG : sub dir/ignore dir/.ignore: md5 = 90edb3b90a0468423d26691a2b89069b OK 2024/10/11 02:54:08 DEBUG : sub dir/ignore dir/should be ignored: md5 = fd7851dd49c2b10ce224db7745462e3b OK 2024/10/11 02:54:10 DEBUG : sub dir/sub sub dir/hello world3: md5 = c312baa5ff9c6c61eb10f47d0ec6110b OK 2024/10/11 02:54:11 DEBUG : a.txt: Excluded (Size Filter) 2024/10/11 02:54:11 DEBUG : a.txt: Excluded 2024/10/11 02:54:12 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/10/11 02:54:12 DEBUG : sub dir/hello world2: Excluded 2024/10/11 02:54:12 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/10/11 02:54:12 DEBUG : sub dir/hello world: Excluded 2024/10/11 02:54:13 DEBUG : sub dir/ignore dir: Excluded 2024/10/11 02:54:13 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/10/11 02:54:13 DEBUG : sub dir/hello world2: Excluded 2024/10/11 02:54:13 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/10/11 02:54:13 DEBUG : sub dir/hello world: Excluded 2024/10/11 02:54:13 DEBUG : sub dir/ignore dir: Excluded 2024/10/11 02:54:18 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/10/11 02:54:19 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/10/11 02:54:19 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/10/11 02:54:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/10/11 02:54:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/10/11 02:54:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2024/10/11 02:54:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (25.34s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:54:23 DEBUG : file1: md5 = c554114c8244acc2c1141bcdc5f95a83 OK 2024/10/11 02:54:25 DEBUG : sub/file2: md5 = 3479cff15e4401d8f78685ec9e4428db 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 2024/10/11 02:54:29 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/10/11 02:54:29 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/10/11 02:54:29 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/10/11 02:54:31 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (11.01s) --- PASS: TestListJSON/Default (0.29s) --- PASS: TestListJSON/FilesOnly (0.27s) --- PASS: TestListJSON/DirsOnly (0.27s) --- PASS: TestListJSON/Recurse (0.53s) --- PASS: TestListJSON/SubDir (0.26s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.39s) --- PASS: TestListJSON/ShowHash (0.28s) --- PASS: TestListJSON/HashTypes (0.34s) --- PASS: TestListJSON/Metadata (0.71s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:54:34 DEBUG : file1: md5 = 754f208253a241e74750b80bf2ade3a4 OK 2024/10/11 02:54:36 DEBUG : sub/file2: md5 = 794a5625437bd81b61d2c346d992b43c 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 2024/10/11 02:54:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xatizix5zeqe/notfound" 2024/10/11 02:54:41 DEBUG : Creating backend with remote "TestDrive:crypt/qrjgqk88nc6fa63ttoqofsl7bhqisnd13qifr0p7vsesidqb3bag/qe0i31qdkoejk60elps0ni5sqk" 2024/10/11 02:54:44 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.06s) --- PASS: TestStatJSON/Root (0.27s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.26s) --- PASS: TestStatJSON/Dir (0.54s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.26s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.48s) --- PASS: TestStatJSON/DirFilesOnly (0.26s) --- PASS: TestStatJSON/FileFilesOnly (0.31s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.27s) --- PASS: TestStatJSON/FileDirsOnly (0.28s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.29s) --- PASS: TestStatJSON/RootNotFound (1.79s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:54:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': Making directory 2024/10/11 02:54:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': Making directory --- PASS: TestMkdir (0.71s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:54:48 DEBUG : sub dir/hello world: md5 = 7337ead665ea8b2191783c338f449269 OK 2024/10/11 02:54:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.29s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:54:53 DEBUG : potato2: md5 = 80cda756909b97a069f2a8860a63f43d OK 2024/10/11 02:54:54 DEBUG : empty space: md5 = b2811e5622dfc4503f0b52ce28f6118f OK --- PASS: TestLs (5.22s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:54:58 DEBUG : potato2: md5 = a39f286177ec7717fa1bf5317ff01d65 OK 2024/10/11 02:55:00 DEBUG : empty space: md5 = 5fdf829746ad821fb9cdd1725d52b6fb OK 2024/10/11 02:55:00 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.57s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:55:04 DEBUG : potato2: md5 = 931817fdf2707002f267c29154de5ace OK 2024/10/11 02:55:05 DEBUG : empty space: md5 = fce12da07ded269f1812540d8bbd4495 OK --- PASS: TestLsLong (5.06s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:55:09 DEBUG : potato2: md5 = d3e95fd828f69c66d3679d4f3e5ad8a4 OK 2024/10/11 02:55:10 DEBUG : empty space: md5 = c22e5893c8106b8870b2e33d48c0bcab OK --- PASS: TestHashSums (5.22s) === RUN TestHashSumsWithErrors 2024/10/11 02:55:12 DEBUG : Creating backend with remote ":memory:" 2024/10/11 02:55:12 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/10/11 02:55:12 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/10/11 02:55:12 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/10/11 02:55:12 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/10/11 02:55:12 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/10/11 02:55:12 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/10/11 02:55:12 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/10/11 02:55:12 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/10/11 02:55:12 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-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:55:14 DEBUG : potato2: md5 = 3cb7db2f029e2d2f3dbea168eb8e2921 OK 2024/10/11 02:55:15 DEBUG : empty space: md5 = 1f725d5bdb9113d2c06673a114066b8a OK 2024/10/11 02:55:18 DEBUG : sub dir/potato3: md5 = 34972bad0aebb2feeaf152457847d78d OK 2024/10/11 02:55:21 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (9.36s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:55:23 DEBUG : small: md5 = efad301380cad966ae4d32f6ce66b355 OK 2024/10/11 02:55:25 DEBUG : medium: md5 = e1fe0889156f5196b45963923c917db8 OK 2024/10/11 02:55:26 DEBUG : large: md5 = d2f42e86ab5e08e50260f6f47b132595 OK 2024/10/11 02:55:27 DEBUG : Waiting for deletions to finish 2024/10/11 02:55:27 DEBUG : large: Excluded (Size Filter) 2024/10/11 02:55:27 INFO : medium: Deleted 2024/10/11 02:55:27 INFO : small: Deleted --- PASS: TestDelete (7.07s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:55:30 DEBUG : small: md5 = f2d73f25d814bc51e74619398d273066 OK 2024/10/11 02:55:32 DEBUG : medium: md5 = 0fac0f097edd517e3cfb7e1b0416a633 OK 2024/10/11 02:55:33 DEBUG : large: md5 = da64d2fc4fac96ad785be1026e2cbb04 OK 2024/10/11 02:55:34 DEBUG : Waiting for deletions to finish 2024/10/11 02:55:34 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2024/10/11 02:55:34 INFO : medium: Deleted 2024/10/11 02:55:35 INFO : small: Deleted --- PASS: TestMaxDelete (7.62s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:55:38 DEBUG : small: md5 = 5f638ad74aa4563ead647aefc5f7a4ee OK 2024/10/11 02:55:39 DEBUG : medium: md5 = f6ae36473b3289b9b908994d51718ad0 OK 2024/10/11 02:55:41 DEBUG : large: md5 = f3e66907e44be19072abee404dcd9f02 OK 2024/10/11 02:55:41 DEBUG : Waiting for deletions to finish 2024/10/11 02:55:41 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/10/11 02:55:42 INFO : medium: Deleted 2024/10/11 02:55:42 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.40s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:55:45 DEBUG : small: md5 = b4414ca07edaef512824cd1738e2de08 OK 2024/10/11 02:55:47 DEBUG : medium: md5 = 9f15523a55fc1d04defae2875ae6cc2a OK 2024/10/11 02:55:48 DEBUG : large: md5 = 3fbcb1b48ca3d34dd8e9e53b1526efc6 OK 2024/10/11 02:55:49 DEBUG : Waiting for deletions to finish 2024/10/11 02:55:49 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2024/10/11 02:55:49 INFO : small: Deleted 2024/10/11 02:55:50 INFO : large: Deleted --- PASS: TestMaxDeleteSize (7.53s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:55:53 DEBUG : ReadFile: md5 = 7482f7436d120d14c9a2fa467eec28c7 OK --- PASS: TestReadFile (4.91s) === RUN TestRetry 2024/10/11 02:55:56 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/10/11 02:55:56 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/10/11 02:55:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/11 02:55:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/11 02:55:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/11 02:55:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/11 02:55:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:55:58 DEBUG : file1: md5 = 0ed944d21cefcf2306a5c4d5893b758f OK 2024/10/11 02:55:59 DEBUG : file2: md5 = c8fe11f4a3824c8373554102332c39e1 OK --- PASS: TestCat (19.46s) === RUN TestPurge 2024/10/11 02:56:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rudorad4dunu" 2024/10/11 02:56:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/11 02:56:16 DEBUG : Creating backend with remote "TestDrive:crypt/gm2f2sd3gtvbikcmpf6ua24p9q2rs7vmusthqrv7lmou0avvo18g" 2024/10/11 02:56:17 DEBUG : Creating backend with remote "/tmp/rclone2790646440" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rudorad4dunu'", Local "Local file system at /tmp/rclone2790646440", Modify Window "1ms" 2024/10/11 02:56:22 DEBUG : A1/B1/C1/one: md5 = c11c085914c7011330d39311299540c5 OK 2024/10/11 02:56:22 DEBUG : A2: Making directory 2024/10/11 02:56:23 DEBUG : A1/B2: Making directory 2024/10/11 02:56:23 DEBUG : A1/B2/C2: Making directory 2024/10/11 02:56:24 DEBUG : A1/B1/C3: Making directory 2024/10/11 02:56:25 DEBUG : A3: Making directory 2024/10/11 02:56:26 DEBUG : A3/B3: Making directory 2024/10/11 02:56:27 DEBUG : A3/B3/C4: Making directory 2024/10/11 02:56:29 DEBUG : A1/two: md5 = e06a27fe886622330370faeac73eec32 OK 2024/10/11 02:56:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rudorad4dunu': Purge remote 2024/10/11 02:56:33 NOTICE: purge failed: directory not found --- PASS: TestPurge (17.58s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:56:38 DEBUG : A1/B1/C1/one: md5 = 993abdce934d420eff00a59b83d97835 OK 2024/10/11 02:56:38 DEBUG : A2: Making directory 2024/10/11 02:56:38 DEBUG : A1/B2: Making directory 2024/10/11 02:56:39 DEBUG : A1/B2/C2: Making directory 2024/10/11 02:56:40 DEBUG : A1/B1/C3: Making directory 2024/10/11 02:56:41 DEBUG : A3: Making directory 2024/10/11 02:56:42 DEBUG : A3/B3: Making directory 2024/10/11 02:56:43 DEBUG : A3/B3/C4: Making directory 2024/10/11 02:56:45 DEBUG : A1/two: md5 = 7b32c4e072b5efa64fb5773409d7ab31 OK 2024/10/11 02:56:47 DEBUG : removing 1 level 3 directories 2024/10/11 02:56:47 INFO : A3/B3/C4: Removing directory 2024/10/11 02:56:50 DEBUG : removing 2 level 3 directories 2024/10/11 02:56:50 INFO : A1/B2/C2: Removing directory 2024/10/11 02:56:50 INFO : A1/B1/C3: Removing directory 2024/10/11 02:56:50 DEBUG : removing 2 level 2 directories 2024/10/11 02:56:50 INFO : A3/B3: Removing directory 2024/10/11 02:56:50 INFO : A1/B2: Removing directory 2024/10/11 02:56:51 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/10/11 02:56:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/11 02:56:51 DEBUG : removing 2 level 1 directories 2024/10/11 02:56:51 INFO : A3: Removing directory 2024/10/11 02:56:51 INFO : A2: Removing directory 2024/10/11 02:56:52 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/10/11 02:56:56 DEBUG : removing 1 level 3 directories 2024/10/11 02:56:56 INFO : A1/B1/C1: Removing directory 2024/10/11 02:56:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:56:57 DEBUG : removing 1 level 2 directories 2024/10/11 02:56:57 INFO : A1/B1: Removing directory 2024/10/11 02:56:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/11 02:56:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/11 02:56:58 DEBUG : removing 1 level 1 directories 2024/10/11 02:56:58 INFO : A1: Removing directory 2024/10/11 02:56:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/11 02:56:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/11 02:56:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/11 02:56:58 DEBUG : removing 1 level 0 directories 2024/10/11 02:56:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': Removing directory 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/10/11 02:56:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (27.00s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:57:01 DEBUG : A1: Making directory 2024/10/11 02:57:02 DEBUG : A1/B1: Making directory 2024/10/11 02:57:03 DEBUG : A1/B1/C1: Making directory 2024/10/11 02:57:05 DEBUG : removing 1 level 3 directories 2024/10/11 02:57:05 INFO : A1/B1/C1: Removing directory 2024/10/11 02:57:06 DEBUG : removing 1 level 2 directories 2024/10/11 02:57:06 INFO : A1/B1: Removing directory 2024/10/11 02:57:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/11 02:57:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.65s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:57:09 DEBUG : A1: Making directory 2024/10/11 02:57:10 DEBUG : A1/B1: Making directory 2024/10/11 02:57:11 DEBUG : A1/B1/C1: Making directory 2024/10/11 02:57:14 DEBUG : removing 1 level 3 directories 2024/10/11 02:57:14 INFO : A1/B1/C1: Removing directory 2024/10/11 02:57:14 DEBUG : removing 1 level 2 directories 2024/10/11 02:57:14 INFO : A1/B1: Removing directory 2024/10/11 02:57:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/11 02:57:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.13s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:57:19 DEBUG : file1: md5 = 7306ba46f8860228f2c1e5980f99d863 OK 2024/10/11 02:57:20 DEBUG : filename.txt: File name found in url 2024/10/11 02:57:21 DEBUG : filename.txt: md5 = a8ce14751b6c08728abac8d7029dce6b OK 2024/10/11 02:57:21 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/10/11 02:57:23 DEBUG : headerfilename.txt: md5 = 39e2f44579ea62f7df8ac70b500cad56 OK 2024/10/11 02:57:24 DEBUG : file2: md5 = eb1693ce446303725ec1a90f4ba6857e OK --- PASS: TestCopyURL (11.58s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:57:29 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/11 02:57:32 DEBUG : sub/file2: md5 = 7cf8062473fb5f3a4ffe91655a95431c OK 2024/10/11 02:57:32 INFO : file1: Copied (new) to: sub/file2 2024/10/11 02:57:32 INFO : file1: Deleted 2024/10/11 02:57:32 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/11 02:57:32 DEBUG : file1: Unchanged skipping 2024/10/11 02:57:32 INFO : file1: Deleted 2024/10/11 02:57:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': don't need to copy/move sub/file2, it is already at target location 2024/10/11 02:57:35 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.08s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:57:36 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/11 02:57:37 DEBUG : file1: md5 = d6d007920d802fd085824d484921f99c OK 2024/10/11 02:57:37 INFO : file1: Copied (new) 2024/10/11 02:57:37 INFO : file1: Deleted 2024/10/11 02:57:38 DEBUG : file1: Destination exists, skipping 2024/10/11 02:57:38 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.54s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.49s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.48s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:57:43 DEBUG : dst/file1: md5 = 7aee2161c0f8758f8377b65219786f02 OK 2024/10/11 02:57:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xatizix5zeqe/backup" 2024/10/11 02:57:44 DEBUG : Config file has changed externally - reloading 2024/10/11 02:57:44 DEBUG : Creating backend with remote "TestDrive:crypt/qrjgqk88nc6fa63ttoqofsl7bhqisnd13qifr0p7vsesidqb3bag/1nrff024r7pq65ecp72fc28jb0" 2024/10/11 02:57:45 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/10/11 02:57:48 INFO : dst/file1: Moved (server-side) 2024/10/11 02:57:50 DEBUG : dst/file1: md5 = f5fc6cb78adb1601f8897521ed8f2075 OK 2024/10/11 02:57:50 INFO : dst/file1: Copied (new) 2024/10/11 02:57:50 INFO : dst/file1: Deleted 2024/10/11 02:57:53 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/11 02:57:54 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/11 02:57:55 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.79s) === 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-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:57:59 DEBUG : A1/one: md5 = f192f15f041576572b19ced5fd82a7e2 OK 2024/10/11 02:58:00 DEBUG : A1/two: md5 = e39d08af46524a17904fa7d5cf357b09 OK 2024/10/11 02:58:02 DEBUG : A1/B1/three: md5 = fbd1039d6b135f912080f4f0dbf8a275 OK 2024/10/11 02:58:07 DEBUG : A1/B1/C1/four: md5 = 9a6514ba1bfaf616e3109ceb9542a214 OK 2024/10/11 02:58:10 DEBUG : A1/B1/C2/five: md5 = 7afdd38e39697c27af27cbe1325a3c65 OK 2024/10/11 02:58:10 DEBUG : A1/B2: Making directory 2024/10/11 02:58:11 DEBUG : A1/B1/C3: Making directory 2024/10/11 02:58:22 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/10/11 02:58:22 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/10/11 02:58:22 INFO : A2/one: Moved (server-side) to: A3/one 2024/10/11 02:58:22 INFO : A2/two: Moved (server-side) to: A3/two 2024/10/11 02:58:22 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/10/11 02:58:26 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/11 02:58:26 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/11 02:58:26 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/11 02:58:27 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/11 02:58:27 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/11 02:58:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/10/11 02:58:36 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/10/11 02:58:36 INFO : A3/two: Moved (server-side) to: A4/two 2024/10/11 02:58:36 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/10/11 02:58:36 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/10/11 02:58:36 INFO : A3/one: Moved (server-side) to: A4/one 2024/10/11 02:58:40 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/11 02:58:40 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/11 02:58:40 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/11 02:58:40 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/11 02:58:40 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/11 02:58:48 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/10/11 02:58:48 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/10/11 02:58:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/11 02:58:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/11 02:58:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/11 02:58:49 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/11 02:58:50 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/11 02:58:50 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/11 02:58:50 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/11 02:58:50 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (54.98s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:58:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': File to upload is small (34 bytes), uploading instead of streaming 2024/10/11 02:58:53 DEBUG : no_checksum_small_file_from_pipe: md5 = e74658f837230a1a555e7fb2face8c19 OK 2024/10/11 02:58:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/10/11 02:58:53 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/11 02:58:54 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/10/11 02:58:55 DEBUG : no_checksum_big_file_from_pipe: md5 = 37a9280dda025710b60d95e3657de142 OK 2024/10/11 02:58:55 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-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:58:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': File to upload is small (34 bytes), uploading instead of streaming 2024/10/11 02:58:59 DEBUG : with_checksum_small_file_from_pipe: md5 = 48ab9f71e08a131b5f184e0c4c4c9061 OK 2024/10/11 02:58:59 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/11 02:59:00 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/10/11 02:59:01 DEBUG : with_checksum_big_file_from_pipe: md5 = 70d6af112277110a89da5ea59ab633ff OK 2024/10/11 02:59:01 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-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:59:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': File to upload is small (34 bytes), uploading instead of streaming 2024/10/11 02:59:04 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/11 02:59:05 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/10/11 02:59:06 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-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:59:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': File to upload is small (34 bytes), uploading instead of streaming 2024/10/11 02:59:10 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/11 02:59:11 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/10/11 02:59:12 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (22.00s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.40s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.70s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.28s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.63s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/10/11 02:59:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': File to upload is small (48 bytes), uploading instead of streaming 2024/10/11 02:59:15 DEBUG : rcat_metadata: md5 = c9338a24083f997516b4267634b32038 OK 2024/10/11 02:59:15 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/10/11 02:59:18 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/10/11 02:59:19 DEBUG : rcat_metadata_uploadcutoff0: md5 = 2afb48deb28e9f5ed9a03c11a8591c61 OK 2024/10/11 02:59:19 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.62s) --- PASS: TestRcatMetadata/Normal (2.92s) --- PASS: TestRcatMetadata/ViaDisk (3.21s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:59:22 DEBUG : potato1: md5 = b2ab1accfa7afb33a4f91d123ae3f262 OK 2024/10/11 02:59:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': File to upload is small (60 bytes), uploading instead of streaming 2024/10/11 02:59:23 DEBUG : potato2: md5 = 02b675666e32f4b72fcba94ec5393ade OK 2024/10/11 02:59:23 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.92s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:59:27 DEBUG : potato1: md5 = 971537d9ba87cafee11155b1bac3e2b0 OK 2024/10/11 02:59:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': File to upload is small (60 bytes), uploading instead of streaming 2024/10/11 02:59:28 DEBUG : potato2: md5 = 2b1cf1f7f97b90cff7d5304fa6439074 OK 2024/10/11 02:59:28 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.58s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:59:32 DEBUG : potato2: md5 = 47086dda5d7d936806140a88f64e2786 OK 2024/10/11 02:59:34 DEBUG : empty space: md5 = b65ea05c4dbdcd444e7a228b1b191d10 OK 2024/10/11 02:59:36 DEBUG : sub dir/potato3: md5 = d639ed2bc55c12d06e4f26a3eec621f3 OK 2024/10/11 02:59:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': Touching "empty space" 2024/10/11 02:59:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': Touching "potato2" 2024/10/11 02:59:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': Touching "sub dir/potato3" 2024/10/11 02:59:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (12.33s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:59:43 DEBUG : dir with metadata: Making directory with metadata 2024/10/11 02:59:44 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.58s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:59:46 DEBUG : directory with modtime: Making directory with metadata 2024/10/11 02:59:46 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.78s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:59:48 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/10/11 02:59:48 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/11 02:59:49 DEBUG : Google drive root 'crypt/qrjgqk88nc6fa63ttoqofsl7bhqisnd13qifr0p7vsesidqb3bag': Skipping btime metadata as can't update it on an existing file: 2024-10-11T02:59:48.850104767Z 2024/10/11 02:59:49 INFO : non existent directory: Updated directory metadata 2024/10/11 02:59:52 DEBUG : Google drive root 'crypt/qrjgqk88nc6fa63ttoqofsl7bhqisnd13qifr0p7vsesidqb3bag': Skipping btime metadata as can't update it on an existing file: 2024-10-11T02:59:48.850104767Z 2024/10/11 02:59:52 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.07s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:59:54 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/10/11 02:59:56 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/10/11 02:59:57 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.57s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe'", Local "Local file system at /tmp/rclone778127535", Modify Window "1ms" 2024/10/11 02:59:59 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/10/11 02:59:59 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/11 02:59:59 DEBUG : dst: Making directory with metadata 2024/10/11 03:00:00 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/11 03:00:00 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/11 03:00:00 INFO : dst: Set directory modification time (using SetModTime) 2024/10/11 03:00:01 INFO : dst: Set directory modification time (using SetModTime) 2024/10/11 03:00:01 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/10/11 03:00:02 INFO : dst: Set directory modification time (using SetModTime) 2024/10/11 03:00:02 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.15s) === 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 2024/10/11 03:00:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xatizix5zeqe': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 12m4.685842547s (try 1/5)