"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/09/14 02:20:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-taticen4pacu" 2025/09/14 02:20:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/14 02:20:01 DEBUG : Creating backend with remote "TestDrive:crypt/7mf14eosrr3s6fn3vu7746213ce40vu228o3otasaikeic8gfbo0" 2025/09/14 02:20:02 DEBUG : Creating backend with remote "/tmp/rclone378141650" === 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-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.21s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", 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/09/14 02:20:03 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/14 02:20:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/14 02:20:03 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/09/14 02:20:03 DEBUG : potato: Seek from 10 to 0 2025/09/14 02:20:03 DEBUG : potato: Seek from 10 to 0 2025/09/14 02:20:03 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/09/14 02:20:03 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/14 02:20:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/14 02:20:03 DEBUG : potato: Seek from 5 to 2 2025/09/14 02:20:03 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/09/14 02:20:03 DEBUG : potato: Seek from 7 to 0 2025/09/14 02:20:03 DEBUG : potato: Seek from 7 to 0 2025/09/14 02:20:03 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/09/14 02:20:03 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/14 02:20:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/14 02:20:03 DEBUG : potato: Seek from 5 to 2 2025/09/14 02:20:03 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/09/14 02:20:03 DEBUG : potato: Seek from 8 to 0 2025/09/14 02:20:03 DEBUG : potato: Seek from 8 to 0 2025/09/14 02:20:03 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/09/14 02:20:03 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/14 02:20:03 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/14 02:20:03 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/14 02:20:03 DEBUG : potato: Seek from 5 to 2 2025/09/14 02:20:03 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/09/14 02:20:03 DEBUG : potato: Seek from 9 to 0 2025/09/14 02:20:03 DEBUG : potato: Seek from 9 to 0 2025/09/14 02:20:03 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-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:20:05 DEBUG : rutabaga: md5 = 042c7922f1e546576af9a10988258d4e OK === RUN TestCheck/1 === RUN TestCheck/2 2025/09/14 02:20:08 DEBUG : empty space: md5 = c7dee77c956dccbbfef1e0ef1a2dd34a OK === RUN TestCheck/3 2025/09/14 02:20:10 DEBUG : potato2: md5 = 7dd3f9e90301e448ad88deac243cdef5 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/09/14 02:20:12 DEBUG : remotepotato: md5 = 715b199f7cdad13b7fc8ee70be793924 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.35s) --- PASS: TestCheck/1 (0.26s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.24s) --- PASS: TestCheck/4 (0.27s) --- PASS: TestCheck/5 (0.25s) --- PASS: TestCheck/6 (0.24s) --- PASS: TestCheck/7 (0.28s) === RUN TestCheckFsError 2025/09/14 02:20:15 DEBUG : Creating backend with remote "nonexistent" 2025/09/14 02:20:15 DEBUG : Creating backend with remote "nonexistent" 2025/09/14 02:20:15 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/09/14 02:20:15 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/09/14 02:20:15 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/09/14 02:20:15 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-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:20:17 DEBUG : rutabaga: md5 = fa8eae669f5a099c9ce436afa8fb25c5 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/09/14 02:20:20 DEBUG : empty space: md5 = b9a0ec45b36c3db1581c9d0f646706b4 OK === RUN TestCheckDownload/3 2025/09/14 02:20:23 DEBUG : potato2: md5 = 664ba6f56d8738880819168e98055724 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/09/14 02:20:27 DEBUG : remotepotato: md5 = 14feb380429a398abb02ad9d8ede089c OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.85s) --- PASS: TestCheckDownload/1 (1.06s) --- PASS: TestCheckDownload/2 (0.91s) --- PASS: TestCheckDownload/3 (0.98s) --- PASS: TestCheckDownload/4 (1.23s) --- PASS: TestCheckDownload/5 (1.05s) --- PASS: TestCheckDownload/6 (1.07s) --- PASS: TestCheckDownload/7 (1.23s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:20:33 DEBUG : rutabaga: md5 = 88576448f4c91bf3ca85234dfaba8c4b OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/09/14 02:20:35 DEBUG : empty space: md5 = c8cb171ada6eed8b9f535d0dbc39e36a OK === RUN TestCheckSizeOnly/3 2025/09/14 02:20:37 DEBUG : potato2: md5 = ec6b7a6ed28ed6cd4610025be0b0eb4f OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/09/14 02:20:40 DEBUG : remotepotato: md5 = 5d7be36dcc52a5495e255d6e59e904a5 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.78s) --- PASS: TestCheckSizeOnly/1 (0.24s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.28s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:20:44 DEBUG : test.sum: md5 = c5e74ca51d9b34664413273dda50b013 OK 2025/09/14 02:20:45 NOTICE: test.sum: improperly formatted checksum line 4 2025/09/14 02:20:45 NOTICE: test.sum: improperly formatted checksum line 5 2025/09/14 02:20:45 NOTICE: test.sum: improperly formatted checksum line 6 2025/09/14 02:20:45 NOTICE: test.sum: 2 warning(s) suppressed... 2025/09/14 02:20:47 DEBUG : test.sum: md5 = d3abaa73656b6e9280a911d83e89d62d OK 2025/09/14 02:20:48 NOTICE: test.sum: improperly formatted checksum line 4 2025/09/14 02:20:48 NOTICE: test.sum: improperly formatted checksum line 5 2025/09/14 02:20:48 NOTICE: test.sum: improperly formatted checksum line 6 2025/09/14 02:20:48 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.01s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:20:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-taticen4pacu/data" 2025/09/14 02:20:49 DEBUG : Creating backend with remote "TestDrive:crypt/7mf14eosrr3s6fn3vu7746213ce40vu228o3otasaikeic8gfbo0/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu/data' lacks md5, skipping --- SKIP: TestCheckSum (2.10s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:20:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-taticen4pacu/data" 2025/09/14 02:20:51 DEBUG : Creating backend with remote "TestDrive:crypt/7mf14eosrr3s6fn3vu7746213ce40vu228o3otasaikeic8gfbo0/vjrnln8ratgmqakfosrqe8espk" 2025/09/14 02:20:55 DEBUG : data/banana: md5 = 935104420a6c2f07f21f800d35b309f9 OK 2025/09/14 02:20:56 DEBUG : test.sum: md5 = 5e2dea48b4616c9308cc18a15c7151d3 OK === RUN TestCheckSumDownload/subtest1 2025/09/14 02:21:00 DEBUG : data/potato: md5 = 52d397f430f18c762a5887764a89b1a4 OK 2025/09/14 02:21:02 DEBUG : test.sum: md5 = 475aa2b912e00d4767c50ff47553cb0b OK === RUN TestCheckSumDownload/subtest2 2025/09/14 02:21:06 DEBUG : test.sum: md5 = 7a1ced9aff3672e5618fc35213b30514 OK === RUN TestCheckSumDownload/subtest3 2025/09/14 02:21:10 DEBUG : test.sum: md5 = d7f262f734a64f07b70b0c10fa751b7d OK === RUN TestCheckSumDownload/subtest4 2025/09/14 02:21:15 DEBUG : test.sum: md5 = 293d2368f300d8268eadf0a5ca805b3f OK === RUN TestCheckSumDownload/subtest5 2025/09/14 02:21:19 DEBUG : test.sum: md5 = 9acf9cab2fbb4fce6ebbbac268e24941 OK === RUN TestCheckSumDownload/subtest6 2025/09/14 02:21:23 DEBUG : data/banana: md5 = f2df23fd2097625ad2213600c45e25af OK 2025/09/14 02:21:24 DEBUG : data/potato: md5 = 3f091eea01d3f68925402903e58843b4 OK 2025/09/14 02:21:26 DEBUG : test.sum: md5 = 03cc26b8b6efdd19572a8195008cdfb0 OK === RUN TestCheckSumDownload/subtest7 2025/09/14 02:21:31 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/09/14 02:21:31 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (40.57s) --- PASS: TestCheckSumDownload/subtest1 (2.38s) --- PASS: TestCheckSumDownload/subtest2 (2.03s) --- PASS: TestCheckSumDownload/subtest3 (2.33s) --- PASS: TestCheckSumDownload/subtest4 (2.12s) --- PASS: TestCheckSumDownload/subtest5 (2.22s) --- PASS: TestCheckSumDownload/subtest6 (1.99s) --- PASS: TestCheckSumDownload/subtest7 (2.30s) === RUN TestApplyTransforms 2025/09/14 02:21:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ducimux6yote" 2025/09/14 02:21:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/14 02:21:31 DEBUG : Creating backend with remote "TestDrive:crypt/0vi84s7mn2d77bfb7621ka0ubrd09agoaq5jsg1mgkdoqka942o0" 2025/09/14 02:21:32 DEBUG : Creating backend with remote "/tmp/rclone193878997" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ducimux6yote'", Local "Local file system at /tmp/rclone193878997", Modify Window "1ms" 2025/09/14 02:21:35 DEBUG : hello, world!: md5 = c6a4fca726e50d87fb1b4d155905b5e2 OK upper checkfile vs. lower remote (without normalization) 2025/09/14 02:21:35 ERROR : hello, world!: sum not found 2025/09/14 02:21:35 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-ducimux6yote' 2025/09/14 02:21:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ducimux6yote': 1 files missing 2025/09/14 02:21:35 NOTICE: 1 hashes missing 2025/09/14 02:21:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ducimux6yote': 1 differences found 2025/09/14 02:21:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ducimux6yote': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/09/14 02:21:36 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/14 02:21:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ducimux6yote': 0 differences found 2025/09/14 02:21:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ducimux6yote': 1 matching files 2025/09/14 02:21:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lalumaq5givu" 2025/09/14 02:21:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/14 02:21:36 DEBUG : Creating backend with remote "TestDrive:crypt/tr09kopmqqs18lu9s43uln6alns0q1p0ihkv3i805nq8lqtaft6g" 2025/09/14 02:21:37 DEBUG : Creating backend with remote "/tmp/rclone2064482264" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lalumaq5givu'", Local "Local file system at /tmp/rclone2064482264", Modify Window "1ms" 2025/09/14 02:21:39 DEBUG : HELLO, WORLD!: md5 = df4e7c9338feab081ef41b864b524758 OK lower checkfile vs. upper remote (without normalization) 2025/09/14 02:21:40 ERROR : HELLO, WORLD!: sum not found 2025/09/14 02:21:40 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lalumaq5givu' 2025/09/14 02:21:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lalumaq5givu': 1 files missing 2025/09/14 02:21:40 NOTICE: 1 hashes missing 2025/09/14 02:21:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lalumaq5givu': 1 differences found 2025/09/14 02:21:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lalumaq5givu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/09/14 02:21:41 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/14 02:21:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lalumaq5givu': 0 differences found 2025/09/14 02:21:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lalumaq5givu': 1 matching files 2025/09/14 02:21:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ruyozij7xemo" 2025/09/14 02:21:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/14 02:21:41 DEBUG : Creating backend with remote "TestDrive:crypt/43mb4dqf51meq9qlp8fe6pn7ioniu3qs8p4bskd9ro1rb091kbrg" 2025/09/14 02:21:42 DEBUG : Creating backend with remote "/tmp/rclone2025394978" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ruyozij7xemo'", Local "Local file system at /tmp/rclone2025394978", Modify Window "1ms" 2025/09/14 02:21:44 DEBUG : HeLlO, wOrLd!: md5 = d78f7c94ed078ac97cbe7d56a24df1a0 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/09/14 02:21:45 ERROR : HeLlO, wOrLd!: sum not found 2025/09/14 02:21:45 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-ruyozij7xemo' 2025/09/14 02:21:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruyozij7xemo': 1 files missing 2025/09/14 02:21:45 NOTICE: 1 hashes missing 2025/09/14 02:21:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruyozij7xemo': 1 differences found 2025/09/14 02:21:45 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruyozij7xemo': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/09/14 02:21:46 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/14 02:21:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruyozij7xemo': 0 differences found 2025/09/14 02:21:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruyozij7xemo': 1 matching files 2025/09/14 02:21:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sezaluj3peqo" 2025/09/14 02:21:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/14 02:21:46 DEBUG : Creating backend with remote "TestDrive:crypt/9tmuqop9mplvr012g9h2u5avjnf36uvr499c5n886gi1pjem7e40" 2025/09/14 02:21:47 DEBUG : Creating backend with remote "/tmp/rclone723186923" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sezaluj3peqo'", Local "Local file system at /tmp/rclone723186923", Modify Window "1ms" 2025/09/14 02:21:49 DEBUG : HELLO, WORLD!: md5 = d52e21e05a0bc1534e428f9a48e5a72d OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/09/14 02:21:50 ERROR : HELLO, WORLD!: sum not found 2025/09/14 02:21:50 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-sezaluj3peqo' 2025/09/14 02:21:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sezaluj3peqo': 1 files missing 2025/09/14 02:21:50 NOTICE: 1 hashes missing 2025/09/14 02:21:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sezaluj3peqo': 1 differences found 2025/09/14 02:21:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sezaluj3peqo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/09/14 02:21:51 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/14 02:21:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sezaluj3peqo': 0 differences found 2025/09/14 02:21:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sezaluj3peqo': 1 matching files 2025/09/14 02:21:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cefacib5duhe" 2025/09/14 02:21:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/14 02:21:51 DEBUG : Creating backend with remote "TestDrive:crypt/ubnmnalv99u4smh5s74sj6iccn8u8l1e865jrkjb6ucs8cfe9arg" 2025/09/14 02:21:52 DEBUG : Creating backend with remote "/tmp/rclone515736674" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cefacib5duhe'", Local "Local file system at /tmp/rclone515736674", Modify Window "1ms" 2025/09/14 02:21:54 DEBUG : 測試_Русский___ě_áñ: md5 = a0a97a30aa2e8a610ff728c3402d0b95 OK NFD checkfile vs. NFC remote (without normalization) 2025/09/14 02:21:55 ERROR : 測試_Русский___ě_áñ: sum not found 2025/09/14 02:21:55 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-cefacib5duhe' 2025/09/14 02:21:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cefacib5duhe': 1 files missing 2025/09/14 02:21:55 NOTICE: 1 hashes missing 2025/09/14 02:21:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cefacib5duhe': 1 differences found 2025/09/14 02:21:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cefacib5duhe': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/09/14 02:21:56 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/14 02:21:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cefacib5duhe': 0 differences found 2025/09/14 02:21:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cefacib5duhe': 1 matching files 2025/09/14 02:21:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hutiseb1wofi" 2025/09/14 02:21:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/14 02:21:56 DEBUG : Creating backend with remote "TestDrive:crypt/c3ntmr9ml51j87mt4vag1imflul07nn7pu2vipdqp02157bc36g0" 2025/09/14 02:21:57 DEBUG : Creating backend with remote "/tmp/rclone3858690151" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hutiseb1wofi'", Local "Local file system at /tmp/rclone3858690151", Modify Window "1ms" 2025/09/14 02:21:59 DEBUG : 測試_Русский___ě_áñ: md5 = 5ad274caff490db2d0b624351d7204dd OK NFC checkfile vs. NFD remote (without normalization) 2025/09/14 02:21:59 ERROR : 測試_Русский___ě_áñ: sum not found 2025/09/14 02:21:59 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hutiseb1wofi' 2025/09/14 02:21:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hutiseb1wofi': 1 files missing 2025/09/14 02:21:59 NOTICE: 1 hashes missing 2025/09/14 02:21:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hutiseb1wofi': 1 differences found 2025/09/14 02:21:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hutiseb1wofi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/09/14 02:22:00 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/14 02:22:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hutiseb1wofi': 0 differences found 2025/09/14 02:22:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hutiseb1wofi': 1 matching files 2025/09/14 02:22:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lafukum6tase" 2025/09/14 02:22:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/14 02:22:01 DEBUG : Creating backend with remote "TestDrive:crypt/99g0bmjh9jj2nqhncr2uv8aotvahoahmabvfhv726v34sc4p123g" 2025/09/14 02:22:02 DEBUG : Creating backend with remote "/tmp/rclone1541076146" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lafukum6tase'", Local "Local file system at /tmp/rclone1541076146", Modify Window "1ms" 2025/09/14 02:22:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 994451b18151c2e59503cc50f1301d82 OK NFDx2 checkfile vs. both remote (without normalization) 2025/09/14 02:22:04 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/14 02:22:04 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-lafukum6tase' 2025/09/14 02:22:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lafukum6tase': 1 files missing 2025/09/14 02:22:04 NOTICE: 1 hashes missing 2025/09/14 02:22:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lafukum6tase': 1 differences found 2025/09/14 02:22:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lafukum6tase': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/09/14 02:22:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/14 02:22:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lafukum6tase': 0 differences found 2025/09/14 02:22:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lafukum6tase': 1 matching files 2025/09/14 02:22:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mosokut7qeka" 2025/09/14 02:22:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/14 02:22:06 DEBUG : Creating backend with remote "TestDrive:crypt/1v3hh2qsp4tbqqcr4l2308f2kil5f1gf2ph42buq96nvuocfv7bg" 2025/09/14 02:22:07 DEBUG : Creating backend with remote "/tmp/rclone335240598" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-mosokut7qeka'", Local "Local file system at /tmp/rclone335240598", Modify Window "1ms" 2025/09/14 02:22:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 4bbd468e52a329255c3b0af5c230cfc5 OK NFCx2 checkfile vs. both remote (without normalization) 2025/09/14 02:22:09 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/14 02:22:09 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-mosokut7qeka' 2025/09/14 02:22:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mosokut7qeka': 1 files missing 2025/09/14 02:22:09 NOTICE: 1 hashes missing 2025/09/14 02:22:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mosokut7qeka': 1 differences found 2025/09/14 02:22:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mosokut7qeka': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/09/14 02:22:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/14 02:22:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mosokut7qeka': 0 differences found 2025/09/14 02:22:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-mosokut7qeka': 1 matching files 2025/09/14 02:22:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boqisey7buqe" 2025/09/14 02:22:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/14 02:22:11 DEBUG : Creating backend with remote "TestDrive:crypt/jn241jtgl28s7krk18slh0tcpgsqq14invv253hkgr3i0gdj3i6g" 2025/09/14 02:22:12 DEBUG : Creating backend with remote "/tmp/rclone157252181" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boqisey7buqe'", Local "Local file system at /tmp/rclone157252181", Modify Window "1ms" 2025/09/14 02:22:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 3c73280ce7622e84bcef36e31b5c92d0 OK both checkfile vs. NFDx2 remote (without normalization) 2025/09/14 02:22:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/14 02:22:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-boqisey7buqe' 2025/09/14 02:22:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boqisey7buqe': 1 files missing 2025/09/14 02:22:15 NOTICE: 1 hashes missing 2025/09/14 02:22:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boqisey7buqe': 1 differences found 2025/09/14 02:22:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boqisey7buqe': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/09/14 02:22:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/14 02:22:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boqisey7buqe': 0 differences found 2025/09/14 02:22:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boqisey7buqe': 1 matching files 2025/09/14 02:22:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qazerud9gore" 2025/09/14 02:22:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/14 02:22:16 DEBUG : Creating backend with remote "TestDrive:crypt/1u73bgd5jd7vs6ct5s43jo9lq8340h2ro0lmf340vsj7at1hmqv0" 2025/09/14 02:22:17 DEBUG : Creating backend with remote "/tmp/rclone1658219390" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qazerud9gore'", Local "Local file system at /tmp/rclone1658219390", Modify Window "1ms" 2025/09/14 02:22:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b1bf0bfa5e99a5041903bb3d87891a83 OK both checkfile vs. NFCx2 remote (without normalization) 2025/09/14 02:22:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/14 02:22:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qazerud9gore' 2025/09/14 02:22:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qazerud9gore': 1 files missing 2025/09/14 02:22:20 NOTICE: 1 hashes missing 2025/09/14 02:22:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qazerud9gore': 1 differences found 2025/09/14 02:22:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qazerud9gore': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/09/14 02:22:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/14 02:22:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qazerud9gore': 0 differences found 2025/09/14 02:22:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qazerud9gore': 1 matching files 2025/09/14 02:22:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qazerud9gore': Purge remote 2025/09/14 02:22:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boqisey7buqe': Purge remote 2025/09/14 02:22:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mosokut7qeka': Purge remote 2025/09/14 02:22:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lafukum6tase': Purge remote 2025/09/14 02:22:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hutiseb1wofi': Purge remote 2025/09/14 02:22:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cefacib5duhe': Purge remote 2025/09/14 02:22:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sezaluj3peqo': Purge remote 2025/09/14 02:22:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ruyozij7xemo': Purge remote 2025/09/14 02:22:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lalumaq5givu': Purge remote 2025/09/14 02:22:24 DEBUG : TestDrive: Loaded fresh token from config file 2025/09/14 02:22:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ducimux6yote': Purge remote 2025/09/14 02:22:25 DEBUG : TestDrive: Loaded fresh token from config file --- PASS: TestApplyTransforms (53.76s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:22:25 DEBUG : TestDrive: Loaded fresh token from config file 2025/09/14 02:22:25 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/14 02:22:28 DEBUG : sub/file2: md5 = 8f13cb82363fe132c0812f60d7e0e73f OK 2025/09/14 02:22:28 INFO : file1: Copied (new) to: sub/file2 2025/09/14 02:22:28 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/14 02:22:28 DEBUG : file1: Unchanged skipping 2025/09/14 02:22:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': don't need to copy/move sub/file2, it is already at target location 2025/09/14 02:22:31 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.04s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.47s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:22:34 DEBUG : dst/file1: md5 = 6c48d398b0631759839e2961f53ad695 OK 2025/09/14 02:22:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-taticen4pacu/backup" 2025/09/14 02:22:35 DEBUG : Creating backend with remote "TestDrive:crypt/7mf14eosrr3s6fn3vu7746213ce40vu228o3otasaikeic8gfbo0/1nrff024r7pq65ecp72fc28jb0" 2025/09/14 02:22:36 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/09/14 02:22:38 INFO : dst/file1: Moved (server-side) 2025/09/14 02:22:40 DEBUG : dst/file1: md5 = 3978534aca1fbf8d49410ee95a112c89 OK 2025/09/14 02:22:40 INFO : dst/file1: Copied (new) 2025/09/14 02:22:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/14 02:22:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/14 02:22:44 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.88s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:22:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-taticen4pacu/dst" 2025/09/14 02:22:45 DEBUG : Creating backend with remote "TestDrive:crypt/7mf14eosrr3s6fn3vu7746213ce40vu228o3otasaikeic8gfbo0/31u3jie661vd5p8j7rtc3hgbh0" 2025/09/14 02:22:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-taticen4pacu/CompareDest" 2025/09/14 02:22:46 DEBUG : Creating backend with remote "TestDrive:crypt/7mf14eosrr3s6fn3vu7746213ce40vu228o3otasaikeic8gfbo0/gveqi14airsml4bgu7krj116o8" 2025/09/14 02:22:48 DEBUG : one: Need to transfer - File not found at Destination 2025/09/14 02:22:50 DEBUG : one: md5 = b557c64c151eda9100d80635b7b94302 OK 2025/09/14 02:22:50 INFO : one: Copied (new) 2025/09/14 02:22:51 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/14 02:22:53 DEBUG : one: md5 = f58bf1a04e5894ea2b086aa6ce18b880 OK 2025/09/14 02:22:53 INFO : one: Copied (replaced existing) 2025/09/14 02:22:55 DEBUG : dst/one: md5 = bbf47acb2e55d422579cf766bbea2787 OK 2025/09/14 02:22:57 DEBUG : CompareDest/one: md5 = 2bfd604bf39cd0d444096d32160a6cbc OK 2025/09/14 02:22:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/14 02:22:59 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/14 02:22:59 DEBUG : one: Destination found in --compare-dest, skipping 2025/09/14 02:23:01 DEBUG : CompareDest/two: md5 = e709c7380952616bf935e529b62df680 OK 2025/09/14 02:23:01 DEBUG : two: Need to transfer - File not found at Destination 2025/09/14 02:23:02 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/14 02:23:02 DEBUG : two: Destination found in --compare-dest, skipping 2025/09/14 02:23:02 DEBUG : two: Need to transfer - File not found at Destination 2025/09/14 02:23:03 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/14 02:23:03 DEBUG : two: Destination found in --compare-dest, skipping 2025/09/14 02:23:04 DEBUG : two: Need to transfer - File not found at Destination 2025/09/14 02:23:04 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/09/14 02:23:06 DEBUG : two: md5 = 567967c4d180a18fcd9a41f69fcf79d8 OK 2025/09/14 02:23:06 INFO : two: Copied (new) 2025/09/14 02:23:08 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/14 02:23:08 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:23:09 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/14 02:23:09 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (25.24s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:23:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-taticen4pacu/dst" 2025/09/14 02:23:10 DEBUG : Creating backend with remote "TestDrive:crypt/7mf14eosrr3s6fn3vu7746213ce40vu228o3otasaikeic8gfbo0/31u3jie661vd5p8j7rtc3hgbh0" 2025/09/14 02:23:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-taticen4pacu/CopyDest" 2025/09/14 02:23:12 DEBUG : Creating backend with remote "TestDrive:crypt/7mf14eosrr3s6fn3vu7746213ce40vu228o3otasaikeic8gfbo0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/09/14 02:23:13 DEBUG : one: Need to transfer - File not found at Destination 2025/09/14 02:23:16 DEBUG : one: md5 = a9dbf2595b877a004872ad8f04cc6aac OK 2025/09/14 02:23:16 INFO : one: Copied (new) 2025/09/14 02:23:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/14 02:23:18 DEBUG : one: md5 = a53371277737b73e8b0b133aeafbc92d OK 2025/09/14 02:23:18 INFO : one: Copied (replaced existing) 2025/09/14 02:23:20 DEBUG : dst/one: md5 = 885c72336e353a01a5a5e388d7169fae OK 2025/09/14 02:23:22 DEBUG : CopyDest/one: md5 = c378d1900966453d050701a56630c6ce OK 2025/09/14 02:23:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-taticen4pacu/BackupDir" 2025/09/14 02:23:23 DEBUG : Creating backend with remote "TestDrive:crypt/7mf14eosrr3s6fn3vu7746213ce40vu228o3otasaikeic8gfbo0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/09/14 02:23:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/14 02:23:25 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/14 02:23:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/14 02:23:27 INFO : one: Moved (server-side) 2025/09/14 02:23:28 INFO : one: Copied (server-side copy) 2025/09/14 02:23:28 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/09/14 02:23:30 DEBUG : CopyDest/two: md5 = 872a6e4bddbf33b7f5d552a42eb0c1c1 OK 2025/09/14 02:23:31 DEBUG : two: Need to transfer - File not found at Destination 2025/09/14 02:23:31 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/14 02:23:32 INFO : two: Copied (server-side copy) 2025/09/14 02:23:32 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/09/14 02:23:33 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/14 02:23:33 DEBUG : two: Unchanged skipping 2025/09/14 02:23:35 DEBUG : CopyDest/three: md5 = 120d5c4e70c310a5f4a01ba62cf768c1 OK 2025/09/14 02:23:36 DEBUG : three: Need to transfer - File not found at Destination 2025/09/14 02:23:36 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/09/14 02:23:36 DEBUG : three: Destination not found in --copy-dest 2025/09/14 02:23:37 DEBUG : three: md5 = 38a150ef4ef849c665b02afda7c8ec88 OK 2025/09/14 02:23:37 INFO : three: Copied (new) 2025/09/14 02:23:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/14 02:23:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:23:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/14 02:23:42 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:23:42 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/14 02:23:42 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/14 02:23:43 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.95s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.44s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.46s) === RUN TestCopyLongFileNameCollision run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.49s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:23:45 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/09/14 02:23:47 DEBUG : TestCopyFileMaxTransfer/file1: md5 = c854e3507afcf28852054866e6bbb2bb OK 2025/09/14 02:23:47 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/09/14 02:23:48 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/09/14 02:23:48 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:500: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/09/14 02:23:49 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/09/14 02:23:50 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/09/14 02:23:51 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 142411c22d2c3760ea5a0dc662c15036 OK 2025/09/14 02:23:51 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/09/14 02:23:54 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/09/14 02:23:54 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.18s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.46s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:23:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': Looking for duplicate names using skip mode. 2025/09/14 02:23:58 NOTICE: one: Found 2 files with duplicate names 2025/09/14 02:23:58 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.19s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:24:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': Looking for duplicate names using skip mode. 2025/09/14 02:24:04 NOTICE: one: Found 3 files with duplicate names 2025/09/14 02:24:04 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/09/14 02:24:05 INFO : one: Deleted 2025/09/14 02:24:05 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.43s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:24:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': Looking for duplicate names using first mode. 2025/09/14 02:24:11 NOTICE: one: Found 3 files with duplicate names 2025/09/14 02:24:11 INFO : one: Deleted 2025/09/14 02:24:11 INFO : one: Deleted 2025/09/14 02:24:11 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.19s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:24:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': Looking for duplicate names using newest mode. 2025/09/14 02:24:17 NOTICE: one: Found 3 files with duplicate names 2025/09/14 02:24:17 INFO : one: Deleted 2025/09/14 02:24:18 INFO : one: Deleted 2025/09/14 02:24:18 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.14s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.45s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:24:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': Looking for duplicate names using oldest mode. 2025/09/14 02:24:24 NOTICE: one: Found 3 files with duplicate names 2025/09/14 02:24:24 INFO : one: Deleted 2025/09/14 02:24:25 INFO : one: Deleted 2025/09/14 02:24:25 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.68s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:24:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': Looking for duplicate names using largest mode. 2025/09/14 02:24:30 NOTICE: one: Found 3 files with duplicate names 2025/09/14 02:24:31 INFO : one: Deleted 2025/09/14 02:24:31 INFO : one: Deleted 2025/09/14 02:24:31 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.35s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:24:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': Looking for duplicate names using smallest mode. 2025/09/14 02:24:37 NOTICE: one: Found 3 files with duplicate names 2025/09/14 02:24:38 INFO : one: Deleted 2025/09/14 02:24:38 INFO : one: Deleted 2025/09/14 02:24:38 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.91s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:24:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': Looking for duplicate names using rename mode. 2025/09/14 02:24:45 NOTICE: one.txt: Found 3 files with duplicate names 2025/09/14 02:24:47 INFO : one-2.txt: renamed from: one.txt 2025/09/14 02:24:48 INFO : one-3.txt: renamed from: one.txt 2025/09/14 02:24:49 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.31s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:24:54 DEBUG : dupe1/one.txt: md5 = f3cc8bd7c335155b4bfdfa82bd12d151 OK 2025/09/14 02:24:56 DEBUG : dupe2/two.txt: md5 = 7dd4c253329d4f319e6da14711e732e7 OK 2025/09/14 02:24:58 DEBUG : dupe3/three.txt: md5 = ca57b903ace36a69ab0b08d93e9b3291 OK 2025/09/14 02:24:58 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/09/14 02:24:59 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/09/14 02:25:00 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/09/14 02:25:00 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/09/14 02:25:04 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/09/14 02:25:04 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/09/14 02:25:04 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.94s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:25:06 DEBUG : a.txt: md5 = 6d3064832309d89c917f0388e6c8429d OK 2025/09/14 02:25:07 DEBUG : zend.txt: md5 = c1c7210d3e252ad46a5f8878dcb55660 OK 2025/09/14 02:25:09 DEBUG : sub dir/hello world: md5 = 0b72388286cbb1821abce9c645a5bfce OK 2025/09/14 02:25:11 DEBUG : sub dir/hello world2: md5 = d6070b15437ffdfeb403a316d5eb7aa6 OK 2025/09/14 02:25:13 DEBUG : sub dir/ignore dir/.ignore: md5 = cc3f3c9feff887cd2e749690d788360b OK 2025/09/14 02:25:14 DEBUG : sub dir/ignore dir/should be ignored: md5 = cc10b5e2ecbaf05f0bb4350d9a69db0c OK 2025/09/14 02:25:17 DEBUG : sub dir/sub sub dir/hello world3: md5 = e735059441ef41cc2910970295c8bc91 OK 2025/09/14 02:25:18 DEBUG : a.txt: Excluded (Size Filter) 2025/09/14 02:25:18 DEBUG : a.txt: Excluded 2025/09/14 02:25:18 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/14 02:25:18 DEBUG : sub dir/hello world2: Excluded 2025/09/14 02:25:18 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/14 02:25:18 DEBUG : sub dir/hello world: Excluded 2025/09/14 02:25:19 DEBUG : sub dir/ignore dir: Excluded 2025/09/14 02:25:19 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/14 02:25:19 DEBUG : sub dir/hello world2: Excluded 2025/09/14 02:25:19 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/14 02:25:19 DEBUG : sub dir/hello world: Excluded 2025/09/14 02:25:19 DEBUG : sub dir/ignore dir: Excluded 2025/09/14 02:25:24 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/09/14 02:25:25 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/09/14 02:25:25 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/09/14 02:25:26 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/09/14 02:25:26 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/09/14 02:25:26 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/09/14 02:25:26 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (21.86s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:25:28 DEBUG : a.txt: md5 = e65f4aa8de65c0ee7d46fc1fd1e31529 OK 2025/09/14 02:25:29 DEBUG : zend.txt: md5 = a046c8328ec2e72530e86be319b053f9 OK 2025/09/14 02:25:31 DEBUG : sub dir/hello world: md5 = dd2d8bbd92d938035dfad16a44f551e4 OK 2025/09/14 02:25:33 DEBUG : sub dir/hello world2: md5 = a71433aeb03c983f763fc598e9c38a94 OK 2025/09/14 02:25:35 DEBUG : sub dir/ignore dir/.ignore: md5 = d58ce4e57ced7d0b24e814ea92a31bb8 OK 2025/09/14 02:25:37 DEBUG : sub dir/ignore dir/should be ignored: md5 = ce42d248ba5e81a9b173131c2688f5e4 OK 2025/09/14 02:25:39 DEBUG : sub dir/sub sub dir/hello world3: md5 = c8ddc53eec8b4ce657a3d1771e63cdd0 OK 2025/09/14 02:25:40 DEBUG : a.txt: Excluded (Size Filter) 2025/09/14 02:25:40 DEBUG : a.txt: Excluded 2025/09/14 02:25:41 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/14 02:25:41 DEBUG : sub dir/hello world: Excluded 2025/09/14 02:25:41 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/14 02:25:41 DEBUG : sub dir/hello world2: Excluded 2025/09/14 02:25:41 DEBUG : sub dir/ignore dir: Excluded 2025/09/14 02:25:41 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/14 02:25:41 DEBUG : sub dir/hello world: Excluded 2025/09/14 02:25:41 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/14 02:25:41 DEBUG : sub dir/hello world2: Excluded 2025/09/14 02:25:42 DEBUG : sub dir/ignore dir: Excluded 2025/09/14 02:25:46 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/09/14 02:25:47 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/09/14 02:25:47 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/09/14 02:25:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/09/14 02:25:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/09/14 02:25:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/09/14 02:25:47 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (21.85s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:25:49 DEBUG : file1: md5 = fb088be9562890fa288f545535aa9e59 OK 2025/09/14 02:25:52 DEBUG : sub/file2: md5 = c432cafe1574d5fb04b468f5ac1864eb 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/09/14 02:25:55 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/09/14 02:25:55 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/09/14 02:25:55 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/09/14 02:25:57 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.54s) --- PASS: TestListJSON/Default (0.23s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.28s) --- PASS: TestListJSON/Recurse (0.46s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.27s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.67s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:25:59 DEBUG : file1: md5 = 62d4e6c10fb2c8979ddde13df133d6e7 OK 2025/09/14 02:26:01 DEBUG : sub/file2: md5 = 3a1cd69196ebfd112c9e000fe7115e4d 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/09/14 02:26:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-taticen4pacu/notfound" 2025/09/14 02:26:05 DEBUG : Config file has changed externally - reloading 2025/09/14 02:26:05 DEBUG : Creating backend with remote "TestDrive:crypt/7mf14eosrr3s6fn3vu7746213ce40vu228o3otasaikeic8gfbo0/qe0i31qdkoejk60elps0ni5sqk" 2025/09/14 02:26:09 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.59s) --- PASS: TestStatJSON/Root (0.26s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.26s) --- PASS: TestStatJSON/Dir (0.48s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.24s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.45s) --- PASS: TestStatJSON/DirFilesOnly (0.29s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.25s) --- PASS: TestStatJSON/DirDirsOnly (0.27s) --- PASS: TestStatJSON/FileDirsOnly (0.25s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.77s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:26:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': Making directory 2025/09/14 02:26:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': Making directory --- PASS: TestMkdir (0.68s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:26:12 DEBUG : sub dir/hello world: md5 = 5eed458459eb5910330dc567838200eb OK 2025/09/14 02:26:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.19s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:26:16 DEBUG : potato2: md5 = f87f5424bfe59fdd2d292dcf0f81a1aa OK 2025/09/14 02:26:18 DEBUG : empty space: md5 = f6cf32b377b6c1cb15cc3975c8882b5e OK --- PASS: TestLs (4.80s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:26:21 DEBUG : potato2: md5 = bf76308807f478c85f6fe86a7a846e74 OK 2025/09/14 02:26:23 DEBUG : empty space: md5 = 97852b95f9f9dc9ce555ce63b3bffbdf OK 2025/09/14 02:26:23 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/09/14 02:26:23 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.98s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:26:26 DEBUG : potato2: md5 = d92924f46a40371ef13004b1c5bf0a65 OK 2025/09/14 02:26:28 DEBUG : empty space: md5 = 35caf74056d7314e726eb5cb0eb85661 OK --- PASS: TestLsLong (4.69s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:26:31 DEBUG : potato2: md5 = 700497145b9ceafd4fd39566e53e4a8d OK 2025/09/14 02:26:33 DEBUG : empty space: md5 = 325192d59adcc4970bc7c43b4b442f39 OK --- PASS: TestHashSums (4.69s) === RUN TestHashSumsWithErrors 2025/09/14 02:26:34 DEBUG : Creating backend with remote ":memory:" 2025/09/14 02:26:34 DEBUG : Config file has changed externally - reloading 2025/09/14 02:26:34 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/09/14 02:26:34 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/09/14 02:26:34 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/09/14 02:26:34 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/09/14 02:26:34 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/09/14 02:26:34 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/09/14 02:26:34 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/09/14 02:26:34 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/09/14 02:26:34 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:26:36 DEBUG : potato2: md5 = f5c06f0dbccc9226021d13a28ef56612 OK 2025/09/14 02:26:37 DEBUG : empty space: md5 = c424d571ce2fe3150a8e4e64dcf648e1 OK 2025/09/14 02:26:40 DEBUG : sub dir/potato3: md5 = 4dc9d4f2e310c5d5afaeb66656be5db0 OK 2025/09/14 02:26:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.88s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:26:44 DEBUG : small: md5 = 625f7c7e193cb8775b73d220138f30af OK 2025/09/14 02:26:46 DEBUG : medium: md5 = 0325fae2373c2acdce68d3e6953c0380 OK 2025/09/14 02:26:47 DEBUG : large: md5 = 5cbaef00512cfbd6bc1475c0e37a8453 OK 2025/09/14 02:26:48 DEBUG : Waiting for deletions to finish 2025/09/14 02:26:48 DEBUG : large: Excluded (Size Filter) 2025/09/14 02:26:48 INFO : small: Deleted 2025/09/14 02:26:48 INFO : medium: Deleted --- PASS: TestDelete (6.54s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:26:51 DEBUG : small: md5 = fc482da38093fb49bc5746fef2d3714a OK 2025/09/14 02:26:52 DEBUG : medium: md5 = 13781698f3987b84cfb512e83a5c93c6 OK 2025/09/14 02:26:54 DEBUG : large: md5 = 93ee0a39ff860b74819d163e5d7b40f5 OK 2025/09/14 02:26:54 DEBUG : Waiting for deletions to finish 2025/09/14 02:26:54 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/09/14 02:26:55 INFO : small: Deleted 2025/09/14 02:26:55 INFO : medium: Deleted --- PASS: TestMaxDelete (6.72s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:26:58 DEBUG : small: md5 = be3ff0e947e2be32834211b3ef716e64 OK 2025/09/14 02:26:59 DEBUG : medium: md5 = daad5331872572bacdd1605d6361aaf1 OK 2025/09/14 02:27:00 DEBUG : large: md5 = a43f33cdf1ac04c7566c008fdd09ac26 OK 2025/09/14 02:27:01 DEBUG : Waiting for deletions to finish 2025/09/14 02:27:01 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/09/14 02:27:01 INFO : medium: Deleted 2025/09/14 02:27:01 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.68s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:27:05 DEBUG : small: md5 = ea248051bfc8cd380a4e5df72de6f850 OK 2025/09/14 02:27:06 DEBUG : medium: md5 = ef2b27c8da341c29774ce0f0bc8d308b OK 2025/09/14 02:27:07 DEBUG : large: md5 = e05fca14677a6b296fd9885c9bca897a OK 2025/09/14 02:27:08 DEBUG : Waiting for deletions to finish 2025/09/14 02:27:08 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/09/14 02:27:08 INFO : medium: Deleted 2025/09/14 02:27:08 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.84s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:27:11 DEBUG : ReadFile: md5 = db835b29ccb3dd84171ac4984d8daf87 OK --- PASS: TestReadFile (4.07s) === RUN TestRetry 2025/09/14 02:27:14 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/09/14 02:27:14 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/09/14 02:27:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/14 02:27:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/14 02:27:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/14 02:27:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/14 02:27:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:27:15 DEBUG : file1: md5 = def9fd47b07fb044415720048f55c7f9 OK 2025/09/14 02:27:17 DEBUG : file2: md5 = d8610da52171d224d593dc146d89bb65 OK --- PASS: TestCat (15.34s) === RUN TestPurge 2025/09/14 02:27:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-parusit3tuba" 2025/09/14 02:27:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/14 02:27:29 DEBUG : Creating backend with remote "TestDrive:crypt/bmf2lu7nh2h6ioip22qs8d49e2loi6mcs9h1805psvc269d2bddg" 2025/09/14 02:27:30 DEBUG : Creating backend with remote "/tmp/rclone1531142297" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-parusit3tuba'", Local "Local file system at /tmp/rclone1531142297", Modify Window "1ms" 2025/09/14 02:27:35 DEBUG : A1/B1/C1/one: md5 = 07054b54e28941990995f43b561d8faa OK 2025/09/14 02:27:35 INFO : A2: Making directory 2025/09/14 02:27:36 INFO : A1/B2: Making directory 2025/09/14 02:27:36 INFO : A1/B2/C2: Making directory 2025/09/14 02:27:37 INFO : A1/B1/C3: Making directory 2025/09/14 02:27:38 INFO : A3: Making directory 2025/09/14 02:27:39 INFO : A3/B3: Making directory 2025/09/14 02:27:39 INFO : A3/B3/C4: Making directory 2025/09/14 02:27:42 DEBUG : A1/two: md5 = 3763481e2845ea4e0cf165bc2642e232 OK 2025/09/14 02:27:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-parusit3tuba': Purge remote 2025/09/14 02:27:45 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.77s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:27:49 DEBUG : A1/B1/C1/one: md5 = 1ea39c5f28cc3a00b3ff673def0d068e OK 2025/09/14 02:27:49 INFO : A2: Making directory 2025/09/14 02:27:50 INFO : A1/B2: Making directory 2025/09/14 02:27:50 INFO : A1/B2/C2: Making directory 2025/09/14 02:27:51 INFO : A1/B1/C3: Making directory 2025/09/14 02:27:52 INFO : A3: Making directory 2025/09/14 02:27:52 INFO : A3/B3: Making directory 2025/09/14 02:27:53 INFO : A3/B3/C4: Making directory 2025/09/14 02:27:56 DEBUG : A1/two: md5 = 96378217a9590154c28206fea90d57b0 OK 2025/09/14 02:27:57 DEBUG : removing 1 level 3 directories 2025/09/14 02:27:57 INFO : A3/B3/C4: Removing directory 2025/09/14 02:28:00 DEBUG : removing 2 level 3 directories 2025/09/14 02:28:00 INFO : A1/B2/C2: Removing directory 2025/09/14 02:28:00 INFO : A1/B1/C3: Removing directory 2025/09/14 02:28:00 DEBUG : removing 2 level 2 directories 2025/09/14 02:28:00 INFO : A3/B3: Removing directory 2025/09/14 02:28:00 INFO : A1/B2: Removing directory 2025/09/14 02:28:00 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/09/14 02:28:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/14 02:28:01 DEBUG : removing 2 level 1 directories 2025/09/14 02:28:01 INFO : A3: Removing directory 2025/09/14 02:28:01 INFO : A2: Removing directory 2025/09/14 02:28:01 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/09/14 02:28:05 DEBUG : removing 1 level 3 directories 2025/09/14 02:28:05 INFO : A1/B1/C1: Removing directory 2025/09/14 02:28:05 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:06 DEBUG : removing 1 level 2 directories 2025/09/14 02:28:06 INFO : A1/B1: Removing directory 2025/09/14 02:28:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/14 02:28:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/14 02:28:06 DEBUG : removing 1 level 1 directories 2025/09/14 02:28:06 INFO : A1: Removing directory 2025/09/14 02:28:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/14 02:28:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/14 02:28:07 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/14 02:28:07 DEBUG : removing 1 level 0 directories 2025/09/14 02:28:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': Removing directory 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/09/14 02:28:08 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" --- PASS: TestRmdirsNoLeaveRoot (23.77s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:28:10 INFO : A1: Making directory 2025/09/14 02:28:10 INFO : A1/B1: Making directory 2025/09/14 02:28:11 INFO : A1/B1/C1: Making directory 2025/09/14 02:28:14 DEBUG : removing 1 level 3 directories 2025/09/14 02:28:14 INFO : A1/B1/C1: Removing directory 2025/09/14 02:28:14 DEBUG : removing 1 level 2 directories 2025/09/14 02:28:14 INFO : A1/B1: Removing directory 2025/09/14 02:28:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/14 02:28:16 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.84s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:28:17 INFO : A1: Making directory 2025/09/14 02:28:17 INFO : A1/B1: Making directory 2025/09/14 02:28:18 INFO : A1/B1/C1: Making directory 2025/09/14 02:28:21 DEBUG : removing 1 level 3 directories 2025/09/14 02:28:21 INFO : A1/B1/C1: Removing directory 2025/09/14 02:28:22 DEBUG : removing 1 level 2 directories 2025/09/14 02:28:22 INFO : A1/B1: Removing directory 2025/09/14 02:28:22 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/14 02:28:23 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.33s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:28:26 DEBUG : file1: md5 = 8ce5583d50f7b765bc7b698f41d4ef93 OK 2025/09/14 02:28:27 DEBUG : filename.txt: File name found in url 2025/09/14 02:28:28 DEBUG : filename.txt: md5 = 31146876deed77a9131ac2f9b6cb0efc OK 2025/09/14 02:28:28 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/09/14 02:28:30 DEBUG : headerfilename.txt: md5 = 6c1e8a2a2f0c21888d728d54eaf2d425 OK 2025/09/14 02:28:31 DEBUG : file2: md5 = 53e7bbbe695cec8257c3eac053fb8af2 OK --- PASS: TestCopyURL (9.47s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:28:34 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/14 02:28:36 DEBUG : sub/file2: md5 = 580ab8fb9cba0c970ffcad160209a341 OK 2025/09/14 02:28:36 INFO : file1: Copied (new) to: sub/file2 2025/09/14 02:28:36 INFO : file1: Deleted 2025/09/14 02:28:37 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/14 02:28:37 DEBUG : file1: Unchanged skipping 2025/09/14 02:28:37 INFO : file1: Deleted 2025/09/14 02:28:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': don't need to copy/move sub/file2, it is already at target location 2025/09/14 02:28:39 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.05s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:28:40 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/14 02:28:41 DEBUG : file1: md5 = d4aab62e225c626ace4b631a9e076932 OK 2025/09/14 02:28:41 INFO : file1: Copied (new) 2025/09/14 02:28:41 INFO : file1: Deleted 2025/09/14 02:28:42 DEBUG : file1: Destination exists, skipping 2025/09/14 02:28:42 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.32s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.46s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.45s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:28:46 DEBUG : dst/file1: md5 = cfdb61f38908bd3a26f03c1b66b8573f OK 2025/09/14 02:28:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-taticen4pacu/backup" 2025/09/14 02:28:47 DEBUG : Creating backend with remote "TestDrive:crypt/7mf14eosrr3s6fn3vu7746213ce40vu228o3otasaikeic8gfbo0/1nrff024r7pq65ecp72fc28jb0" 2025/09/14 02:28:48 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/09/14 02:28:50 INFO : dst/file1: Moved (server-side) 2025/09/14 02:28:52 DEBUG : dst/file1: md5 = fcf13d55883cd1cabc02738e5fc7ff3f OK 2025/09/14 02:28:52 INFO : dst/file1: Copied (new) 2025/09/14 02:28:52 INFO : dst/file1: Deleted 2025/09/14 02:28:55 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/14 02:28:56 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/14 02:28:56 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.06s) === 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-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:28:59 DEBUG : A1/one: md5 = 1dd4cde8ba6a1210c91b1177574dad2b OK 2025/09/14 02:29:00 DEBUG : A1/two: md5 = af428946a0af2d49298ca5a3beb9993d OK 2025/09/14 02:29:03 DEBUG : A1/B1/three: md5 = ca986db48b2951bcc8961ab9eef20e36 OK 2025/09/14 02:29:05 DEBUG : A1/B1/C1/four: md5 = 75263704eefaae077d6ce36bb1c24780 OK 2025/09/14 02:29:07 DEBUG : A1/B1/C2/five: md5 = b730c376a1997a422b12e0bdb313bbf4 OK 2025/09/14 02:29:07 INFO : A1/B2: Making directory 2025/09/14 02:29:08 INFO : A1/B1/C3: Making directory 2025/09/14 02:29:17 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/09/14 02:29:17 INFO : A2/two: Moved (server-side) to: A3/two 2025/09/14 02:29:17 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/09/14 02:29:17 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/09/14 02:29:18 INFO : A2/one: Moved (server-side) to: A3/one 2025/09/14 02:29:20 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/14 02:29:20 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/14 02:29:20 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/14 02:29:21 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/14 02:29:21 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/14 02:29:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/09/14 02:29:28 INFO : A3/one: Moved (server-side) to: A4/one 2025/09/14 02:29:28 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/09/14 02:29:28 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/09/14 02:29:28 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/09/14 02:29:28 INFO : A3/two: Moved (server-side) to: A4/two 2025/09/14 02:29:31 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/14 02:29:31 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/14 02:29:31 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/14 02:29:32 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/14 02:29:32 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/14 02:29:38 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/09/14 02:29:39 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/09/14 02:29:39 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/14 02:29:39 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/14 02:29:39 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/14 02:29:39 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/14 02:29:40 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/14 02:29:40 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/14 02:29:40 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/14 02:29:40 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (43.80s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" --- PASS: TestGetFsInfo (0.49s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:29:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': File to upload is small (34 bytes), uploading instead of streaming 2025/09/14 02:29:43 DEBUG : no_checksum_small_file_from_pipe: md5 = 2cdfd1379d3b104b90cc863f5f72fdda OK 2025/09/14 02:29:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/09/14 02:29:43 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/14 02:29:44 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/09/14 02:29:45 DEBUG : no_checksum_big_file_from_pipe: md5 = 717410d16fc2601a401714d684fdbea7 OK 2025/09/14 02:29:45 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-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:29:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': File to upload is small (34 bytes), uploading instead of streaming 2025/09/14 02:29:48 DEBUG : with_checksum_small_file_from_pipe: md5 = 78ae7addbf66daff6ca0a87cfe0d0eb0 OK 2025/09/14 02:29:48 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/14 02:29:49 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/09/14 02:29:50 DEBUG : with_checksum_big_file_from_pipe: md5 = a31752a1f4379240d99e0a39b2cce856 OK 2025/09/14 02:29:50 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-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:29:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': File to upload is small (34 bytes), uploading instead of streaming 2025/09/14 02:29:54 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/14 02:29:54 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/09/14 02:29:56 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-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:29:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': File to upload is small (34 bytes), uploading instead of streaming 2025/09/14 02:29:59 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/14 02:29:59 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/09/14 02:30:00 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.77s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.18s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.15s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.58s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.86s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/09/14 02:30:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': File to upload is small (48 bytes), uploading instead of streaming 2025/09/14 02:30:04 DEBUG : rcat_metadata: md5 = b6c9f287ca1c7c4293b176b2c3e44bc9 OK 2025/09/14 02:30:04 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/09/14 02:30:06 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/09/14 02:30:07 DEBUG : rcat_metadata_uploadcutoff0: md5 = a75793de93181e01f223612e315228cc OK 2025/09/14 02:30:07 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.99s) --- PASS: TestRcatMetadata/Normal (2.67s) --- PASS: TestRcatMetadata/ViaDisk (2.88s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:30:09 DEBUG : potato1: md5 = 4931077b0402382255c7585185aea44e OK 2025/09/14 02:30:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': File to upload is small (60 bytes), uploading instead of streaming 2025/09/14 02:30:11 DEBUG : potato2: md5 = 103c0237382ec06c80d20d5ed8e533d8 OK 2025/09/14 02:30:11 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.36s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:30:14 DEBUG : potato1: md5 = 3b7e88f427cf1957715779a4345a0823 OK 2025/09/14 02:30:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': File to upload is small (60 bytes), uploading instead of streaming 2025/09/14 02:30:15 DEBUG : potato2: md5 = 223d028906c75d1d51579c76de81b851 OK 2025/09/14 02:30:15 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.03s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:30:19 DEBUG : potato2: md5 = 37f152630b0067d965e536c8a0c966e3 OK 2025/09/14 02:30:20 DEBUG : empty space: md5 = d6460942efe9081592914673fd1c9984 OK 2025/09/14 02:30:22 DEBUG : sub dir/potato3: md5 = b4dde43be733d1f8113a44cfaba05bc6 OK 2025/09/14 02:30:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': Touching "sub dir/potato3" 2025/09/14 02:30:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': Touching "empty space" 2025/09/14 02:30:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': Touching "potato2" 2025/09/14 02:30:27 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.86s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:30:27 DEBUG : dir with metadata: Making directory with metadata 2025/09/14 02:30:28 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.47s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:30:30 DEBUG : directory with modtime: Making directory with metadata 2025/09/14 02:30:31 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.64s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:30:32 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/09/14 02:30:32 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/14 02:30:33 DEBUG : Google drive root 'crypt/7mf14eosrr3s6fn3vu7746213ce40vu228o3otasaikeic8gfbo0': Skipping btime metadata as can't update it on an existing file: 2025-09-14T02:30:32.80025707Z 2025/09/14 02:30:33 INFO : non existent directory: Updated directory metadata 2025/09/14 02:30:35 DEBUG : Google drive root 'crypt/7mf14eosrr3s6fn3vu7746213ce40vu228o3otasaikeic8gfbo0': Skipping btime metadata as can't update it on an existing file: 2025-09-14T02:30:32.80025707Z 2025/09/14 02:30:35 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.79s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:30:37 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/09/14 02:30:39 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/09/14 02:30:39 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (3.99s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:30:41 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/09/14 02:30:41 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/14 02:30:41 DEBUG : dst: Making directory with metadata 2025/09/14 02:30:42 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/14 02:30:42 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/14 02:30:42 INFO : dst: Set directory modification time (using SetModTime) 2025/09/14 02:30:43 INFO : dst: Set directory modification time (using SetModTime) 2025/09/14 02:30:43 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/09/14 02:30:43 INFO : dst: Set directory modification time (using SetModTime) 2025/09/14 02:30:43 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.65s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu'", Local "Local file system at /tmp/rclone378141650", Modify Window "1ms" 2025/09/14 02:30:48 DEBUG : sub dir/test remove existing: md5 = 65f1d667b05ef1ea77fcfcc4bec19700 OK 2025/09/14 02:30:49 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 97b1c3103f76dde575d4298e23d2ac1c OK 2025/09/14 02:30:51 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.hawamel5" before starting 2025/09/14 02:30:52 DEBUG : sub dir/test remove existing.hawamel5: TEST: removing renamed existing file after operation 2025/09/14 02:30:53 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nelokoc8" before starting 2025/09/14 02:30:54 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.nelokoc8: TEST: renaming existing back after failed operation 2025/09/14 02:30:56 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jojufes4" before starting 2025/09/14 02:30:56 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jojufes4: TEST: removing renamed existing file after operation 2025/09/14 02:30:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3toso1mjvhm96koei3a8k2b28q5tjpm97kpktbfi9gdap34e2v1spllhvgh9tul15026bdsfnh355d1j8glk5b2u4k45hn25usiml5jjf6u89maqdkp35r2ln7l12ept86mdqmd749nqlt015q43harfc9a4hehvsu373rpl1bn5vfug0ukg" 2025/09/14 02:30:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "njg2s7ltg5i0213jpdhob691hv0ukgboa0l5sibqnq34knkl4bkg" --- PASS: TestRemoveExisting (14.61s) === 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/09/14 02:30:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-taticen4pacu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m58.6443878s (try 1/5)