"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/02/17 04:05:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuliqiv6xadi" 2025/02/17 04:05:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/17 04:05:13 DEBUG : Creating backend with remote "TestDrive:crypt/m766d4qje9vk17vhj99jdionc4sgj43fh325p2fqkp9ilu8geh2g" 2025/02/17 04:05:14 DEBUG : Creating backend with remote "/tmp/rclone2521849838" === 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-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.26s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/02/17 04:05:15 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/17 04:05:15 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/17 04:05:15 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/02/17 04:05:15 DEBUG : potato: Seek from 10 to 0 2025/02/17 04:05:15 DEBUG : potato: Seek from 10 to 0 2025/02/17 04:05:15 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/02/17 04:05:15 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/17 04:05:15 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/17 04:05:15 DEBUG : potato: Seek from 5 to 2 2025/02/17 04:05:15 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/02/17 04:05:15 DEBUG : potato: Seek from 7 to 0 2025/02/17 04:05:15 DEBUG : potato: Seek from 7 to 0 2025/02/17 04:05:15 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/02/17 04:05:15 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/17 04:05:15 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/17 04:05:15 DEBUG : potato: Seek from 5 to 2 2025/02/17 04:05:15 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/02/17 04:05:15 DEBUG : potato: Seek from 8 to 0 2025/02/17 04:05:15 DEBUG : potato: Seek from 8 to 0 2025/02/17 04:05:15 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/02/17 04:05:15 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/17 04:05:15 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/17 04:05:15 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/17 04:05:15 DEBUG : potato: Seek from 5 to 2 2025/02/17 04:05:15 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/02/17 04:05:15 DEBUG : potato: Seek from 9 to 0 2025/02/17 04:05:15 DEBUG : potato: Seek from 9 to 0 2025/02/17 04:05:15 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-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:05:17 DEBUG : rutabaga: md5 = f09db014b98508217a3ccc64e5b54f7c OK === RUN TestCheck/1 === RUN TestCheck/2 2025/02/17 04:05:19 DEBUG : empty space: md5 = 15b2cefa12db3181ea397ec5bebcb762 OK === RUN TestCheck/3 2025/02/17 04:05:21 DEBUG : potato2: md5 = 481c21762442f6f394eb360fe06338f9 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/02/17 04:05:24 DEBUG : remotepotato: md5 = 094153eb2f087838bedc7bc23bee0d4d OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.24s) --- PASS: TestCheck/1 (0.29s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.29s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.28s) === RUN TestCheckFsError 2025/02/17 04:05:27 DEBUG : Creating backend with remote "nonexistent" 2025/02/17 04:05:27 DEBUG : Creating backend with remote "nonexistent" 2025/02/17 04:05:27 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/02/17 04:05:27 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/02/17 04:05:27 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/02/17 04:05:27 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-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:05:29 DEBUG : rutabaga: md5 = ec4be3d0ca8dc0ebe203305e9b07952d OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/02/17 04:05:33 DEBUG : empty space: md5 = becfaab2c9c43b520e2b58ab5c0c9d42 OK === RUN TestCheckDownload/3 2025/02/17 04:05:36 DEBUG : potato2: md5 = 35ec723d8baa7826f84fa0bb480b3f47 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/02/17 04:05:40 DEBUG : remotepotato: md5 = fcc656275df32354188a64f96fa28a0b OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (18.09s) --- PASS: TestCheckDownload/1 (1.10s) --- PASS: TestCheckDownload/2 (1.49s) --- PASS: TestCheckDownload/3 (0.98s) --- PASS: TestCheckDownload/4 (1.33s) --- PASS: TestCheckDownload/5 (1.30s) --- PASS: TestCheckDownload/6 (1.51s) --- PASS: TestCheckDownload/7 (1.03s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:05:47 DEBUG : rutabaga: md5 = 1419b1b46ff03e3929a391419154185f OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/02/17 04:05:49 DEBUG : empty space: md5 = 3dfa45f03da30fd48082460d51764c8c OK === RUN TestCheckSizeOnly/3 2025/02/17 04:05:51 DEBUG : potato2: md5 = 4253e340b6441f1559c82cc64c9e7fdb OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/02/17 04:05:53 DEBUG : remotepotato: md5 = dd1fdc8294a7db23e5710e637e1ef8dc OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.54s) --- PASS: TestCheckSizeOnly/1 (0.22s) --- PASS: TestCheckSizeOnly/2 (0.37s) --- PASS: TestCheckSizeOnly/3 (0.27s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.23s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.38s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:05:58 DEBUG : test.sum: md5 = 53caace957fd71e1999f024899fce930 OK 2025/02/17 04:05:59 NOTICE: test.sum: improperly formatted checksum line 4 2025/02/17 04:05:59 NOTICE: test.sum: improperly formatted checksum line 5 2025/02/17 04:05:59 NOTICE: test.sum: improperly formatted checksum line 6 2025/02/17 04:05:59 NOTICE: test.sum: 2 warning(s) suppressed... 2025/02/17 04:06:01 DEBUG : test.sum: md5 = 8976529be1832e325bd814485ba73257 OK 2025/02/17 04:06:02 NOTICE: test.sum: improperly formatted checksum line 4 2025/02/17 04:06:02 NOTICE: test.sum: improperly formatted checksum line 5 2025/02/17 04:06:02 NOTICE: test.sum: improperly formatted checksum line 6 2025/02/17 04:06:02 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.90s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:06:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuliqiv6xadi/data" 2025/02/17 04:06:03 DEBUG : Creating backend with remote "TestDrive:crypt/m766d4qje9vk17vhj99jdionc4sgj43fh325p2fqkp9ilu8geh2g/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi/data' lacks md5, skipping --- SKIP: TestCheckSum (2.09s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:06:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuliqiv6xadi/data" 2025/02/17 04:06:05 DEBUG : Creating backend with remote "TestDrive:crypt/m766d4qje9vk17vhj99jdionc4sgj43fh325p2fqkp9ilu8geh2g/vjrnln8ratgmqakfosrqe8espk" 2025/02/17 04:06:09 DEBUG : data/banana: md5 = ee0e5361be5fb19e4684689eb386466c OK 2025/02/17 04:06:10 DEBUG : test.sum: md5 = 248b8f5e5cb82b6d847288e054249119 OK === RUN TestCheckSumDownload/subtest1 2025/02/17 04:06:15 DEBUG : data/potato: md5 = 105766ee081dc4ac854c5144f9fcf1cb OK 2025/02/17 04:06:16 DEBUG : test.sum: md5 = 108406c931916a974093ae0e05d6ce8a OK === RUN TestCheckSumDownload/subtest2 2025/02/17 04:06:20 DEBUG : test.sum: md5 = 9963daf2cfb57f47d2b044569d54bb3e OK === RUN TestCheckSumDownload/subtest3 2025/02/17 04:06:25 DEBUG : test.sum: md5 = eefa65e2b483cb767184c5a1fbdd8a17 OK === RUN TestCheckSumDownload/subtest4 2025/02/17 04:06:29 DEBUG : test.sum: md5 = 908b45e4620beb68ef5628db9928f76f OK === RUN TestCheckSumDownload/subtest5 2025/02/17 04:06:34 DEBUG : test.sum: md5 = 6fbc2ccc1940594090496e1144d90e36 OK === RUN TestCheckSumDownload/subtest6 2025/02/17 04:06:39 DEBUG : data/banana: md5 = 81343902cd347145cb159ad12fc6c6c8 OK 2025/02/17 04:06:40 DEBUG : data/potato: md5 = 41ce91252fe619934ecfc8ef78961c21 OK 2025/02/17 04:06:41 DEBUG : test.sum: md5 = 6d5b9a0ae03a41c7a33b690e58d27ef7 OK === RUN TestCheckSumDownload/subtest7 2025/02/17 04:06:46 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/02/17 04:06:46 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (42.34s) --- PASS: TestCheckSumDownload/subtest1 (2.48s) --- PASS: TestCheckSumDownload/subtest2 (2.05s) --- PASS: TestCheckSumDownload/subtest3 (2.66s) --- PASS: TestCheckSumDownload/subtest4 (2.50s) --- PASS: TestCheckSumDownload/subtest5 (2.69s) --- PASS: TestCheckSumDownload/subtest6 (2.49s) --- PASS: TestCheckSumDownload/subtest7 (2.28s) === RUN TestApplyTransforms 2025/02/17 04:06:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pumibib3mobo" 2025/02/17 04:06:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/17 04:06:47 DEBUG : Creating backend with remote "TestDrive:crypt/6606ogl9348e5imlj3avema5cv6d5m875kln62iui4uq5sd15j6g" 2025/02/17 04:06:48 DEBUG : Creating backend with remote "/tmp/rclone3832352925" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pumibib3mobo'", Local "Local file system at /tmp/rclone3832352925", Modify Window "1ms" 2025/02/17 04:06:50 DEBUG : hello, world!: md5 = 27e15e5622e3b2b53c31fb37d10555f7 OK upper checkfile vs. lower remote (without normalization) 2025/02/17 04:06:51 ERROR : hello, world!: sum not found 2025/02/17 04:06:51 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-pumibib3mobo' 2025/02/17 04:06:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pumibib3mobo': 1 files missing 2025/02/17 04:06:51 NOTICE: 1 hashes missing 2025/02/17 04:06:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pumibib3mobo': 2 differences found 2025/02/17 04:06:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pumibib3mobo': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/02/17 04:06:52 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/17 04:06:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pumibib3mobo': 0 differences found 2025/02/17 04:06:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pumibib3mobo': 1 matching files 2025/02/17 04:06:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-woxucex5yewu" 2025/02/17 04:06:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/17 04:06:52 DEBUG : Creating backend with remote "TestDrive:crypt/u8vs9lig5ckmqrotvo02thljsdsqelpb3afl4l7qgi4ak448b470" 2025/02/17 04:06:53 DEBUG : Creating backend with remote "/tmp/rclone2912990369" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-woxucex5yewu'", Local "Local file system at /tmp/rclone2912990369", Modify Window "1ms" 2025/02/17 04:06:55 DEBUG : HELLO, WORLD!: md5 = bda4247650883ff238cd3bdb46a3b84c OK lower checkfile vs. upper remote (without normalization) 2025/02/17 04:06:56 ERROR : HELLO, WORLD!: sum not found 2025/02/17 04:06:56 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-woxucex5yewu' 2025/02/17 04:06:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-woxucex5yewu': 1 files missing 2025/02/17 04:06:56 NOTICE: 1 hashes missing 2025/02/17 04:06:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-woxucex5yewu': 2 differences found 2025/02/17 04:06:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-woxucex5yewu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/02/17 04:06:57 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/17 04:06:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-woxucex5yewu': 0 differences found 2025/02/17 04:06:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-woxucex5yewu': 1 matching files 2025/02/17 04:06:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-viqugel8buye" 2025/02/17 04:06:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/17 04:06:57 DEBUG : Creating backend with remote "TestDrive:crypt/bephtbgv9t9bvron6dfg2vmmqb31pf12qj0p59k7bm0taadaqbp0" 2025/02/17 04:06:58 DEBUG : Creating backend with remote "/tmp/rclone842590789" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-viqugel8buye'", Local "Local file system at /tmp/rclone842590789", Modify Window "1ms" 2025/02/17 04:07:00 DEBUG : HeLlO, wOrLd!: md5 = 90fbffc4228da2c3c0f9468270ff8464 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/02/17 04:07:00 ERROR : HeLlO, wOrLd!: sum not found 2025/02/17 04:07:00 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-viqugel8buye' 2025/02/17 04:07:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-viqugel8buye': 1 files missing 2025/02/17 04:07:00 NOTICE: 1 hashes missing 2025/02/17 04:07:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-viqugel8buye': 2 differences found 2025/02/17 04:07:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-viqugel8buye': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/02/17 04:07:02 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/17 04:07:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-viqugel8buye': 0 differences found 2025/02/17 04:07:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-viqugel8buye': 1 matching files 2025/02/17 04:07:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vipofub5gawo" 2025/02/17 04:07:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/17 04:07:02 DEBUG : Creating backend with remote "TestDrive:crypt/qohdp8pqg2nr4fiq63o0p4raiggsfftcpgp1c4nshr0qr45ohsbg" 2025/02/17 04:07:03 DEBUG : Creating backend with remote "/tmp/rclone1337512004" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vipofub5gawo'", Local "Local file system at /tmp/rclone1337512004", Modify Window "1ms" 2025/02/17 04:07:05 DEBUG : HELLO, WORLD!: md5 = a564c9e16795943061ab7d2df29831b8 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/02/17 04:07:06 ERROR : HELLO, WORLD!: sum not found 2025/02/17 04:07:06 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-vipofub5gawo' 2025/02/17 04:07:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vipofub5gawo': 1 files missing 2025/02/17 04:07:06 NOTICE: 1 hashes missing 2025/02/17 04:07:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vipofub5gawo': 2 differences found 2025/02/17 04:07:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vipofub5gawo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/02/17 04:07:07 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/17 04:07:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vipofub5gawo': 0 differences found 2025/02/17 04:07:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vipofub5gawo': 1 matching files 2025/02/17 04:07:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kiyoped2quje" 2025/02/17 04:07:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/17 04:07:07 DEBUG : Creating backend with remote "TestDrive:crypt/akud224oqh7fgncs4j4tptm22qreuami9fpjqc9eqnidib6lcang" 2025/02/17 04:07:08 DEBUG : Creating backend with remote "/tmp/rclone2725643846" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kiyoped2quje'", Local "Local file system at /tmp/rclone2725643846", Modify Window "1ms" 2025/02/17 04:07:10 DEBUG : 測試_Русский___ě_áñ: md5 = f6d24f6013a040383339a2385afec719 OK NFD checkfile vs. NFC remote (without normalization) 2025/02/17 04:07:11 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/17 04:07:11 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kiyoped2quje' 2025/02/17 04:07:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiyoped2quje': 1 files missing 2025/02/17 04:07:11 NOTICE: 1 hashes missing 2025/02/17 04:07:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiyoped2quje': 2 differences found 2025/02/17 04:07:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiyoped2quje': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/02/17 04:07:12 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/17 04:07:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiyoped2quje': 0 differences found 2025/02/17 04:07:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kiyoped2quje': 1 matching files 2025/02/17 04:07:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-saseloh4kolo" 2025/02/17 04:07:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/17 04:07:12 DEBUG : Creating backend with remote "TestDrive:crypt/jn3qp8h6mrq0gp4iprf7tntsiegdto09fnhtsf2uv93qkcjs6dj0" 2025/02/17 04:07:13 DEBUG : Creating backend with remote "/tmp/rclone1265314898" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-saseloh4kolo'", Local "Local file system at /tmp/rclone1265314898", Modify Window "1ms" 2025/02/17 04:07:15 DEBUG : 測試_Русский___ě_áñ: md5 = 074ee89699e678e8bdc874a2615d055e OK NFC checkfile vs. NFD remote (without normalization) 2025/02/17 04:07:16 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/17 04:07:16 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-saseloh4kolo' 2025/02/17 04:07:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-saseloh4kolo': 1 files missing 2025/02/17 04:07:16 NOTICE: 1 hashes missing 2025/02/17 04:07:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-saseloh4kolo': 2 differences found 2025/02/17 04:07:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-saseloh4kolo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/02/17 04:07:17 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/17 04:07:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-saseloh4kolo': 0 differences found 2025/02/17 04:07:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-saseloh4kolo': 1 matching files 2025/02/17 04:07:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-haviyev9jasi" 2025/02/17 04:07:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/17 04:07:17 DEBUG : Creating backend with remote "TestDrive:crypt/5gtm3c31lnkt3ineh91s8poguadid9iih7knfg2vd86hhbngeoj0" 2025/02/17 04:07:18 DEBUG : Creating backend with remote "/tmp/rclone2206340743" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-haviyev9jasi'", Local "Local file system at /tmp/rclone2206340743", Modify Window "1ms" 2025/02/17 04:07:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 958dcbf96805afd410f766c6ec6e354c OK NFDx2 checkfile vs. both remote (without normalization) 2025/02/17 04:07:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/17 04:07:21 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-haviyev9jasi' 2025/02/17 04:07:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-haviyev9jasi': 1 files missing 2025/02/17 04:07:21 NOTICE: 1 hashes missing 2025/02/17 04:07:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-haviyev9jasi': 2 differences found 2025/02/17 04:07:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-haviyev9jasi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/02/17 04:07:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/17 04:07:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-haviyev9jasi': 0 differences found 2025/02/17 04:07:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-haviyev9jasi': 1 matching files 2025/02/17 04:07:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wavekug9soga" 2025/02/17 04:07:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/17 04:07:22 DEBUG : Creating backend with remote "TestDrive:crypt/8si8884jjtog4omlc3m2quom0dugne08lfi8q4v78bvu8r4jq1ug" 2025/02/17 04:07:23 DEBUG : Creating backend with remote "/tmp/rclone246567328" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wavekug9soga'", Local "Local file system at /tmp/rclone246567328", Modify Window "1ms" 2025/02/17 04:07:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 5a63a978976cb5c905930ee1676ae46b OK NFCx2 checkfile vs. both remote (without normalization) 2025/02/17 04:07:27 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/17 04:07:27 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wavekug9soga' 2025/02/17 04:07:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wavekug9soga': 1 files missing 2025/02/17 04:07:27 NOTICE: 1 hashes missing 2025/02/17 04:07:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wavekug9soga': 2 differences found 2025/02/17 04:07:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wavekug9soga': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/02/17 04:07:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/17 04:07:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wavekug9soga': 0 differences found 2025/02/17 04:07:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wavekug9soga': 1 matching files 2025/02/17 04:07:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bivazuk8lafi" 2025/02/17 04:07:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/17 04:07:28 DEBUG : Creating backend with remote "TestDrive:crypt/e2875sa72lg64ghrg2ihn9lb4gfnm9v1s81ob59jeqahcuv2fsr0" 2025/02/17 04:07:29 DEBUG : Creating backend with remote "/tmp/rclone3354197931" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bivazuk8lafi'", Local "Local file system at /tmp/rclone3354197931", Modify Window "1ms" 2025/02/17 04:07:32 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 15ace476581e2d31ae237bdd8a405c66 OK both checkfile vs. NFDx2 remote (without normalization) 2025/02/17 04:07:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/17 04:07:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bivazuk8lafi' 2025/02/17 04:07:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bivazuk8lafi': 1 files missing 2025/02/17 04:07:32 NOTICE: 1 hashes missing 2025/02/17 04:07:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bivazuk8lafi': 2 differences found 2025/02/17 04:07:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bivazuk8lafi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/02/17 04:07:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/17 04:07:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bivazuk8lafi': 0 differences found 2025/02/17 04:07:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bivazuk8lafi': 1 matching files 2025/02/17 04:07:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zurevip8ruro" 2025/02/17 04:07:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/17 04:07:33 DEBUG : Creating backend with remote "TestDrive:crypt/jja83oi8u5ctt7v58odausj5gvo5vljf0q1qhhgm15u0cpih6570" 2025/02/17 04:07:34 DEBUG : Creating backend with remote "/tmp/rclone724985085" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zurevip8ruro'", Local "Local file system at /tmp/rclone724985085", Modify Window "1ms" 2025/02/17 04:07:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b9ee20ae39d51ffcbacccb50e566a4b8 OK both checkfile vs. NFCx2 remote (without normalization) 2025/02/17 04:07:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/17 04:07:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zurevip8ruro' 2025/02/17 04:07:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zurevip8ruro': 1 files missing 2025/02/17 04:07:37 NOTICE: 1 hashes missing 2025/02/17 04:07:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zurevip8ruro': 2 differences found 2025/02/17 04:07:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zurevip8ruro': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/02/17 04:07:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/17 04:07:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zurevip8ruro': 0 differences found 2025/02/17 04:07:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zurevip8ruro': 1 matching files 2025/02/17 04:07:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zurevip8ruro': Purge remote 2025/02/17 04:07:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bivazuk8lafi': Purge remote 2025/02/17 04:07:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wavekug9soga': Purge remote 2025/02/17 04:07:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-haviyev9jasi': Purge remote 2025/02/17 04:07:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-saseloh4kolo': Purge remote 2025/02/17 04:07:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kiyoped2quje': Purge remote 2025/02/17 04:07:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vipofub5gawo': Purge remote 2025/02/17 04:07:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-viqugel8buye': Purge remote 2025/02/17 04:07:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-woxucex5yewu': Purge remote 2025/02/17 04:07:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pumibib3mobo': Purge remote --- PASS: TestApplyTransforms (56.09s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:07:44 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/17 04:07:46 DEBUG : sub/file2: md5 = e529700e7a99e2d5fa7280cdef11c6a5 OK 2025/02/17 04:07:46 INFO : file1: Copied (new) to: sub/file2 2025/02/17 04:07:46 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/17 04:07:46 DEBUG : file1: Unchanged skipping 2025/02/17 04:07:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': don't need to copy/move sub/file2, it is already at target location 2025/02/17 04:07:49 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.96s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.47s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:07:52 DEBUG : dst/file1: md5 = 312340281db0c2b0be1b9392075af7b9 OK 2025/02/17 04:07:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuliqiv6xadi/backup" 2025/02/17 04:07:53 DEBUG : Creating backend with remote "TestDrive:crypt/m766d4qje9vk17vhj99jdionc4sgj43fh325p2fqkp9ilu8geh2g/1nrff024r7pq65ecp72fc28jb0" 2025/02/17 04:07:54 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/02/17 04:07:57 INFO : dst/file1: Moved (server-side) 2025/02/17 04:07:58 DEBUG : dst/file1: md5 = 0a523c0007f3191fd3bb68bb408b3025 OK 2025/02/17 04:07:58 INFO : dst/file1: Copied (new) 2025/02/17 04:08:01 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/17 04:08:01 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/17 04:08:02 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.96s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:08:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuliqiv6xadi/dst" 2025/02/17 04:08:03 DEBUG : Creating backend with remote "TestDrive:crypt/m766d4qje9vk17vhj99jdionc4sgj43fh325p2fqkp9ilu8geh2g/31u3jie661vd5p8j7rtc3hgbh0" 2025/02/17 04:08:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuliqiv6xadi/CompareDest" 2025/02/17 04:08:04 DEBUG : Creating backend with remote "TestDrive:crypt/m766d4qje9vk17vhj99jdionc4sgj43fh325p2fqkp9ilu8geh2g/gveqi14airsml4bgu7krj116o8" 2025/02/17 04:08:06 DEBUG : one: Need to transfer - File not found at Destination 2025/02/17 04:08:08 DEBUG : one: md5 = 58a5cfa7bae5feb4d9d93ec49caeb7ad OK 2025/02/17 04:08:08 INFO : one: Copied (new) 2025/02/17 04:08:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/17 04:08:11 DEBUG : one: md5 = 7e28a1904a469ed336824ea32aea9262 OK 2025/02/17 04:08:11 INFO : one: Copied (replaced existing) 2025/02/17 04:08:13 DEBUG : dst/one: md5 = e20641078d0c8864b4b0c716746f0260 OK 2025/02/17 04:08:15 DEBUG : CompareDest/one: md5 = 8e24deeb99d1f5e6844baab8f4a49782 OK 2025/02/17 04:08:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/17 04:08:16 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/17 04:08:16 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/17 04:08:18 DEBUG : CompareDest/two: md5 = 4361691de9bd6c99bf49aeb9c599c1cb OK 2025/02/17 04:08:19 DEBUG : two: Need to transfer - File not found at Destination 2025/02/17 04:08:19 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/17 04:08:19 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/17 04:08:20 DEBUG : two: Need to transfer - File not found at Destination 2025/02/17 04:08:21 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/17 04:08:21 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/17 04:08:22 DEBUG : two: Need to transfer - File not found at Destination 2025/02/17 04:08:22 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/02/17 04:08:23 DEBUG : two: md5 = 671b0070ff6fef8f82ce20f0be997e86 OK 2025/02/17 04:08:23 INFO : two: Copied (new) 2025/02/17 04:08:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/17 04:08:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:08:28 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:08:28 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (25.78s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:08:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuliqiv6xadi/dst" 2025/02/17 04:08:28 DEBUG : Config file has changed externally - reloading 2025/02/17 04:08:29 DEBUG : Creating backend with remote "TestDrive:crypt/m766d4qje9vk17vhj99jdionc4sgj43fh325p2fqkp9ilu8geh2g/31u3jie661vd5p8j7rtc3hgbh0" 2025/02/17 04:08:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuliqiv6xadi/CopyDest" 2025/02/17 04:08:30 DEBUG : Creating backend with remote "TestDrive:crypt/m766d4qje9vk17vhj99jdionc4sgj43fh325p2fqkp9ilu8geh2g/d09o6po3f7bm6ce32vdgs8h9ls" 2025/02/17 04:08:32 DEBUG : one: Need to transfer - File not found at Destination 2025/02/17 04:08:34 DEBUG : one: md5 = 615758cf6761b3211368bbc99f62e255 OK 2025/02/17 04:08:34 INFO : one: Copied (new) 2025/02/17 04:08:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/17 04:08:37 DEBUG : one: md5 = b960741843e7458babcd8c9cdcd5b996 OK 2025/02/17 04:08:37 INFO : one: Copied (replaced existing) 2025/02/17 04:08:39 DEBUG : dst/one: md5 = 16c298afe090cf3605f6f58ea1bb22aa OK 2025/02/17 04:08:41 DEBUG : CopyDest/one: md5 = eda7551f5ad7da57a20f77911e1918f5 OK 2025/02/17 04:08:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuliqiv6xadi/BackupDir" 2025/02/17 04:08:42 DEBUG : Creating backend with remote "TestDrive:crypt/m766d4qje9vk17vhj99jdionc4sgj43fh325p2fqkp9ilu8geh2g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/02/17 04:08:43 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/17 04:08:44 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/17 04:08:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/17 04:08:45 INFO : one: Moved (server-side) 2025/02/17 04:08:46 INFO : one: Copied (server-side copy) 2025/02/17 04:08:46 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/02/17 04:08:48 DEBUG : CopyDest/two: md5 = fd2305a26783b7f3d2a91cdf64e36ffd OK 2025/02/17 04:08:49 DEBUG : two: Need to transfer - File not found at Destination 2025/02/17 04:08:49 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/17 04:08:50 INFO : two: Copied (server-side copy) 2025/02/17 04:08:50 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/02/17 04:08:51 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/17 04:08:51 DEBUG : two: Unchanged skipping 2025/02/17 04:08:52 DEBUG : CopyDest/three: md5 = 511f55b30c66c7720ab3d4cd0c9e68f6 OK 2025/02/17 04:08:53 DEBUG : three: Need to transfer - File not found at Destination 2025/02/17 04:08:53 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/02/17 04:08:53 DEBUG : three: Destination not found in --copy-dest 2025/02/17 04:08:55 DEBUG : three: md5 = fcc2c5f2572a083cf8090188e7aecf7d OK 2025/02/17 04:08:55 INFO : three: Copied (new) 2025/02/17 04:09:00 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/17 04:09:00 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:09:00 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/17 04:09:01 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:09:01 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/17 04:09:01 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/17 04:09:02 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.71s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.41s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.43s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:09:03 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/02/17 04:09:05 DEBUG : TestCopyFileMaxTransfer/file1: md5 = a358cca9a46c521f04eb49362d335c68 OK 2025/02/17 04:09:05 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/02/17 04:09:06 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/02/17 04:09:06 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/02/17 04:09:07 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/02/17 04:09:08 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/02/17 04:09:09 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 446c0f711cd8853feae1a6ab1d90dd4f OK 2025/02/17 04:09:09 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/02/17 04:09:11 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/02/17 04:09:11 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.80s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.44s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:09:15 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': Looking for duplicate names using skip mode. 2025/02/17 04:09:15 NOTICE: one: Found 2 files with duplicate names 2025/02/17 04:09:15 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.66s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:09:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': Looking for duplicate names using skip mode. 2025/02/17 04:09:21 NOTICE: one: Found 3 files with duplicate names 2025/02/17 04:09:21 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/02/17 04:09:22 INFO : one: Deleted 2025/02/17 04:09:22 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.18s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:09:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': Looking for duplicate names using first mode. 2025/02/17 04:09:27 NOTICE: one: Found 3 files with duplicate names 2025/02/17 04:09:28 INFO : one: Deleted 2025/02/17 04:09:28 INFO : one: Deleted 2025/02/17 04:09:28 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.43s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:09:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': Looking for duplicate names using newest mode. 2025/02/17 04:09:34 NOTICE: one: Found 3 files with duplicate names 2025/02/17 04:09:34 INFO : one: Deleted 2025/02/17 04:09:35 INFO : one: Deleted 2025/02/17 04:09:35 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.18s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.44s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:09:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': Looking for duplicate names using oldest mode. 2025/02/17 04:09:40 NOTICE: one: Found 3 files with duplicate names 2025/02/17 04:09:41 INFO : one: Deleted 2025/02/17 04:09:41 INFO : one: Deleted 2025/02/17 04:09:41 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.01s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:09:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': Looking for duplicate names using largest mode. 2025/02/17 04:09:46 NOTICE: one: Found 3 files with duplicate names 2025/02/17 04:09:47 INFO : one: Deleted 2025/02/17 04:09:47 INFO : one: Deleted 2025/02/17 04:09:47 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.31s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:09:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': Looking for duplicate names using smallest mode. 2025/02/17 04:09:53 NOTICE: one: Found 3 files with duplicate names 2025/02/17 04:09:53 INFO : one: Deleted 2025/02/17 04:09:54 INFO : one: Deleted 2025/02/17 04:09:54 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.37s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:10:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': Looking for duplicate names using rename mode. 2025/02/17 04:10:00 NOTICE: one.txt: Found 3 files with duplicate names 2025/02/17 04:10:01 INFO : one-2.txt: renamed from: one.txt 2025/02/17 04:10:03 INFO : one-3.txt: renamed from: one.txt 2025/02/17 04:10:04 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.61s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:10:09 DEBUG : dupe1/one.txt: md5 = 97f8a873637977e8c24ed683b0623c68 OK 2025/02/17 04:10:11 DEBUG : dupe2/two.txt: md5 = d602a4677dc889542997e007566a39cd OK 2025/02/17 04:10:13 DEBUG : dupe3/three.txt: md5 = 209db0061f9f5dde6022642db257cd7e OK 2025/02/17 04:10:14 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/02/17 04:10:14 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/02/17 04:10:15 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/02/17 04:10:15 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/02/17 04:10:19 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/02/17 04:10:19 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/02/17 04:10:19 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.01s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:10:21 DEBUG : a.txt: md5 = 478cc6c43d832a37866b366ca8eea405 OK 2025/02/17 04:10:22 DEBUG : zend.txt: md5 = c4a5e6220ce8333dedf8a6965dd9e54f OK 2025/02/17 04:10:25 DEBUG : sub dir/hello world: md5 = 22bf08f50841e6647e33f56c192acc07 OK 2025/02/17 04:10:26 DEBUG : sub dir/hello world2: md5 = 4c0616f06e5eab37eb29d8c3966155f8 OK 2025/02/17 04:10:28 DEBUG : sub dir/ignore dir/.ignore: md5 = 4e3aedfe888867c55c43d5fbfdbc045c OK 2025/02/17 04:10:30 DEBUG : sub dir/ignore dir/should be ignored: md5 = 7ef223cf51965f99684c5383301dcd7f OK 2025/02/17 04:10:32 DEBUG : sub dir/sub sub dir/hello world3: md5 = f208ad6233a4620a5848b45ed22a1d92 OK 2025/02/17 04:10:33 DEBUG : a.txt: Excluded (Size Filter) 2025/02/17 04:10:33 DEBUG : a.txt: Excluded 2025/02/17 04:10:34 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/02/17 04:10:34 DEBUG : sub dir/hello world: Excluded 2025/02/17 04:10:34 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/02/17 04:10:34 DEBUG : sub dir/hello world2: Excluded 2025/02/17 04:10:34 DEBUG : sub dir/ignore dir: Excluded 2025/02/17 04:10:34 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/02/17 04:10:34 DEBUG : sub dir/hello world: Excluded 2025/02/17 04:10:34 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/02/17 04:10:34 DEBUG : sub dir/hello world2: Excluded 2025/02/17 04:10:35 DEBUG : sub dir/ignore dir: Excluded 2025/02/17 04:10:39 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/02/17 04:10:40 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/02/17 04:10:40 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/02/17 04:10:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/02/17 04:10:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/02/17 04:10:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/02/17 04:10:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (22.37s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:10:43 DEBUG : file1: md5 = aff412bcb726f45852e3ad67ae4356b4 OK 2025/02/17 04:10:45 DEBUG : sub/file2: md5 = 7d8110255cfab9b61398d00a4aa6e728 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/02/17 04:10:49 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/02/17 04:10:49 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/02/17 04:10:49 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/02/17 04:10:51 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.72s) --- PASS: TestListJSON/Default (0.21s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.27s) --- PASS: TestListJSON/Recurse (0.56s) --- PASS: TestListJSON/SubDir (0.34s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (0.21s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.34s) --- PASS: TestListJSON/Metadata (0.67s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:10:53 DEBUG : file1: md5 = f612245f34070bd0e55d79c46f6c62c3 OK 2025/02/17 04:10:55 DEBUG : sub/file2: md5 = 0ad0504e88198610ca762144a104dee4 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/02/17 04:10:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuliqiv6xadi/notfound" 2025/02/17 04:10:59 DEBUG : Creating backend with remote "TestDrive:crypt/m766d4qje9vk17vhj99jdionc4sgj43fh325p2fqkp9ilu8geh2g/qe0i31qdkoejk60elps0ni5sqk" 2025/02/17 04:11:02 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.04s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.24s) --- PASS: TestStatJSON/Dir (0.49s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.24s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.45s) --- PASS: TestStatJSON/DirFilesOnly (0.23s) --- PASS: TestStatJSON/FileFilesOnly (0.24s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.23s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.64s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:11:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': Making directory 2025/02/17 04:11:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': Making directory --- PASS: TestMkdir (0.68s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:11:05 DEBUG : sub dir/hello world: md5 = f8ab62b6e3ef3a211e37699ca8b8a346 OK 2025/02/17 04:11:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.67s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:11:09 DEBUG : potato2: md5 = 3e98856af540de3f94bcb957d64b8581 OK 2025/02/17 04:11:11 DEBUG : empty space: md5 = b996cbbb509467bf7b5e048748cd422c OK --- PASS: TestLs (4.54s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:11:14 DEBUG : potato2: md5 = d6d152ed8eca09e383f9bee693a9a8df OK 2025/02/17 04:11:15 DEBUG : empty space: md5 = 8d335d486de7a412da5b99d7e9f643cf OK 2025/02/17 04:11:16 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/02/17 04:11:16 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.73s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:11:19 DEBUG : potato2: md5 = ad9475f492bebb48b38720fd08161727 OK 2025/02/17 04:11:20 DEBUG : empty space: md5 = 851eb69c974394084cc83d4385e1f970 OK --- PASS: TestLsLong (4.68s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:11:23 DEBUG : potato2: md5 = 7be40f8ce694c3ba9ea732cef368b737 OK 2025/02/17 04:11:25 DEBUG : empty space: md5 = 9ce1c54e1ae87b61995b644511671d99 OK --- PASS: TestHashSums (4.68s) === RUN TestHashSumsWithErrors 2025/02/17 04:11:27 DEBUG : Creating backend with remote ":memory:" 2025/02/17 04:11:27 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/02/17 04:11:27 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/02/17 04:11:27 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/02/17 04:11:27 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/02/17 04:11:27 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/02/17 04:11:27 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/02/17 04:11:27 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/02/17 04:11:27 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/02/17 04:11:27 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-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:11:28 DEBUG : potato2: md5 = 7c9ff9457cdda366990165cb854b9a9c OK 2025/02/17 04:11:29 DEBUG : empty space: md5 = 5c3e41ea0e4e0e79aed22d7b73eb632e OK 2025/02/17 04:11:31 DEBUG : sub dir/potato3: md5 = 294fa08ae1305cf7a0d6d891c8b2aab7 OK 2025/02/17 04:11:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.53s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:11:36 DEBUG : small: md5 = e00ca9706cb466569e3c3872200157c3 OK 2025/02/17 04:11:38 DEBUG : medium: md5 = 03ffa07b91aa10efe0886b03a6388996 OK 2025/02/17 04:11:39 DEBUG : large: md5 = 4c49a2af81a8afed5e5342f3913c6258 OK 2025/02/17 04:11:39 DEBUG : Waiting for deletions to finish 2025/02/17 04:11:39 DEBUG : large: Excluded (Size Filter) 2025/02/17 04:11:40 INFO : medium: Deleted 2025/02/17 04:11:40 INFO : small: Deleted --- PASS: TestDelete (6.13s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:11:43 DEBUG : small: md5 = e9bc7b9a6f288422e00b840644704ddb OK 2025/02/17 04:11:44 DEBUG : medium: md5 = aef47e689f16ac5e616c15bd84b3d925 OK 2025/02/17 04:11:45 DEBUG : large: md5 = 73f4fa5c84757f5fccf7d1498cc767b8 OK 2025/02/17 04:11:46 DEBUG : Waiting for deletions to finish 2025/02/17 04:11:46 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/02/17 04:11:46 INFO : medium: Deleted 2025/02/17 04:11:46 INFO : small: Deleted --- PASS: TestMaxDelete (6.82s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:11:49 DEBUG : small: md5 = 606db63c250ffa9832e372f6beeb2165 OK 2025/02/17 04:11:51 DEBUG : medium: md5 = 64c70f15dd7bafd7f70c8d5231d94816 OK 2025/02/17 04:11:52 DEBUG : large: md5 = dff4a5e817f2eed3bb052422ba12e7c4 OK 2025/02/17 04:11:52 DEBUG : Waiting for deletions to finish 2025/02/17 04:11:52 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/02/17 04:11:53 INFO : small: Deleted 2025/02/17 04:11:53 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.46s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:11:56 DEBUG : small: md5 = 913e1dfac8252ead3e9dacaad489c878 OK 2025/02/17 04:11:57 DEBUG : medium: md5 = cf125df1d548fb6625d72880acf6f0f6 OK 2025/02/17 04:11:59 DEBUG : large: md5 = 6d1a9e2192e972f884cb3f7632f5a34b OK 2025/02/17 04:11:59 DEBUG : Waiting for deletions to finish 2025/02/17 04:11:59 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/02/17 04:11:59 INFO : small: Deleted 2025/02/17 04:12:00 INFO : large: Deleted --- PASS: TestMaxDeleteSize (6.68s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:12:02 DEBUG : ReadFile: md5 = 6446a9e75ad27d839840559bb93c1a48 OK --- PASS: TestReadFile (3.92s) === RUN TestRetry 2025/02/17 04:12:05 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/02/17 04:12:05 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/02/17 04:12:05 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/17 04:12:05 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/17 04:12:05 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/17 04:12:05 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/17 04:12:05 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-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:12:07 DEBUG : file1: md5 = c46278134efb8893d4a6131876aa0319 OK 2025/02/17 04:12:08 DEBUG : file2: md5 = b69b0bcbb5e908bdd8d93ac548a39dbd OK --- PASS: TestCat (16.30s) === RUN TestPurge 2025/02/17 04:12:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-putiwok1moqo" 2025/02/17 04:12:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/17 04:12:21 DEBUG : Creating backend with remote "TestDrive:crypt/04t6na3bpl8pcur8ot58r743n2633hpfed7r1s4vlh96nitj3rl0" 2025/02/17 04:12:22 DEBUG : Creating backend with remote "/tmp/rclone1066997539" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-putiwok1moqo'", Local "Local file system at /tmp/rclone1066997539", Modify Window "1ms" 2025/02/17 04:12:27 DEBUG : A1/B1/C1/one: md5 = 4601aff6646ba2ffc6038444af945aed OK 2025/02/17 04:12:27 INFO : A2: Making directory 2025/02/17 04:12:27 INFO : A1/B2: Making directory 2025/02/17 04:12:28 INFO : A1/B2/C2: Making directory 2025/02/17 04:12:29 INFO : A1/B1/C3: Making directory 2025/02/17 04:12:30 INFO : A3: Making directory 2025/02/17 04:12:31 INFO : A3/B3: Making directory 2025/02/17 04:12:31 INFO : A3/B3/C4: Making directory 2025/02/17 04:12:33 DEBUG : A1/two: md5 = 8dffc0e2533907efa366dffa03182755 OK 2025/02/17 04:12:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-putiwok1moqo': Purge remote 2025/02/17 04:12:37 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.52s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:12:41 DEBUG : A1/B1/C1/one: md5 = 485266f7bee11e633d2d5e3fd3623306 OK 2025/02/17 04:12:41 INFO : A2: Making directory 2025/02/17 04:12:41 INFO : A1/B2: Making directory 2025/02/17 04:12:42 INFO : A1/B2/C2: Making directory 2025/02/17 04:12:43 INFO : A1/B1/C3: Making directory 2025/02/17 04:12:43 INFO : A3: Making directory 2025/02/17 04:12:44 INFO : A3/B3: Making directory 2025/02/17 04:12:45 INFO : A3/B3/C4: Making directory 2025/02/17 04:12:47 DEBUG : A1/two: md5 = da33dcffb160b8089ec3b603f721a9ad OK 2025/02/17 04:12:48 DEBUG : removing 1 level 3 directories 2025/02/17 04:12:48 INFO : A3/B3/C4: Removing directory 2025/02/17 04:12:51 DEBUG : removing 2 level 3 directories 2025/02/17 04:12:51 INFO : A1/B2/C2: Removing directory 2025/02/17 04:12:51 INFO : A1/B1/C3: Removing directory 2025/02/17 04:12:52 DEBUG : removing 2 level 2 directories 2025/02/17 04:12:52 INFO : A3/B3: Removing directory 2025/02/17 04:12:52 INFO : A1/B2: Removing directory 2025/02/17 04:12:52 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/17 04:12:52 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/02/17 04:12:53 DEBUG : removing 2 level 1 directories 2025/02/17 04:12:53 INFO : A3: Removing directory 2025/02/17 04:12:53 INFO : A2: Removing directory 2025/02/17 04:12:53 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/02/17 04:12:57 DEBUG : removing 1 level 3 directories 2025/02/17 04:12:57 INFO : A1/B1/C1: Removing directory 2025/02/17 04:12:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:12:58 DEBUG : removing 1 level 2 directories 2025/02/17 04:12:58 INFO : A1/B1: Removing directory 2025/02/17 04:12:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/17 04:12:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/17 04:12:58 DEBUG : removing 1 level 1 directories 2025/02/17 04:12:58 INFO : A1: Removing directory 2025/02/17 04:12:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/17 04:12:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/17 04:12:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/17 04:12:59 DEBUG : removing 1 level 0 directories 2025/02/17 04:12:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': Removing directory 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/17 04:12:59 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (23.54s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:13:01 INFO : A1: Making directory 2025/02/17 04:13:02 INFO : A1/B1: Making directory 2025/02/17 04:13:03 INFO : A1/B1/C1: Making directory 2025/02/17 04:13:05 DEBUG : removing 1 level 3 directories 2025/02/17 04:13:05 INFO : A1/B1/C1: Removing directory 2025/02/17 04:13:06 DEBUG : removing 1 level 2 directories 2025/02/17 04:13:06 INFO : A1/B1: Removing directory 2025/02/17 04:13:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/17 04:13:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.22s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:13:09 INFO : A1: Making directory 2025/02/17 04:13:09 INFO : A1/B1: Making directory 2025/02/17 04:13:10 INFO : A1/B1/C1: Making directory 2025/02/17 04:13:13 DEBUG : removing 1 level 3 directories 2025/02/17 04:13:13 INFO : A1/B1/C1: Removing directory 2025/02/17 04:13:13 DEBUG : removing 1 level 2 directories 2025/02/17 04:13:13 INFO : A1/B1: Removing directory 2025/02/17 04:13:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/17 04:13:15 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.15s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:13:18 DEBUG : file1: md5 = b0d13a7b191ecea693c27520085c9614 OK 2025/02/17 04:13:18 DEBUG : filename.txt: File name found in url 2025/02/17 04:13:19 DEBUG : filename.txt: md5 = 674b29222389fb0d0540755f11e914e2 OK 2025/02/17 04:13:19 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/02/17 04:13:21 DEBUG : headerfilename.txt: md5 = 23ab91ee56bed0b5d6284a1c8a326b09 OK 2025/02/17 04:13:22 DEBUG : file2: md5 = e63c39b80620046f4fc6ba31b0d78711 OK --- PASS: TestCopyURL (8.96s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:13:25 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/17 04:13:27 DEBUG : sub/file2: md5 = c1252368b79f227b84df61fca7f6cf07 OK 2025/02/17 04:13:27 INFO : file1: Copied (new) to: sub/file2 2025/02/17 04:13:27 INFO : file1: Deleted 2025/02/17 04:13:28 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/17 04:13:28 DEBUG : file1: Unchanged skipping 2025/02/17 04:13:28 INFO : file1: Deleted 2025/02/17 04:13:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': don't need to copy/move sub/file2, it is already at target location 2025/02/17 04:13:30 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.12s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:13:31 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/17 04:13:33 DEBUG : file1: md5 = 3f89ccd325c3eabe1a7cb77f877c5ca7 OK 2025/02/17 04:13:33 INFO : file1: Copied (new) 2025/02/17 04:13:33 INFO : file1: Deleted 2025/02/17 04:13:33 DEBUG : file1: Destination exists, skipping 2025/02/17 04:13:33 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.58s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.48s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.46s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:13:38 DEBUG : dst/file1: md5 = 1ad9bc16caed2693e6f2fdb68ac29eca OK 2025/02/17 04:13:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zuliqiv6xadi/backup" 2025/02/17 04:13:38 DEBUG : Creating backend with remote "TestDrive:crypt/m766d4qje9vk17vhj99jdionc4sgj43fh325p2fqkp9ilu8geh2g/1nrff024r7pq65ecp72fc28jb0" 2025/02/17 04:13:40 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/02/17 04:13:42 INFO : dst/file1: Moved (server-side) 2025/02/17 04:13:44 DEBUG : dst/file1: md5 = d09f15916224778c5303cda474a4724a OK 2025/02/17 04:13:44 INFO : dst/file1: Copied (new) 2025/02/17 04:13:44 INFO : dst/file1: Deleted 2025/02/17 04:13:46 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/17 04:13:47 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/17 04:13:48 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.69s) === 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-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:13:50 DEBUG : A1/one: md5 = 14ab8a01645dfbcee3b9425901b0b47f OK 2025/02/17 04:13:52 DEBUG : A1/two: md5 = 9380cf848ac90626f87c0699bdfcb965 OK 2025/02/17 04:13:54 DEBUG : A1/B1/three: md5 = b75bce6bac0e01a4878ff50f4fe2c100 OK 2025/02/17 04:13:56 DEBUG : A1/B1/C1/four: md5 = be40f41e7aaa7bdaede5e366874a0c0b OK 2025/02/17 04:13:58 DEBUG : A1/B1/C2/five: md5 = c501006f073518d0e8fd4b53cd3985f5 OK 2025/02/17 04:13:58 INFO : A1/B2: Making directory 2025/02/17 04:13:59 INFO : A1/B1/C3: Making directory 2025/02/17 04:14:08 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/02/17 04:14:08 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/02/17 04:14:08 INFO : A2/two: Moved (server-side) to: A3/two 2025/02/17 04:14:08 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/02/17 04:14:09 INFO : A2/one: Moved (server-side) to: A3/one 2025/02/17 04:14:12 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/17 04:14:12 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/17 04:14:12 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/17 04:14:13 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/17 04:14:13 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/17 04:14:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/02/17 04:14:20 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/02/17 04:14:20 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/02/17 04:14:20 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/02/17 04:14:21 INFO : A3/one: Moved (server-side) to: A4/one 2025/02/17 04:14:21 INFO : A3/two: Moved (server-side) to: A4/two 2025/02/17 04:14:25 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/17 04:14:25 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/17 04:14:25 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/17 04:14:25 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/17 04:14:25 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/17 04:14:32 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/02/17 04:14:33 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/02/17 04:14:33 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/17 04:14:33 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/17 04:14:33 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/17 04:14:33 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/17 04:14:34 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/17 04:14:34 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/17 04:14:34 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/17 04:14:34 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (46.56s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" --- PASS: TestGetFsInfo (0.40s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:14:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': File to upload is small (34 bytes), uploading instead of streaming 2025/02/17 04:14:37 DEBUG : no_checksum_small_file_from_pipe: md5 = fd4610460efba195b8c61e343786fe30 OK 2025/02/17 04:14:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/02/17 04:14:37 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/17 04:14:37 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/02/17 04:14:38 DEBUG : no_checksum_big_file_from_pipe: md5 = 98321abaf741cb250ed5ec665828e412 OK 2025/02/17 04:14:38 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-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:14:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': File to upload is small (34 bytes), uploading instead of streaming 2025/02/17 04:14:42 DEBUG : with_checksum_small_file_from_pipe: md5 = 20d470998b1fca713dab5d52652f5b0f OK 2025/02/17 04:14:42 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/17 04:14:42 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/02/17 04:14:43 DEBUG : with_checksum_big_file_from_pipe: md5 = 002e44fbd7e280226831ca3d3711aa0f OK 2025/02/17 04:14:43 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-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:14:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': File to upload is small (34 bytes), uploading instead of streaming 2025/02/17 04:14:46 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/17 04:14:47 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/02/17 04:14:48 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-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:14:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': File to upload is small (34 bytes), uploading instead of streaming 2025/02/17 04:14:51 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/17 04:14:52 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/02/17 04:14:53 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.32s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.04s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.78s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.92s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.58s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/02/17 04:14:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': File to upload is small (48 bytes), uploading instead of streaming 2025/02/17 04:14:56 DEBUG : rcat_metadata: md5 = 154d0128dab43a9eb988094a049f95b3 OK 2025/02/17 04:14:56 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/02/17 04:14:58 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/02/17 04:14:59 DEBUG : rcat_metadata_uploadcutoff0: md5 = ffa8733a54436fa0f0ed1a739b37204e OK 2025/02/17 04:14:59 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.96s) --- PASS: TestRcatMetadata/Normal (2.65s) --- PASS: TestRcatMetadata/ViaDisk (2.85s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:15:02 DEBUG : potato1: md5 = b2f4743949ef6a0d2104cfaeff172ece OK 2025/02/17 04:15:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': File to upload is small (60 bytes), uploading instead of streaming 2025/02/17 04:15:03 DEBUG : potato2: md5 = 205312610f46716d8e0628c8d891b899 OK 2025/02/17 04:15:03 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.58s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:15:06 DEBUG : potato1: md5 = a67ff5f7c55c7d3f75b05abde53d761e OK 2025/02/17 04:15:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': File to upload is small (60 bytes), uploading instead of streaming 2025/02/17 04:15:08 DEBUG : potato2: md5 = 56aa1620663a46960e7ca2910f090ed3 OK 2025/02/17 04:15:08 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.83s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:15:11 DEBUG : potato2: md5 = 7bce1e1df7c9a225ac0c64ee8d7923aa OK 2025/02/17 04:15:13 DEBUG : empty space: md5 = d601782c4339584fc599efdc96e627bb OK 2025/02/17 04:15:15 DEBUG : sub dir/potato3: md5 = ece7f1db32cf07497a4c33343aba510f OK 2025/02/17 04:15:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': Touching "empty space" 2025/02/17 04:15:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': Touching "potato2" 2025/02/17 04:15:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': Touching "sub dir/potato3" 2025/02/17 04:15:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.31s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:15:20 DEBUG : dir with metadata: Making directory with metadata 2025/02/17 04:15:21 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.97s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:15:23 DEBUG : directory with modtime: Making directory with metadata 2025/02/17 04:15:24 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.46s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:15:26 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/02/17 04:15:26 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/17 04:15:26 DEBUG : Google drive root 'crypt/m766d4qje9vk17vhj99jdionc4sgj43fh325p2fqkp9ilu8geh2g': Skipping btime metadata as can't update it on an existing file: 2025-02-17T04:15:26.067066238Z 2025/02/17 04:15:26 INFO : non existent directory: Updated directory metadata 2025/02/17 04:15:28 DEBUG : Google drive root 'crypt/m766d4qje9vk17vhj99jdionc4sgj43fh325p2fqkp9ilu8geh2g': Skipping btime metadata as can't update it on an existing file: 2025-02-17T04:15:26.067066238Z 2025/02/17 04:15:29 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.62s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:15:30 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/02/17 04:15:32 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/02/17 04:15:33 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.45s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:15:35 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/02/17 04:15:35 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/17 04:15:35 DEBUG : dst: Making directory with metadata 2025/02/17 04:15:35 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/17 04:15:35 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/17 04:15:36 INFO : dst: Set directory modification time (using SetModTime) 2025/02/17 04:15:36 INFO : dst: Set directory modification time (using SetModTime) 2025/02/17 04:15:36 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/02/17 04:15:37 INFO : dst: Set directory modification time (using SetModTime) 2025/02/17 04:15:37 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.83s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi'", Local "Local file system at /tmp/rclone2521849838", Modify Window "1ms" 2025/02/17 04:15:41 DEBUG : sub dir/test remove existing: md5 = f7634fc0bbd22138cc03b5181b7ded56 OK 2025/02/17 04:15:42 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = aecba1682e03c2d8c3a6b2b289722f17 OK 2025/02/17 04:15:44 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.gacehuh8" before starting 2025/02/17 04:15:45 DEBUG : sub dir/test remove existing.gacehuh8: TEST: removing renamed existing file after operation 2025/02/17 04:15:46 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.rubakum4" before starting 2025/02/17 04:15:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.rubakum4: TEST: renaming existing back after failed operation 2025/02/17 04:15:48 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yiqinel8" before starting 2025/02/17 04:15:49 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.yiqinel8: TEST: removing renamed existing file after operation 2025/02/17 04:15:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "39r232fsb4osp4ru14hbggv6jlj1f8s3jvboo39kg5b92qu1fon0" 2025/02/17 04:15:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "vn2utglatobpqc6abrg9crksfl4k2et8mlr1uqtte50tqsvvrdjvotscks23mdunc6bc8copjjummd32uo72iqq86gk84f9arddugrarct3h8egjlgnrd8p7d45uiq6cefbq116ejd1cnsnj68cu3619pbq72k971ck8ck4bp30tj323lsc0" --- PASS: TestRemoveExisting (13.02s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/02/17 04:15:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zuliqiv6xadi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m38.63198317s (try 1/5)