"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2024/11/22 04:45:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xewodey3sito" 2024/11/22 04:45:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/22 04:45:19 DEBUG : Creating backend with remote "TestDrive:crypt/vv76tnagqoslrssdgkeh2si5orsnhpnjdaasck9omor4blqpbni0" 2024/11/22 04:45:20 DEBUG : Creating backend with remote "/tmp/rclone1337422807" === 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-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", 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-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.23s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/11/22 04:45:21 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/22 04:45:21 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/22 04:45:21 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/11/22 04:45:21 DEBUG : potato: Seek from 10 to 0 2024/11/22 04:45:21 DEBUG : potato: Seek from 10 to 0 2024/11/22 04:45:21 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/11/22 04:45:21 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/22 04:45:21 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/22 04:45:21 DEBUG : potato: Seek from 5 to 2 2024/11/22 04:45:21 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/11/22 04:45:21 DEBUG : potato: Seek from 7 to 0 2024/11/22 04:45:21 DEBUG : potato: Seek from 7 to 0 2024/11/22 04:45:21 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/11/22 04:45:21 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/22 04:45:21 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/22 04:45:21 DEBUG : potato: Seek from 5 to 2 2024/11/22 04:45:21 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/11/22 04:45:21 DEBUG : potato: Seek from 8 to 0 2024/11/22 04:45:21 DEBUG : potato: Seek from 8 to 0 2024/11/22 04:45:21 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/11/22 04:45:21 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/22 04:45:21 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/22 04:45:21 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/22 04:45:21 DEBUG : potato: Seek from 5 to 2 2024/11/22 04:45:21 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/11/22 04:45:21 DEBUG : potato: Seek from 9 to 0 2024/11/22 04:45:21 DEBUG : potato: Seek from 9 to 0 2024/11/22 04:45:21 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-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:45:24 DEBUG : rutabaga: md5 = fda4a40c3becdc7f2eb08ca9d88d6521 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/11/22 04:45:26 DEBUG : empty space: md5 = 3b739aa7ccceadc1e88c3550c2e41ea2 OK === RUN TestCheck/3 2024/11/22 04:45:28 DEBUG : potato2: md5 = a514cc031a50813b1753e9d69fb417df OK === RUN TestCheck/4 === RUN TestCheck/5 2024/11/22 04:45:31 DEBUG : remotepotato: md5 = 431746e199830a78d4b1e622a12eedd0 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.59s) --- PASS: TestCheck/1 (0.23s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.28s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.25s) === RUN TestCheckFsError 2024/11/22 04:45:34 DEBUG : Creating backend with remote "nonexistent" 2024/11/22 04:45:34 DEBUG : Creating backend with remote "nonexistent" 2024/11/22 04:45:34 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/11/22 04:45:34 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/11/22 04:45:34 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/11/22 04:45:34 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-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:45:36 DEBUG : rutabaga: md5 = 1b2ac088ed494826201909eccd5bd9c9 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/11/22 04:45:41 DEBUG : empty space: md5 = c418923e47a262d8f50d62c5dbea0c26 OK === RUN TestCheckDownload/3 2024/11/22 04:45:44 DEBUG : potato2: md5 = eb502e2dbfffa220c333da08e6f2f1df OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/11/22 04:45:49 DEBUG : remotepotato: md5 = 93084cc9775736bc68bdff19ee7bce8e OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (19.68s) --- PASS: TestCheckDownload/1 (1.28s) --- PASS: TestCheckDownload/2 (1.30s) --- PASS: TestCheckDownload/3 (1.28s) --- PASS: TestCheckDownload/4 (1.57s) --- PASS: TestCheckDownload/5 (1.28s) --- PASS: TestCheckDownload/6 (0.99s) --- PASS: TestCheckDownload/7 (1.49s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:45:56 DEBUG : rutabaga: md5 = f386e175b8bb0d01a2b85ae1283d8413 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/11/22 04:45:58 DEBUG : empty space: md5 = 906fe61ead345662eb2b8ba1b875886d OK === RUN TestCheckSizeOnly/3 2024/11/22 04:46:00 DEBUG : potato2: md5 = 9451b552b8aee28bc26350924e554413 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/11/22 04:46:03 DEBUG : remotepotato: md5 = ff921193035a178c7d990e3c851c9c3a OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.55s) --- PASS: TestCheckSizeOnly/1 (0.26s) --- PASS: TestCheckSizeOnly/2 (0.30s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.22s) --- PASS: TestCheckSizeOnly/6 (0.29s) --- PASS: TestCheckSizeOnly/7 (0.30s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:46:08 DEBUG : test.sum: md5 = 705b6b165e40eda967531b82fc4ddc26 OK 2024/11/22 04:46:10 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/22 04:46:10 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/22 04:46:10 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/22 04:46:10 NOTICE: test.sum: 2 warning(s) suppressed... 2024/11/22 04:46:12 DEBUG : test.sum: md5 = 9513a2a7daad5da69dc53dd48bcda5b9 OK 2024/11/22 04:46:13 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/22 04:46:13 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/22 04:46:13 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/22 04:46:13 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.60s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:46:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xewodey3sito/data" 2024/11/22 04:46:14 DEBUG : Config file has changed externally - reloading 2024/11/22 04:46:14 DEBUG : Creating backend with remote "TestDrive:crypt/vv76tnagqoslrssdgkeh2si5orsnhpnjdaasck9omor4blqpbni0/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito/data' lacks md5, skipping --- SKIP: TestCheckSum (2.01s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:46:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xewodey3sito/data" 2024/11/22 04:46:16 DEBUG : Config file has changed externally - reloading 2024/11/22 04:46:16 DEBUG : Creating backend with remote "TestDrive:crypt/vv76tnagqoslrssdgkeh2si5orsnhpnjdaasck9omor4blqpbni0/vjrnln8ratgmqakfosrqe8espk" 2024/11/22 04:46:21 DEBUG : data/banana: md5 = f487a0752532eef8215ee6046f27fd64 OK 2024/11/22 04:46:23 DEBUG : test.sum: md5 = a5ff8203ccd26bcea723f91126fef47e OK === RUN TestCheckSumDownload/subtest1 2024/11/22 04:46:27 DEBUG : data/potato: md5 = 583b031909741b1c690df8f64adf2c7a OK 2024/11/22 04:46:29 DEBUG : test.sum: md5 = d20ae5e13703f236bd1506328a592b7c OK === RUN TestCheckSumDownload/subtest2 2024/11/22 04:46:33 DEBUG : test.sum: md5 = 8a087babafdb906277313349b0d1e124 OK === RUN TestCheckSumDownload/subtest3 2024/11/22 04:46:38 DEBUG : test.sum: md5 = 67c3dcff5568edd0d0b6d5599d03ccef OK === RUN TestCheckSumDownload/subtest4 2024/11/22 04:46:43 DEBUG : test.sum: md5 = 1ab8c57f9e7f00a4fccb8fe9e344d8c6 OK === RUN TestCheckSumDownload/subtest5 2024/11/22 04:46:47 DEBUG : test.sum: md5 = d2cbdb5c711bb8a235cd015f4780ffa7 OK === RUN TestCheckSumDownload/subtest6 2024/11/22 04:46:52 DEBUG : data/banana: md5 = e4cb2e3c5e93d890f1da2467976fddd2 OK 2024/11/22 04:46:53 DEBUG : data/potato: md5 = f43fd9bc3d2d5834535ec5a3ce2b7c47 OK 2024/11/22 04:46:55 DEBUG : test.sum: md5 = 16b5f4975c496935553f51110c7a1d15 OK === RUN TestCheckSumDownload/subtest7 2024/11/22 04:47:01 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2024/11/22 04:47:01 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (45.83s) --- PASS: TestCheckSumDownload/subtest1 (2.67s) --- PASS: TestCheckSumDownload/subtest2 (2.32s) --- PASS: TestCheckSumDownload/subtest3 (2.35s) --- PASS: TestCheckSumDownload/subtest4 (3.00s) --- PASS: TestCheckSumDownload/subtest5 (2.37s) --- PASS: TestCheckSumDownload/subtest6 (2.27s) --- PASS: TestCheckSumDownload/subtest7 (3.25s) === RUN TestApplyTransforms 2024/11/22 04:47:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-meborum9zabu" 2024/11/22 04:47:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/22 04:47:02 DEBUG : Creating backend with remote "TestDrive:crypt/qj5m8nr8jj3c5q22ecendpijnm3eq3l0kqoa641da4933mds7j80" 2024/11/22 04:47:03 DEBUG : Creating backend with remote "/tmp/rclone768521959" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-meborum9zabu'", Local "Local file system at /tmp/rclone768521959", Modify Window "1ms" 2024/11/22 04:47:06 DEBUG : hello, world!: md5 = 9954d25361277dbd5496b016c9fe0836 OK upper checkfile vs. lower remote (without normalization) 2024/11/22 04:47:06 ERROR : hello, world!: sum not found 2024/11/22 04:47:06 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-meborum9zabu' 2024/11/22 04:47:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-meborum9zabu': 1 files missing 2024/11/22 04:47:06 NOTICE: 1 hashes missing 2024/11/22 04:47:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-meborum9zabu': 2 differences found 2024/11/22 04:47:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-meborum9zabu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/11/22 04:47:08 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/22 04:47:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-meborum9zabu': 0 differences found 2024/11/22 04:47:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-meborum9zabu': 1 matching files 2024/11/22 04:47:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yecejij0tufe" 2024/11/22 04:47:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/22 04:47:08 DEBUG : Creating backend with remote "TestDrive:crypt/si2o52h4n6e95icsm4tad0kb21sbv34sl8ignoca2g8jchdqi2qg" 2024/11/22 04:47:09 DEBUG : Creating backend with remote "/tmp/rclone2726945345" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yecejij0tufe'", Local "Local file system at /tmp/rclone2726945345", Modify Window "1ms" 2024/11/22 04:47:12 DEBUG : HELLO, WORLD!: md5 = a7f994e6fb0f7bb467ff2853e8505f2a OK lower checkfile vs. upper remote (without normalization) 2024/11/22 04:47:13 ERROR : HELLO, WORLD!: sum not found 2024/11/22 04:47:13 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-yecejij0tufe' 2024/11/22 04:47:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yecejij0tufe': 1 files missing 2024/11/22 04:47:13 NOTICE: 1 hashes missing 2024/11/22 04:47:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yecejij0tufe': 2 differences found 2024/11/22 04:47:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yecejij0tufe': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/11/22 04:47:14 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/22 04:47:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yecejij0tufe': 0 differences found 2024/11/22 04:47:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yecejij0tufe': 1 matching files 2024/11/22 04:47:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fiyuzan3diwe" 2024/11/22 04:47:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/22 04:47:14 DEBUG : Creating backend with remote "TestDrive:crypt/iu8bmpf7nan7ghqbpog5f3bkb46ebks93jhhusd6un060ta4ur6g" 2024/11/22 04:47:15 DEBUG : Creating backend with remote "/tmp/rclone861844800" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fiyuzan3diwe'", Local "Local file system at /tmp/rclone861844800", Modify Window "1ms" 2024/11/22 04:47:18 DEBUG : HeLlO, wOrLd!: md5 = 90335d60896bfe296a3e4f8cbfd0a5f3 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/11/22 04:47:18 ERROR : HeLlO, wOrLd!: sum not found 2024/11/22 04:47:18 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-fiyuzan3diwe' 2024/11/22 04:47:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fiyuzan3diwe': 1 files missing 2024/11/22 04:47:18 NOTICE: 1 hashes missing 2024/11/22 04:47:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fiyuzan3diwe': 2 differences found 2024/11/22 04:47:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fiyuzan3diwe': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/11/22 04:47:20 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/22 04:47:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fiyuzan3diwe': 0 differences found 2024/11/22 04:47:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fiyuzan3diwe': 1 matching files 2024/11/22 04:47:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gizikip0sato" 2024/11/22 04:47:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/22 04:47:20 DEBUG : Creating backend with remote "TestDrive:crypt/2km8hbjeu7n7394q00sp6r38hso6t245sfou72jhdhupf20uaqk0" 2024/11/22 04:47:21 DEBUG : Creating backend with remote "/tmp/rclone2342751203" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gizikip0sato'", Local "Local file system at /tmp/rclone2342751203", Modify Window "1ms" 2024/11/22 04:47:23 DEBUG : HELLO, WORLD!: md5 = 60c4d110382728b27e902c147549260f OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/11/22 04:47:24 ERROR : HELLO, WORLD!: sum not found 2024/11/22 04:47:24 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-gizikip0sato' 2024/11/22 04:47:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gizikip0sato': 1 files missing 2024/11/22 04:47:24 NOTICE: 1 hashes missing 2024/11/22 04:47:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gizikip0sato': 2 differences found 2024/11/22 04:47:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gizikip0sato': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/11/22 04:47:25 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/22 04:47:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gizikip0sato': 0 differences found 2024/11/22 04:47:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gizikip0sato': 1 matching files 2024/11/22 04:47:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-quboyay5moma" 2024/11/22 04:47:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/22 04:47:25 DEBUG : Creating backend with remote "TestDrive:crypt/8bm5fmu5bvpp15q7akf7evedjom7m5c164b52ubi4tio8n8hr29g" 2024/11/22 04:47:26 DEBUG : Creating backend with remote "/tmp/rclone4008657731" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quboyay5moma'", Local "Local file system at /tmp/rclone4008657731", Modify Window "1ms" 2024/11/22 04:47:29 DEBUG : 測試_Русский___ě_áñ: md5 = 7fb0986d88871d028653749b21602220 OK NFD checkfile vs. NFC remote (without normalization) 2024/11/22 04:47:30 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/22 04:47:30 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-quboyay5moma' 2024/11/22 04:47:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quboyay5moma': 1 files missing 2024/11/22 04:47:30 NOTICE: 1 hashes missing 2024/11/22 04:47:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quboyay5moma': 2 differences found 2024/11/22 04:47:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quboyay5moma': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/11/22 04:47:31 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/22 04:47:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quboyay5moma': 0 differences found 2024/11/22 04:47:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quboyay5moma': 1 matching files 2024/11/22 04:47:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zufufaj3nevi" 2024/11/22 04:47:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/22 04:47:31 DEBUG : Creating backend with remote "TestDrive:crypt/daun8b62b07d3kush63e1ljkbdaviglscomiri7aifdpbdujdovg" 2024/11/22 04:47:32 DEBUG : Creating backend with remote "/tmp/rclone196289193" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zufufaj3nevi'", Local "Local file system at /tmp/rclone196289193", Modify Window "1ms" 2024/11/22 04:47:35 DEBUG : 測試_Русский___ě_áñ: md5 = e3840c3c1222aa929729b3e255f1976f OK NFC checkfile vs. NFD remote (without normalization) 2024/11/22 04:47:36 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/22 04:47:36 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zufufaj3nevi' 2024/11/22 04:47:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zufufaj3nevi': 1 files missing 2024/11/22 04:47:36 NOTICE: 1 hashes missing 2024/11/22 04:47:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zufufaj3nevi': 2 differences found 2024/11/22 04:47:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zufufaj3nevi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/11/22 04:47:37 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/22 04:47:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zufufaj3nevi': 0 differences found 2024/11/22 04:47:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zufufaj3nevi': 1 matching files 2024/11/22 04:47:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gagexid7bomi" 2024/11/22 04:47:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/22 04:47:37 DEBUG : Creating backend with remote "TestDrive:crypt/3ojluvd6adep8g0vf5vur241ve4helruauasthg1v7mq61jd2l50" 2024/11/22 04:47:38 DEBUG : Creating backend with remote "/tmp/rclone2364287503" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gagexid7bomi'", Local "Local file system at /tmp/rclone2364287503", Modify Window "1ms" 2024/11/22 04:47:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 28dcd66212f80a1d846e58f5bae0f68d OK NFDx2 checkfile vs. both remote (without normalization) 2024/11/22 04:47:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/22 04:47:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gagexid7bomi' 2024/11/22 04:47:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gagexid7bomi': 1 files missing 2024/11/22 04:47:42 NOTICE: 1 hashes missing 2024/11/22 04:47:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gagexid7bomi': 2 differences found 2024/11/22 04:47:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gagexid7bomi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/11/22 04:47:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/22 04:47:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gagexid7bomi': 0 differences found 2024/11/22 04:47:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gagexid7bomi': 1 matching files 2024/11/22 04:47:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wecevev8wuve" 2024/11/22 04:47:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/22 04:47:43 DEBUG : Creating backend with remote "TestDrive:crypt/evtmh73httj6nmr0u9p5h72ccje920vb2184g2589sdoi3hnmsug" 2024/11/22 04:47:44 DEBUG : Creating backend with remote "/tmp/rclone1790004056" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wecevev8wuve'", Local "Local file system at /tmp/rclone1790004056", Modify Window "1ms" 2024/11/22 04:47:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = df2ffa5b58ff539b02e38c9884dfa05f OK NFCx2 checkfile vs. both remote (without normalization) 2024/11/22 04:47:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/22 04:47:47 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wecevev8wuve' 2024/11/22 04:47:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wecevev8wuve': 1 files missing 2024/11/22 04:47:47 NOTICE: 1 hashes missing 2024/11/22 04:47:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wecevev8wuve': 2 differences found 2024/11/22 04:47:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wecevev8wuve': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/11/22 04:47:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/22 04:47:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wecevev8wuve': 0 differences found 2024/11/22 04:47:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wecevev8wuve': 1 matching files 2024/11/22 04:47:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yilofub7wisi" 2024/11/22 04:47:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/22 04:47:49 DEBUG : Creating backend with remote "TestDrive:crypt/hrjmbifqjf0u17k1auo5d8fkh4n0v5a20dpj48dlg9nometrhqt0" 2024/11/22 04:47:50 DEBUG : Creating backend with remote "/tmp/rclone1163132879" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yilofub7wisi'", Local "Local file system at /tmp/rclone1163132879", Modify Window "1ms" 2024/11/22 04:47:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 18311d75b850cefc27fab3b44962150f OK both checkfile vs. NFDx2 remote (without normalization) 2024/11/22 04:47:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/22 04:47:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yilofub7wisi' 2024/11/22 04:47:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yilofub7wisi': 1 files missing 2024/11/22 04:47:53 NOTICE: 1 hashes missing 2024/11/22 04:47:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yilofub7wisi': 2 differences found 2024/11/22 04:47:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yilofub7wisi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/11/22 04:47:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/22 04:47:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yilofub7wisi': 0 differences found 2024/11/22 04:47:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yilofub7wisi': 1 matching files 2024/11/22 04:47:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-saqehel8gike" 2024/11/22 04:47:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/22 04:47:54 DEBUG : Creating backend with remote "TestDrive:crypt/es0skqd9dq5n49rj5edal42deqgoepa8bbo92vhf92snpum2jc30" 2024/11/22 04:47:55 DEBUG : Creating backend with remote "/tmp/rclone531801496" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-saqehel8gike'", Local "Local file system at /tmp/rclone531801496", Modify Window "1ms" 2024/11/22 04:47:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = c93877e3b4271d9e52736130cd4b6032 OK both checkfile vs. NFCx2 remote (without normalization) 2024/11/22 04:47:59 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/22 04:47:59 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-saqehel8gike' 2024/11/22 04:47:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-saqehel8gike': 1 files missing 2024/11/22 04:47:59 NOTICE: 1 hashes missing 2024/11/22 04:47:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-saqehel8gike': 2 differences found 2024/11/22 04:47:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-saqehel8gike': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/11/22 04:48:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/22 04:48:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-saqehel8gike': 0 differences found 2024/11/22 04:48:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-saqehel8gike': 1 matching files 2024/11/22 04:48:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-saqehel8gike': Purge remote 2024/11/22 04:48:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yilofub7wisi': Purge remote 2024/11/22 04:48:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wecevev8wuve': Purge remote 2024/11/22 04:48:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gagexid7bomi': Purge remote 2024/11/22 04:48:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zufufaj3nevi': Purge remote 2024/11/22 04:48:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quboyay5moma': Purge remote 2024/11/22 04:48:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gizikip0sato': Purge remote 2024/11/22 04:48:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fiyuzan3diwe': Purge remote 2024/11/22 04:48:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yecejij0tufe': Purge remote 2024/11/22 04:48:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-meborum9zabu': Purge remote --- PASS: TestApplyTransforms (64.27s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:48:07 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/22 04:48:10 DEBUG : sub/file2: md5 = 8e8aaf8220dbab6f1f2d9c73a6d78452 OK 2024/11/22 04:48:10 INFO : file1: Copied (new) to: sub/file2 2024/11/22 04:48:10 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 04:48:10 DEBUG : file1: Unchanged skipping 2024/11/22 04:48:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': don't need to copy/move sub/file2, it is already at target location 2024/11/22 04:48:13 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.11s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.50s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:48:17 DEBUG : dst/file1: md5 = c6a256b449c645526e08a415d292d941 OK 2024/11/22 04:48:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xewodey3sito/backup" 2024/11/22 04:48:18 DEBUG : Config file has changed externally - reloading 2024/11/22 04:48:18 DEBUG : Creating backend with remote "TestDrive:crypt/vv76tnagqoslrssdgkeh2si5orsnhpnjdaasck9omor4blqpbni0/1nrff024r7pq65ecp72fc28jb0" 2024/11/22 04:48:19 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/22 04:48:22 INFO : dst/file1: Moved (server-side) 2024/11/22 04:48:24 DEBUG : dst/file1: md5 = 44b4d970ae50a3dfc154becfa2439556 OK 2024/11/22 04:48:24 INFO : dst/file1: Copied (new) 2024/11/22 04:48:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/22 04:48:28 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/22 04:48:29 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.75s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:48:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xewodey3sito/dst" 2024/11/22 04:48:30 DEBUG : Config file has changed externally - reloading 2024/11/22 04:48:30 DEBUG : Creating backend with remote "TestDrive:crypt/vv76tnagqoslrssdgkeh2si5orsnhpnjdaasck9omor4blqpbni0/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/22 04:48:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xewodey3sito/CompareDest" 2024/11/22 04:48:32 DEBUG : Creating backend with remote "TestDrive:crypt/vv76tnagqoslrssdgkeh2si5orsnhpnjdaasck9omor4blqpbni0/gveqi14airsml4bgu7krj116o8" 2024/11/22 04:48:33 DEBUG : one: Need to transfer - File not found at Destination 2024/11/22 04:48:36 DEBUG : one: md5 = ca9d66d74bc52c599ff7662eff8d9f76 OK 2024/11/22 04:48:36 INFO : one: Copied (new) 2024/11/22 04:48:37 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/22 04:48:39 DEBUG : one: md5 = 1e446240e32365f43047fe542518f4df OK 2024/11/22 04:48:39 INFO : one: Copied (replaced existing) 2024/11/22 04:48:41 DEBUG : dst/one: md5 = c14e4c5a03274d4df056af90b11f9371 OK 2024/11/22 04:48:44 DEBUG : CompareDest/one: md5 = d7e49b3d7a4c7f17272ccf3d53f6586b OK 2024/11/22 04:48:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/22 04:48:45 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 04:48:45 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/22 04:48:47 DEBUG : CompareDest/two: md5 = 189ee0ca80b032e1781304e120e3431c OK 2024/11/22 04:48:48 DEBUG : two: Need to transfer - File not found at Destination 2024/11/22 04:48:48 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 04:48:48 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/22 04:48:49 DEBUG : two: Need to transfer - File not found at Destination 2024/11/22 04:48:49 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 04:48:49 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/22 04:48:50 DEBUG : two: Need to transfer - File not found at Destination 2024/11/22 04:48:51 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/22 04:48:52 DEBUG : two: md5 = fd22a260cd27c4ca1dac4b80628849aa OK 2024/11/22 04:48:52 INFO : two: Copied (new) 2024/11/22 04:48:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/22 04:48:56 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:48:57 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:48:57 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (27.92s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:48:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xewodey3sito/dst" 2024/11/22 04:48:58 DEBUG : Config file has changed externally - reloading 2024/11/22 04:48:58 DEBUG : Creating backend with remote "TestDrive:crypt/vv76tnagqoslrssdgkeh2si5orsnhpnjdaasck9omor4blqpbni0/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/22 04:48:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xewodey3sito/CopyDest" 2024/11/22 04:49:00 DEBUG : Creating backend with remote "TestDrive:crypt/vv76tnagqoslrssdgkeh2si5orsnhpnjdaasck9omor4blqpbni0/d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/22 04:49:01 DEBUG : one: Need to transfer - File not found at Destination 2024/11/22 04:49:04 DEBUG : one: md5 = e176f5f638c4bebb64661e52d6482531 OK 2024/11/22 04:49:04 INFO : one: Copied (new) 2024/11/22 04:49:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/22 04:49:07 DEBUG : one: md5 = c58ebba79b33b6e20c1a8faf78b68a98 OK 2024/11/22 04:49:07 INFO : one: Copied (replaced existing) 2024/11/22 04:49:09 DEBUG : dst/one: md5 = 520052775d480bad440cc15b84f17047 OK 2024/11/22 04:49:12 DEBUG : CopyDest/one: md5 = 3cfc4519bbc02b0d55cf026d0e3dbcaa OK 2024/11/22 04:49:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xewodey3sito/BackupDir" 2024/11/22 04:49:13 DEBUG : Creating backend with remote "TestDrive:crypt/vv76tnagqoslrssdgkeh2si5orsnhpnjdaasck9omor4blqpbni0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/22 04:49:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/22 04:49:15 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 04:49:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/22 04:49:17 INFO : one: Moved (server-side) 2024/11/22 04:49:18 INFO : one: Copied (server-side copy) 2024/11/22 04:49:18 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/22 04:49:20 DEBUG : CopyDest/two: md5 = c4c6eb56f86b34d08812d5f006e9cc64 OK 2024/11/22 04:49:21 DEBUG : two: Need to transfer - File not found at Destination 2024/11/22 04:49:21 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 04:49:23 INFO : two: Copied (server-side copy) 2024/11/22 04:49:23 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/22 04:49:24 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 04:49:24 DEBUG : two: Unchanged skipping 2024/11/22 04:49:26 DEBUG : CopyDest/three: md5 = fb767da3955d88ec4a83243d9d445e37 OK 2024/11/22 04:49:27 DEBUG : three: Need to transfer - File not found at Destination 2024/11/22 04:49:27 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/22 04:49:27 DEBUG : three: Destination not found in --copy-dest 2024/11/22 04:49:29 DEBUG : three: md5 = 02be4676dad2ab103f818c6be41524ff OK 2024/11/22 04:49:29 INFO : three: Copied (new) 2024/11/22 04:49:34 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/22 04:49:34 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:49:34 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/22 04:49:35 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/22 04:49:35 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/22 04:49:35 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:49:36 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (38.95s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.46s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", 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-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:49:38 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/11/22 04:49:41 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 1e73d10e5d630e4dc7cbf1c065c8215d OK 2024/11/22 04:49:41 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/11/22 04:49:41 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/11/22 04:49:41 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/11/22 04:49:42 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/11/22 04:49:43 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/11/22 04:49:45 DEBUG : TestCopyFileMaxTransfer/file4: md5 = a939e5846da2623deb3c6ac4fc3ab96e OK 2024/11/22 04:49:45 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/11/22 04:49:47 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/11/22 04:49:47 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.25s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.48s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:49:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': Looking for duplicate names using skip mode. 2024/11/22 04:49:52 NOTICE: one: Found 2 files with duplicate names 2024/11/22 04:49:52 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.80s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:49:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': Looking for duplicate names using skip mode. 2024/11/22 04:49:59 NOTICE: one: Found 3 files with duplicate names 2024/11/22 04:49:59 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/11/22 04:50:00 INFO : one: Deleted 2024/11/22 04:50:00 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.59s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:50:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': Looking for duplicate names using first mode. 2024/11/22 04:50:07 NOTICE: one: Found 3 files with duplicate names 2024/11/22 04:50:08 INFO : one: Deleted 2024/11/22 04:50:09 INFO : one: Deleted 2024/11/22 04:50:09 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (8.31s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:50:15 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': Looking for duplicate names using newest mode. 2024/11/22 04:50:15 NOTICE: one: Found 3 files with duplicate names 2024/11/22 04:50:16 INFO : one: Deleted 2024/11/22 04:50:16 INFO : one: Deleted 2024/11/22 04:50:16 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.74s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", 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-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:50:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': Looking for duplicate names using oldest mode. 2024/11/22 04:50:23 NOTICE: one: Found 3 files with duplicate names 2024/11/22 04:50:24 INFO : one: Deleted 2024/11/22 04:50:25 INFO : one: Deleted 2024/11/22 04:50:25 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.72s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:50:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': Looking for duplicate names using largest mode. 2024/11/22 04:50:31 NOTICE: one: Found 3 files with duplicate names 2024/11/22 04:50:32 INFO : one: Deleted 2024/11/22 04:50:32 INFO : one: Deleted 2024/11/22 04:50:32 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.86s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:50:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': Looking for duplicate names using smallest mode. 2024/11/22 04:50:39 NOTICE: one: Found 3 files with duplicate names 2024/11/22 04:50:39 INFO : one: Deleted 2024/11/22 04:50:40 INFO : one: Deleted 2024/11/22 04:50:40 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (8.06s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:50:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': Looking for duplicate names using rename mode. 2024/11/22 04:50:49 NOTICE: one.txt: Found 3 files with duplicate names 2024/11/22 04:50:50 INFO : one-2.txt: renamed from: one.txt 2024/11/22 04:50:52 INFO : one-3.txt: renamed from: one.txt 2024/11/22 04:50:53 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (14.36s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:50:59 DEBUG : dupe1/one.txt: md5 = 7c65a8fe1eab1ba8b2ff4e8c95c1fd84 OK 2024/11/22 04:51:02 DEBUG : dupe2/two.txt: md5 = 69884bdf6d753ce0a82c3882f5a962ac OK 2024/11/22 04:51:05 DEBUG : dupe3/three.txt: md5 = 105a9fb7bacd693fe19987681b8451a3 OK 2024/11/22 04:51:05 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/11/22 04:51:06 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/11/22 04:51:07 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/11/22 04:51:08 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/11/22 04:51:12 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/11/22 04:51:12 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/11/22 04:51:12 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (17.11s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:51:15 DEBUG : a.txt: md5 = 82ba3dea65b4ee0c98d957d29270555b OK 2024/11/22 04:51:17 DEBUG : zend.txt: md5 = 76415470d081e42c9dd36f55ac8a4076 OK 2024/11/22 04:51:19 DEBUG : sub dir/hello world: md5 = eb5b63d43b8981d8277a4b25691a1778 OK 2024/11/22 04:51:21 DEBUG : sub dir/hello world2: md5 = 0bf710076ec3f06186b46fa214a73d66 OK 2024/11/22 04:51:24 DEBUG : sub dir/ignore dir/.ignore: md5 = 19f41e700982f46c1167491c71901d1c OK 2024/11/22 04:51:25 DEBUG : sub dir/ignore dir/should be ignored: md5 = a20196a6613061da1c2d899384487fd7 OK 2024/11/22 04:51:28 DEBUG : sub dir/sub sub dir/hello world3: md5 = 2982d5d74966ab191ffb9b0a5749e22c OK 2024/11/22 04:51:30 DEBUG : a.txt: Excluded (Size Filter) 2024/11/22 04:51:30 DEBUG : a.txt: Excluded 2024/11/22 04:51:30 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/22 04:51:30 DEBUG : sub dir/hello world2: Excluded 2024/11/22 04:51:30 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/22 04:51:30 DEBUG : sub dir/hello world: Excluded 2024/11/22 04:51:31 DEBUG : sub dir/ignore dir: Excluded 2024/11/22 04:51:31 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/22 04:51:31 DEBUG : sub dir/hello world2: Excluded 2024/11/22 04:51:31 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/22 04:51:31 DEBUG : sub dir/hello world: Excluded 2024/11/22 04:51:31 DEBUG : sub dir/ignore dir: Excluded 2024/11/22 04:51:37 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/11/22 04:51:37 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/11/22 04:51:37 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/11/22 04:51:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/11/22 04:51:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/11/22 04:51:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2024/11/22 04:51:38 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (26.12s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:51:41 DEBUG : file1: md5 = 9bf2cdf2a7b67f27fbcaa2c8996be8b5 OK 2024/11/22 04:51:44 DEBUG : sub/file2: md5 = fc281ce1ab1b6303658b338e0402c31a 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/11/22 04:51:47 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/11/22 04:51:47 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/11/22 04:51:47 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/11/22 04:51:49 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (11.04s) --- PASS: TestListJSON/Default (0.26s) --- PASS: TestListJSON/FilesOnly (0.22s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.52s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.27s) --- PASS: TestListJSON/Metadata (0.75s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:51:52 DEBUG : file1: md5 = 36fb1f716c3c287a075bc3d756061f14 OK 2024/11/22 04:51:55 DEBUG : sub/file2: md5 = d49af6f6e80817fb8649a31d154d463b 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/11/22 04:51:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xewodey3sito/notfound" 2024/11/22 04:51:59 DEBUG : Config file has changed externally - reloading 2024/11/22 04:51:59 DEBUG : Creating backend with remote "TestDrive:crypt/vv76tnagqoslrssdgkeh2si5orsnhpnjdaasck9omor4blqpbni0/qe0i31qdkoejk60elps0ni5sqk" 2024/11/22 04:52:03 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.36s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.55s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.26s) --- PASS: TestStatJSON/NotFound (0.46s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.27s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.28s) --- PASS: TestStatJSON/RootNotFound (1.81s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:52:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': Making directory 2024/11/22 04:52:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': Making directory --- PASS: TestMkdir (0.70s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:52:07 DEBUG : sub dir/hello world: md5 = ea084441aa37032ff0889e0d30a4d647 OK 2024/11/22 04:52:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.86s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:52:12 DEBUG : potato2: md5 = dc4c5c596a33ee91225fbf8c8e27f157 OK 2024/11/22 04:52:14 DEBUG : empty space: md5 = 3dcd5b56de37fc9ceda630fb88f34a29 OK --- PASS: TestLs (5.89s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:52:18 DEBUG : potato2: md5 = 22257c114654f7d9a32ed72963a30656 OK 2024/11/22 04:52:19 DEBUG : empty space: md5 = 7baf5c9fe2b2a931ab4502b2779114db OK 2024/11/22 04:52:20 DEBUG : empty space: Excluded (FilesFrom Filter) 2024/11/22 04:52:20 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.60s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:52:23 DEBUG : potato2: md5 = a02d4963d4d0ae2d0c9641552175507e OK 2024/11/22 04:52:25 DEBUG : empty space: md5 = 6cb2c14688b4a7bcba5181f313839e33 OK --- PASS: TestLsLong (6.90s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:52:31 DEBUG : potato2: md5 = 9824a96d057705f0731e4a033b412b12 OK 2024/11/22 04:52:32 DEBUG : empty space: md5 = 5ea80450e0f3f961ae75d3e6564e0e66 OK --- PASS: TestHashSums (5.49s) === RUN TestHashSumsWithErrors 2024/11/22 04:52:34 DEBUG : Creating backend with remote ":memory:" 2024/11/22 04:52:34 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/11/22 04:52:34 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/22 04:52:34 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/22 04:52:34 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/22 04:52:34 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/22 04:52:34 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/22 04:52:34 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/22 04:52:34 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/11/22 04:52:34 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-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:52:36 DEBUG : potato2: md5 = e7771abf2caba8e912187cb8566f3fd6 OK 2024/11/22 04:52:37 DEBUG : empty space: md5 = 3493341e505ad8def94a44986db8ed95 OK 2024/11/22 04:52:40 DEBUG : sub dir/potato3: md5 = 655be9e39dc1989b66540ecb913f0f8b OK 2024/11/22 04:52:43 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (10.02s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:52:46 DEBUG : small: md5 = b95e8efdf528cf2a5ff6a0aca4c75a51 OK 2024/11/22 04:52:48 DEBUG : medium: md5 = 40f118b5d52e088b53539785f7c70511 OK 2024/11/22 04:52:49 DEBUG : large: md5 = 2ee0a1f706fa5b417d6bba2bf00da0ba OK 2024/11/22 04:52:50 DEBUG : Waiting for deletions to finish 2024/11/22 04:52:50 DEBUG : large: Excluded (Size Filter) 2024/11/22 04:52:50 INFO : medium: Deleted 2024/11/22 04:52:51 INFO : small: Deleted --- PASS: TestDelete (7.86s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:52:54 DEBUG : small: md5 = 71564c120f6a8af88006a9ca442d0898 OK 2024/11/22 04:52:55 DEBUG : medium: md5 = 1a181d85ab069c865155400a83271cdd OK 2024/11/22 04:52:57 DEBUG : large: md5 = 5fa086036b6095febbe1bbe45958f0b2 OK 2024/11/22 04:52:57 DEBUG : Waiting for deletions to finish 2024/11/22 04:52:58 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2024/11/22 04:52:58 INFO : small: Deleted 2024/11/22 04:52:58 INFO : large: Deleted --- PASS: TestMaxDelete (7.83s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:53:02 DEBUG : small: md5 = a98ff69cb356b9429e552cdb09425151 OK 2024/11/22 04:53:04 DEBUG : medium: md5 = ae9263aef47aa58cce21585b471c6f73 OK 2024/11/22 04:53:05 DEBUG : large: md5 = fdd1d1e1969db1d2a7be7fdd35e3cf2c OK 2024/11/22 04:53:05 DEBUG : Waiting for deletions to finish 2024/11/22 04:53:06 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/22 04:53:06 INFO : small: Deleted 2024/11/22 04:53:06 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.25s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:53:10 DEBUG : small: md5 = 1905fc1f450d93be1b64fd77eb96feb1 OK 2024/11/22 04:53:12 DEBUG : medium: md5 = a89ffb43a8bbd51837a552511bbfc193 OK 2024/11/22 04:53:13 DEBUG : large: md5 = 14a52b5551dff58b49369772f194d43f OK 2024/11/22 04:53:13 DEBUG : Waiting for deletions to finish 2024/11/22 04:53:14 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/22 04:53:14 INFO : small: Deleted 2024/11/22 04:53:14 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (7.85s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:53:18 DEBUG : ReadFile: md5 = 6bfc9403252d3b96e69018b211255399 OK --- PASS: TestReadFile (5.47s) === RUN TestRetry 2024/11/22 04:53:22 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/11/22 04:53:22 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/11/22 04:53:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/22 04:53:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/22 04:53:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/22 04:53:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/22 04:53:22 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-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:53:23 DEBUG : file1: md5 = 340453ddbe98d6e4a3931d0456a43d7f OK 2024/11/22 04:53:25 DEBUG : file2: md5 = efc7436e763b96bcbb2e12bdaa2354c7 OK --- PASS: TestCat (18.02s) === RUN TestPurge 2024/11/22 04:53:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-buhuvaq9yayu" 2024/11/22 04:53:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/22 04:53:40 DEBUG : Creating backend with remote "TestDrive:crypt/toqfvenm6116dqekg901vuja14pqrlcjeknvmamm4gcn0aouv2f0" 2024/11/22 04:53:41 DEBUG : Creating backend with remote "/tmp/rclone3421147959" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-buhuvaq9yayu'", Local "Local file system at /tmp/rclone3421147959", Modify Window "1ms" 2024/11/22 04:53:47 DEBUG : A1/B1/C1/one: md5 = 75b7090bebbe782a37d1386e83da8a92 OK 2024/11/22 04:53:47 DEBUG : A2: Making directory 2024/11/22 04:53:48 DEBUG : A1/B2: Making directory 2024/11/22 04:53:49 DEBUG : A1/B2/C2: Making directory 2024/11/22 04:53:50 DEBUG : A1/B1/C3: Making directory 2024/11/22 04:53:51 DEBUG : A3: Making directory 2024/11/22 04:53:52 DEBUG : A3/B3: Making directory 2024/11/22 04:53:53 DEBUG : A3/B3/C4: Making directory 2024/11/22 04:53:56 DEBUG : A1/two: md5 = d52681c8f0874860b41f4c125502056c OK 2024/11/22 04:54:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-buhuvaq9yayu': Purge remote 2024/11/22 04:54:01 NOTICE: purge failed: directory not found --- PASS: TestPurge (21.03s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:54:06 DEBUG : A1/B1/C1/one: md5 = 945cb50baac5fab736dfc32eb558cee8 OK 2024/11/22 04:54:06 DEBUG : A2: Making directory 2024/11/22 04:54:07 DEBUG : A1/B2: Making directory 2024/11/22 04:54:08 DEBUG : A1/B2/C2: Making directory 2024/11/22 04:54:09 DEBUG : A1/B1/C3: Making directory 2024/11/22 04:54:10 DEBUG : A3: Making directory 2024/11/22 04:54:11 DEBUG : A3/B3: Making directory 2024/11/22 04:54:12 DEBUG : A3/B3/C4: Making directory 2024/11/22 04:54:15 DEBUG : A1/two: md5 = ad6fb548edb52e1bdddf6497b451bbf9 OK 2024/11/22 04:54:16 DEBUG : removing 1 level 3 directories 2024/11/22 04:54:16 INFO : A3/B3/C4: Removing directory 2024/11/22 04:54:19 DEBUG : removing 2 level 3 directories 2024/11/22 04:54:19 INFO : A1/B2/C2: Removing directory 2024/11/22 04:54:19 INFO : A1/B1/C3: Removing directory 2024/11/22 04:54:20 DEBUG : removing 2 level 2 directories 2024/11/22 04:54:20 INFO : A3/B3: Removing directory 2024/11/22 04:54:20 INFO : A1/B2: Removing directory 2024/11/22 04:54:20 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/22 04:54:20 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/11/22 04:54:20 DEBUG : removing 2 level 1 directories 2024/11/22 04:54:20 INFO : A3: Removing directory 2024/11/22 04:54:20 INFO : A2: Removing directory 2024/11/22 04:54:21 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/11/22 04:54:25 DEBUG : removing 1 level 3 directories 2024/11/22 04:54:25 INFO : A1/B1/C1: Removing directory 2024/11/22 04:54:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:54:26 DEBUG : removing 1 level 2 directories 2024/11/22 04:54:26 INFO : A1/B1: Removing directory 2024/11/22 04:54:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/22 04:54:26 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/22 04:54:27 DEBUG : removing 1 level 1 directories 2024/11/22 04:54:27 INFO : A1: Removing directory 2024/11/22 04:54:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/22 04:54:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/22 04:54:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/22 04:54:28 DEBUG : removing 1 level 0 directories 2024/11/22 04:54:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': Removing directory 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/22 04:54:29 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (29.26s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:54:31 DEBUG : A1: Making directory 2024/11/22 04:54:32 DEBUG : A1/B1: Making directory 2024/11/22 04:54:33 DEBUG : A1/B1/C1: Making directory 2024/11/22 04:54:36 DEBUG : removing 1 level 3 directories 2024/11/22 04:54:36 INFO : A1/B1/C1: Removing directory 2024/11/22 04:54:37 DEBUG : removing 1 level 2 directories 2024/11/22 04:54:37 INFO : A1/B1: Removing directory 2024/11/22 04:54:37 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/22 04:54:39 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.94s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:54:40 DEBUG : A1: Making directory 2024/11/22 04:54:41 DEBUG : A1/B1: Making directory 2024/11/22 04:54:42 DEBUG : A1/B1/C1: Making directory 2024/11/22 04:54:45 DEBUG : removing 1 level 3 directories 2024/11/22 04:54:45 INFO : A1/B1/C1: Removing directory 2024/11/22 04:54:46 DEBUG : removing 1 level 2 directories 2024/11/22 04:54:46 INFO : A1/B1: Removing directory 2024/11/22 04:54:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/22 04:54:48 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (9.08s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:54:51 DEBUG : file1: md5 = 7e79e1bfbd600979b9835a6de9e9a1eb OK 2024/11/22 04:54:51 DEBUG : filename.txt: File name found in url 2024/11/22 04:54:53 DEBUG : filename.txt: md5 = 2b71c999997eb6b3776ec74b7ed1a341 OK 2024/11/22 04:54:53 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/11/22 04:54:55 DEBUG : headerfilename.txt: md5 = ac2934daeb818978280b2b6b6e95d67c OK 2024/11/22 04:54:56 DEBUG : file2: md5 = 85956d289710aaaa584343d77f0e6b25 OK --- PASS: TestCopyURL (10.64s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:55:00 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/22 04:55:03 DEBUG : sub/file2: md5 = d7b77986359463a7692e18f241c13eae OK 2024/11/22 04:55:03 INFO : file1: Copied (new) to: sub/file2 2024/11/22 04:55:03 INFO : file1: Deleted 2024/11/22 04:55:04 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 04:55:04 DEBUG : file1: Unchanged skipping 2024/11/22 04:55:04 INFO : file1: Deleted 2024/11/22 04:55:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': don't need to copy/move sub/file2, it is already at target location 2024/11/22 04:55:06 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.54s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:55:07 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/22 04:55:09 DEBUG : file1: md5 = 5fc7a7712d858dd29d7ce6cc80ab2d04 OK 2024/11/22 04:55:09 INFO : file1: Copied (new) 2024/11/22 04:55:09 INFO : file1: Deleted 2024/11/22 04:55:10 DEBUG : file1: Destination exists, skipping 2024/11/22 04:55:10 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (4.39s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.48s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.46s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:55:15 DEBUG : dst/file1: md5 = 59cad2c8f61bc500f4369689191d85d5 OK 2024/11/22 04:55:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xewodey3sito/backup" 2024/11/22 04:55:16 DEBUG : Config file has changed externally - reloading 2024/11/22 04:55:16 DEBUG : Creating backend with remote "TestDrive:crypt/vv76tnagqoslrssdgkeh2si5orsnhpnjdaasck9omor4blqpbni0/1nrff024r7pq65ecp72fc28jb0" 2024/11/22 04:55:17 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/22 04:55:21 INFO : dst/file1: Moved (server-side) 2024/11/22 04:55:23 DEBUG : dst/file1: md5 = 2776a650bedebd074da4ff2feaa43843 OK 2024/11/22 04:55:23 INFO : dst/file1: Copied (new) 2024/11/22 04:55:23 INFO : dst/file1: Deleted 2024/11/22 04:55:25 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/22 04:55:26 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/22 04:55:27 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.49s) === 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-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:55:31 DEBUG : A1/one: md5 = 0e7669021b7f6409cb6ec2caf4ac3956 OK 2024/11/22 04:55:32 DEBUG : A1/two: md5 = 250d80e320abf16f8dce27f0c17b7cb9 OK 2024/11/22 04:55:35 DEBUG : A1/B1/three: md5 = e5f05fdc8d71fb3bcb6999c2c3503373 OK 2024/11/22 04:55:38 DEBUG : A1/B1/C1/four: md5 = b067ff8c78f24598c16d4eb9d716fad9 OK 2024/11/22 04:55:41 DEBUG : A1/B1/C2/five: md5 = d173c07428fe5cd16c64ecabfaf525b1 OK 2024/11/22 04:55:41 DEBUG : A1/B2: Making directory 2024/11/22 04:55:42 DEBUG : A1/B1/C3: Making directory 2024/11/22 04:55:55 INFO : A2/one: Moved (server-side) to: A3/one 2024/11/22 04:55:55 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/11/22 04:55:55 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/11/22 04:55:55 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/11/22 04:55:56 INFO : A2/two: Moved (server-side) to: A3/two 2024/11/22 04:55:59 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/22 04:55:59 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/22 04:55:59 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/22 04:56:00 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/22 04:56:00 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/22 04:56:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/11/22 04:56:10 INFO : A3/two: Moved (server-side) to: A4/two 2024/11/22 04:56:10 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/11/22 04:56:10 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/11/22 04:56:10 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/11/22 04:56:11 INFO : A3/one: Moved (server-side) to: A4/one 2024/11/22 04:56:14 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/22 04:56:14 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/22 04:56:14 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/22 04:56:15 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/22 04:56:15 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/22 04:56:23 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/11/22 04:56:23 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/11/22 04:56:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/22 04:56:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/22 04:56:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/22 04:56:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/22 04:56:25 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/22 04:56:25 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/22 04:56:25 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/22 04:56:25 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (58.22s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:56:26 DEBUG : Config file has changed externally - reloading --- PASS: TestGetFsInfo (0.45s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:56:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': File to upload is small (34 bytes), uploading instead of streaming 2024/11/22 04:56:29 DEBUG : no_checksum_small_file_from_pipe: md5 = 4f19a0641f8d409a243b7f588a6a3a0a OK 2024/11/22 04:56:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/11/22 04:56:29 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/22 04:56:30 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/11/22 04:56:31 DEBUG : no_checksum_big_file_from_pipe: md5 = bbd006dd65ad9d486127fd1d1c28f83a OK 2024/11/22 04:56:31 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-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:56:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': File to upload is small (34 bytes), uploading instead of streaming 2024/11/22 04:56:35 DEBUG : with_checksum_small_file_from_pipe: md5 = 04389a06de42620dbe7c97e671b43b20 OK 2024/11/22 04:56:35 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/22 04:56:36 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/11/22 04:56:37 DEBUG : with_checksum_big_file_from_pipe: md5 = f3a8aa0da00b62a00c3ba1bb6007b8ad OK 2024/11/22 04:56:37 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-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:56:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': File to upload is small (34 bytes), uploading instead of streaming 2024/11/22 04:56:41 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 04:56:41 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/22 04:56:43 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-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:56:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': File to upload is small (34 bytes), uploading instead of streaming 2024/11/22 04:56:47 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/22 04:56:47 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/22 04:56:49 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (24.04s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.65s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.66s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.91s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.82s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/11/22 04:56:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': File to upload is small (48 bytes), uploading instead of streaming 2024/11/22 04:56:52 DEBUG : rcat_metadata: md5 = f989fbec36432c8b245c51e3a98cbd74 OK 2024/11/22 04:56:52 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/11/22 04:56:55 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/11/22 04:56:56 DEBUG : rcat_metadata_uploadcutoff0: md5 = 355541e0cfcf9d8a1991e20ebc064951 OK 2024/11/22 04:56:56 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.66s) --- PASS: TestRcatMetadata/Normal (3.01s) --- PASS: TestRcatMetadata/ViaDisk (3.17s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:56:59 DEBUG : potato1: md5 = 99ba962a0b6df079c64b2d070061e25f OK 2024/11/22 04:56:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': File to upload is small (60 bytes), uploading instead of streaming 2024/11/22 04:57:00 DEBUG : potato2: md5 = af64a9000b091b09157c52d68e1a0e01 OK 2024/11/22 04:57:00 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.14s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:57:04 DEBUG : potato1: md5 = a6ebdc67a57ecc4af8ba83cd46b97e87 OK 2024/11/22 04:57:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': File to upload is small (60 bytes), uploading instead of streaming 2024/11/22 04:57:06 DEBUG : potato2: md5 = 7aaf249a9389a572ea983a9c6c341cc9 OK 2024/11/22 04:57:06 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.07s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:57:10 DEBUG : potato2: md5 = ea7b16ca688df3643554549749a70109 OK 2024/11/22 04:57:13 DEBUG : empty space: md5 = 92f4eea96a4f410ba161e6b338de26c8 OK 2024/11/22 04:57:15 DEBUG : sub dir/potato3: md5 = 7a1bec73e4aa6e46641abee8d3637f56 OK 2024/11/22 04:57:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': Touching "empty space" 2024/11/22 04:57:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': Touching "potato2" 2024/11/22 04:57:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': Touching "sub dir/potato3" 2024/11/22 04:57:21 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (13.70s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:57:22 DEBUG : dir with metadata: Making directory with metadata 2024/11/22 04:57:23 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.83s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:57:25 DEBUG : directory with modtime: Making directory with metadata 2024/11/22 04:57:26 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.81s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:57:28 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/22 04:57:28 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/22 04:57:28 DEBUG : Google drive root 'crypt/vv76tnagqoslrssdgkeh2si5orsnhpnjdaasck9omor4blqpbni0': Skipping btime metadata as can't update it on an existing file: 2024-11-22T04:57:28.288379943Z 2024/11/22 04:57:29 INFO : non existent directory: Updated directory metadata 2024/11/22 04:57:31 DEBUG : Google drive root 'crypt/vv76tnagqoslrssdgkeh2si5orsnhpnjdaasck9omor4blqpbni0': Skipping btime metadata as can't update it on an existing file: 2024-11-22T04:57:28.288379943Z 2024/11/22 04:57:32 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.94s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:57:34 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/11/22 04:57:36 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/11/22 04:57:37 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (5.08s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:57:39 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/22 04:57:39 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/22 04:57:39 DEBUG : dst: Making directory with metadata 2024/11/22 04:57:40 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/22 04:57:40 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 04:57:41 INFO : dst: Set directory modification time (using SetModTime) 2024/11/22 04:57:41 INFO : dst: Set directory modification time (using SetModTime) 2024/11/22 04:57:41 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/11/22 04:57:42 INFO : dst: Set directory modification time (using SetModTime) 2024/11/22 04:57:42 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (5.73s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito'", Local "Local file system at /tmp/rclone1337422807", Modify Window "1ms" 2024/11/22 04:57:47 DEBUG : sub dir/test remove existing: md5 = 94d185b8f1c517ef51679497c3e1fa41 OK 2024/11/22 04:57:49 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 1cac2f271a232c2492a8f43af7a06b67 OK 2024/11/22 04:57:51 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.holavuv1" before starting 2024/11/22 04:57:52 DEBUG : sub dir/test remove existing.holavuv1: TEST: removing renamed existing file after operation 2024/11/22 04:57:53 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yohamof6" before starting 2024/11/22 04:57:54 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yohamof6: TEST: renaming existing back after failed operation 2024/11/22 04:57:56 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.rimogur4" before starting 2024/11/22 04:57:57 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.rimogur4: TEST: removing renamed existing file after operation 2024/11/22 04:57:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "gak36to9bt76r4iqmvjekhcgunfs22lvaj6ocp5aht49b3pj2ad8goa0p4agh70ptsf3avva0ko57e5nvlgjnlmajq09254fb6q72igeihk0aal23509aamp9a3mj8sab6hpmvj0fj8nb2ifd4el9n2k8eqc99fuvb74uersrv94jeao9bg0" 2024/11/22 04:57:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "jaefkfeuo9nsembg0svbmdkemg3um1j54rbr63bdvotjnq3q22sg" --- PASS: TestRemoveExisting (14.80s) === 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/11/22 04:57:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xewodey3sito': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 12m40.545406168s (try 1/5)