"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/10/30 02:37:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qatufef5liyi" 2025/10/30 02:37:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/30 02:37:09 DEBUG : Creating backend with remote "TestDrive:crypt/tudcl9jipmja7cufp32pdd9iq9e1062luckcjhnen5o7f9c5ecj0" 2025/10/30 02:37:10 DEBUG : Creating backend with remote "/tmp/rclone3098560958" === 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-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" multithread_test.go:119: multithread writing not supported --- SKIP: TestMultithreadCopy (0.25s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" multithread_test.go:119: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.28s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/10/30 02:37:10 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/30 02:37:10 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/30 02:37:10 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/10/30 02:37:10 DEBUG : potato: Seek from 10 to 0 2025/10/30 02:37:10 DEBUG : potato: Seek from 10 to 0 2025/10/30 02:37:10 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/10/30 02:37:10 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/30 02:37:10 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/30 02:37:10 DEBUG : potato: Seek from 5 to 2 2025/10/30 02:37:10 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/10/30 02:37:10 DEBUG : potato: Seek from 7 to 0 2025/10/30 02:37:10 DEBUG : potato: Seek from 7 to 0 2025/10/30 02:37:10 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/10/30 02:37:10 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/30 02:37:10 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/30 02:37:10 DEBUG : potato: Seek from 5 to 2 2025/10/30 02:37:10 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/10/30 02:37:10 DEBUG : potato: Seek from 8 to 0 2025/10/30 02:37:10 DEBUG : potato: Seek from 8 to 0 2025/10/30 02:37:10 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/10/30 02:37:10 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/10/30 02:37:10 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/10/30 02:37:10 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/10/30 02:37:10 DEBUG : potato: Seek from 5 to 2 2025/10/30 02:37:10 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/10/30 02:37:10 DEBUG : potato: Seek from 9 to 0 2025/10/30 02:37:10 DEBUG : potato: Seek from 9 to 0 2025/10/30 02:37:10 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-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:37:13 DEBUG : rutabaga: md5 = 10e2341d37d8a3e1f13e98d86e94f500 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/10/30 02:37:15 DEBUG : empty space: md5 = 4e88f21973784d910e1131acf3698a4e OK === RUN TestCheck/3 2025/10/30 02:37:18 DEBUG : potato2: md5 = acd86df8108e0740413f0854766a71ab OK === RUN TestCheck/4 === RUN TestCheck/5 2025/10/30 02:37:20 DEBUG : remotepotato: md5 = 6e39eaec24b69e4d86cea6b89e0b13fe OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (14.08s) --- PASS: TestCheck/1 (0.28s) --- PASS: TestCheck/2 (0.28s) --- PASS: TestCheck/3 (0.33s) --- PASS: TestCheck/4 (0.35s) --- PASS: TestCheck/5 (0.36s) --- PASS: TestCheck/6 (0.44s) --- PASS: TestCheck/7 (0.35s) === RUN TestCheckFsError 2025/10/30 02:37:24 DEBUG : Creating backend with remote "nonexistent" 2025/10/30 02:37:24 DEBUG : Creating backend with remote "nonexistent" 2025/10/30 02:37:24 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/10/30 02:37:24 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/10/30 02:37:24 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/10/30 02:37:24 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-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:37:26 DEBUG : rutabaga: md5 = 91a0fc25373a1cd53d98af3364db01c1 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/10/30 02:37:31 DEBUG : empty space: md5 = 33da6361abb4573941e68a82213d8498 OK === RUN TestCheckDownload/3 2025/10/30 02:37:34 DEBUG : potato2: md5 = a0f780e10183ab9c668d3a5082299e40 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/10/30 02:37:39 DEBUG : remotepotato: md5 = ebcc1df4973e82185463118b151ab07e OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (20.45s) --- PASS: TestCheckDownload/1 (1.31s) --- PASS: TestCheckDownload/2 (1.15s) --- PASS: TestCheckDownload/3 (1.05s) --- PASS: TestCheckDownload/4 (1.29s) --- PASS: TestCheckDownload/5 (1.41s) --- PASS: TestCheckDownload/6 (1.83s) --- PASS: TestCheckDownload/7 (1.31s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:37:47 DEBUG : rutabaga: md5 = 8c6e209113ea5adae818561a44dbe29f OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/10/30 02:37:49 DEBUG : empty space: md5 = a6018391a097a9d14e73221a10b35cb5 OK === RUN TestCheckSizeOnly/3 2025/10/30 02:37:52 DEBUG : potato2: md5 = 872e0a60c284e0ec235ff3eeaa675c05 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/10/30 02:37:54 DEBUG : remotepotato: md5 = a481f26d4400abdebbd36242373d77d4 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (13.27s) --- PASS: TestCheckSizeOnly/1 (0.34s) --- PASS: TestCheckSizeOnly/2 (0.29s) --- PASS: TestCheckSizeOnly/3 (0.30s) --- PASS: TestCheckSizeOnly/4 (0.37s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.29s) --- PASS: TestCheckSizeOnly/7 (0.33s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:38:00 DEBUG : test.sum: md5 = e465d04b24b4028d3787fbcf59688a62 OK 2025/10/30 02:38:01 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/30 02:38:01 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/30 02:38:01 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/30 02:38:01 NOTICE: test.sum: 2 warning(s) suppressed... 2025/10/30 02:38:03 DEBUG : test.sum: md5 = ac44fd6ec7d138e91919b0b33434394a OK 2025/10/30 02:38:04 NOTICE: test.sum: improperly formatted checksum line 4 2025/10/30 02:38:04 NOTICE: test.sum: improperly formatted checksum line 5 2025/10/30 02:38:04 NOTICE: test.sum: improperly formatted checksum line 6 2025/10/30 02:38:04 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.96s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:38:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qatufef5liyi/data" 2025/10/30 02:38:05 DEBUG : Config file has changed externally - reloading 2025/10/30 02:38:05 DEBUG : Creating backend with remote "TestDrive:crypt/tudcl9jipmja7cufp32pdd9iq9e1062luckcjhnen5o7f9c5ecj0/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi/data' lacks md5, skipping --- SKIP: TestCheckSum (2.45s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:38:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qatufef5liyi/data" 2025/10/30 02:38:07 DEBUG : Creating backend with remote "TestDrive:crypt/tudcl9jipmja7cufp32pdd9iq9e1062luckcjhnen5o7f9c5ecj0/vjrnln8ratgmqakfosrqe8espk" 2025/10/30 02:38:12 DEBUG : data/banana: md5 = c23dd851157ed0813ce1f573cb7e7926 OK 2025/10/30 02:38:13 DEBUG : test.sum: md5 = b0b34f093fdc82f03569ff04cda81725 OK === RUN TestCheckSumDownload/subtest1 2025/10/30 02:38:19 DEBUG : data/potato: md5 = 0bd0c80bc130953df61608a8958d4100 OK 2025/10/30 02:38:21 DEBUG : test.sum: md5 = 67a2ab63b4be988636bbe05861788994 OK === RUN TestCheckSumDownload/subtest2 2025/10/30 02:38:25 DEBUG : test.sum: md5 = 613d3a09e75a6949c507f3eaf5c56cfd OK === RUN TestCheckSumDownload/subtest3 2025/10/30 02:38:31 DEBUG : test.sum: md5 = e1d23d4669300b220bde4b6abfb9ba18 OK === RUN TestCheckSumDownload/subtest4 2025/10/30 02:38:35 DEBUG : test.sum: md5 = 045694692d59d211d400f394ae32b30c OK === RUN TestCheckSumDownload/subtest5 2025/10/30 02:38:40 DEBUG : test.sum: md5 = 6e880f0c3866338a7c9e26e71777781a OK === RUN TestCheckSumDownload/subtest6 2025/10/30 02:38:46 DEBUG : data/banana: md5 = 2cc31beb815f1e77c2e34d01025ccfe3 OK 2025/10/30 02:38:47 DEBUG : data/potato: md5 = 186a2ae9249b080d94bedbc88d094328 OK 2025/10/30 02:38:49 DEBUG : test.sum: md5 = 1d0d3c4fceb0398fb76611dd345939f1 OK === RUN TestCheckSumDownload/subtest7 2025/10/30 02:38:56 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/10/30 02:38:56 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (49.05s) --- PASS: TestCheckSumDownload/subtest1 (3.45s) --- PASS: TestCheckSumDownload/subtest2 (2.27s) --- PASS: TestCheckSumDownload/subtest3 (2.69s) --- PASS: TestCheckSumDownload/subtest4 (2.36s) --- PASS: TestCheckSumDownload/subtest5 (2.21s) --- PASS: TestCheckSumDownload/subtest6 (3.26s) --- PASS: TestCheckSumDownload/subtest7 (3.03s) === RUN TestApplyTransforms 2025/10/30 02:38:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pejewaj3wujo" 2025/10/30 02:38:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/30 02:38:57 DEBUG : Creating backend with remote "TestDrive:crypt/jl5mi5gska52pk2dvt3i272tf17tropk944ucd0fo3ntk3ioo0l0" 2025/10/30 02:38:58 DEBUG : Creating backend with remote "/tmp/rclone1333875524" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pejewaj3wujo'", Local "Local file system at /tmp/rclone1333875524", Modify Window "1ms" 2025/10/30 02:39:00 DEBUG : hello, world!: md5 = b698d1517e27408c63f201927a529ded OK upper checkfile vs. lower remote (without normalization) 2025/10/30 02:39:01 ERROR : hello, world!: sum not found 2025/10/30 02:39:01 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-pejewaj3wujo' 2025/10/30 02:39:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pejewaj3wujo': 1 files missing 2025/10/30 02:39:01 NOTICE: 1 hashes missing 2025/10/30 02:39:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pejewaj3wujo': 1 differences found 2025/10/30 02:39:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pejewaj3wujo': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/10/30 02:39:02 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/30 02:39:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pejewaj3wujo': 0 differences found 2025/10/30 02:39:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pejewaj3wujo': 1 matching files 2025/10/30 02:39:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fepadeq3tazu" 2025/10/30 02:39:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/30 02:39:02 DEBUG : Creating backend with remote "TestDrive:crypt/d518a3sahu4bmbgfkc683m2027pljfgu68r9r8nmkop229178qh0" 2025/10/30 02:39:03 DEBUG : Creating backend with remote "/tmp/rclone808421613" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fepadeq3tazu'", Local "Local file system at /tmp/rclone808421613", Modify Window "1ms" 2025/10/30 02:39:06 DEBUG : HELLO, WORLD!: md5 = 7d436e0d68b3bd9cdd591135d73e75c8 OK lower checkfile vs. upper remote (without normalization) 2025/10/30 02:39:06 ERROR : HELLO, WORLD!: sum not found 2025/10/30 02:39:06 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-fepadeq3tazu' 2025/10/30 02:39:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fepadeq3tazu': 1 files missing 2025/10/30 02:39:06 NOTICE: 1 hashes missing 2025/10/30 02:39:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fepadeq3tazu': 1 differences found 2025/10/30 02:39:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fepadeq3tazu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/10/30 02:39:07 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/30 02:39:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fepadeq3tazu': 0 differences found 2025/10/30 02:39:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fepadeq3tazu': 1 matching files 2025/10/30 02:39:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xulofip8hale" 2025/10/30 02:39:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/30 02:39:08 DEBUG : Creating backend with remote "TestDrive:crypt/5nipapsklt1vu4anuqkqtsbhcok000r2sree6fr3n0jmevum0qag" 2025/10/30 02:39:09 DEBUG : Creating backend with remote "/tmp/rclone4036899810" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xulofip8hale'", Local "Local file system at /tmp/rclone4036899810", Modify Window "1ms" 2025/10/30 02:39:11 DEBUG : HeLlO, wOrLd!: md5 = d91d6b86e45ed3caaaf96fd7ad3127be OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/10/30 02:39:12 ERROR : HeLlO, wOrLd!: sum not found 2025/10/30 02:39:12 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xulofip8hale' 2025/10/30 02:39:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xulofip8hale': 1 files missing 2025/10/30 02:39:12 NOTICE: 1 hashes missing 2025/10/30 02:39:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xulofip8hale': 1 differences found 2025/10/30 02:39:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xulofip8hale': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/10/30 02:39:13 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/30 02:39:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xulofip8hale': 0 differences found 2025/10/30 02:39:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xulofip8hale': 1 matching files 2025/10/30 02:39:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pedefaq8reke" 2025/10/30 02:39:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/30 02:39:13 DEBUG : Creating backend with remote "TestDrive:crypt/3mc51f2fsekpe6m9p4qh9ajpecdtlgpl4bphi4c12lglgdjocnqg" 2025/10/30 02:39:14 DEBUG : Creating backend with remote "/tmp/rclone532884470" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pedefaq8reke'", Local "Local file system at /tmp/rclone532884470", Modify Window "1ms" 2025/10/30 02:39:17 DEBUG : HELLO, WORLD!: md5 = ba7b99a4c95a28b658873a424c5a7d53 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/10/30 02:39:18 ERROR : HELLO, WORLD!: sum not found 2025/10/30 02:39:18 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-pedefaq8reke' 2025/10/30 02:39:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pedefaq8reke': 1 files missing 2025/10/30 02:39:18 NOTICE: 1 hashes missing 2025/10/30 02:39:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pedefaq8reke': 1 differences found 2025/10/30 02:39:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pedefaq8reke': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/10/30 02:39:19 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/30 02:39:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pedefaq8reke': 0 differences found 2025/10/30 02:39:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pedefaq8reke': 1 matching files 2025/10/30 02:39:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dozolaf4nafu" 2025/10/30 02:39:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/30 02:39:19 DEBUG : Creating backend with remote "TestDrive:crypt/ipg3el0sh6240vmcgthfo71itm2r90j8rpfmgm3194pspeb7bv1g" 2025/10/30 02:39:20 DEBUG : Creating backend with remote "/tmp/rclone2497386164" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dozolaf4nafu'", Local "Local file system at /tmp/rclone2497386164", Modify Window "1ms" 2025/10/30 02:39:23 DEBUG : 測試_Русский___ě_áñ: md5 = 3e5b9b7f64bafaa339a7ffc91756d478 OK NFD checkfile vs. NFC remote (without normalization) 2025/10/30 02:39:23 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/30 02:39:23 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-dozolaf4nafu' 2025/10/30 02:39:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dozolaf4nafu': 1 files missing 2025/10/30 02:39:23 NOTICE: 1 hashes missing 2025/10/30 02:39:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dozolaf4nafu': 1 differences found 2025/10/30 02:39:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dozolaf4nafu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/10/30 02:39:24 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/30 02:39:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dozolaf4nafu': 0 differences found 2025/10/30 02:39:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dozolaf4nafu': 1 matching files 2025/10/30 02:39:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hafotox0teno" 2025/10/30 02:39:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/30 02:39:25 DEBUG : Creating backend with remote "TestDrive:crypt/k6qcntgnnbosh1tl6b0f7do03d613um4kuqgvibdvlj5g09qkun0" 2025/10/30 02:39:26 DEBUG : Creating backend with remote "/tmp/rclone2740430660" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hafotox0teno'", Local "Local file system at /tmp/rclone2740430660", Modify Window "1ms" 2025/10/30 02:39:29 DEBUG : 測試_Русский___ě_áñ: md5 = a5a219cd245ef67b95e8f855e9eeeff8 OK NFC checkfile vs. NFD remote (without normalization) 2025/10/30 02:39:29 ERROR : 測試_Русский___ě_áñ: sum not found 2025/10/30 02:39:29 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hafotox0teno' 2025/10/30 02:39:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hafotox0teno': 1 files missing 2025/10/30 02:39:29 NOTICE: 1 hashes missing 2025/10/30 02:39:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hafotox0teno': 1 differences found 2025/10/30 02:39:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hafotox0teno': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/10/30 02:39:30 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/30 02:39:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hafotox0teno': 0 differences found 2025/10/30 02:39:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hafotox0teno': 1 matching files 2025/10/30 02:39:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jihuwoj1siju" 2025/10/30 02:39:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/30 02:39:31 DEBUG : Creating backend with remote "TestDrive:crypt/j1ki4ineotn5gt99p711jlt76l84ollfnobadsi64tb3jkt490r0" 2025/10/30 02:39:32 DEBUG : Creating backend with remote "/tmp/rclone4135109264" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jihuwoj1siju'", Local "Local file system at /tmp/rclone4135109264", Modify Window "1ms" 2025/10/30 02:39:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 2331ae6047a76f5ad32704346fdfa7c0 OK NFDx2 checkfile vs. both remote (without normalization) 2025/10/30 02:39:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/30 02:39:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jihuwoj1siju' 2025/10/30 02:39:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jihuwoj1siju': 1 files missing 2025/10/30 02:39:35 NOTICE: 1 hashes missing 2025/10/30 02:39:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jihuwoj1siju': 1 differences found 2025/10/30 02:39:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jihuwoj1siju': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/10/30 02:39:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/30 02:39:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jihuwoj1siju': 0 differences found 2025/10/30 02:39:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jihuwoj1siju': 1 matching files 2025/10/30 02:39:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-puyuzoh7velu" 2025/10/30 02:39:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/30 02:39:36 DEBUG : Creating backend with remote "TestDrive:crypt/ivtfb9bdsn6qcck28k3l5fkvb70fo36all3vehsjmqq9cdj9uqd0" 2025/10/30 02:39:37 DEBUG : Creating backend with remote "/tmp/rclone2746560467" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puyuzoh7velu'", Local "Local file system at /tmp/rclone2746560467", Modify Window "1ms" 2025/10/30 02:39:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 60cbf34171e381f8289113c007393bc3 OK NFCx2 checkfile vs. both remote (without normalization) 2025/10/30 02:39:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/30 02:39:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-puyuzoh7velu' 2025/10/30 02:39:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puyuzoh7velu': 1 files missing 2025/10/30 02:39:40 NOTICE: 1 hashes missing 2025/10/30 02:39:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puyuzoh7velu': 1 differences found 2025/10/30 02:39:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puyuzoh7velu': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/10/30 02:39:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/30 02:39:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puyuzoh7velu': 0 differences found 2025/10/30 02:39:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puyuzoh7velu': 1 matching files 2025/10/30 02:39:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bugelot5hako" 2025/10/30 02:39:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/30 02:39:41 DEBUG : Creating backend with remote "TestDrive:crypt/j81nnil4cqf4eul1ciqr9drcq4k4a5nvildlul1gridpiftusicg" 2025/10/30 02:39:43 DEBUG : Creating backend with remote "/tmp/rclone310009391" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bugelot5hako'", Local "Local file system at /tmp/rclone310009391", Modify Window "1ms" 2025/10/30 02:39:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = be757d7ed4d773053a285e8f8e30b206 OK both checkfile vs. NFDx2 remote (without normalization) 2025/10/30 02:39:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/30 02:39:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bugelot5hako' 2025/10/30 02:39:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bugelot5hako': 1 files missing 2025/10/30 02:39:46 NOTICE: 1 hashes missing 2025/10/30 02:39:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bugelot5hako': 1 differences found 2025/10/30 02:39:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bugelot5hako': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/10/30 02:39:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/30 02:39:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bugelot5hako': 0 differences found 2025/10/30 02:39:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bugelot5hako': 1 matching files 2025/10/30 02:39:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kehajas0soye" 2025/10/30 02:39:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/30 02:39:48 DEBUG : Creating backend with remote "TestDrive:crypt/01jjfe1knmq3nvkast29k2gcpu25avmh643avpaka1bl15ev0lv0" 2025/10/30 02:39:49 DEBUG : Creating backend with remote "/tmp/rclone1773675383" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kehajas0soye'", Local "Local file system at /tmp/rclone1773675383", Modify Window "1ms" 2025/10/30 02:39:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = de3653849946e9ffedeec7f063296aef OK both checkfile vs. NFCx2 remote (without normalization) 2025/10/30 02:39:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/10/30 02:39:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-kehajas0soye' 2025/10/30 02:39:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kehajas0soye': 1 files missing 2025/10/30 02:39:52 NOTICE: 1 hashes missing 2025/10/30 02:39:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kehajas0soye': 1 differences found 2025/10/30 02:39:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kehajas0soye': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/10/30 02:39:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/10/30 02:39:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kehajas0soye': 0 differences found 2025/10/30 02:39:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kehajas0soye': 1 matching files 2025/10/30 02:39:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kehajas0soye': Purge remote 2025/10/30 02:39:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bugelot5hako': Purge remote 2025/10/30 02:39:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puyuzoh7velu': Purge remote 2025/10/30 02:39:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jihuwoj1siju': Purge remote 2025/10/30 02:39:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hafotox0teno': Purge remote 2025/10/30 02:39:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dozolaf4nafu': Purge remote 2025/10/30 02:39:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pedefaq8reke': Purge remote 2025/10/30 02:39:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xulofip8hale': Purge remote 2025/10/30 02:39:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fepadeq3tazu': Purge remote 2025/10/30 02:39:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pejewaj3wujo': Purge remote --- PASS: TestApplyTransforms (61.58s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:39:58 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/30 02:40:01 DEBUG : sub/file2: md5 = 414e81acdd726d263b8cc334d2b82222 OK 2025/10/30 02:40:01 INFO : file1: Copied (new) to: sub/file2 2025/10/30 02:40:02 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/30 02:40:02 DEBUG : file1: Unchanged skipping 2025/10/30 02:40:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': don't need to copy/move sub/file2, it is already at target location 2025/10/30 02:40:05 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.35s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.51s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:40:08 DEBUG : dst/file1: md5 = 6cd33e268482a1f55d501f5891464dd2 OK 2025/10/30 02:40:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qatufef5liyi/backup" 2025/10/30 02:40:09 DEBUG : Creating backend with remote "TestDrive:crypt/tudcl9jipmja7cufp32pdd9iq9e1062luckcjhnen5o7f9c5ecj0/1nrff024r7pq65ecp72fc28jb0" 2025/10/30 02:40:11 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/30 02:40:14 INFO : dst/file1: Moved (server-side) 2025/10/30 02:40:16 DEBUG : dst/file1: md5 = 03c89a93a862b6d32ef7ae71a33999d5 OK 2025/10/30 02:40:16 INFO : dst/file1: Copied (new) 2025/10/30 02:40:21 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/30 02:40:22 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/30 02:40:22 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (17.41s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:40:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qatufef5liyi/dst" 2025/10/30 02:40:23 DEBUG : Creating backend with remote "TestDrive:crypt/tudcl9jipmja7cufp32pdd9iq9e1062luckcjhnen5o7f9c5ecj0/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/30 02:40:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qatufef5liyi/CompareDest" 2025/10/30 02:40:25 DEBUG : Creating backend with remote "TestDrive:crypt/tudcl9jipmja7cufp32pdd9iq9e1062luckcjhnen5o7f9c5ecj0/gveqi14airsml4bgu7krj116o8" 2025/10/30 02:40:27 DEBUG : one: Need to transfer - File not found at Destination 2025/10/30 02:40:30 DEBUG : one: md5 = 0cbe5031187b50f87113eb80478fe16a OK 2025/10/30 02:40:30 INFO : one: Copied (new) 2025/10/30 02:40:31 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/30 02:40:33 DEBUG : one: md5 = 9ebd9318bc7d58fdb8dd98d72ff72bbd OK 2025/10/30 02:40:33 INFO : one: Copied (replaced existing) 2025/10/30 02:40:36 DEBUG : dst/one: md5 = 559e9e14070fe6a55b13220cca1bd9b5 OK 2025/10/30 02:40:38 DEBUG : CompareDest/one: md5 = 57f2ff9d4b8535eddfc6b21b039e2958 OK 2025/10/30 02:40:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/30 02:40:39 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/30 02:40:39 DEBUG : one: Destination found in --compare-dest, skipping 2025/10/30 02:40:42 DEBUG : CompareDest/two: md5 = 8b529e33e2c4d45b176eb24ab5897c50 OK 2025/10/30 02:40:43 DEBUG : two: Need to transfer - File not found at Destination 2025/10/30 02:40:43 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/30 02:40:43 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/30 02:40:44 DEBUG : two: Need to transfer - File not found at Destination 2025/10/30 02:40:44 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/30 02:40:44 DEBUG : two: Destination found in --compare-dest, skipping 2025/10/30 02:40:45 DEBUG : two: Need to transfer - File not found at Destination 2025/10/30 02:40:46 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/10/30 02:40:47 DEBUG : two: md5 = 225ca663e3ec56137540f45d9acf45b5 OK 2025/10/30 02:40:47 INFO : two: Copied (new) 2025/10/30 02:40:51 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/30 02:40:51 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:40:52 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/30 02:40:52 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (29.24s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:40:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qatufef5liyi/dst" 2025/10/30 02:40:53 DEBUG : Config file has changed externally - reloading 2025/10/30 02:40:53 DEBUG : Creating backend with remote "TestDrive:crypt/tudcl9jipmja7cufp32pdd9iq9e1062luckcjhnen5o7f9c5ecj0/31u3jie661vd5p8j7rtc3hgbh0" 2025/10/30 02:40:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qatufef5liyi/CopyDest" 2025/10/30 02:40:55 DEBUG : Creating backend with remote "TestDrive:crypt/tudcl9jipmja7cufp32pdd9iq9e1062luckcjhnen5o7f9c5ecj0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/30 02:40:56 DEBUG : one: Need to transfer - File not found at Destination 2025/10/30 02:40:59 DEBUG : one: md5 = 131bda396058771d1754ffb2ab38a6f1 OK 2025/10/30 02:40:59 INFO : one: Copied (new) 2025/10/30 02:41:00 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/30 02:41:02 DEBUG : one: md5 = 455e31695f1078e673312c263d72c5eb OK 2025/10/30 02:41:02 INFO : one: Copied (replaced existing) 2025/10/30 02:41:05 DEBUG : dst/one: md5 = 56763378884c8fe757a6294704deffed OK 2025/10/30 02:41:08 DEBUG : CopyDest/one: md5 = 39b152053d37f804bb75714a59168609 OK 2025/10/30 02:41:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qatufef5liyi/BackupDir" 2025/10/30 02:41:09 DEBUG : Creating backend with remote "TestDrive:crypt/tudcl9jipmja7cufp32pdd9iq9e1062luckcjhnen5o7f9c5ecj0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/30 02:41:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/30 02:41:11 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/30 02:41:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/10/30 02:41:13 INFO : one: Moved (server-side) 2025/10/30 02:41:14 INFO : one: Copied (server-side copy) 2025/10/30 02:41:14 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/10/30 02:41:17 DEBUG : CopyDest/two: md5 = 5ef4ce64966b23d56474537661ec60fd OK 2025/10/30 02:41:18 DEBUG : two: Need to transfer - File not found at Destination 2025/10/30 02:41:18 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/30 02:41:19 INFO : two: Copied (server-side copy) 2025/10/30 02:41:19 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/10/30 02:41:20 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/10/30 02:41:20 DEBUG : two: Unchanged skipping 2025/10/30 02:41:22 DEBUG : CopyDest/three: md5 = 72847fd1a68ca6d99cbec5249d23c25d OK 2025/10/30 02:41:23 DEBUG : three: Need to transfer - File not found at Destination 2025/10/30 02:41:24 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/10/30 02:41:24 DEBUG : three: Destination not found in --copy-dest 2025/10/30 02:41:26 DEBUG : three: md5 = 9703d8788e32b05ecb4eaa991a818a68 OK 2025/10/30 02:41:26 INFO : three: Copied (new) 2025/10/30 02:41:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/30 02:41:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/30 02:41:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:41:31 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/30 02:41:31 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/30 02:41:31 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:41:32 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (40.61s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.55s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.49s) === RUN TestCopyLongFileNameCollision run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.53s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:41:35 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/10/30 02:41:38 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 256e5f13c27db03cc972f2c029b95d76 OK 2025/10/30 02:41:38 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/10/30 02:41:39 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/10/30 02:41:39 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/10/30 02:41:40 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/10/30 02:41:41 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/10/30 02:41:42 DEBUG : TestCopyFileMaxTransfer/file4: md5 = e9b9dc00f8aeef99328183d092ab26b7 OK 2025/10/30 02:41:42 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/10/30 02:41:45 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/10/30 02:41:45 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (11.11s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.53s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:41:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': Looking for duplicate names using skip mode. 2025/10/30 02:41:50 NOTICE: one: Found 2 files with duplicate names 2025/10/30 02:41:50 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.77s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:41:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': Looking for duplicate names using skip mode. 2025/10/30 02:41:57 NOTICE: one: Found 3 files with duplicate names 2025/10/30 02:41:57 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/10/30 02:41:58 INFO : one: Deleted 2025/10/30 02:41:58 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.60s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:42:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': Looking for duplicate names using first mode. 2025/10/30 02:42:05 NOTICE: one: Found 3 files with duplicate names 2025/10/30 02:42:05 INFO : one: Deleted 2025/10/30 02:42:06 INFO : one: Deleted 2025/10/30 02:42:06 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.26s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:42:12 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': Looking for duplicate names using newest mode. 2025/10/30 02:42:12 NOTICE: one: Found 3 files with duplicate names 2025/10/30 02:42:13 INFO : one: Deleted 2025/10/30 02:42:13 INFO : one: Deleted 2025/10/30 02:42:13 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (8.17s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.59s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:42:20 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': Looking for duplicate names using oldest mode. 2025/10/30 02:42:21 NOTICE: one: Found 3 files with duplicate names 2025/10/30 02:42:21 INFO : one: Deleted 2025/10/30 02:42:22 INFO : one: Deleted 2025/10/30 02:42:22 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.32s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:42:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': Looking for duplicate names using largest mode. 2025/10/30 02:42:28 NOTICE: one: Found 3 files with duplicate names 2025/10/30 02:42:28 INFO : one: Deleted 2025/10/30 02:42:29 INFO : one: Deleted 2025/10/30 02:42:29 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.22s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:42:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': Looking for duplicate names using smallest mode. 2025/10/30 02:42:35 NOTICE: one: Found 3 files with duplicate names 2025/10/30 02:42:36 INFO : one: Deleted 2025/10/30 02:42:36 INFO : one: Deleted 2025/10/30 02:42:36 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.11s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:42:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': Looking for duplicate names using rename mode. 2025/10/30 02:42:44 NOTICE: one.txt: Found 3 files with duplicate names 2025/10/30 02:42:46 INFO : one-2.txt: renamed from: one.txt 2025/10/30 02:42:47 INFO : one-3.txt: renamed from: one.txt 2025/10/30 02:42:49 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (14.52s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:42:54 DEBUG : dupe1/one.txt: md5 = f68b37842f101031435d97dcfd0e7109 OK 2025/10/30 02:42:57 DEBUG : dupe2/two.txt: md5 = f6e247321e9ea7bb937dbe4bdd726c55 OK 2025/10/30 02:42:59 DEBUG : dupe3/three.txt: md5 = b947a74f777761ad78a50c72342b8658 OK 2025/10/30 02:43:00 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/10/30 02:43:00 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/10/30 02:43:01 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/10/30 02:43:02 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/10/30 02:43:06 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/10/30 02:43:06 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/10/30 02:43:06 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (14.74s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:43:08 DEBUG : a.txt: md5 = 0f817ae895688689e6855cf920ef910c OK 2025/10/30 02:43:10 DEBUG : zend.txt: md5 = 5a3f2c8fa177db9e69120709fd96d119 OK 2025/10/30 02:43:12 DEBUG : sub dir/hello world: md5 = d8e52d9de1ea64f055e79234ad2a8551 OK 2025/10/30 02:43:14 DEBUG : sub dir/hello world2: md5 = 404a97353562dbe6a87ca99dd33a284f OK 2025/10/30 02:43:17 DEBUG : sub dir/ignore dir/.ignore: md5 = e6a8a8fee4885d68d3c09b0968dbdbf2 OK 2025/10/30 02:43:19 DEBUG : sub dir/ignore dir/should be ignored: md5 = f3b0e217788e2f7d680aeb00bd8a9726 OK 2025/10/30 02:43:21 DEBUG : sub dir/sub sub dir/hello world3: md5 = 38444656ffd6d368c442201b2fa0fda8 OK 2025/10/30 02:43:23 DEBUG : a.txt: Excluded (Size Filter) 2025/10/30 02:43:23 DEBUG : a.txt: Excluded 2025/10/30 02:43:23 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/30 02:43:23 DEBUG : sub dir/hello world2: Excluded 2025/10/30 02:43:23 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/30 02:43:23 DEBUG : sub dir/hello world: Excluded 2025/10/30 02:43:25 DEBUG : sub dir/ignore dir: Excluded 2025/10/30 02:43:25 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/30 02:43:25 DEBUG : sub dir/hello world2: Excluded 2025/10/30 02:43:25 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/30 02:43:25 DEBUG : sub dir/hello world: Excluded 2025/10/30 02:43:25 DEBUG : sub dir/ignore dir: Excluded 2025/10/30 02:43:32 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/30 02:43:33 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/30 02:43:33 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/30 02:43:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/30 02:43:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/30 02:43:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/10/30 02:43:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (27.67s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:43:36 DEBUG : a.txt: md5 = e61416a73d2da1df2754fa205d102013 OK 2025/10/30 02:43:38 DEBUG : zend.txt: md5 = 87945952fda22c4ed80c429b0d54f3be OK 2025/10/30 02:43:40 DEBUG : sub dir/hello world: md5 = 77703955f61757f2032b826dfc8040b4 OK 2025/10/30 02:43:42 DEBUG : sub dir/hello world2: md5 = 1154981ca94664c4b8dba70c27c1c3d8 OK 2025/10/30 02:43:45 DEBUG : sub dir/ignore dir/.ignore: md5 = dd3b99a2c0ff8e55240045f1cb58b95e OK 2025/10/30 02:43:47 DEBUG : sub dir/ignore dir/should be ignored: md5 = e0378b313a7fe6bef8457cd6ea6f45e9 OK 2025/10/30 02:43:49 DEBUG : sub dir/sub sub dir/hello world3: md5 = 842e6b51b127b74d28db5a0be5f6287d OK 2025/10/30 02:43:51 DEBUG : a.txt: Excluded (Size Filter) 2025/10/30 02:43:51 DEBUG : a.txt: Excluded 2025/10/30 02:43:51 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/30 02:43:51 DEBUG : sub dir/hello world: Excluded 2025/10/30 02:43:51 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/30 02:43:51 DEBUG : sub dir/hello world2: Excluded 2025/10/30 02:43:52 DEBUG : sub dir/ignore dir: Excluded 2025/10/30 02:43:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/10/30 02:43:52 DEBUG : sub dir/hello world: Excluded 2025/10/30 02:43:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/10/30 02:43:52 DEBUG : sub dir/hello world2: Excluded 2025/10/30 02:43:52 DEBUG : sub dir/ignore dir: Excluded 2025/10/30 02:43:57 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/10/30 02:43:58 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/10/30 02:43:58 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/10/30 02:43:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/10/30 02:43:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/10/30 02:43:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/10/30 02:43:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (25.54s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:44:01 DEBUG : file1: md5 = 840a4a581c903956dc4d67943f85f0ed OK 2025/10/30 02:44:04 DEBUG : sub/file2: md5 = 90e3ec25831333fcb4069f7d3ff864e1 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/10/30 02:44:07 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/10/30 02:44:07 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/10/30 02:44:08 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/10/30 02:44:10 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.54s) --- PASS: TestListJSON/Default (0.30s) --- PASS: TestListJSON/FilesOnly (0.33s) --- PASS: TestListJSON/DirsOnly (0.29s) --- PASS: TestListJSON/Recurse (0.61s) --- PASS: TestListJSON/SubDir (0.26s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.26s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.30s) --- PASS: TestListJSON/Metadata (0.67s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:44:12 DEBUG : file1: md5 = ecded8ed843537d34230fd66d3ec0ffe OK 2025/10/30 02:44:15 DEBUG : sub/file2: md5 = e5a5fb241a43f747ff593ccb1b1239f6 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/10/30 02:44:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qatufef5liyi/notfound" 2025/10/30 02:44:19 DEBUG : Creating backend with remote "TestDrive:crypt/tudcl9jipmja7cufp32pdd9iq9e1062luckcjhnen5o7f9c5ecj0/qe0i31qdkoejk60elps0ni5sqk" 2025/10/30 02:44:23 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (13.67s) --- PASS: TestStatJSON/Root (0.31s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.31s) --- PASS: TestStatJSON/Dir (0.56s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.30s) --- PASS: TestStatJSON/File (0.30s) --- PASS: TestStatJSON/NotFound (0.52s) --- PASS: TestStatJSON/DirFilesOnly (0.30s) --- PASS: TestStatJSON/FileFilesOnly (0.28s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.31s) --- PASS: TestStatJSON/DirDirsOnly (0.36s) --- PASS: TestStatJSON/FileDirsOnly (0.31s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.34s) --- PASS: TestStatJSON/RootNotFound (2.07s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:44:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': Making directory 2025/10/30 02:44:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': Making directory --- PASS: TestMkdir (0.80s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:44:27 DEBUG : sub dir/hello world: md5 = c1548b5913512463aa9bdff1f3bc6bd2 OK 2025/10/30 02:44:30 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.39s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:44:32 DEBUG : potato2: md5 = 9e8d66d891791b7308f913fb655d84c9 OK 2025/10/30 02:44:34 DEBUG : empty space: md5 = 07b52fecad8f16f32ebd603c1fc34453 OK --- PASS: TestLs (5.40s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:44:37 DEBUG : potato2: md5 = 245ed0af1c7a9a5368dd48a76c287c25 OK 2025/10/30 02:44:39 DEBUG : empty space: md5 = 1369e9bd381b58e82549e711d9a4ebfc OK 2025/10/30 02:44:39 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/10/30 02:44:39 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (6.01s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:44:43 DEBUG : potato2: md5 = 869463e6a32ade4099a7ff5b1e623a07 OK 2025/10/30 02:44:45 DEBUG : empty space: md5 = 1ea1211eac57183c7b3c096d59b2bd07 OK --- PASS: TestLsLong (5.54s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:44:49 DEBUG : potato2: md5 = e8479acf3aede10d232d9fb086ad27a1 OK 2025/10/30 02:44:51 DEBUG : empty space: md5 = 0de944904691a95618f9373d87c597f4 OK --- PASS: TestHashSums (5.52s) === RUN TestHashSumsWithErrors 2025/10/30 02:44:53 DEBUG : Creating backend with remote ":memory:" 2025/10/30 02:44:53 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/10/30 02:44:53 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/30 02:44:53 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/10/30 02:44:53 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/30 02:44:53 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/10/30 02:44:53 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/30 02:44:53 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/10/30 02:44:53 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/10/30 02:44:53 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-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:44:54 DEBUG : potato2: md5 = f1c519d1a4fee81e4147a15a8befaf33 OK 2025/10/30 02:44:56 DEBUG : empty space: md5 = 4ef6dbea7be56a209d1d532cb28cbcc7 OK 2025/10/30 02:44:59 DEBUG : sub dir/potato3: md5 = 2fa41ffcbbbf705106e3d3fc511086ee OK 2025/10/30 02:45:02 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (10.46s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:45:05 DEBUG : small: md5 = 1f6ada4ff1ae4e184a066b994841ac6a OK 2025/10/30 02:45:06 DEBUG : medium: md5 = 745c6cfb26dcf1c18a76a6d042605853 OK 2025/10/30 02:45:08 DEBUG : large: md5 = ae9572f08497c55be09c774391e9d169 OK 2025/10/30 02:45:09 DEBUG : Waiting for deletions to finish 2025/10/30 02:45:09 DEBUG : large: Excluded (Size Filter) 2025/10/30 02:45:09 INFO : small: Deleted 2025/10/30 02:45:09 INFO : medium: Deleted --- PASS: TestDelete (7.63s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:45:12 DEBUG : small: md5 = 9ab8e07d0b22fadeaa37d525b61ff3a6 OK 2025/10/30 02:45:14 DEBUG : medium: md5 = a26bcb13cf66101f63340180fb29926c OK 2025/10/30 02:45:16 DEBUG : large: md5 = 3d41affedb402b21bf2d588478285e98 OK 2025/10/30 02:45:16 DEBUG : Waiting for deletions to finish 2025/10/30 02:45:16 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/10/30 02:45:17 INFO : large: Deleted 2025/10/30 02:45:17 INFO : small: Deleted --- PASS: TestMaxDelete (7.75s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:45:20 DEBUG : small: md5 = 84fd27aa4fb9c1591a0c13d22b94a538 OK 2025/10/30 02:45:22 DEBUG : medium: md5 = 16e1bf5eadc48638477312cd543b0a59 OK 2025/10/30 02:45:24 DEBUG : large: md5 = 06bb735db3aba2a511e97035f75c45e2 OK 2025/10/30 02:45:24 DEBUG : Waiting for deletions to finish 2025/10/30 02:45:25 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/10/30 02:45:25 INFO : small: Deleted 2025/10/30 02:45:25 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.76s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:45:29 DEBUG : small: md5 = f21be384f2eab8a1f32d64d4beb7ef65 OK 2025/10/30 02:45:31 DEBUG : medium: md5 = 66c7cadb591eb526b0dab33a02dc0a31 OK 2025/10/30 02:45:32 DEBUG : large: md5 = b172259df300d200014c7d950cc52d6e OK 2025/10/30 02:45:32 DEBUG : Waiting for deletions to finish 2025/10/30 02:45:33 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/10/30 02:45:33 INFO : small: Deleted 2025/10/30 02:45:33 INFO : large: Deleted --- PASS: TestMaxDeleteSize (7.89s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:45:37 DEBUG : ReadFile: md5 = 6a15938b2a80c19f50ebdd002c057db6 OK --- PASS: TestReadFile (5.30s) === RUN TestRetry 2025/10/30 02:45:41 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/10/30 02:45:41 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/10/30 02:45:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/30 02:45:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/30 02:45:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/30 02:45:41 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/10/30 02:45:41 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-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:45:42 DEBUG : file1: md5 = 1911f8665a6799b76651c247ae287f78 OK 2025/10/30 02:45:45 DEBUG : file2: md5 = e1f94a12173721ffdbb4824e05182603 OK --- PASS: TestCat (20.85s) === RUN TestPurge 2025/10/30 02:46:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jogorug0hari" 2025/10/30 02:46:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/10/30 02:46:01 DEBUG : Creating backend with remote "TestDrive:crypt/c5969ov3mesmbfo60ff2bdcf69a46173qo8q2on77h3n6vhg82tg" 2025/10/30 02:46:03 DEBUG : Creating backend with remote "/tmp/rclone2801073147" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jogorug0hari'", Local "Local file system at /tmp/rclone2801073147", Modify Window "1ms" 2025/10/30 02:46:08 DEBUG : A1/B1/C1/one: md5 = 6cfd3c600a91af0cbd218d481aa6a93d OK 2025/10/30 02:46:08 INFO : A2: Making directory 2025/10/30 02:46:09 INFO : A1/B2: Making directory 2025/10/30 02:46:10 INFO : A1/B2/C2: Making directory 2025/10/30 02:46:11 INFO : A1/B1/C3: Making directory 2025/10/30 02:46:12 INFO : A3: Making directory 2025/10/30 02:46:13 INFO : A3/B3: Making directory 2025/10/30 02:46:14 INFO : A3/B3/C4: Making directory 2025/10/30 02:46:16 DEBUG : A1/two: md5 = 6e3a93afbbbb25f239ef86ef2cd88a45 OK 2025/10/30 02:46:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jogorug0hari': Purge remote 2025/10/30 02:46:21 NOTICE: purge failed: directory not found --- PASS: TestPurge (19.35s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:46:25 DEBUG : A1/B1/C1/one: md5 = 281b7f52e1c3a4698d077ecf1950aabb OK 2025/10/30 02:46:25 INFO : A2: Making directory 2025/10/30 02:46:26 INFO : A1/B2: Making directory 2025/10/30 02:46:27 INFO : A1/B2/C2: Making directory 2025/10/30 02:46:28 INFO : A1/B1/C3: Making directory 2025/10/30 02:46:29 INFO : A3: Making directory 2025/10/30 02:46:30 INFO : A3/B3: Making directory 2025/10/30 02:46:31 INFO : A3/B3/C4: Making directory 2025/10/30 02:46:33 DEBUG : A1/two: md5 = 6198537805a58d663b582d1af2739761 OK 2025/10/30 02:46:35 DEBUG : removing 1 level 3 directories 2025/10/30 02:46:35 INFO : A3/B3/C4: Removing directory 2025/10/30 02:46:39 DEBUG : removing 2 level 3 directories 2025/10/30 02:46:39 INFO : A1/B2/C2: Removing directory 2025/10/30 02:46:39 INFO : A1/B1/C3: Removing directory 2025/10/30 02:46:40 DEBUG : removing 2 level 2 directories 2025/10/30 02:46:40 INFO : A3/B3: Removing directory 2025/10/30 02:46:40 INFO : A1/B2: Removing directory 2025/10/30 02:46:40 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/10/30 02:46:40 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/30 02:46:40 DEBUG : removing 2 level 1 directories 2025/10/30 02:46:40 INFO : A3: Removing directory 2025/10/30 02:46:40 INFO : A2: Removing directory 2025/10/30 02:46:41 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/10/30 02:46:45 DEBUG : removing 1 level 3 directories 2025/10/30 02:46:45 INFO : A1/B1/C1: Removing directory 2025/10/30 02:46:46 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:46:46 DEBUG : removing 1 level 2 directories 2025/10/30 02:46:46 INFO : A1/B1: Removing directory 2025/10/30 02:46:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/30 02:46:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/30 02:46:47 DEBUG : removing 1 level 1 directories 2025/10/30 02:46:47 INFO : A1: Removing directory 2025/10/30 02:46:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/30 02:46:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/30 02:46:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/30 02:46:48 DEBUG : removing 1 level 0 directories 2025/10/30 02:46:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': Removing directory 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/10/30 02:46:48 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (28.75s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:46:50 INFO : A1: Making directory 2025/10/30 02:46:51 INFO : A1/B1: Making directory 2025/10/30 02:46:52 INFO : A1/B1/C1: Making directory 2025/10/30 02:46:55 DEBUG : removing 1 level 3 directories 2025/10/30 02:46:55 INFO : A1/B1/C1: Removing directory 2025/10/30 02:46:56 DEBUG : removing 1 level 2 directories 2025/10/30 02:46:56 INFO : A1/B1: Removing directory 2025/10/30 02:46:56 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/30 02:46:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (10.23s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:47:00 INFO : A1: Making directory 2025/10/30 02:47:01 INFO : A1/B1: Making directory 2025/10/30 02:47:01 INFO : A1/B1/C1: Making directory 2025/10/30 02:47:04 DEBUG : removing 1 level 3 directories 2025/10/30 02:47:04 INFO : A1/B1/C1: Removing directory 2025/10/30 02:47:05 DEBUG : removing 1 level 2 directories 2025/10/30 02:47:05 INFO : A1/B1: Removing directory 2025/10/30 02:47:06 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/30 02:47:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.59s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:47:10 DEBUG : file1: md5 = 037c43124c659f4205a45b7a759ea243 OK 2025/10/30 02:47:11 DEBUG : filename.txt: File name found in url 2025/10/30 02:47:12 DEBUG : filename.txt: md5 = 728256f3653baa750a0beddd3d9d7f80 OK 2025/10/30 02:47:12 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/10/30 02:47:14 DEBUG : headerfilename.txt: md5 = 4b458c1e26b158ed1e2e37fdf5d74233 OK 2025/10/30 02:47:16 DEBUG : file2: md5 = f2709535b822324521da63a9fafd7160 OK --- PASS: TestCopyURL (10.20s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:47:19 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/30 02:47:21 DEBUG : sub/file2: md5 = fac3f55ab7d41122d6a35b74b7d28061 OK 2025/10/30 02:47:21 INFO : file1: Copied (new) to: sub/file2 2025/10/30 02:47:21 INFO : file1: Deleted 2025/10/30 02:47:22 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/30 02:47:22 DEBUG : file1: Unchanged skipping 2025/10/30 02:47:22 INFO : file1: Deleted 2025/10/30 02:47:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': don't need to copy/move sub/file2, it is already at target location 2025/10/30 02:47:25 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.84s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:47:26 DEBUG : file1: Need to transfer - File not found at Destination 2025/10/30 02:47:27 DEBUG : file1: md5 = 3ad53f9ff665033fc7331b0b2f7d873c OK 2025/10/30 02:47:27 INFO : file1: Copied (new) 2025/10/30 02:47:27 INFO : file1: Deleted 2025/10/30 02:47:28 DEBUG : file1: Destination exists, skipping 2025/10/30 02:47:28 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.87s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.68s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.53s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:47:33 DEBUG : dst/file1: md5 = 438132e83e713de33b674fb12230a6b6 OK 2025/10/30 02:47:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qatufef5liyi/backup" 2025/10/30 02:47:34 DEBUG : Creating backend with remote "TestDrive:crypt/tudcl9jipmja7cufp32pdd9iq9e1062luckcjhnen5o7f9c5ecj0/1nrff024r7pq65ecp72fc28jb0" 2025/10/30 02:47:35 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/10/30 02:47:39 INFO : dst/file1: Moved (server-side) 2025/10/30 02:47:42 DEBUG : dst/file1: md5 = 9215ed651fe2bbce8e3bed2ae99fde27 OK 2025/10/30 02:47:42 INFO : dst/file1: Copied (new) 2025/10/30 02:47:42 INFO : dst/file1: Deleted 2025/10/30 02:47:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/30 02:47:46 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/10/30 02:47:47 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (16.93s) === 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-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:47:50 DEBUG : A1/one: md5 = cfec7f148e119a553a129e1514eeab9b OK 2025/10/30 02:47:51 DEBUG : A1/two: md5 = 9cd6b0e31a88c52ecaff96e360bf1130 OK 2025/10/30 02:47:54 DEBUG : A1/B1/three: md5 = 37090fca5f42fdea766d80084a4bc198 OK 2025/10/30 02:47:56 DEBUG : A1/B1/C1/four: md5 = ff514cf1478cebab1db795bf4bc3dbac OK 2025/10/30 02:47:59 DEBUG : A1/B1/C2/five: md5 = 56d8f8399d194baa1ba29a02db2db742 OK 2025/10/30 02:47:59 INFO : A1/B2: Making directory 2025/10/30 02:48:00 INFO : A1/B1/C3: Making directory 2025/10/30 02:48:11 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/10/30 02:48:11 INFO : A2/one: Moved (server-side) to: A3/one 2025/10/30 02:48:11 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/10/30 02:48:12 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/10/30 02:48:12 INFO : A2/two: Moved (server-side) to: A3/two 2025/10/30 02:48:15 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/30 02:48:15 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/30 02:48:15 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/30 02:48:16 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/30 02:48:16 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/30 02:48:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/10/30 02:48:25 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/10/30 02:48:25 INFO : A3/one: Moved (server-side) to: A4/one 2025/10/30 02:48:25 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/10/30 02:48:25 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/10/30 02:48:25 INFO : A3/two: Moved (server-side) to: A4/two 2025/10/30 02:48:29 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/30 02:48:29 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/30 02:48:29 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/30 02:48:29 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/30 02:48:29 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/30 02:48:37 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/10/30 02:48:38 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/10/30 02:48:39 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/10/30 02:48:39 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/10/30 02:48:39 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/10/30 02:48:39 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/10/30 02:48:40 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/10/30 02:48:40 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/10/30 02:48:40 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/10/30 02:48:40 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (53.03s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" --- PASS: TestGetFsInfo (0.52s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:48:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': File to upload is small (34 bytes), uploading instead of streaming 2025/10/30 02:48:43 DEBUG : no_checksum_small_file_from_pipe: md5 = c24f7eb051e7d2aba61e5cdf51f459a4 OK 2025/10/30 02:48:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/10/30 02:48:43 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/30 02:48:44 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/10/30 02:48:45 DEBUG : no_checksum_big_file_from_pipe: md5 = 0459a719420dfc18ccd552d00a1021c3 OK 2025/10/30 02:48: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-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:48:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': File to upload is small (34 bytes), uploading instead of streaming 2025/10/30 02:48:49 DEBUG : with_checksum_small_file_from_pipe: md5 = acfd13ed4b1a6911e03320eacbc08448 OK 2025/10/30 02:48:49 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/30 02:48:50 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/10/30 02:48:51 DEBUG : with_checksum_big_file_from_pipe: md5 = 8f2999c5bd0fd0509906cbeb85a6d985 OK 2025/10/30 02:48:51 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-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:48:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': File to upload is small (34 bytes), uploading instead of streaming 2025/10/30 02:48:55 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/30 02:48:55 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/30 02:48:57 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-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:48:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': File to upload is small (34 bytes), uploading instead of streaming 2025/10/30 02:49:01 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/10/30 02:49:02 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/10/30 02:49:03 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (23.72s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.90s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.76s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.01s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.04s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/10/30 02:49:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': File to upload is small (48 bytes), uploading instead of streaming 2025/10/30 02:49:07 DEBUG : rcat_metadata: md5 = 5f077c80a22dc82a291cacdc98548afd OK 2025/10/30 02:49:07 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/10/30 02:49:10 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/10/30 02:49:10 DEBUG : rcat_metadata_uploadcutoff0: md5 = 9e790168cd62a954754960918cd8d96d OK 2025/10/30 02:49:10 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (7.43s) --- PASS: TestRcatMetadata/Normal (3.56s) --- PASS: TestRcatMetadata/ViaDisk (3.39s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:49:14 DEBUG : potato1: md5 = 17dd25597d05adb784470073b05d5ff8 OK 2025/10/30 02:49:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': File to upload is small (60 bytes), uploading instead of streaming 2025/10/30 02:49:15 DEBUG : potato2: md5 = 21982c27678c87434f094afe5909152a OK 2025/10/30 02:49:15 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.07s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:49:19 DEBUG : potato1: md5 = b01b0a743922bf026dcee50f22d1485a OK 2025/10/30 02:49:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': File to upload is small (60 bytes), uploading instead of streaming 2025/10/30 02:49:21 DEBUG : potato2: md5 = 9ab941c44db0de4d7e7e3841d41627fe OK 2025/10/30 02:49:21 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.95s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:49:25 DEBUG : potato2: md5 = da8888e9821b42459a7f73a8a9b09063 OK 2025/10/30 02:49:26 DEBUG : empty space: md5 = ce33a42a763691cddeb4e071dcc8e0bd OK 2025/10/30 02:49:29 DEBUG : sub dir/potato3: md5 = 594edbbbf27f36ce3b9db391196c6d09 OK 2025/10/30 02:49:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': Touching "sub dir/potato3" 2025/10/30 02:49:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': Touching "empty space" 2025/10/30 02:49:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': Touching "potato2" 2025/10/30 02:49:34 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (11.26s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:49:34 DEBUG : dir with metadata: Making directory with metadata 2025/10/30 02:49:35 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (3.05s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:49:37 DEBUG : directory with modtime: Making directory with metadata 2025/10/30 02:49:38 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.75s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:49:40 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/30 02:49:40 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/30 02:49:40 DEBUG : Google drive root 'crypt/tudcl9jipmja7cufp32pdd9iq9e1062luckcjhnen5o7f9c5ecj0': Skipping btime metadata as can't update it on an existing file: 2025-10-30T02:49:40.659138901Z 2025/10/30 02:49:41 INFO : non existent directory: Updated directory metadata 2025/10/30 02:49:43 DEBUG : Google drive root 'crypt/tudcl9jipmja7cufp32pdd9iq9e1062luckcjhnen5o7f9c5ecj0': Skipping btime metadata as can't update it on an existing file: 2025-10-30T02:49:40.659138901Z 2025/10/30 02:49:44 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.42s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:49:46 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/10/30 02:49:47 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/10/30 02:49:48 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.73s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:49:50 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/10/30 02:49:50 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/30 02:49:50 DEBUG : dst: Making directory with metadata 2025/10/30 02:49:51 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/10/30 02:49:51 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/10/30 02:49:52 INFO : dst: Set directory modification time (using SetModTime) 2025/10/30 02:49:52 INFO : dst: Set directory modification time (using SetModTime) 2025/10/30 02:49:52 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/10/30 02:49:53 INFO : dst: Set directory modification time (using SetModTime) 2025/10/30 02:49:53 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.96s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi'", Local "Local file system at /tmp/rclone3098560958", Modify Window "1ms" 2025/10/30 02:49:57 DEBUG : sub dir/test remove existing: md5 = 41e8644a722645514760869698d550d1 OK 2025/10/30 02:49:58 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = f276ce4c7aff83acdc1ab1cf16e95c7d OK 2025/10/30 02:50:00 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.nodexic6" before starting 2025/10/30 02:50:02 DEBUG : sub dir/test remove existing.nodexic6: TEST: removing renamed existing file after operation 2025/10/30 02:50:04 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.wavowit4" before starting 2025/10/30 02:50:05 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.wavowit4: TEST: renaming existing back after failed operation 2025/10/30 02:50:06 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bagopud5" before starting 2025/10/30 02:50:07 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bagopud5: TEST: removing renamed existing file after operation 2025/10/30 02:50:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "62qo9hmuhf2fokjfi73dm0kp96fq23isqojkpmqlmhj6goum4d40sbr5q57vktuq91ii0m8pmpgmpimurgajlf11p33i5m73rf5vvcnbhsttsdg12v48vn0puq88vjsd9k5ujs5u5klb5e2fe1rnkdjohge596u1k8cr9c5832iv60asdnbg" 2025/10/30 02:50:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "7prb2tcq9pfj9fstbto27ahv5o3sl79522vgmfo2slataq3jvi5g" --- PASS: TestRemoveExisting (16.42s) === 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/10/30 02:50:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qatufef5liyi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 13m2.92787347s (try 1/5)