"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/07/16 01:51:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxelit0miwi" 2025/07/16 01:51:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:51:10 DEBUG : Creating backend with remote "TestDrive:crypt/esdvc92173ea86qg89mmp51qad6dmlragtthtpfjtfpv7e5e0tog" 2025/07/16 01:51:11 DEBUG : Creating backend with remote "/tmp/rclone1054567960" === 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-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.20s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.23s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/07/16 01:51:11 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/16 01:51:11 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/16 01:51:11 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/07/16 01:51:11 DEBUG : potato: Seek from 10 to 0 2025/07/16 01:51:11 DEBUG : potato: Seek from 10 to 0 2025/07/16 01:51:11 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/07/16 01:51:11 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/16 01:51:11 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/16 01:51:11 DEBUG : potato: Seek from 5 to 2 2025/07/16 01:51:11 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/07/16 01:51:11 DEBUG : potato: Seek from 7 to 0 2025/07/16 01:51:11 DEBUG : potato: Seek from 7 to 0 2025/07/16 01:51:11 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/07/16 01:51:11 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/16 01:51:11 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/16 01:51:11 DEBUG : potato: Seek from 5 to 2 2025/07/16 01:51:11 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/07/16 01:51:11 DEBUG : potato: Seek from 8 to 0 2025/07/16 01:51:11 DEBUG : potato: Seek from 8 to 0 2025/07/16 01:51:11 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/07/16 01:51:11 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/07/16 01:51:11 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/07/16 01:51:11 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/07/16 01:51:11 DEBUG : potato: Seek from 5 to 2 2025/07/16 01:51:11 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/07/16 01:51:11 DEBUG : potato: Seek from 9 to 0 2025/07/16 01:51:11 DEBUG : potato: Seek from 9 to 0 2025/07/16 01:51:11 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-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:51:13 DEBUG : rutabaga: md5 = e1d1e1b0977de29b8a93018494a37a5d OK === RUN TestCheck/1 === RUN TestCheck/2 2025/07/16 01:51:16 DEBUG : empty space: md5 = aa1e4a6d4849473d2028b8db2b27cc96 OK === RUN TestCheck/3 2025/07/16 01:51:17 DEBUG : potato2: md5 = 3bbe5be9753778614647ffd451e1c6f6 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/07/16 01:51:20 DEBUG : remotepotato: md5 = 2de90165f7ad1a4e9c4de53d17c8f67c OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.41s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.27s) --- PASS: TestCheck/3 (0.22s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.28s) --- PASS: TestCheck/6 (0.26s) --- PASS: TestCheck/7 (0.25s) === RUN TestCheckFsError 2025/07/16 01:51:23 DEBUG : Creating backend with remote "nonexistent" 2025/07/16 01:51:23 DEBUG : Creating backend with remote "nonexistent" 2025/07/16 01:51:23 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/07/16 01:51:23 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/07/16 01:51:23 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/07/16 01:51:23 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-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:51:24 DEBUG : rutabaga: md5 = 186bbd631cc4b2c9be758fed005d41e4 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/07/16 01:51:28 DEBUG : empty space: md5 = 365889007172e1d31cece2cdf2085d04 OK === RUN TestCheckDownload/3 2025/07/16 01:51:31 DEBUG : potato2: md5 = b9cb5d19f152a7ed4a24f6063308cd75 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/07/16 01:51:34 DEBUG : remotepotato: md5 = 530feea6f305d88c2ceb57575e73d2b4 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (15.96s) --- PASS: TestCheckDownload/1 (1.29s) --- PASS: TestCheckDownload/2 (1.06s) --- PASS: TestCheckDownload/3 (0.95s) --- PASS: TestCheckDownload/4 (1.08s) --- PASS: TestCheckDownload/5 (0.95s) --- PASS: TestCheckDownload/6 (1.13s) --- PASS: TestCheckDownload/7 (1.01s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:51:40 DEBUG : rutabaga: md5 = 6ed1daa93773c8e0b0ce4f8e7ffea1ff OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/07/16 01:51:42 DEBUG : empty space: md5 = 500e14fd8f8d0b9e19a7a8873c628f1f OK === RUN TestCheckSizeOnly/3 2025/07/16 01:51:44 DEBUG : potato2: md5 = ca04452e84606ac01ac09705abfde36f OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/07/16 01:51:46 DEBUG : remotepotato: md5 = 587fc0ef9c2944aa311a6d21cf9cace4 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.11s) --- PASS: TestCheckSizeOnly/1 (0.22s) --- PASS: TestCheckSizeOnly/2 (0.21s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.29s) --- PASS: TestCheckSizeOnly/6 (0.24s) --- PASS: TestCheckSizeOnly/7 (0.22s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.01s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:51:50 DEBUG : test.sum: md5 = 65277a5c47d1093ebffba022e710bd80 OK 2025/07/16 01:51:52 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/16 01:51:52 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/16 01:51:52 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/16 01:51:52 NOTICE: test.sum: 2 warning(s) suppressed... 2025/07/16 01:51:53 DEBUG : test.sum: md5 = d9ed317ff28bafb25b904640dd869519 OK 2025/07/16 01:51:54 NOTICE: test.sum: improperly formatted checksum line 4 2025/07/16 01:51:54 NOTICE: test.sum: improperly formatted checksum line 5 2025/07/16 01:51:54 NOTICE: test.sum: improperly formatted checksum line 6 2025/07/16 01:51:54 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.99s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:51:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxelit0miwi/data" 2025/07/16 01:51:55 DEBUG : Creating backend with remote "TestDrive:crypt/esdvc92173ea86qg89mmp51qad6dmlragtthtpfjtfpv7e5e0tog/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi/data' lacks md5, skipping --- SKIP: TestCheckSum (1.93s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:51:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxelit0miwi/data" 2025/07/16 01:51:57 DEBUG : Creating backend with remote "TestDrive:crypt/esdvc92173ea86qg89mmp51qad6dmlragtthtpfjtfpv7e5e0tog/vjrnln8ratgmqakfosrqe8espk" 2025/07/16 01:52:00 DEBUG : data/banana: md5 = 0e12c7031bfde541d2023dd3f2b22c23 OK 2025/07/16 01:52:02 DEBUG : test.sum: md5 = 2bb5216b14a5650bc58662a987e79e12 OK === RUN TestCheckSumDownload/subtest1 2025/07/16 01:52:06 DEBUG : data/potato: md5 = 493f2f5cf81f38b40b5d8ec1bbd6975d OK 2025/07/16 01:52:07 DEBUG : test.sum: md5 = b81e988be29f2952faff2181c993d8bb OK === RUN TestCheckSumDownload/subtest2 2025/07/16 01:52:11 DEBUG : test.sum: md5 = b9edcd253fa17be3bbdb20a00a3e0b46 OK === RUN TestCheckSumDownload/subtest3 2025/07/16 01:52:15 DEBUG : test.sum: md5 = d13aa7c3dea7c847b0397e565ab72d10 OK === RUN TestCheckSumDownload/subtest4 2025/07/16 01:52:20 DEBUG : test.sum: md5 = b456194a24c2fc9b626953fde05406d2 OK === RUN TestCheckSumDownload/subtest5 2025/07/16 01:52:24 DEBUG : test.sum: md5 = e888c15aa90c62987aa32cb0e26f4d32 OK === RUN TestCheckSumDownload/subtest6 2025/07/16 01:52:29 DEBUG : data/banana: md5 = 426983f7fc696166e90613812f99b507 OK 2025/07/16 01:52:31 DEBUG : data/potato: md5 = 062cc823072118da46ea551dd3772123 OK 2025/07/16 01:52:32 DEBUG : test.sum: md5 = ded4508b05d021c5008c15498b9044e3 OK === RUN TestCheckSumDownload/subtest7 2025/07/16 01:52:37 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/07/16 01:52:37 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (41.33s) --- PASS: TestCheckSumDownload/subtest1 (2.36s) --- PASS: TestCheckSumDownload/subtest2 (1.98s) --- PASS: TestCheckSumDownload/subtest3 (2.52s) --- PASS: TestCheckSumDownload/subtest4 (2.52s) --- PASS: TestCheckSumDownload/subtest5 (2.65s) --- PASS: TestCheckSumDownload/subtest6 (3.05s) --- PASS: TestCheckSumDownload/subtest7 (2.66s) === RUN TestApplyTransforms 2025/07/16 01:52:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-puxecax7male" 2025/07/16 01:52:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:52:38 DEBUG : Creating backend with remote "TestDrive:crypt/k0bh33a3amf4jrt7c5hdkj3ig36u4inhohptgvjrn4d5jgt069n0" 2025/07/16 01:52:39 DEBUG : Creating backend with remote "/tmp/rclone806087407" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-puxecax7male'", Local "Local file system at /tmp/rclone806087407", Modify Window "1ms" 2025/07/16 01:52:41 DEBUG : hello, world!: md5 = 615ed6052bad06bfe22c26ac6f699413 OK upper checkfile vs. lower remote (without normalization) 2025/07/16 01:52:42 ERROR : hello, world!: sum not found 2025/07/16 01:52:42 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-puxecax7male' 2025/07/16 01:52:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puxecax7male': 1 files missing 2025/07/16 01:52:42 NOTICE: 1 hashes missing 2025/07/16 01:52:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puxecax7male': 1 differences found 2025/07/16 01:52:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puxecax7male': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/07/16 01:52:43 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/16 01:52:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puxecax7male': 0 differences found 2025/07/16 01:52:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-puxecax7male': 1 matching files 2025/07/16 01:52:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lekeyig2jisa" 2025/07/16 01:52:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:52:43 DEBUG : Creating backend with remote "TestDrive:crypt/dnufs7kgfqs8vru4auv2jeokbmtg2e0i1h571etfmf0q2oapac30" 2025/07/16 01:52:44 DEBUG : Creating backend with remote "/tmp/rclone137353898" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lekeyig2jisa'", Local "Local file system at /tmp/rclone137353898", Modify Window "1ms" 2025/07/16 01:52:46 DEBUG : HELLO, WORLD!: md5 = b8d8b55e2c3f023cc87fb0a477403ad0 OK lower checkfile vs. upper remote (without normalization) 2025/07/16 01:52:47 ERROR : HELLO, WORLD!: sum not found 2025/07/16 01:52:47 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lekeyig2jisa' 2025/07/16 01:52:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lekeyig2jisa': 1 files missing 2025/07/16 01:52:47 NOTICE: 1 hashes missing 2025/07/16 01:52:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lekeyig2jisa': 1 differences found 2025/07/16 01:52:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lekeyig2jisa': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/07/16 01:52:48 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/16 01:52:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lekeyig2jisa': 0 differences found 2025/07/16 01:52:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lekeyig2jisa': 1 matching files 2025/07/16 01:52:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lilayag8nata" 2025/07/16 01:52:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:52:48 DEBUG : Creating backend with remote "TestDrive:crypt/lcim3uv05jggsgholj4lo1619b0gagsoo41ebrh2o2jqb5akhn80" 2025/07/16 01:52:49 DEBUG : Creating backend with remote "/tmp/rclone677307971" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lilayag8nata'", Local "Local file system at /tmp/rclone677307971", Modify Window "1ms" 2025/07/16 01:52:51 DEBUG : HeLlO, wOrLd!: md5 = a774de9e5528d6569a5e0bfc4e2d9705 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/07/16 01:52:52 ERROR : HeLlO, wOrLd!: sum not found 2025/07/16 01:52:52 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lilayag8nata' 2025/07/16 01:52:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lilayag8nata': 1 files missing 2025/07/16 01:52:52 NOTICE: 1 hashes missing 2025/07/16 01:52:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lilayag8nata': 1 differences found 2025/07/16 01:52:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lilayag8nata': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/07/16 01:52:54 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/16 01:52:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lilayag8nata': 0 differences found 2025/07/16 01:52:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lilayag8nata': 1 matching files 2025/07/16 01:52:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-koliyip6dula" 2025/07/16 01:52:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:52:54 DEBUG : Creating backend with remote "TestDrive:crypt/3e6j4lubipo5j23prmg9atbn9gllbv1sqlj3qb648fc05m40nlng" 2025/07/16 01:52:56 DEBUG : Creating backend with remote "/tmp/rclone2046767732" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-koliyip6dula'", Local "Local file system at /tmp/rclone2046767732", Modify Window "1ms" 2025/07/16 01:52:58 DEBUG : HELLO, WORLD!: md5 = 357edefdac9ed25db58148afc0603fba OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/07/16 01:52:58 ERROR : HELLO, WORLD!: sum not found 2025/07/16 01:52:58 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-koliyip6dula' 2025/07/16 01:52:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-koliyip6dula': 1 files missing 2025/07/16 01:52:58 NOTICE: 1 hashes missing 2025/07/16 01:52:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-koliyip6dula': 1 differences found 2025/07/16 01:52:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-koliyip6dula': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/07/16 01:52:59 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/16 01:52:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-koliyip6dula': 0 differences found 2025/07/16 01:52:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-koliyip6dula': 1 matching files 2025/07/16 01:52:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qizuzow7hadu" 2025/07/16 01:52:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:53:00 DEBUG : Creating backend with remote "TestDrive:crypt/ea07uak8rg5o0hf151etfe7ppqp9abiinnr1m5qsdnffff3775n0" 2025/07/16 01:53:01 DEBUG : Creating backend with remote "/tmp/rclone1478389196" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qizuzow7hadu'", Local "Local file system at /tmp/rclone1478389196", Modify Window "1ms" 2025/07/16 01:53:02 DEBUG : 測試_Русский___ě_áñ: md5 = f8eee06dc15d01e69b7f8585251a9e65 OK NFD checkfile vs. NFC remote (without normalization) 2025/07/16 01:53:03 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/16 01:53:03 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qizuzow7hadu' 2025/07/16 01:53:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qizuzow7hadu': 1 files missing 2025/07/16 01:53:03 NOTICE: 1 hashes missing 2025/07/16 01:53:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qizuzow7hadu': 1 differences found 2025/07/16 01:53:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qizuzow7hadu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/07/16 01:53:04 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/16 01:53:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qizuzow7hadu': 0 differences found 2025/07/16 01:53:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qizuzow7hadu': 1 matching files 2025/07/16 01:53:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-difelos4veqi" 2025/07/16 01:53:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:53:04 DEBUG : Creating backend with remote "TestDrive:crypt/ptn40k4a8mocfk8c897bfc9st9va9f0rfhi6rt7fqogjtqhhfp40" 2025/07/16 01:53:05 DEBUG : Creating backend with remote "/tmp/rclone82741366" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-difelos4veqi'", Local "Local file system at /tmp/rclone82741366", Modify Window "1ms" 2025/07/16 01:53:07 DEBUG : 測試_Русский___ě_áñ: md5 = 5e3a546461c06efdf16fdc132adc16b5 OK NFC checkfile vs. NFD remote (without normalization) 2025/07/16 01:53:08 ERROR : 測試_Русский___ě_áñ: sum not found 2025/07/16 01:53:08 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-difelos4veqi' 2025/07/16 01:53:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-difelos4veqi': 1 files missing 2025/07/16 01:53:08 NOTICE: 1 hashes missing 2025/07/16 01:53:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-difelos4veqi': 1 differences found 2025/07/16 01:53:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-difelos4veqi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/07/16 01:53:09 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/16 01:53:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-difelos4veqi': 0 differences found 2025/07/16 01:53:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-difelos4veqi': 1 matching files 2025/07/16 01:53:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pupodov3kefo" 2025/07/16 01:53:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:53:09 DEBUG : Creating backend with remote "TestDrive:crypt/h6tvtrvfu93op41uugpcavg3mvrkfq7fekpplmufebo80qi96bb0" 2025/07/16 01:53:10 DEBUG : Creating backend with remote "/tmp/rclone1808347087" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pupodov3kefo'", Local "Local file system at /tmp/rclone1808347087", Modify Window "1ms" 2025/07/16 01:53:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 3df455d6f8a7716f3945df01b148dd8c OK NFDx2 checkfile vs. both remote (without normalization) 2025/07/16 01:53:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/16 01:53:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pupodov3kefo' 2025/07/16 01:53:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pupodov3kefo': 1 files missing 2025/07/16 01:53:12 NOTICE: 1 hashes missing 2025/07/16 01:53:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pupodov3kefo': 1 differences found 2025/07/16 01:53:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pupodov3kefo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/07/16 01:53:14 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/16 01:53:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pupodov3kefo': 0 differences found 2025/07/16 01:53:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pupodov3kefo': 1 matching files 2025/07/16 01:53:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lovoduf9joni" 2025/07/16 01:53:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:53:14 DEBUG : Creating backend with remote "TestDrive:crypt/ahmd9cvhhi9d8foqetnoibg2db26ulb9as3si5187icjttnp4l4g" 2025/07/16 01:53:15 DEBUG : Creating backend with remote "/tmp/rclone1971815909" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lovoduf9joni'", Local "Local file system at /tmp/rclone1971815909", Modify Window "1ms" 2025/07/16 01:53:17 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 52965b5c9b6bb08ab7292e69efa4beda OK NFCx2 checkfile vs. both remote (without normalization) 2025/07/16 01:53:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/16 01:53:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-lovoduf9joni' 2025/07/16 01:53:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lovoduf9joni': 1 files missing 2025/07/16 01:53:17 NOTICE: 1 hashes missing 2025/07/16 01:53:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lovoduf9joni': 1 differences found 2025/07/16 01:53:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lovoduf9joni': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/07/16 01:53:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/16 01:53:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lovoduf9joni': 0 differences found 2025/07/16 01:53:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lovoduf9joni': 1 matching files 2025/07/16 01:53:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jisudin7soxo" 2025/07/16 01:53:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:53:19 DEBUG : Creating backend with remote "TestDrive:crypt/39mcnblrq6uev5170k3vfsr6h21t91n6sp85s3ievo1giij86d20" 2025/07/16 01:53:19 DEBUG : Creating backend with remote "/tmp/rclone1927898345" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jisudin7soxo'", Local "Local file system at /tmp/rclone1927898345", Modify Window "1ms" 2025/07/16 01:53:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = db259ab22ca2e69ec140a4e5f5e650e6 OK both checkfile vs. NFDx2 remote (without normalization) 2025/07/16 01:53:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/16 01:53:22 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jisudin7soxo' 2025/07/16 01:53:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jisudin7soxo': 1 files missing 2025/07/16 01:53:22 NOTICE: 1 hashes missing 2025/07/16 01:53:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jisudin7soxo': 1 differences found 2025/07/16 01:53:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jisudin7soxo': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/07/16 01:53:23 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/16 01:53:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jisudin7soxo': 0 differences found 2025/07/16 01:53:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jisudin7soxo': 1 matching files 2025/07/16 01:53:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fesovob0rira" 2025/07/16 01:53:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:53:23 DEBUG : Creating backend with remote "TestDrive:crypt/8i74iustopsi4lc4uv8s0krpoqdcab2eu3060434bod9b1jg2g1g" 2025/07/16 01:53:24 DEBUG : Creating backend with remote "/tmp/rclone992083011" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fesovob0rira'", Local "Local file system at /tmp/rclone992083011", Modify Window "1ms" 2025/07/16 01:53:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 8b540bee938779ae080c834a00d91ffe OK both checkfile vs. NFCx2 remote (without normalization) 2025/07/16 01:53:27 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/07/16 01:53:27 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fesovob0rira' 2025/07/16 01:53:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fesovob0rira': 1 files missing 2025/07/16 01:53:27 NOTICE: 1 hashes missing 2025/07/16 01:53:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fesovob0rira': 1 differences found 2025/07/16 01:53:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fesovob0rira': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/07/16 01:53:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/07/16 01:53:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fesovob0rira': 0 differences found 2025/07/16 01:53:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fesovob0rira': 1 matching files 2025/07/16 01:53:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fesovob0rira': Purge remote 2025/07/16 01:53:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jisudin7soxo': Purge remote 2025/07/16 01:53:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lovoduf9joni': Purge remote 2025/07/16 01:53:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pupodov3kefo': Purge remote 2025/07/16 01:53:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-difelos4veqi': Purge remote 2025/07/16 01:53:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qizuzow7hadu': Purge remote 2025/07/16 01:53:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-koliyip6dula': Purge remote 2025/07/16 01:53:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lilayag8nata': Purge remote 2025/07/16 01:53:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lekeyig2jisa': Purge remote 2025/07/16 01:53:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-puxecax7male': Purge remote --- PASS: TestApplyTransforms (53.96s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:53:32 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/16 01:53:34 DEBUG : sub/file2: md5 = a167e533be62e03d1018dadb8416653b OK 2025/07/16 01:53:34 INFO : file1: Copied (new) to: sub/file2 2025/07/16 01:53:35 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/16 01:53:35 DEBUG : file1: Unchanged skipping 2025/07/16 01:53:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': don't need to copy/move sub/file2, it is already at target location 2025/07/16 01:53:37 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.69s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.45s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:53:40 DEBUG : dst/file1: md5 = 87861c2a3079e21628a52eaeed39dba3 OK 2025/07/16 01:53:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxelit0miwi/backup" 2025/07/16 01:53:41 DEBUG : Creating backend with remote "TestDrive:crypt/esdvc92173ea86qg89mmp51qad6dmlragtthtpfjtfpv7e5e0tog/1nrff024r7pq65ecp72fc28jb0" 2025/07/16 01:53:42 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/16 01:53:45 INFO : dst/file1: Moved (server-side) 2025/07/16 01:53:46 DEBUG : dst/file1: md5 = c20ab4a7e65e144183d1949d5ee23dbf OK 2025/07/16 01:53:46 INFO : dst/file1: Copied (new) 2025/07/16 01:53:49 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/16 01:53:49 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/16 01:53:50 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (12.47s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:53:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxelit0miwi/dst" 2025/07/16 01:53:51 DEBUG : Creating backend with remote "TestDrive:crypt/esdvc92173ea86qg89mmp51qad6dmlragtthtpfjtfpv7e5e0tog/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/16 01:53:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxelit0miwi/CompareDest" 2025/07/16 01:53:52 DEBUG : Creating backend with remote "TestDrive:crypt/esdvc92173ea86qg89mmp51qad6dmlragtthtpfjtfpv7e5e0tog/gveqi14airsml4bgu7krj116o8" 2025/07/16 01:53:54 DEBUG : one: Need to transfer - File not found at Destination 2025/07/16 01:53:56 DEBUG : one: md5 = 236f06af6a0b2fb43f53c0152a06eca2 OK 2025/07/16 01:53:56 INFO : one: Copied (new) 2025/07/16 01:53:57 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/16 01:53:59 DEBUG : one: md5 = 70b0e01f2777f0bcb486d0d2bcd177b2 OK 2025/07/16 01:53:59 INFO : one: Copied (replaced existing) 2025/07/16 01:54:01 DEBUG : dst/one: md5 = 7d804c08c55432ff5136f933126dcba5 OK 2025/07/16 01:54:03 DEBUG : CompareDest/one: md5 = 0b1f5061b7e788f616cfe36861935ba7 OK 2025/07/16 01:54:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/16 01:54:04 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/16 01:54:04 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/16 01:54:06 DEBUG : CompareDest/two: md5 = 418b9fb85d288295f12d33866e30c46d OK 2025/07/16 01:54:07 DEBUG : two: Need to transfer - File not found at Destination 2025/07/16 01:54:07 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/16 01:54:07 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/16 01:54:08 DEBUG : two: Need to transfer - File not found at Destination 2025/07/16 01:54:08 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/16 01:54:08 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/16 01:54:09 DEBUG : two: Need to transfer - File not found at Destination 2025/07/16 01:54:09 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/07/16 01:54:10 DEBUG : two: md5 = 053f3a0bfb0849baad74f4556fa0ee55 OK 2025/07/16 01:54:10 INFO : two: Copied (new) 2025/07/16 01:54:13 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/16 01:54:13 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:54:14 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/16 01:54:14 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (24.11s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:54:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxelit0miwi/dst" 2025/07/16 01:54:15 DEBUG : Creating backend with remote "TestDrive:crypt/esdvc92173ea86qg89mmp51qad6dmlragtthtpfjtfpv7e5e0tog/31u3jie661vd5p8j7rtc3hgbh0" 2025/07/16 01:54:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxelit0miwi/CopyDest" 2025/07/16 01:54:17 DEBUG : Creating backend with remote "TestDrive:crypt/esdvc92173ea86qg89mmp51qad6dmlragtthtpfjtfpv7e5e0tog/d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/16 01:54:18 DEBUG : one: Need to transfer - File not found at Destination 2025/07/16 01:54:20 DEBUG : one: md5 = 1909bfbeda2b6a29be3e3773bec5436d OK 2025/07/16 01:54:20 INFO : one: Copied (new) 2025/07/16 01:54:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/16 01:54:23 DEBUG : one: md5 = 4fe588e59bcb912653379d3b7d380767 OK 2025/07/16 01:54:23 INFO : one: Copied (replaced existing) 2025/07/16 01:54:25 DEBUG : dst/one: md5 = b74c9036dfeea7774ada94f1a5edd01d OK 2025/07/16 01:54:26 DEBUG : CopyDest/one: md5 = 43ef0c10a0b3b330a436cd27bd156720 OK 2025/07/16 01:54:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxelit0miwi/BackupDir" 2025/07/16 01:54:27 DEBUG : Creating backend with remote "TestDrive:crypt/esdvc92173ea86qg89mmp51qad6dmlragtthtpfjtfpv7e5e0tog/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/16 01:54:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/16 01:54:29 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/16 01:54:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/16 01:54:31 INFO : one: Moved (server-side) 2025/07/16 01:54:32 INFO : one: Copied (server-side copy) 2025/07/16 01:54:32 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/07/16 01:54:33 DEBUG : CopyDest/two: md5 = af630a647523d5637faf88dac438b2ae OK 2025/07/16 01:54:34 DEBUG : two: Need to transfer - File not found at Destination 2025/07/16 01:54:34 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/16 01:54:35 INFO : two: Copied (server-side copy) 2025/07/16 01:54:35 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/07/16 01:54:36 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/07/16 01:54:36 DEBUG : two: Unchanged skipping 2025/07/16 01:54:38 DEBUG : CopyDest/three: md5 = 913c4cbed07438ca7fbddd0062d9e4ac OK 2025/07/16 01:54:39 DEBUG : three: Need to transfer - File not found at Destination 2025/07/16 01:54:39 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/07/16 01:54:39 DEBUG : three: Destination not found in --copy-dest 2025/07/16 01:54:40 DEBUG : three: md5 = 5da124ddde4461c2d1a08a942e385af6 OK 2025/07/16 01:54:40 INFO : three: Copied (new) 2025/07/16 01:54:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/16 01:54:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:54:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/16 01:54:45 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/16 01:54:45 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/16 01:54:45 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:54:46 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (31.73s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.42s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.45s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:54:48 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/07/16 01:54:50 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 250e2aabb7618774980437d733f8ede8 OK 2025/07/16 01:54:50 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/07/16 01:54:50 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/07/16 01:54:51 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/07/16 01:54:51 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/07/16 01:54:52 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/07/16 01:54:53 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 5c03d1c019c259fa252e5fbb8762d6f3 OK 2025/07/16 01:54:53 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/07/16 01:54:55 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/07/16 01:54:55 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.53s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.46s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:54:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': Looking for duplicate names using skip mode. 2025/07/16 01:54:59 NOTICE: one: Found 2 files with duplicate names 2025/07/16 01:54:59 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.54s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:55:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': Looking for duplicate names using skip mode. 2025/07/16 01:55:05 NOTICE: one: Found 3 files with duplicate names 2025/07/16 01:55:05 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/07/16 01:55:05 INFO : one: Deleted 2025/07/16 01:55:05 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.17s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:55:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': Looking for duplicate names using first mode. 2025/07/16 01:55:11 NOTICE: one: Found 3 files with duplicate names 2025/07/16 01:55:11 INFO : one: Deleted 2025/07/16 01:55:12 INFO : one: Deleted 2025/07/16 01:55:12 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (5.62s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:55:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': Looking for duplicate names using newest mode. 2025/07/16 01:55:17 NOTICE: one: Found 3 files with duplicate names 2025/07/16 01:55:17 INFO : one: Deleted 2025/07/16 01:55:18 INFO : one: Deleted 2025/07/16 01:55:18 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.04s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.46s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:55:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': Looking for duplicate names using oldest mode. 2025/07/16 01:55:23 NOTICE: one: Found 3 files with duplicate names 2025/07/16 01:55:23 INFO : one: Deleted 2025/07/16 01:55:24 INFO : one: Deleted 2025/07/16 01:55:24 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (5.76s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:55:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': Looking for duplicate names using largest mode. 2025/07/16 01:55:29 NOTICE: one: Found 3 files with duplicate names 2025/07/16 01:55:29 INFO : one: Deleted 2025/07/16 01:55:30 INFO : one: Deleted 2025/07/16 01:55:30 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (5.85s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:55:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': Looking for duplicate names using smallest mode. 2025/07/16 01:55:35 NOTICE: one: Found 3 files with duplicate names 2025/07/16 01:55:35 INFO : one: Deleted 2025/07/16 01:55:36 INFO : one: Deleted 2025/07/16 01:55:36 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.15s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:55:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': Looking for duplicate names using rename mode. 2025/07/16 01:55:42 NOTICE: one.txt: Found 3 files with duplicate names 2025/07/16 01:55:43 INFO : one-2.txt: renamed from: one.txt 2025/07/16 01:55:44 INFO : one-3.txt: renamed from: one.txt 2025/07/16 01:55:46 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.12s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:55:50 DEBUG : dupe1/one.txt: md5 = 15c0a915d080c018771d5ecc2bdbc2d4 OK 2025/07/16 01:55:52 DEBUG : dupe2/two.txt: md5 = dbaf6fb9e301e7990a03f38a3917a833 OK 2025/07/16 01:55:54 DEBUG : dupe3/three.txt: md5 = b5c97774a90223371e361e021bfee3f5 OK 2025/07/16 01:55:55 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/07/16 01:55:55 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/07/16 01:55:56 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/07/16 01:55:56 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/07/16 01:56:00 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/07/16 01:56:00 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/07/16 01:56:00 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.51s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:56:02 DEBUG : a.txt: md5 = a02d1aabb6159589f23721cfaa7246e5 OK 2025/07/16 01:56:03 DEBUG : zend.txt: md5 = ebb52749bf5d56cc9b4a5d7033b53720 OK 2025/07/16 01:56:05 DEBUG : sub dir/hello world: md5 = d670d8653f46f570b6ce5b5e5cfcd27f OK 2025/07/16 01:56:06 DEBUG : sub dir/hello world2: md5 = 15606cc8d3c9669e12d595da23cf30fc OK 2025/07/16 01:56:08 DEBUG : sub dir/ignore dir/.ignore: md5 = 37feb5aaa9e54c890dc5c767609ce13e OK 2025/07/16 01:56:10 DEBUG : sub dir/ignore dir/should be ignored: md5 = f220ea422c08588fb21c71b6e9d44876 OK 2025/07/16 01:56:12 DEBUG : sub dir/sub sub dir/hello world3: md5 = 51eb287c8b73d4b907becb817a9a167a OK 2025/07/16 01:56:13 DEBUG : a.txt: Excluded (Size Filter) 2025/07/16 01:56:13 DEBUG : a.txt: Excluded 2025/07/16 01:56:13 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/16 01:56:13 DEBUG : sub dir/hello world2: Excluded 2025/07/16 01:56:13 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/16 01:56:13 DEBUG : sub dir/hello world: Excluded 2025/07/16 01:56:14 DEBUG : sub dir/ignore dir: Excluded 2025/07/16 01:56:14 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/16 01:56:14 DEBUG : sub dir/hello world2: Excluded 2025/07/16 01:56:14 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/16 01:56:14 DEBUG : sub dir/hello world: Excluded 2025/07/16 01:56:14 DEBUG : sub dir/ignore dir: Excluded 2025/07/16 01:56:19 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/16 01:56:19 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/16 01:56:19 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/16 01:56:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/16 01:56:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/16 01:56:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/07/16 01:56:20 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (20.13s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:56:22 DEBUG : a.txt: md5 = 8cb9da2775eacba87c62a3d4220dd6a7 OK 2025/07/16 01:56:23 DEBUG : zend.txt: md5 = c2fb9da56204dbc9551dd409a955e13e OK 2025/07/16 01:56:25 DEBUG : sub dir/hello world: md5 = 089cec07cd30eec646564665686d8086 OK 2025/07/16 01:56:27 DEBUG : sub dir/hello world2: md5 = 28eb1d019bea0bfe9c41e0152ca52d12 OK 2025/07/16 01:56:29 DEBUG : sub dir/ignore dir/.ignore: md5 = 85497a9c98c927e7ab6378b65ec9d723 OK 2025/07/16 01:56:31 DEBUG : sub dir/ignore dir/should be ignored: md5 = 367241c1118831f5b13e5cbcdd6c222b OK 2025/07/16 01:56:33 DEBUG : sub dir/sub sub dir/hello world3: md5 = 8a6eb1ef640e2c309a77f8129a28d26f OK 2025/07/16 01:56:34 DEBUG : a.txt: Excluded (Size Filter) 2025/07/16 01:56:34 DEBUG : a.txt: Excluded 2025/07/16 01:56:34 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/16 01:56:34 DEBUG : sub dir/hello world: Excluded 2025/07/16 01:56:34 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/16 01:56:34 DEBUG : sub dir/hello world2: Excluded 2025/07/16 01:56:35 DEBUG : sub dir/ignore dir: Excluded 2025/07/16 01:56:35 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/07/16 01:56:35 DEBUG : sub dir/hello world: Excluded 2025/07/16 01:56:35 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/07/16 01:56:35 DEBUG : sub dir/hello world2: Excluded 2025/07/16 01:56:35 DEBUG : sub dir/ignore dir: Excluded 2025/07/16 01:56:40 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/07/16 01:56:40 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/07/16 01:56:40 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/07/16 01:56:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/07/16 01:56:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/07/16 01:56:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/07/16 01:56:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (20.95s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:56:43 DEBUG : file1: md5 = ec6492aa00f36513728c3a5d2dcc5bc8 OK 2025/07/16 01:56:45 DEBUG : sub/file2: md5 = 10daa2ec4b070f7eaac27984ea678970 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/07/16 01:56:48 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/07/16 01:56:48 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/07/16 01:56:48 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/07/16 01:56:50 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.22s) --- PASS: TestListJSON/Default (0.23s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.56s) --- PASS: TestListJSON/SubDir (0.23s) --- PASS: TestListJSON/NoModTime (0.22s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.24s) --- PASS: TestListJSON/HashTypes (0.23s) --- PASS: TestListJSON/Metadata (0.64s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:56:52 DEBUG : file1: md5 = 2e765d025fb3ba7ce9a2efac38324749 OK 2025/07/16 01:56:54 DEBUG : sub/file2: md5 = ece4ee5292f63cc1cb210af4d5423d3f 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/07/16 01:56:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxelit0miwi/notfound" 2025/07/16 01:56:58 DEBUG : Creating backend with remote "TestDrive:crypt/esdvc92173ea86qg89mmp51qad6dmlragtthtpfjtfpv7e5e0tog/qe0i31qdkoejk60elps0ni5sqk" 2025/07/16 01:57:02 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.25s) --- PASS: TestStatJSON/Root (0.21s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.23s) --- PASS: TestStatJSON/Dir (0.46s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.27s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.46s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.29s) --- PASS: TestStatJSON/FileDirsOnly (0.26s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.74s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:57:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': Making directory 2025/07/16 01:57:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': Making directory --- PASS: TestMkdir (0.75s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:57:05 DEBUG : sub dir/hello world: md5 = b57726482fa9216d249c408224a456cf OK 2025/07/16 01:57:07 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.97s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:57:09 DEBUG : potato2: md5 = 0f833f9e7ae360c5ccfc5c727c8f53a1 OK 2025/07/16 01:57:11 DEBUG : empty space: md5 = f212520c315c28cc52782a6093d3c9f0 OK --- PASS: TestLs (4.49s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:57:14 DEBUG : potato2: md5 = 88f4057ef42427af8bd69ab8b14d3971 OK 2025/07/16 01:57:15 DEBUG : empty space: md5 = f9565f28819f312dd3f64548c922dc13 OK 2025/07/16 01:57:15 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/07/16 01:57:15 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.56s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:57:18 DEBUG : potato2: md5 = a51ce89202d264b35dd039a67e005896 OK 2025/07/16 01:57:20 DEBUG : empty space: md5 = bff255fad2adede09fff00e70839766b OK --- PASS: TestLsLong (4.62s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:57:23 DEBUG : potato2: md5 = 97b90645f2e76c350c9e1f41650c55cc OK 2025/07/16 01:57:24 DEBUG : empty space: md5 = 6f2b2bfcb5cd075de9cbe491ae1f109f OK --- PASS: TestHashSums (4.27s) === RUN TestHashSumsWithErrors 2025/07/16 01:57:26 DEBUG : Creating backend with remote ":memory:" 2025/07/16 01:57:26 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/07/16 01:57:26 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/16 01:57:26 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/07/16 01:57:26 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/16 01:57:26 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/07/16 01:57:26 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/16 01:57:26 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/07/16 01:57:26 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/07/16 01:57:26 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-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:57:27 DEBUG : potato2: md5 = e6c4800725c653f0966a392f8851d169 OK 2025/07/16 01:57:28 DEBUG : empty space: md5 = 4de1537b1349984e94db42c035ed7428 OK 2025/07/16 01:57:30 DEBUG : sub dir/potato3: md5 = 1c86fd8f94989ad972b5ede7fcc87beb OK 2025/07/16 01:57:33 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.22s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:57:36 DEBUG : small: md5 = b3d6daa08307b9b0a23372a86a25e9ee OK 2025/07/16 01:57:37 DEBUG : medium: md5 = e9bd278ee7bbdf5fd7a2573f050cb9f4 OK 2025/07/16 01:57:38 DEBUG : large: md5 = d934dc7ecc74e727f19eed3742fe2ead OK 2025/07/16 01:57:39 DEBUG : Waiting for deletions to finish 2025/07/16 01:57:39 DEBUG : large: Excluded (Size Filter) 2025/07/16 01:57:39 INFO : medium: Deleted 2025/07/16 01:57:39 INFO : small: Deleted --- PASS: TestDelete (6.36s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:57:42 DEBUG : small: md5 = 6a2c8ac08d53186afbd1fc653ab41f9d OK 2025/07/16 01:57:43 DEBUG : medium: md5 = 1f4feca512450bd4eef68f61e9f08bed OK 2025/07/16 01:57:44 DEBUG : large: md5 = 32560e2d8177bf99f909313dc8155ce8 OK 2025/07/16 01:57:44 DEBUG : Waiting for deletions to finish 2025/07/16 01:57:45 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/07/16 01:57:45 INFO : large: Deleted 2025/07/16 01:57:45 INFO : small: Deleted --- PASS: TestMaxDelete (6.38s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:57:48 DEBUG : small: md5 = ed843e3aff2f86516e789811e263087a OK 2025/07/16 01:57:49 DEBUG : medium: md5 = a2ba7fed9dc61208fe0e6fb820af8f83 OK 2025/07/16 01:57:51 DEBUG : large: md5 = af7e5c7c32094e8a4bb93f1c75963141 OK 2025/07/16 01:57:51 DEBUG : Waiting for deletions to finish 2025/07/16 01:57:51 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/16 01:57:52 INFO : medium: Deleted 2025/07/16 01:57:52 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.51s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:57:55 DEBUG : small: md5 = 3d8d33ba56112339d18e200994fd6352 OK 2025/07/16 01:57:56 DEBUG : medium: md5 = b4990b4404c875dfc7ef46eebd3466fe OK 2025/07/16 01:57:57 DEBUG : large: md5 = acabade5a660efdd1b9338fa1c3b8ae1 OK 2025/07/16 01:57:58 DEBUG : Waiting for deletions to finish 2025/07/16 01:57:58 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/07/16 01:57:58 INFO : medium: Deleted 2025/07/16 01:57:58 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.58s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:58:01 DEBUG : ReadFile: md5 = a1770e5d4dd691bf9b55c14be927397e OK --- PASS: TestReadFile (3.98s) === RUN TestRetry 2025/07/16 01:58:04 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/07/16 01:58:04 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/07/16 01:58:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/16 01:58:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/16 01:58:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/16 01:58:04 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/07/16 01:58:04 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-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:58:05 DEBUG : file1: md5 = c67f9dc8e12b81492dd1e76c4e4f6c0f OK 2025/07/16 01:58:06 DEBUG : file2: md5 = 936fc88d9512c36cec6bada2740a2cce OK --- PASS: TestCat (16.03s) === RUN TestPurge 2025/07/16 01:58:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-misaguz5bopi" 2025/07/16 01:58:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/16 01:58:20 DEBUG : Creating backend with remote "TestDrive:crypt/d871pi30f75n9lqmb8mpmqhek9g6lf6hdp872bu613r2q7bjsfgg" 2025/07/16 01:58:21 DEBUG : Creating backend with remote "/tmp/rclone1323534765" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-misaguz5bopi'", Local "Local file system at /tmp/rclone1323534765", Modify Window "1ms" 2025/07/16 01:58:25 DEBUG : A1/B1/C1/one: md5 = 23afa3e1f1f34e2c6288c5c15426bbd9 OK 2025/07/16 01:58:25 INFO : A2: Making directory 2025/07/16 01:58:26 INFO : A1/B2: Making directory 2025/07/16 01:58:27 INFO : A1/B2/C2: Making directory 2025/07/16 01:58:27 INFO : A1/B1/C3: Making directory 2025/07/16 01:58:28 INFO : A3: Making directory 2025/07/16 01:58:29 INFO : A3/B3: Making directory 2025/07/16 01:58:29 INFO : A3/B3/C4: Making directory 2025/07/16 01:58:31 DEBUG : A1/two: md5 = dc10a4e469213844b661a8068d14e78d OK 2025/07/16 01:58:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-misaguz5bopi': Purge remote 2025/07/16 01:58:35 NOTICE: purge failed: directory not found --- PASS: TestPurge (14.96s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:58:38 DEBUG : A1/B1/C1/one: md5 = f8265cf7575ca950a231ee2ce98309b5 OK 2025/07/16 01:58:38 INFO : A2: Making directory 2025/07/16 01:58:39 INFO : A1/B2: Making directory 2025/07/16 01:58:40 INFO : A1/B2/C2: Making directory 2025/07/16 01:58:40 INFO : A1/B1/C3: Making directory 2025/07/16 01:58:41 INFO : A3: Making directory 2025/07/16 01:58:42 INFO : A3/B3: Making directory 2025/07/16 01:58:42 INFO : A3/B3/C4: Making directory 2025/07/16 01:58:45 DEBUG : A1/two: md5 = 2ac4f18e0793049aff27ccaec585f035 OK 2025/07/16 01:58:46 DEBUG : removing 1 level 3 directories 2025/07/16 01:58:46 INFO : A3/B3/C4: Removing directory 2025/07/16 01:58:48 DEBUG : removing 2 level 3 directories 2025/07/16 01:58:48 INFO : A1/B2/C2: Removing directory 2025/07/16 01:58:48 INFO : A1/B1/C3: Removing directory 2025/07/16 01:58:49 DEBUG : removing 2 level 2 directories 2025/07/16 01:58:49 INFO : A3/B3: Removing directory 2025/07/16 01:58:49 INFO : A1/B2: Removing directory 2025/07/16 01:58:49 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/07/16 01:58:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/16 01:58:50 DEBUG : removing 2 level 1 directories 2025/07/16 01:58:50 INFO : A3: Removing directory 2025/07/16 01:58:50 INFO : A2: Removing directory 2025/07/16 01:58:50 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/07/16 01:58:54 DEBUG : removing 1 level 3 directories 2025/07/16 01:58:54 INFO : A1/B1/C1: Removing directory 2025/07/16 01:58:54 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:58:54 DEBUG : removing 1 level 2 directories 2025/07/16 01:58:54 INFO : A1/B1: Removing directory 2025/07/16 01:58:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/16 01:58:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/16 01:58:55 DEBUG : removing 1 level 1 directories 2025/07/16 01:58:55 INFO : A1: Removing directory 2025/07/16 01:58:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/16 01:58:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/16 01:58:55 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/16 01:58:56 DEBUG : removing 1 level 0 directories 2025/07/16 01:58:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': Removing directory 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/07/16 01:58:56 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (22.29s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:58:58 INFO : A1: Making directory 2025/07/16 01:58:59 INFO : A1/B1: Making directory 2025/07/16 01:59:00 INFO : A1/B1/C1: Making directory 2025/07/16 01:59:02 DEBUG : removing 1 level 3 directories 2025/07/16 01:59:02 INFO : A1/B1/C1: Removing directory 2025/07/16 01:59:03 DEBUG : removing 1 level 2 directories 2025/07/16 01:59:03 INFO : A1/B1: Removing directory 2025/07/16 01:59:03 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/16 01:59:04 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.90s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:59:05 INFO : A1: Making directory 2025/07/16 01:59:06 INFO : A1/B1: Making directory 2025/07/16 01:59:06 INFO : A1/B1/C1: Making directory 2025/07/16 01:59:09 DEBUG : removing 1 level 3 directories 2025/07/16 01:59:09 INFO : A1/B1/C1: Removing directory 2025/07/16 01:59:10 DEBUG : removing 1 level 2 directories 2025/07/16 01:59:10 INFO : A1/B1: Removing directory 2025/07/16 01:59:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/16 01:59:11 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (6.95s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:59:14 DEBUG : file1: md5 = b01c7a0e299cd4c236da88343cdab3ec OK 2025/07/16 01:59:14 DEBUG : filename.txt: File name found in url 2025/07/16 01:59:16 DEBUG : filename.txt: md5 = ea2f85752450722f402e9d8e9c470895 OK 2025/07/16 01:59:16 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/07/16 01:59:17 DEBUG : headerfilename.txt: md5 = 40ecaa9fe663346c8cc0dccd15e79dff OK 2025/07/16 01:59:18 DEBUG : file2: md5 = a784af223713d990f3b65751d64342b1 OK --- PASS: TestCopyURL (8.45s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:59:21 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/16 01:59:23 DEBUG : sub/file2: md5 = a0b4713bb9f7954c49370edc52e9483f OK 2025/07/16 01:59:23 INFO : file1: Copied (new) to: sub/file2 2025/07/16 01:59:23 INFO : file1: Deleted 2025/07/16 01:59:23 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/16 01:59:23 DEBUG : file1: Unchanged skipping 2025/07/16 01:59:23 INFO : file1: Deleted 2025/07/16 01:59:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': don't need to copy/move sub/file2, it is already at target location 2025/07/16 01:59:26 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.71s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:59:26 DEBUG : file1: Need to transfer - File not found at Destination 2025/07/16 01:59:28 DEBUG : file1: md5 = d38aee48ddaf4a7928addc0a5e9eb4e0 OK 2025/07/16 01:59:28 INFO : file1: Copied (new) 2025/07/16 01:59:28 INFO : file1: Deleted 2025/07/16 01:59:28 DEBUG : file1: Destination exists, skipping 2025/07/16 01:59:28 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.33s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.44s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.47s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:59:33 DEBUG : dst/file1: md5 = f42784965cbb49557a53766bad7a36a8 OK 2025/07/16 01:59:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nuxelit0miwi/backup" 2025/07/16 01:59:33 DEBUG : Creating backend with remote "TestDrive:crypt/esdvc92173ea86qg89mmp51qad6dmlragtthtpfjtfpv7e5e0tog/1nrff024r7pq65ecp72fc28jb0" 2025/07/16 01:59:35 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/07/16 01:59:37 INFO : dst/file1: Moved (server-side) 2025/07/16 01:59:39 DEBUG : dst/file1: md5 = dc596aeb9ff2f0b172d91d5b0feca587 OK 2025/07/16 01:59:39 INFO : dst/file1: Copied (new) 2025/07/16 01:59:39 INFO : dst/file1: Deleted 2025/07/16 01:59:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/16 01:59:42 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/07/16 01:59:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.89s) === 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-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 01:59:45 DEBUG : A1/one: md5 = 2e2796b4b94f32779d05b6a55f12da54 OK 2025/07/16 01:59:47 DEBUG : A1/two: md5 = edce49ff14df57097c9a9053af5c068d OK 2025/07/16 01:59:49 DEBUG : A1/B1/three: md5 = c62982c3792f72374ddb04f28ea070da OK 2025/07/16 01:59:51 DEBUG : A1/B1/C1/four: md5 = c4158c079be6c606204c5d0e5d381694 OK 2025/07/16 01:59:53 DEBUG : A1/B1/C2/five: md5 = 79486f9e68c6c37707a409e98d010345 OK 2025/07/16 01:59:53 INFO : A1/B2: Making directory 2025/07/16 01:59:54 INFO : A1/B1/C3: Making directory 2025/07/16 02:00:03 INFO : A2/two: Moved (server-side) to: A3/two 2025/07/16 02:00:03 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/07/16 02:00:03 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/07/16 02:00:03 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/07/16 02:00:03 INFO : A2/one: Moved (server-side) to: A3/one 2025/07/16 02:00:06 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/16 02:00:06 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/16 02:00:06 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/16 02:00:07 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/16 02:00:07 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/16 02:00:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/07/16 02:00:14 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/07/16 02:00:14 INFO : A3/one: Moved (server-side) to: A4/one 2025/07/16 02:00:14 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/07/16 02:00:14 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/07/16 02:00:14 INFO : A3/two: Moved (server-side) to: A4/two 2025/07/16 02:00:17 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/16 02:00:17 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/16 02:00:17 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/16 02:00:18 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/16 02:00:18 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/16 02:00:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/07/16 02:00:25 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/07/16 02:00:25 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/07/16 02:00:25 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/07/16 02:00:25 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/07/16 02:00:25 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/07/16 02:00:26 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/07/16 02:00:26 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/07/16 02:00:26 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/07/16 02:00:26 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (43.43s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" --- PASS: TestGetFsInfo (0.47s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 02:00:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': File to upload is small (34 bytes), uploading instead of streaming 2025/07/16 02:00:29 DEBUG : no_checksum_small_file_from_pipe: md5 = 2611e180f960a0fabaab3552e5a33bf4 OK 2025/07/16 02:00:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/07/16 02:00:29 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/16 02:00:30 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/07/16 02:00:30 DEBUG : no_checksum_big_file_from_pipe: md5 = 0aafabb7277d1a881afad81df535678c OK 2025/07/16 02:00:30 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-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 02:00:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': File to upload is small (34 bytes), uploading instead of streaming 2025/07/16 02:00:33 DEBUG : with_checksum_small_file_from_pipe: md5 = 5a43e8df26654b7310559fe9ac86d093 OK 2025/07/16 02:00:33 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/16 02:00:34 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/07/16 02:00:35 DEBUG : with_checksum_big_file_from_pipe: md5 = f09887e232d53d218f10d1970de0792d OK 2025/07/16 02:00:35 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-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 02:00:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': File to upload is small (34 bytes), uploading instead of streaming 2025/07/16 02:00:38 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/16 02:00:39 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/16 02:00:40 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-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 02:00:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': File to upload is small (34 bytes), uploading instead of streaming 2025/07/16 02:00:43 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/07/16 02:00:44 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/07/16 02:00:45 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.74s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.78s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.64s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.04s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.28s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/07/16 02:00:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': File to upload is small (48 bytes), uploading instead of streaming 2025/07/16 02:00:49 DEBUG : rcat_metadata: md5 = 618e47c85a8f56b6afc005e1d0a0ee36 OK 2025/07/16 02:00:49 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/07/16 02:00:50 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/07/16 02:00:51 DEBUG : rcat_metadata_uploadcutoff0: md5 = 9d4af772f086f4570f973e70b3f0a1a4 OK 2025/07/16 02:00:51 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.61s) --- PASS: TestRcatMetadata/Normal (2.50s) --- PASS: TestRcatMetadata/ViaDisk (2.66s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 02:00:54 DEBUG : potato1: md5 = 582f68d47434f8eac78ce5ac949e8ae4 OK 2025/07/16 02:00:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': File to upload is small (60 bytes), uploading instead of streaming 2025/07/16 02:00:55 DEBUG : potato2: md5 = c6e5521eca19b84ed559bd609e33a285 OK 2025/07/16 02:00:55 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.44s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 02:00:58 DEBUG : potato1: md5 = 57ed0e4fdc9257af01bdb997452d7112 OK 2025/07/16 02:00:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': File to upload is small (60 bytes), uploading instead of streaming 2025/07/16 02:01:00 DEBUG : potato2: md5 = a2a2ee5c286454093c269effaf3045aa OK 2025/07/16 02:01:00 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.84s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 02:01:03 DEBUG : potato2: md5 = 30d7988a6a0f865025c353a68485c93a OK 2025/07/16 02:01:04 DEBUG : empty space: md5 = fbf9116c5286103591ff395fbc9b3891 OK 2025/07/16 02:01:06 DEBUG : sub dir/potato3: md5 = ce2199dc2dcc6f2edc735b9c5355635c OK 2025/07/16 02:01:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': Touching "sub dir/potato3" 2025/07/16 02:01:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': Touching "empty space" 2025/07/16 02:01:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': Touching "potato2" 2025/07/16 02:01:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.17s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 02:01:11 DEBUG : dir with metadata: Making directory with metadata 2025/07/16 02:01:12 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.37s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 02:01:13 DEBUG : directory with modtime: Making directory with metadata 2025/07/16 02:01:14 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.41s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 02:01:16 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/16 02:01:16 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/16 02:01:16 DEBUG : Google drive root 'crypt/esdvc92173ea86qg89mmp51qad6dmlragtthtpfjtfpv7e5e0tog': Skipping btime metadata as can't update it on an existing file: 2025-07-16T02:01:16.241729113Z 2025/07/16 02:01:16 INFO : non existent directory: Updated directory metadata 2025/07/16 02:01:18 DEBUG : Google drive root 'crypt/esdvc92173ea86qg89mmp51qad6dmlragtthtpfjtfpv7e5e0tog': Skipping btime metadata as can't update it on an existing file: 2025-07-16T02:01:16.241729113Z 2025/07/16 02:01:19 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.64s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 02:01:20 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/07/16 02:01:22 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/07/16 02:01:23 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.01s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 02:01:24 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/07/16 02:01:24 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/16 02:01:24 DEBUG : dst: Making directory with metadata 2025/07/16 02:01:25 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/16 02:01:25 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/07/16 02:01:26 INFO : dst: Set directory modification time (using SetModTime) 2025/07/16 02:01:26 INFO : dst: Set directory modification time (using SetModTime) 2025/07/16 02:01:26 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/07/16 02:01:26 INFO : dst: Set directory modification time (using SetModTime) 2025/07/16 02:01:26 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.46s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi'", Local "Local file system at /tmp/rclone1054567960", Modify Window "1ms" 2025/07/16 02:01:30 DEBUG : sub dir/test remove existing: md5 = e9564dc0c7471fb475a0be8d28282d8f OK 2025/07/16 02:01:31 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 4f4bf892bd9ae1ebfdd9191ea90ec945 OK 2025/07/16 02:01:33 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.xafolad8" before starting 2025/07/16 02:01:34 DEBUG : sub dir/test remove existing.xafolad8: TEST: removing renamed existing file after operation 2025/07/16 02:01:36 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.viveruy9" before starting 2025/07/16 02:01:37 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.viveruy9: TEST: renaming existing back after failed operation 2025/07/16 02:01:38 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.poyahim0" before starting 2025/07/16 02:01:39 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.poyahim0: TEST: removing renamed existing file after operation 2025/07/16 02:01:40 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "1p93nbrhfuji09k3l5tivahljhs6gmjmegv0urbleodrb7u75bbdavti3rt1k6vhvln5j0tt3gvj2umdjvl3utuc6a9rk72u4sev59bl16fg3jv66o3v097jdr484pnvbgkr5nshp4q9ddhgvf8snec5d3uauas12cop3rdkmsehe7m2f05g" 2025/07/16 02:01:40 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "2bqmthghs1suhu9l0a2mp96d9u2mil5hddlcd77f2kg6j349iu1g" --- PASS: TestRemoveExisting (13.16s) === 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/07/16 02:01:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nuxelit0miwi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m31.702524012s (try 1/5)