"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/09/25 02:24:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-paqeliz6hibi" 2025/09/25 02:24:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/25 02:24:17 DEBUG : Creating backend with remote "TestDrive:crypt/g2c70c3t13u3mkieu8btmna0id2g6p5n939c0n0t1ucau0dg8rig" 2025/09/25 02:24:18 DEBUG : Creating backend with remote "/tmp/rclone891452231" === 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-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.24s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/09/25 02:24:18 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/25 02:24:18 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/25 02:24:18 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/09/25 02:24:18 DEBUG : potato: Seek from 10 to 0 2025/09/25 02:24:18 DEBUG : potato: Seek from 10 to 0 2025/09/25 02:24:18 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/09/25 02:24:18 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/25 02:24:18 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/25 02:24:18 DEBUG : potato: Seek from 5 to 2 2025/09/25 02:24:18 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/09/25 02:24:18 DEBUG : potato: Seek from 7 to 0 2025/09/25 02:24:18 DEBUG : potato: Seek from 7 to 0 2025/09/25 02:24:18 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/09/25 02:24:18 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/25 02:24:18 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/25 02:24:18 DEBUG : potato: Seek from 5 to 2 2025/09/25 02:24:18 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/09/25 02:24:18 DEBUG : potato: Seek from 8 to 0 2025/09/25 02:24:18 DEBUG : potato: Seek from 8 to 0 2025/09/25 02:24:18 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/09/25 02:24:18 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/25 02:24:18 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/25 02:24:18 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/25 02:24:18 DEBUG : potato: Seek from 5 to 2 2025/09/25 02:24:18 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/09/25 02:24:18 DEBUG : potato: Seek from 9 to 0 2025/09/25 02:24:18 DEBUG : potato: Seek from 9 to 0 2025/09/25 02:24:18 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-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:24:21 DEBUG : rutabaga: md5 = 6e3f617300314a686ca176c075843261 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/09/25 02:24:23 DEBUG : empty space: md5 = 06c6a28629f413165a5ee7edb47ca14b OK === RUN TestCheck/3 2025/09/25 02:24:25 DEBUG : potato2: md5 = 35010832cd17e8f99a8520c47827e916 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/09/25 02:24:27 DEBUG : remotepotato: md5 = 07b6f94bbcf25b521f0132ee81aa989c OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.64s) --- PASS: TestCheck/1 (0.25s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.27s) --- PASS: TestCheck/4 (0.26s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.24s) --- PASS: TestCheck/7 (0.30s) === RUN TestCheckFsError 2025/09/25 02:24:30 DEBUG : Creating backend with remote "nonexistent" 2025/09/25 02:24:30 DEBUG : Creating backend with remote "nonexistent" 2025/09/25 02:24:30 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/09/25 02:24:30 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/09/25 02:24:30 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/09/25 02:24:30 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-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:24:31 DEBUG : rutabaga: md5 = 6afcf4629b9c119406299e1c9d05a280 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/09/25 02:24:35 DEBUG : empty space: md5 = e87c5d108801b6f12da3be6a0c724127 OK === RUN TestCheckDownload/3 2025/09/25 02:24:38 DEBUG : potato2: md5 = 0124225cfc1eead9256a400af425a80b OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/09/25 02:24:42 DEBUG : remotepotato: md5 = 6a8c484c6a06b4e2e8c84c19913c4a93 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (16.57s) --- PASS: TestCheckDownload/1 (1.05s) --- PASS: TestCheckDownload/2 (1.05s) --- PASS: TestCheckDownload/3 (0.86s) --- PASS: TestCheckDownload/4 (1.06s) --- PASS: TestCheckDownload/5 (1.24s) --- PASS: TestCheckDownload/6 (0.97s) --- PASS: TestCheckDownload/7 (1.30s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:24:48 DEBUG : rutabaga: md5 = c7e093cdf324b7aaf7324c352600d990 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/09/25 02:24:50 DEBUG : empty space: md5 = 76fa0e908cf9e359dcc504b321f60f88 OK === RUN TestCheckSizeOnly/3 2025/09/25 02:24:52 DEBUG : potato2: md5 = 4944303a88e2ed10924ce6e95bb0fab7 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/09/25 02:24:54 DEBUG : remotepotato: md5 = 728c75b0c56ebbf55f5af37d857adbf4 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.65s) --- PASS: TestCheckSizeOnly/1 (0.24s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.26s) --- PASS: TestCheckSizeOnly/4 (0.22s) --- PASS: TestCheckSizeOnly/5 (0.25s) --- PASS: TestCheckSizeOnly/6 (0.23s) --- PASS: TestCheckSizeOnly/7 (0.24s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:24:59 DEBUG : test.sum: md5 = ead5dcba0082edc26f4d3608567f4e7d OK 2025/09/25 02:25:00 NOTICE: test.sum: improperly formatted checksum line 4 2025/09/25 02:25:00 NOTICE: test.sum: improperly formatted checksum line 5 2025/09/25 02:25:00 NOTICE: test.sum: improperly formatted checksum line 6 2025/09/25 02:25:00 NOTICE: test.sum: 2 warning(s) suppressed... 2025/09/25 02:25:02 DEBUG : test.sum: md5 = 53cedea00ddb55fb98fd070914d83eab OK 2025/09/25 02:25:03 NOTICE: test.sum: improperly formatted checksum line 4 2025/09/25 02:25:03 NOTICE: test.sum: improperly formatted checksum line 5 2025/09/25 02:25:03 NOTICE: test.sum: improperly formatted checksum line 6 2025/09/25 02:25:03 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.39s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:25:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-paqeliz6hibi/data" 2025/09/25 02:25:04 DEBUG : Creating backend with remote "TestDrive:crypt/g2c70c3t13u3mkieu8btmna0id2g6p5n939c0n0t1ucau0dg8rig/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi/data' lacks md5, skipping --- SKIP: TestCheckSum (2.07s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:25:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-paqeliz6hibi/data" 2025/09/25 02:25:06 DEBUG : Creating backend with remote "TestDrive:crypt/g2c70c3t13u3mkieu8btmna0id2g6p5n939c0n0t1ucau0dg8rig/vjrnln8ratgmqakfosrqe8espk" 2025/09/25 02:25:10 DEBUG : data/banana: md5 = 8cc0589e1e132da6e2e2cb9c5069f7d6 OK 2025/09/25 02:25:11 DEBUG : test.sum: md5 = de02102e3cc3c02d9ac90fe207c4a05d OK === RUN TestCheckSumDownload/subtest1 2025/09/25 02:25:16 DEBUG : data/potato: md5 = 2f830f3b8e78ca85918d31b07080b29c OK 2025/09/25 02:25:17 DEBUG : test.sum: md5 = b13eb742bb853ee21ecd2ff266745b4e OK === RUN TestCheckSumDownload/subtest2 2025/09/25 02:25:21 DEBUG : test.sum: md5 = 540a5c2af9c62ddda3c6b3e514da8fdf OK === RUN TestCheckSumDownload/subtest3 2025/09/25 02:25:26 DEBUG : test.sum: md5 = d0923377df8e758be3f44f1e6b2e12ee OK === RUN TestCheckSumDownload/subtest4 2025/09/25 02:25:30 DEBUG : test.sum: md5 = 1703aa8a2cf0c29dc60cda53d1e8cf0b OK === RUN TestCheckSumDownload/subtest5 2025/09/25 02:25:34 DEBUG : test.sum: md5 = a445b06c48b5e50a5727b38a9884bf5e OK === RUN TestCheckSumDownload/subtest6 2025/09/25 02:25:38 DEBUG : data/banana: md5 = 6b17b3aed86b39a3b1919f19165c0275 OK 2025/09/25 02:25:40 DEBUG : data/potato: md5 = f45c387b8c57afefa85c03fd8da48e66 OK 2025/09/25 02:25:41 DEBUG : test.sum: md5 = 51c4d47bc08b17111d3881e3bcc93bb5 OK === RUN TestCheckSumDownload/subtest7 2025/09/25 02:25:46 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/09/25 02:25:46 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (41.06s) --- PASS: TestCheckSumDownload/subtest1 (2.59s) --- PASS: TestCheckSumDownload/subtest2 (2.56s) --- PASS: TestCheckSumDownload/subtest3 (2.42s) --- PASS: TestCheckSumDownload/subtest4 (2.05s) --- PASS: TestCheckSumDownload/subtest5 (2.16s) --- PASS: TestCheckSumDownload/subtest6 (2.03s) --- PASS: TestCheckSumDownload/subtest7 (2.47s) === RUN TestApplyTransforms 2025/09/25 02:25:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cofuket4zuxe" 2025/09/25 02:25:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/25 02:25:47 DEBUG : Creating backend with remote "TestDrive:crypt/oq1dai10oefk9rf4rbve38hgdlaoogtm19c0b0ffl89n459hsd90" 2025/09/25 02:25:48 DEBUG : Creating backend with remote "/tmp/rclone1132429412" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-cofuket4zuxe'", Local "Local file system at /tmp/rclone1132429412", Modify Window "1ms" 2025/09/25 02:25:50 DEBUG : hello, world!: md5 = 55d0dcbb3da80535e1ac18bfbbeb5ec7 OK upper checkfile vs. lower remote (without normalization) 2025/09/25 02:25:50 ERROR : hello, world!: sum not found 2025/09/25 02:25:50 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-cofuket4zuxe' 2025/09/25 02:25:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cofuket4zuxe': 1 files missing 2025/09/25 02:25:50 NOTICE: 1 hashes missing 2025/09/25 02:25:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cofuket4zuxe': 1 differences found 2025/09/25 02:25:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cofuket4zuxe': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/09/25 02:25:52 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/25 02:25:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cofuket4zuxe': 0 differences found 2025/09/25 02:25:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-cofuket4zuxe': 1 matching files 2025/09/25 02:25:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xinezek3yuvu" 2025/09/25 02:25:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/25 02:25:52 DEBUG : Creating backend with remote "TestDrive:crypt/rqrfd2tigoa9nuvfdutr6foluohtkbuqv97dl18dn7veoeg0r15g" 2025/09/25 02:25:53 DEBUG : Creating backend with remote "/tmp/rclone1211186112" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xinezek3yuvu'", Local "Local file system at /tmp/rclone1211186112", Modify Window "1ms" 2025/09/25 02:25:55 DEBUG : HELLO, WORLD!: md5 = ff0468a49f0718f48498aadd26a26ea3 OK lower checkfile vs. upper remote (without normalization) 2025/09/25 02:25:56 ERROR : HELLO, WORLD!: sum not found 2025/09/25 02:25:56 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xinezek3yuvu' 2025/09/25 02:25:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xinezek3yuvu': 1 files missing 2025/09/25 02:25:56 NOTICE: 1 hashes missing 2025/09/25 02:25:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xinezek3yuvu': 1 differences found 2025/09/25 02:25:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xinezek3yuvu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/09/25 02:25:57 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/25 02:25:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xinezek3yuvu': 0 differences found 2025/09/25 02:25:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xinezek3yuvu': 1 matching files 2025/09/25 02:25:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lizisef8didu" 2025/09/25 02:25:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/25 02:25:57 DEBUG : Creating backend with remote "TestDrive:crypt/g0uo4k6kdj8p569qo9jgctgma77dhld52e9hn1acinqi0o5dphg0" 2025/09/25 02:25:58 DEBUG : Creating backend with remote "/tmp/rclone3819546049" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lizisef8didu'", Local "Local file system at /tmp/rclone3819546049", Modify Window "1ms" 2025/09/25 02:26:00 DEBUG : HeLlO, wOrLd!: md5 = bade898fdd4605202ea433b4b16dae09 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/09/25 02:26:00 ERROR : HeLlO, wOrLd!: sum not found 2025/09/25 02:26:00 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lizisef8didu' 2025/09/25 02:26:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lizisef8didu': 1 files missing 2025/09/25 02:26:00 NOTICE: 1 hashes missing 2025/09/25 02:26:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lizisef8didu': 1 differences found 2025/09/25 02:26:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lizisef8didu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/09/25 02:26:01 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/25 02:26:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lizisef8didu': 0 differences found 2025/09/25 02:26:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lizisef8didu': 1 matching files 2025/09/25 02:26:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-palokej2yeho" 2025/09/25 02:26:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/25 02:26:02 DEBUG : Creating backend with remote "TestDrive:crypt/aa3uj0sjmgiks0g1tn5gl9eps00r0f3uuoaqakdbo82rh3ftgmq0" 2025/09/25 02:26:03 DEBUG : Creating backend with remote "/tmp/rclone511847358" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-palokej2yeho'", Local "Local file system at /tmp/rclone511847358", Modify Window "1ms" 2025/09/25 02:26:05 DEBUG : HELLO, WORLD!: md5 = 62e288bfdadb1c7f2dfc1906f20c86ac OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/09/25 02:26:05 ERROR : HELLO, WORLD!: sum not found 2025/09/25 02:26:05 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-palokej2yeho' 2025/09/25 02:26:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-palokej2yeho': 1 files missing 2025/09/25 02:26:05 NOTICE: 1 hashes missing 2025/09/25 02:26:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-palokej2yeho': 1 differences found 2025/09/25 02:26:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-palokej2yeho': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/09/25 02:26:07 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/25 02:26:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-palokej2yeho': 0 differences found 2025/09/25 02:26:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-palokej2yeho': 1 matching files 2025/09/25 02:26:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-siratop2vugu" 2025/09/25 02:26:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/25 02:26:07 DEBUG : Creating backend with remote "TestDrive:crypt/6tm49aq998otai6mkgjcdhabh04j6bitsuivbj30o33cn3pd7qmg" 2025/09/25 02:26:08 DEBUG : Creating backend with remote "/tmp/rclone2934562427" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-siratop2vugu'", Local "Local file system at /tmp/rclone2934562427", Modify Window "1ms" 2025/09/25 02:26:10 DEBUG : 測試_Русский___ě_áñ: md5 = 9c68fe6deb82bf3c70273e7c66393ded OK NFD checkfile vs. NFC remote (without normalization) 2025/09/25 02:26:10 ERROR : 測試_Русский___ě_áñ: sum not found 2025/09/25 02:26:10 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-siratop2vugu' 2025/09/25 02:26:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-siratop2vugu': 1 files missing 2025/09/25 02:26:10 NOTICE: 1 hashes missing 2025/09/25 02:26:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-siratop2vugu': 1 differences found 2025/09/25 02:26:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-siratop2vugu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/09/25 02:26:11 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/25 02:26:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-siratop2vugu': 0 differences found 2025/09/25 02:26:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-siratop2vugu': 1 matching files 2025/09/25 02:26:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qusohel6regi" 2025/09/25 02:26:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/25 02:26:11 DEBUG : Creating backend with remote "TestDrive:crypt/rifug12kf8t5tunk9d15k83k16922vsabt2ir8241ms8u7q4e1vg" 2025/09/25 02:26:12 DEBUG : Creating backend with remote "/tmp/rclone3087903372" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qusohel6regi'", Local "Local file system at /tmp/rclone3087903372", Modify Window "1ms" 2025/09/25 02:26:15 DEBUG : 測試_Русский___ě_áñ: md5 = 85929873b25ec8d3fa5de70b6cda5998 OK NFC checkfile vs. NFD remote (without normalization) 2025/09/25 02:26:15 ERROR : 測試_Русский___ě_áñ: sum not found 2025/09/25 02:26:15 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qusohel6regi' 2025/09/25 02:26:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qusohel6regi': 1 files missing 2025/09/25 02:26:15 NOTICE: 1 hashes missing 2025/09/25 02:26:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qusohel6regi': 1 differences found 2025/09/25 02:26:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qusohel6regi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/09/25 02:26:16 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/25 02:26:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qusohel6regi': 0 differences found 2025/09/25 02:26:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qusohel6regi': 1 matching files 2025/09/25 02:26:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pekifev8dazu" 2025/09/25 02:26:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/25 02:26:16 DEBUG : Creating backend with remote "TestDrive:crypt/7tuc10k0rejnmsnkai2f1sh8fvn9um32lbeov0a2nprbamdqn0dg" 2025/09/25 02:26:17 DEBUG : Creating backend with remote "/tmp/rclone969207630" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pekifev8dazu'", Local "Local file system at /tmp/rclone969207630", Modify Window "1ms" 2025/09/25 02:26:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 08515a8cb9b675ae4f864bfcfe824390 OK NFDx2 checkfile vs. both remote (without normalization) 2025/09/25 02:26:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/25 02:26:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-pekifev8dazu' 2025/09/25 02:26:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pekifev8dazu': 1 files missing 2025/09/25 02:26:20 NOTICE: 1 hashes missing 2025/09/25 02:26:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pekifev8dazu': 1 differences found 2025/09/25 02:26:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pekifev8dazu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/09/25 02:26:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/25 02:26:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pekifev8dazu': 0 differences found 2025/09/25 02:26:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pekifev8dazu': 1 matching files 2025/09/25 02:26:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bonehak7xeru" 2025/09/25 02:26:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/25 02:26:21 DEBUG : Creating backend with remote "TestDrive:crypt/lcerfn49qgqv5g1ktrgvmmj6he31dk83i8ncj348kdplt1grrb30" 2025/09/25 02:26:22 DEBUG : Creating backend with remote "/tmp/rclone2634312155" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bonehak7xeru'", Local "Local file system at /tmp/rclone2634312155", Modify Window "1ms" 2025/09/25 02:26:24 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 4f8d450c071fd4857b0d9effa913dc27 OK NFCx2 checkfile vs. both remote (without normalization) 2025/09/25 02:26:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/25 02:26:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bonehak7xeru' 2025/09/25 02:26:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bonehak7xeru': 1 files missing 2025/09/25 02:26:25 NOTICE: 1 hashes missing 2025/09/25 02:26:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bonehak7xeru': 1 differences found 2025/09/25 02:26:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bonehak7xeru': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/09/25 02:26:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/25 02:26:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bonehak7xeru': 0 differences found 2025/09/25 02:26:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bonehak7xeru': 1 matching files 2025/09/25 02:26:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wehereb9rate" 2025/09/25 02:26:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/25 02:26:26 DEBUG : Creating backend with remote "TestDrive:crypt/925unigdou146cke0o6vfpabl1a6q5ahthrkbunmo2ue72b27l50" 2025/09/25 02:26:27 DEBUG : Creating backend with remote "/tmp/rclone4029864105" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehereb9rate'", Local "Local file system at /tmp/rclone4029864105", Modify Window "1ms" 2025/09/25 02:26:29 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = bb61ce052e077b00d617e74a418c1f59 OK both checkfile vs. NFDx2 remote (without normalization) 2025/09/25 02:26:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/25 02:26:30 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wehereb9rate' 2025/09/25 02:26:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wehereb9rate': 1 files missing 2025/09/25 02:26:30 NOTICE: 1 hashes missing 2025/09/25 02:26:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wehereb9rate': 1 differences found 2025/09/25 02:26:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wehereb9rate': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/09/25 02:26:31 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/25 02:26:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wehereb9rate': 0 differences found 2025/09/25 02:26:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wehereb9rate': 1 matching files 2025/09/25 02:26:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gifivuj8qaqe" 2025/09/25 02:26:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/25 02:26:31 DEBUG : Creating backend with remote "TestDrive:crypt/otcpqllhs55sugdo21tqnn1c3urh560i30g0m0qbkqsm4im0u5l0" 2025/09/25 02:26:32 DEBUG : Creating backend with remote "/tmp/rclone439169644" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gifivuj8qaqe'", Local "Local file system at /tmp/rclone439169644", Modify Window "1ms" 2025/09/25 02:26:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 056f7ceded56116ee8fd4bd8fe37ef7b OK both checkfile vs. NFCx2 remote (without normalization) 2025/09/25 02:26:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/25 02:26:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gifivuj8qaqe' 2025/09/25 02:26:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gifivuj8qaqe': 1 files missing 2025/09/25 02:26:35 NOTICE: 1 hashes missing 2025/09/25 02:26:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gifivuj8qaqe': 1 differences found 2025/09/25 02:26:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gifivuj8qaqe': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/09/25 02:26:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/25 02:26:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gifivuj8qaqe': 0 differences found 2025/09/25 02:26:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gifivuj8qaqe': 1 matching files 2025/09/25 02:26:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gifivuj8qaqe': Purge remote 2025/09/25 02:26:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wehereb9rate': Purge remote 2025/09/25 02:26:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bonehak7xeru': Purge remote 2025/09/25 02:26:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pekifev8dazu': Purge remote 2025/09/25 02:26:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qusohel6regi': Purge remote 2025/09/25 02:26:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-siratop2vugu': Purge remote 2025/09/25 02:26:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-palokej2yeho': Purge remote 2025/09/25 02:26:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lizisef8didu': Purge remote 2025/09/25 02:26:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xinezek3yuvu': Purge remote 2025/09/25 02:26:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cofuket4zuxe': Purge remote --- PASS: TestApplyTransforms (53.22s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:26:40 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/25 02:26:42 DEBUG : sub/file2: md5 = ffae2d35705a6c160fcec29e0677db4a OK 2025/09/25 02:26:42 INFO : file1: Copied (new) to: sub/file2 2025/09/25 02:26:43 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/25 02:26:43 DEBUG : file1: Unchanged skipping 2025/09/25 02:26:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': don't need to copy/move sub/file2, it is already at target location 2025/09/25 02:26:45 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.15s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.48s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:26:49 DEBUG : dst/file1: md5 = 8325e1ba220f08fbfeeb6bcccb7acba6 OK 2025/09/25 02:26:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-paqeliz6hibi/backup" 2025/09/25 02:26:50 DEBUG : Creating backend with remote "TestDrive:crypt/g2c70c3t13u3mkieu8btmna0id2g6p5n939c0n0t1ucau0dg8rig/1nrff024r7pq65ecp72fc28jb0" 2025/09/25 02:26:51 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/09/25 02:26:54 INFO : dst/file1: Moved (server-side) 2025/09/25 02:26:56 DEBUG : dst/file1: md5 = d480e07f829f3628bc566a7f2fb048b7 OK 2025/09/25 02:26:56 INFO : dst/file1: Copied (new) 2025/09/25 02:26:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/25 02:26:59 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/25 02:27:00 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.54s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:27:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-paqeliz6hibi/dst" 2025/09/25 02:27:00 DEBUG : Creating backend with remote "TestDrive:crypt/g2c70c3t13u3mkieu8btmna0id2g6p5n939c0n0t1ucau0dg8rig/31u3jie661vd5p8j7rtc3hgbh0" 2025/09/25 02:27:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-paqeliz6hibi/CompareDest" 2025/09/25 02:27:02 DEBUG : Creating backend with remote "TestDrive:crypt/g2c70c3t13u3mkieu8btmna0id2g6p5n939c0n0t1ucau0dg8rig/gveqi14airsml4bgu7krj116o8" 2025/09/25 02:27:03 DEBUG : one: Need to transfer - File not found at Destination 2025/09/25 02:27:06 DEBUG : one: md5 = 03724c13c733c4964f4d7964c8b76db2 OK 2025/09/25 02:27:06 INFO : one: Copied (new) 2025/09/25 02:27:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/25 02:27:09 DEBUG : one: md5 = 0529902a2344cb7a9a8319334b55169e OK 2025/09/25 02:27:09 INFO : one: Copied (replaced existing) 2025/09/25 02:27:11 DEBUG : dst/one: md5 = 3c9f798db0c8412cd15e76b37bff6e66 OK 2025/09/25 02:27:13 DEBUG : CompareDest/one: md5 = 34e57630911b1b570f9e0d29da8d1d5d OK 2025/09/25 02:27:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/25 02:27:14 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/25 02:27:14 DEBUG : one: Destination found in --compare-dest, skipping 2025/09/25 02:27:16 DEBUG : CompareDest/two: md5 = ab2864eacde5e7810cec7cdd52fec969 OK 2025/09/25 02:27:17 DEBUG : two: Need to transfer - File not found at Destination 2025/09/25 02:27:17 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/25 02:27:17 DEBUG : two: Destination found in --compare-dest, skipping 2025/09/25 02:27:18 DEBUG : two: Need to transfer - File not found at Destination 2025/09/25 02:27:18 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/25 02:27:18 DEBUG : two: Destination found in --compare-dest, skipping 2025/09/25 02:27:19 DEBUG : two: Need to transfer - File not found at Destination 2025/09/25 02:27:19 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/09/25 02:27:21 DEBUG : two: md5 = 165eb679261f73a843c8e286e24f3a12 OK 2025/09/25 02:27:21 INFO : two: Copied (new) 2025/09/25 02:27:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/25 02:27:24 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:27:24 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:27:24 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.91s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:27:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-paqeliz6hibi/dst" 2025/09/25 02:27:25 DEBUG : Creating backend with remote "TestDrive:crypt/g2c70c3t13u3mkieu8btmna0id2g6p5n939c0n0t1ucau0dg8rig/31u3jie661vd5p8j7rtc3hgbh0" 2025/09/25 02:27:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-paqeliz6hibi/CopyDest" 2025/09/25 02:27:27 DEBUG : Creating backend with remote "TestDrive:crypt/g2c70c3t13u3mkieu8btmna0id2g6p5n939c0n0t1ucau0dg8rig/d09o6po3f7bm6ce32vdgs8h9ls" 2025/09/25 02:27:28 DEBUG : one: Need to transfer - File not found at Destination 2025/09/25 02:27:31 DEBUG : one: md5 = efeeefffb239a1bb970ae2030c769c81 OK 2025/09/25 02:27:31 INFO : one: Copied (new) 2025/09/25 02:27:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/25 02:27:34 DEBUG : one: md5 = ac1b447a05ca6fca28a59d1a0ef4271f OK 2025/09/25 02:27:34 INFO : one: Copied (replaced existing) 2025/09/25 02:27:36 DEBUG : dst/one: md5 = 7d91e7dcad104b8ae82c31d062415b12 OK 2025/09/25 02:27:38 DEBUG : CopyDest/one: md5 = 4f64d59ab3b697261c60c0961a5a5e75 OK 2025/09/25 02:27:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-paqeliz6hibi/BackupDir" 2025/09/25 02:27:39 DEBUG : Creating backend with remote "TestDrive:crypt/g2c70c3t13u3mkieu8btmna0id2g6p5n939c0n0t1ucau0dg8rig/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/09/25 02:27:40 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/25 02:27:41 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/25 02:27:41 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/25 02:27:42 INFO : one: Moved (server-side) 2025/09/25 02:27:43 INFO : one: Copied (server-side copy) 2025/09/25 02:27:43 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/09/25 02:27:45 DEBUG : CopyDest/two: md5 = 2b960a2b69b80ab36556fc7d90573192 OK 2025/09/25 02:27:46 DEBUG : two: Need to transfer - File not found at Destination 2025/09/25 02:27:46 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/25 02:27:47 INFO : two: Copied (server-side copy) 2025/09/25 02:27:47 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/09/25 02:27:48 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/25 02:27:48 DEBUG : two: Unchanged skipping 2025/09/25 02:27:50 DEBUG : CopyDest/three: md5 = b269b3c59c72094f509601d6e7d8e26c OK 2025/09/25 02:27:51 DEBUG : three: Need to transfer - File not found at Destination 2025/09/25 02:27:51 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/09/25 02:27:51 DEBUG : three: Destination not found in --copy-dest 2025/09/25 02:27:52 DEBUG : three: md5 = 15b1e76eeeb4ad1ba65c2f9a35a64c0e OK 2025/09/25 02:27:52 INFO : three: Copied (new) 2025/09/25 02:27:57 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/25 02:27:57 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:27:57 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/25 02:27:58 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:27:58 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/25 02:27:58 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/25 02:27:58 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.79s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.49s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.44s) === RUN TestCopyLongFileNameCollision run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.45s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:28:00 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/09/25 02:28:03 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 404ff611bcaa2dc573507df727b0744b OK 2025/09/25 02:28:03 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/09/25 02:28:03 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/09/25 02:28:04 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:500: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/09/25 02:28:04 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/09/25 02:28:05 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/09/25 02:28:06 DEBUG : TestCopyFileMaxTransfer/file4: md5 = eba5a355398ba95ce2e10f4dc4182ab3 OK 2025/09/25 02:28:06 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/09/25 02:28:09 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/09/25 02:28:09 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.10s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.48s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:28:13 INFO : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': Looking for duplicate names using skip mode. 2025/09/25 02:28:13 NOTICE: one: Found 2 files with duplicate names 2025/09/25 02:28:13 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.90s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:28:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': Looking for duplicate names using skip mode. 2025/09/25 02:28:19 NOTICE: one: Found 3 files with duplicate names 2025/09/25 02:28:19 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/09/25 02:28:20 INFO : one: Deleted 2025/09/25 02:28:20 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.67s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:28:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': Looking for duplicate names using first mode. 2025/09/25 02:28:26 NOTICE: one: Found 3 files with duplicate names 2025/09/25 02:28:26 INFO : one: Deleted 2025/09/25 02:28:27 INFO : one: Deleted 2025/09/25 02:28:27 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.50s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:28:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': Looking for duplicate names using newest mode. 2025/09/25 02:28:32 NOTICE: one: Found 3 files with duplicate names 2025/09/25 02:28:33 INFO : one: Deleted 2025/09/25 02:28:33 INFO : one: Deleted 2025/09/25 02:28:33 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.38s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.42s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:28:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': Looking for duplicate names using oldest mode. 2025/09/25 02:28:39 NOTICE: one: Found 3 files with duplicate names 2025/09/25 02:28:40 INFO : one: Deleted 2025/09/25 02:28:40 INFO : one: Deleted 2025/09/25 02:28:40 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.54s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:28:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': Looking for duplicate names using largest mode. 2025/09/25 02:28:46 NOTICE: one: Found 3 files with duplicate names 2025/09/25 02:28:46 INFO : one: Deleted 2025/09/25 02:28:47 INFO : one: Deleted 2025/09/25 02:28:47 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.79s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:28:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': Looking for duplicate names using smallest mode. 2025/09/25 02:28:53 NOTICE: one: Found 3 files with duplicate names 2025/09/25 02:28:53 INFO : one: Deleted 2025/09/25 02:28:53 INFO : one: Deleted 2025/09/25 02:28:53 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.54s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:29:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': Looking for duplicate names using rename mode. 2025/09/25 02:29:00 NOTICE: one.txt: Found 3 files with duplicate names 2025/09/25 02:29:01 INFO : one-2.txt: renamed from: one.txt 2025/09/25 02:29:03 INFO : one-3.txt: renamed from: one.txt 2025/09/25 02:29:04 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.88s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:29:09 DEBUG : dupe1/one.txt: md5 = 64a09e197e362a2e35e35f09b5bca93d OK 2025/09/25 02:29:11 DEBUG : dupe2/two.txt: md5 = acbd3872a63cb53f122940c269941b32 OK 2025/09/25 02:29:13 DEBUG : dupe3/three.txt: md5 = e145f0500ea38c25f02f48e4b7216045 OK 2025/09/25 02:29:14 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/09/25 02:29:16 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/09/25 02:29:17 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/09/25 02:29:17 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/09/25 02:29:21 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/09/25 02:29:21 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/09/25 02:29:21 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (14.83s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:29:23 DEBUG : a.txt: md5 = d6d8cc865fa84fe8bcc851b1cd6dea2b OK 2025/09/25 02:29:24 DEBUG : zend.txt: md5 = 96ea18fc8f494a0b4b2ff62da33463d8 OK 2025/09/25 02:29:26 DEBUG : sub dir/hello world: md5 = 26b964dc4fef203ec4980a7a44064791 OK 2025/09/25 02:29:28 DEBUG : sub dir/hello world2: md5 = 306f87f95973163ba0a12efae2a3b32d OK 2025/09/25 02:29:30 DEBUG : sub dir/ignore dir/.ignore: md5 = d09cd1709e4c2cea6b9d2826cafca86a OK 2025/09/25 02:29:31 DEBUG : sub dir/ignore dir/should be ignored: md5 = 0c23170c2510ae1cb092f0205e484334 OK 2025/09/25 02:29:34 DEBUG : sub dir/sub sub dir/hello world3: md5 = ce5ab457a4673a3a7cfb050f25602f84 OK 2025/09/25 02:29:35 DEBUG : a.txt: Excluded (Size Filter) 2025/09/25 02:29:35 DEBUG : a.txt: Excluded 2025/09/25 02:29:35 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/25 02:29:35 DEBUG : sub dir/hello world: Excluded 2025/09/25 02:29:35 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/25 02:29:35 DEBUG : sub dir/hello world2: Excluded 2025/09/25 02:29:36 DEBUG : sub dir/ignore dir: Excluded 2025/09/25 02:29:36 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/25 02:29:36 DEBUG : sub dir/hello world: Excluded 2025/09/25 02:29:36 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/25 02:29:36 DEBUG : sub dir/hello world2: Excluded 2025/09/25 02:29:36 DEBUG : sub dir/ignore dir: Excluded 2025/09/25 02:29:41 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/09/25 02:29:41 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/09/25 02:29:41 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/09/25 02:29:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/09/25 02:29:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/09/25 02:29:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/09/25 02:29:42 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (21.49s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:29:44 DEBUG : a.txt: md5 = e6d395ccec503b78819bc51a62b5f4a7 OK 2025/09/25 02:29:46 DEBUG : zend.txt: md5 = 0c67bd9edd2696151f7fed4865ee1c5e OK 2025/09/25 02:29:48 DEBUG : sub dir/hello world: md5 = 0cbb7e19183a652dc4f467a0c34d8f0c OK 2025/09/25 02:29:49 DEBUG : sub dir/hello world2: md5 = d3eae4834121e0a0831c01bac2a3babf OK 2025/09/25 02:29:51 DEBUG : sub dir/ignore dir/.ignore: md5 = dde5bbc8130a743fc3baa2a1f4034b14 OK 2025/09/25 02:29:53 DEBUG : sub dir/ignore dir/should be ignored: md5 = 7074b3140165f508ac7d45f656c1d07c OK 2025/09/25 02:29:55 DEBUG : sub dir/sub sub dir/hello world3: md5 = eb007130bb42e59e72d04bce7021fd12 OK 2025/09/25 02:29:56 DEBUG : a.txt: Excluded (Size Filter) 2025/09/25 02:29:56 DEBUG : a.txt: Excluded 2025/09/25 02:29:57 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/25 02:29:57 DEBUG : sub dir/hello world2: Excluded 2025/09/25 02:29:57 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/25 02:29:57 DEBUG : sub dir/hello world: Excluded 2025/09/25 02:29:57 DEBUG : sub dir/ignore dir: Excluded 2025/09/25 02:29:57 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/25 02:29:57 DEBUG : sub dir/hello world2: Excluded 2025/09/25 02:29:57 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/25 02:29:57 DEBUG : sub dir/hello world: Excluded 2025/09/25 02:29:58 DEBUG : sub dir/ignore dir: Excluded 2025/09/25 02:30:02 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/09/25 02:30:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/09/25 02:30:03 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/09/25 02:30:03 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/09/25 02:30:03 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/09/25 02:30:03 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/09/25 02:30:03 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (21.35s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:30:06 DEBUG : file1: md5 = a15e6ec62605a3f48a2db7dff1f2fa1a OK 2025/09/25 02:30:08 DEBUG : sub/file2: md5 = 71aaf0d538f9e15c4c69bddf7672ff49 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/09/25 02:30:11 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/09/25 02:30:11 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/09/25 02:30:11 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/09/25 02:30:13 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.40s) --- PASS: TestListJSON/Default (0.35s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.24s) --- PASS: TestListJSON/Recurse (0.52s) --- PASS: TestListJSON/SubDir (0.22s) --- PASS: TestListJSON/NoModTime (0.26s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.23s) --- PASS: TestListJSON/HashTypes (0.22s) --- PASS: TestListJSON/Metadata (0.66s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:30:15 DEBUG : file1: md5 = ffaca8b322e94c66dd71c4cf80b695be OK 2025/09/25 02:30:17 DEBUG : sub/file2: md5 = 2cfbb679650119de07a149146ca68215 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/09/25 02:30:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-paqeliz6hibi/notfound" 2025/09/25 02:30:22 DEBUG : Creating backend with remote "TestDrive:crypt/g2c70c3t13u3mkieu8btmna0id2g6p5n939c0n0t1ucau0dg8rig/qe0i31qdkoejk60elps0ni5sqk" 2025/09/25 02:30:25 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.14s) --- PASS: TestStatJSON/Root (0.26s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.25s) --- PASS: TestStatJSON/Dir (0.51s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.27s) --- PASS: TestStatJSON/File (0.28s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.27s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.23s) --- PASS: TestStatJSON/DirDirsOnly (0.24s) --- PASS: TestStatJSON/FileDirsOnly (0.27s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.26s) --- PASS: TestStatJSON/RootNotFound (1.73s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:30:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': Making directory 2025/09/25 02:30:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': Making directory --- PASS: TestMkdir (0.64s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:30:28 DEBUG : sub dir/hello world: md5 = 795f4c1a8bdebb0f38ec2b151fa06c18 OK 2025/09/25 02:30:30 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.67s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:30:32 DEBUG : potato2: md5 = d711959cf01cc697512429a2ef6d844d OK 2025/09/25 02:30:34 DEBUG : empty space: md5 = 118e72a9497ea53f905980df0025b780 OK --- PASS: TestLs (4.56s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:30:37 DEBUG : potato2: md5 = 333517a95c8a756749053a657f259f4d OK 2025/09/25 02:30:38 DEBUG : empty space: md5 = 4e89cbc25225d0f0feea0e549cfbf2dd OK 2025/09/25 02:30:39 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/09/25 02:30:39 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.98s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:30:42 DEBUG : potato2: md5 = cd113837513091321e6596aadd2e781d OK 2025/09/25 02:30:43 DEBUG : empty space: md5 = 48bd6e58da7db5a0380b38425ad89eb5 OK --- PASS: TestLsLong (4.78s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:30:47 DEBUG : potato2: md5 = 834266fa98fd84c70953db8385abb41c OK 2025/09/25 02:30:48 DEBUG : empty space: md5 = 0a69adcc2ba7df5de1217f3ef441080f OK --- PASS: TestHashSums (4.48s) === RUN TestHashSumsWithErrors 2025/09/25 02:30:50 DEBUG : Creating backend with remote ":memory:" 2025/09/25 02:30:50 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/09/25 02:30:50 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/09/25 02:30:50 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/09/25 02:30:50 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/09/25 02:30:50 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/09/25 02:30:50 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/09/25 02:30:50 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/09/25 02:30:50 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/09/25 02:30:50 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-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:30:51 DEBUG : potato2: md5 = 3ec9222673f761d0e1455d3015a7bef1 OK 2025/09/25 02:30:53 DEBUG : empty space: md5 = 2ad062e1276c4db856a1f994fd057228 OK 2025/09/25 02:30:55 DEBUG : sub dir/potato3: md5 = 2ff4f013689833e0739941e2736900bb OK 2025/09/25 02:30:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.75s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:31:00 DEBUG : small: md5 = 7465ae0db170f825fa402db190230e34 OK 2025/09/25 02:31:01 DEBUG : medium: md5 = 9b1b484ba24093adaf522d3c4bac7b29 OK 2025/09/25 02:31:03 DEBUG : large: md5 = 69fe8e005c93aaab7e6afd481d08fa46 OK 2025/09/25 02:31:03 DEBUG : Waiting for deletions to finish 2025/09/25 02:31:03 DEBUG : large: Excluded (Size Filter) 2025/09/25 02:31:04 INFO : small: Deleted 2025/09/25 02:31:04 INFO : medium: Deleted --- PASS: TestDelete (6.60s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:31:07 DEBUG : small: md5 = 6cad1003855ba5ad8ea348b38a4ef9dc OK 2025/09/25 02:31:08 DEBUG : medium: md5 = 94b4308891fb1fd9d88a03247a3fa507 OK 2025/09/25 02:31:09 DEBUG : large: md5 = 05f560cc9f7a11b0a9346db73536d5b0 OK 2025/09/25 02:31:10 DEBUG : Waiting for deletions to finish 2025/09/25 02:31:10 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/09/25 02:31:10 INFO : large: Deleted 2025/09/25 02:31:10 INFO : small: Deleted --- PASS: TestMaxDelete (6.99s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:31:14 DEBUG : small: md5 = 83a5d3f8ece3c497cde1ca3350c8110e OK 2025/09/25 02:31:15 DEBUG : medium: md5 = bf5a268a2eea4c2ab264c2d2064619fa OK 2025/09/25 02:31:16 DEBUG : large: md5 = 88fd9dd7b468d7364101670585ba3a04 OK 2025/09/25 02:31:17 DEBUG : Waiting for deletions to finish 2025/09/25 02:31:17 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/09/25 02:31:17 INFO : medium: Deleted 2025/09/25 02:31:17 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.00s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:31:21 DEBUG : small: md5 = 26ba822a486d0bed2debe6fc98580f83 OK 2025/09/25 02:31:22 DEBUG : medium: md5 = 11d4654bd7c3a9f2219b09d4f9d830ee OK 2025/09/25 02:31:23 DEBUG : large: md5 = 40fa5df6e00bdb9708f6dbfa7018e5f3 OK 2025/09/25 02:31:24 DEBUG : Waiting for deletions to finish 2025/09/25 02:31:24 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/09/25 02:31:24 INFO : small: Deleted 2025/09/25 02:31:24 INFO : large: Deleted --- PASS: TestMaxDeleteSize (6.86s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:31:27 DEBUG : ReadFile: md5 = 7442fc7183951834114656c3bf3f7210 OK --- PASS: TestReadFile (4.14s) === RUN TestRetry 2025/09/25 02:31:30 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/09/25 02:31:30 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/09/25 02:31:30 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/25 02:31:30 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/25 02:31:30 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/25 02:31:30 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/25 02:31:30 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-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:31:32 DEBUG : file1: md5 = a48bf2917d92ec1e02024ab3236750d4 OK 2025/09/25 02:31:33 DEBUG : file2: md5 = 063cf18f3cf3d531385b0b653d86ed8c OK --- PASS: TestCat (16.09s) === RUN TestPurge 2025/09/25 02:31:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fuzasog0gezo" 2025/09/25 02:31:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/25 02:31:46 DEBUG : Creating backend with remote "TestDrive:crypt/2a884b3kv8jl27d0al725f3njgkknvnvif3f297vo0s3fpsacb70" 2025/09/25 02:31:47 DEBUG : Creating backend with remote "/tmp/rclone2650113142" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fuzasog0gezo'", Local "Local file system at /tmp/rclone2650113142", Modify Window "1ms" 2025/09/25 02:31:52 DEBUG : A1/B1/C1/one: md5 = adbc14e0808af1c94748bb9d142c07ed OK 2025/09/25 02:31:52 INFO : A2: Making directory 2025/09/25 02:31:52 INFO : A1/B2: Making directory 2025/09/25 02:31:53 INFO : A1/B2/C2: Making directory 2025/09/25 02:31:54 INFO : A1/B1/C3: Making directory 2025/09/25 02:31:55 INFO : A3: Making directory 2025/09/25 02:31:55 INFO : A3/B3: Making directory 2025/09/25 02:31:56 INFO : A3/B3/C4: Making directory 2025/09/25 02:31:58 DEBUG : A1/two: md5 = 98fc4441932f5d4dd071707eeecbb729 OK 2025/09/25 02:32:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fuzasog0gezo': Purge remote 2025/09/25 02:32:02 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.47s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:32:06 DEBUG : A1/B1/C1/one: md5 = 68c4057e59c01b737cfb35b93b48edfa OK 2025/09/25 02:32:06 INFO : A2: Making directory 2025/09/25 02:32:06 INFO : A1/B2: Making directory 2025/09/25 02:32:07 INFO : A1/B2/C2: Making directory 2025/09/25 02:32:08 INFO : A1/B1/C3: Making directory 2025/09/25 02:32:09 INFO : A3: Making directory 2025/09/25 02:32:09 INFO : A3/B3: Making directory 2025/09/25 02:32:10 INFO : A3/B3/C4: Making directory 2025/09/25 02:32:12 DEBUG : A1/two: md5 = 0c2c1a6cd4efe94a4c5fb01a30cc6583 OK 2025/09/25 02:32:13 DEBUG : removing 1 level 3 directories 2025/09/25 02:32:13 INFO : A3/B3/C4: Removing directory 2025/09/25 02:32:16 DEBUG : removing 2 level 3 directories 2025/09/25 02:32:16 INFO : A1/B2/C2: Removing directory 2025/09/25 02:32:16 INFO : A1/B1/C3: Removing directory 2025/09/25 02:32:17 DEBUG : removing 2 level 2 directories 2025/09/25 02:32:17 INFO : A3/B3: Removing directory 2025/09/25 02:32:17 INFO : A1/B2: Removing directory 2025/09/25 02:32:17 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/09/25 02:32:17 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/25 02:32:18 DEBUG : removing 2 level 1 directories 2025/09/25 02:32:18 INFO : A3: Removing directory 2025/09/25 02:32:18 INFO : A2: Removing directory 2025/09/25 02:32:18 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/09/25 02:32:22 DEBUG : removing 1 level 3 directories 2025/09/25 02:32:22 INFO : A1/B1/C1: Removing directory 2025/09/25 02:32:22 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:22 DEBUG : removing 1 level 2 directories 2025/09/25 02:32:22 INFO : A1/B1: Removing directory 2025/09/25 02:32:23 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/25 02:32:23 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/25 02:32:23 DEBUG : removing 1 level 1 directories 2025/09/25 02:32:23 INFO : A1: Removing directory 2025/09/25 02:32:23 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/25 02:32:23 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/25 02:32:23 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/25 02:32:24 DEBUG : removing 1 level 0 directories 2025/09/25 02:32:24 INFO : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': Removing directory 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/09/25 02:32:24 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" --- PASS: TestRmdirsNoLeaveRoot (23.70s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:32:26 INFO : A1: Making directory 2025/09/25 02:32:27 INFO : A1/B1: Making directory 2025/09/25 02:32:28 INFO : A1/B1/C1: Making directory 2025/09/25 02:32:30 DEBUG : removing 1 level 3 directories 2025/09/25 02:32:30 INFO : A1/B1/C1: Removing directory 2025/09/25 02:32:31 DEBUG : removing 1 level 2 directories 2025/09/25 02:32:31 INFO : A1/B1: Removing directory 2025/09/25 02:32:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/25 02:32:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.31s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:32:34 INFO : A1: Making directory 2025/09/25 02:32:34 INFO : A1/B1: Making directory 2025/09/25 02:32:35 INFO : A1/B1/C1: Making directory 2025/09/25 02:32:38 DEBUG : removing 1 level 3 directories 2025/09/25 02:32:38 INFO : A1/B1/C1: Removing directory 2025/09/25 02:32:39 DEBUG : removing 1 level 2 directories 2025/09/25 02:32:39 INFO : A1/B1: Removing directory 2025/09/25 02:32:39 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/25 02:32:40 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.39s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:32:43 DEBUG : file1: md5 = 268faca144956d7836e0443f99b88363 OK 2025/09/25 02:32:43 DEBUG : filename.txt: File name found in url 2025/09/25 02:32:45 DEBUG : filename.txt: md5 = 18e552ebdc5371966ddaad42b8ca0fef OK 2025/09/25 02:32:45 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/09/25 02:32:46 DEBUG : headerfilename.txt: md5 = be024fe6bff6e5f6684ada2e4bd9417b OK 2025/09/25 02:32:48 DEBUG : file2: md5 = c70c7161b6f999dc2966413e23ad50f5 OK --- PASS: TestCopyURL (9.19s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:32:51 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/25 02:32:53 DEBUG : sub/file2: md5 = 8906193271bf1b6d59125b35194c8fa1 OK 2025/09/25 02:32:53 INFO : file1: Copied (new) to: sub/file2 2025/09/25 02:32:53 INFO : file1: Deleted 2025/09/25 02:32:53 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/25 02:32:53 DEBUG : file1: Unchanged skipping 2025/09/25 02:32:53 INFO : file1: Deleted 2025/09/25 02:32:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': don't need to copy/move sub/file2, it is already at target location 2025/09/25 02:32:56 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.19s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:32:57 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/25 02:32:58 DEBUG : file1: md5 = fb9f6f035ef0139e0fe2cdab4319c375 OK 2025/09/25 02:32:58 INFO : file1: Copied (new) 2025/09/25 02:32:58 INFO : file1: Deleted 2025/09/25 02:32:59 DEBUG : file1: Destination exists, skipping 2025/09/25 02:32:59 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.39s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.50s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.41s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:33:03 DEBUG : dst/file1: md5 = 5dc32e128c20cf6a43519ee26023c40e OK 2025/09/25 02:33:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-paqeliz6hibi/backup" 2025/09/25 02:33:04 DEBUG : Creating backend with remote "TestDrive:crypt/g2c70c3t13u3mkieu8btmna0id2g6p5n939c0n0t1ucau0dg8rig/1nrff024r7pq65ecp72fc28jb0" 2025/09/25 02:33:05 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/09/25 02:33:08 INFO : dst/file1: Moved (server-side) 2025/09/25 02:33:09 DEBUG : dst/file1: md5 = dee207dbb1a925a088ff2c05dce53973 OK 2025/09/25 02:33:09 INFO : dst/file1: Copied (new) 2025/09/25 02:33:09 INFO : dst/file1: Deleted 2025/09/25 02:33:12 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/25 02:33:12 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/25 02:33:13 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.94s) === 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-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:33:16 DEBUG : A1/one: md5 = d6b6d8b0968f43a9a55eb49429326e83 OK 2025/09/25 02:33:17 DEBUG : A1/two: md5 = c500f946569d6b26fb58a4d60d579627 OK 2025/09/25 02:33:20 DEBUG : A1/B1/three: md5 = 59578f5163247fab2ad9868b890e20d5 OK 2025/09/25 02:33:22 DEBUG : A1/B1/C1/four: md5 = caf04c338824ac343ae5f4fd01ee02b8 OK 2025/09/25 02:33:24 DEBUG : A1/B1/C2/five: md5 = 4d6ac9fefa20aea106ba77b7a079503b OK 2025/09/25 02:33:24 INFO : A1/B2: Making directory 2025/09/25 02:33:25 INFO : A1/B1/C3: Making directory 2025/09/25 02:33:34 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/09/25 02:33:34 INFO : A2/two: Moved (server-side) to: A3/two 2025/09/25 02:33:34 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/09/25 02:33:34 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/09/25 02:33:34 INFO : A2/one: Moved (server-side) to: A3/one 2025/09/25 02:33:37 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/25 02:33:37 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/25 02:33:37 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/25 02:33:38 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/25 02:33:38 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/25 02:33:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/09/25 02:33:46 INFO : A3/two: Moved (server-side) to: A4/two 2025/09/25 02:33:46 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/09/25 02:33:46 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/09/25 02:33:46 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/09/25 02:33:46 INFO : A3/one: Moved (server-side) to: A4/one 2025/09/25 02:33:49 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/25 02:33:49 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/25 02:33:49 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/25 02:33:50 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/25 02:33:50 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/25 02:33:56 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/09/25 02:33:56 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/09/25 02:33:57 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/25 02:33:57 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/25 02:33:57 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/25 02:33:57 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/25 02:33:58 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/25 02:33:58 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/25 02:33:58 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/25 02:33:58 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.48s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" --- PASS: TestGetFsInfo (0.42s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:33:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': File to upload is small (34 bytes), uploading instead of streaming 2025/09/25 02:34:00 DEBUG : no_checksum_small_file_from_pipe: md5 = 2197ede840ee9d1fe190c1cc3b6392a6 OK 2025/09/25 02:34:00 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/09/25 02:34:00 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/25 02:34:01 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/09/25 02:34:02 DEBUG : no_checksum_big_file_from_pipe: md5 = 6768501730b9ec714b1bfcd282418f6d OK 2025/09/25 02:34:02 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-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:34:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': File to upload is small (34 bytes), uploading instead of streaming 2025/09/25 02:34:05 DEBUG : with_checksum_small_file_from_pipe: md5 = 5ad4e0fd69f3afa3b6810829357ba0bf OK 2025/09/25 02:34:05 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/25 02:34:06 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/09/25 02:34:07 DEBUG : with_checksum_big_file_from_pipe: md5 = 639dc77b3def603bdadc517b7a359c04 OK 2025/09/25 02:34:07 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-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:34:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': File to upload is small (34 bytes), uploading instead of streaming 2025/09/25 02:34:10 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/25 02:34:11 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/09/25 02:34:12 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-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:34:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': File to upload is small (34 bytes), uploading instead of streaming 2025/09/25 02:34:15 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/25 02:34:16 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/09/25 02:34:17 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.23s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.79s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.07s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.31s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.06s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/09/25 02:34:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': File to upload is small (48 bytes), uploading instead of streaming 2025/09/25 02:34:21 DEBUG : rcat_metadata: md5 = 50aec6bd527616d839c8ffb73674755e OK 2025/09/25 02:34:21 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/09/25 02:34:22 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/09/25 02:34:23 DEBUG : rcat_metadata_uploadcutoff0: md5 = 2de225e8aa5665861a8ebf668c7922ac OK 2025/09/25 02:34:23 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (5.83s) --- PASS: TestRcatMetadata/Normal (2.58s) --- PASS: TestRcatMetadata/ViaDisk (2.78s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:34:26 DEBUG : potato1: md5 = 60bf1924709dd33ecc8a7829b40a3867 OK 2025/09/25 02:34:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': File to upload is small (60 bytes), uploading instead of streaming 2025/09/25 02:34:28 DEBUG : potato2: md5 = 8b6ca972bbafe0a586f0b82098783ce5 OK 2025/09/25 02:34:28 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.63s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:34:31 DEBUG : potato1: md5 = 4d4a2ea17f9fccc292dca0c9cb959138 OK 2025/09/25 02:34:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': File to upload is small (60 bytes), uploading instead of streaming 2025/09/25 02:34:32 DEBUG : potato2: md5 = 8686ea3a882987bc6ceabe34fd3dab75 OK 2025/09/25 02:34:32 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.04s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:34:36 DEBUG : potato2: md5 = 11268f720da61a7505070aa59274545f OK 2025/09/25 02:34:37 DEBUG : empty space: md5 = 713e8e1d12d3881bdfa5f1421bf8d1f3 OK 2025/09/25 02:34:39 DEBUG : sub dir/potato3: md5 = ec5e6e12c089b469ce45733a581d8a75 OK 2025/09/25 02:34:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': Touching "sub dir/potato3" 2025/09/25 02:34:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': Touching "empty space" 2025/09/25 02:34:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': Touching "potato2" 2025/09/25 02:34:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.76s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:34:44 DEBUG : dir with metadata: Making directory with metadata 2025/09/25 02:34:45 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.35s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:34:47 DEBUG : directory with modtime: Making directory with metadata 2025/09/25 02:34:47 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.49s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:34:49 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/09/25 02:34:49 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/25 02:34:49 DEBUG : Google drive root 'crypt/g2c70c3t13u3mkieu8btmna0id2g6p5n939c0n0t1ucau0dg8rig': Skipping btime metadata as can't update it on an existing file: 2025-09-25T02:34:49.494234258Z 2025/09/25 02:34:50 INFO : non existent directory: Updated directory metadata 2025/09/25 02:34:52 DEBUG : Google drive root 'crypt/g2c70c3t13u3mkieu8btmna0id2g6p5n939c0n0t1ucau0dg8rig': Skipping btime metadata as can't update it on an existing file: 2025-09-25T02:34:49.494234258Z 2025/09/25 02:34:52 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.76s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:34:54 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/09/25 02:34:55 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/09/25 02:34:56 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-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:34:58 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/09/25 02:34:58 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/25 02:34:58 DEBUG : dst: Making directory with metadata 2025/09/25 02:34:59 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/25 02:34:59 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/25 02:34:59 INFO : dst: Set directory modification time (using SetModTime) 2025/09/25 02:34:59 INFO : dst: Set directory modification time (using SetModTime) 2025/09/25 02:34:59 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/09/25 02:35:00 INFO : dst: Set directory modification time (using SetModTime) 2025/09/25 02:35:00 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.53s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi'", Local "Local file system at /tmp/rclone891452231", Modify Window "1ms" 2025/09/25 02:35:03 DEBUG : sub dir/test remove existing: md5 = 6309fbdc8c9f44d9430f3c041353bc20 OK 2025/09/25 02:35:05 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 4c874479a548e315b29b0e5fa34bbaa2 OK 2025/09/25 02:35:07 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.yakuzul5" before starting 2025/09/25 02:35:08 DEBUG : sub dir/test remove existing.yakuzul5: TEST: removing renamed existing file after operation 2025/09/25 02:35:09 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qilemeq9" before starting 2025/09/25 02:35:10 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.qilemeq9: TEST: renaming existing back after failed operation 2025/09/25 02:35:11 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.wuyimiq4" before starting 2025/09/25 02:35:12 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.wuyimiq4: TEST: removing renamed existing file after operation 2025/09/25 02:35:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "a2f1pkafpfpsn95b2qh1k0dglr08gtvk6clt4fuknk6knntp1nkg" 2025/09/25 02:35:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "91b1ebr0mvquo7ja3unvf5gvul25s851i4d14juba9pop6pb203ic5rdephtmov6ls0bekuans4qj637ispb11gbv07ua08oe7ecgddliabq9siqkvqgo4r622aejmcogbbmibaeibfcp3obn82g36cdgss5bneuk0pc8o1of5btrd5s15mg" --- PASS: TestRemoveExisting (13.34s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/09/25 02:35:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-paqeliz6hibi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m58.360592425s (try 1/5)