"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2024/10/22 03:24:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zetebuc1yeqe" 2024/10/22 03:24:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/22 03:24:40 DEBUG : Creating backend with remote "TestDrive:crypt/h6o4b2bovqv65nanj7jhjjcr96a1ov43leipquec5jjhuc08h07g" 2024/10/22 03:24:41 DEBUG : Creating backend with remote "/tmp/rclone4293752938" === 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-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.26s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/10/22 03:24:42 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/22 03:24:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/22 03:24:42 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/10/22 03:24:42 DEBUG : potato: Seek from 10 to 0 2024/10/22 03:24:42 DEBUG : potato: Seek from 10 to 0 2024/10/22 03:24:42 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/10/22 03:24:42 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/22 03:24:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/22 03:24:42 DEBUG : potato: Seek from 5 to 2 2024/10/22 03:24:42 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/10/22 03:24:42 DEBUG : potato: Seek from 7 to 0 2024/10/22 03:24:42 DEBUG : potato: Seek from 7 to 0 2024/10/22 03:24:42 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/10/22 03:24:42 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/22 03:24:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/22 03:24:42 DEBUG : potato: Seek from 5 to 2 2024/10/22 03:24:42 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/10/22 03:24:42 DEBUG : potato: Seek from 8 to 0 2024/10/22 03:24:42 DEBUG : potato: Seek from 8 to 0 2024/10/22 03:24:42 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/10/22 03:24:42 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/10/22 03:24:42 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/10/22 03:24:42 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/10/22 03:24:42 DEBUG : potato: Seek from 5 to 2 2024/10/22 03:24:42 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/10/22 03:24:42 DEBUG : potato: Seek from 9 to 0 2024/10/22 03:24:42 DEBUG : potato: Seek from 9 to 0 2024/10/22 03:24:42 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-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:24:45 DEBUG : rutabaga: md5 = a5dcfde5a1d01d92326a946594e280d7 OK === RUN TestCheck/1 === RUN TestCheck/2 2024/10/22 03:24:47 DEBUG : empty space: md5 = 5a9d7c7f538760e3c30b54d2aa0cf1b3 OK === RUN TestCheck/3 2024/10/22 03:24:50 DEBUG : potato2: md5 = 21a0b120a29c117b56c70bd91baef118 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/10/22 03:24:53 DEBUG : remotepotato: md5 = 8923bd643c86bf6e21a5a65bd02cf025 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (15.23s) --- PASS: TestCheck/1 (0.28s) --- PASS: TestCheck/2 (0.30s) --- PASS: TestCheck/3 (0.28s) --- PASS: TestCheck/4 (0.30s) --- PASS: TestCheck/5 (0.27s) --- PASS: TestCheck/6 (0.28s) --- PASS: TestCheck/7 (0.30s) === RUN TestCheckFsError 2024/10/22 03:24:57 DEBUG : Creating backend with remote "nonexistent" 2024/10/22 03:24:57 DEBUG : Creating backend with remote "nonexistent" 2024/10/22 03:24:57 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/10/22 03:24:57 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2024/10/22 03:24:57 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/10/22 03:24:57 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-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:24:59 DEBUG : rutabaga: md5 = 523b24b7e9cbd9f4dcd486c6fc370c2e OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/10/22 03:25:04 DEBUG : empty space: md5 = cd0ade2d392e12192ac4c68161441e71 OK === RUN TestCheckDownload/3 2024/10/22 03:25:07 DEBUG : potato2: md5 = 2f0cbfe433d423742c509e0b3a1f0963 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/10/22 03:25:13 DEBUG : remotepotato: md5 = e8be46543e4879eb727cb8216e12e098 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (22.32s) --- PASS: TestCheckDownload/1 (1.31s) --- PASS: TestCheckDownload/2 (1.13s) --- PASS: TestCheckDownload/3 (1.18s) --- PASS: TestCheckDownload/4 (1.26s) --- PASS: TestCheckDownload/5 (1.48s) --- PASS: TestCheckDownload/6 (1.38s) --- PASS: TestCheckDownload/7 (1.07s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:25:21 DEBUG : rutabaga: md5 = 2715de3a5ca4d2e9f3450418ee15fd1f OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/10/22 03:25:24 DEBUG : empty space: md5 = f46728c686f733a4b15f8c4297d9c84a OK === RUN TestCheckSizeOnly/3 2024/10/22 03:25:27 DEBUG : potato2: md5 = 2ea89d927fa4391bbfb94f304a62dd9d OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/10/22 03:25:30 DEBUG : remotepotato: md5 = 023125ff28c5fb0e005b170a08d1fdf5 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (14.75s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.27s) --- PASS: TestCheckSizeOnly/3 (0.30s) --- PASS: TestCheckSizeOnly/4 (0.28s) --- PASS: TestCheckSizeOnly/5 (0.26s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.27s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:25:36 DEBUG : test.sum: md5 = 11fb45a368546b14f9d2f19571c50057 OK 2024/10/22 03:25:38 NOTICE: test.sum: improperly formatted checksum line 4 2024/10/22 03:25:38 NOTICE: test.sum: improperly formatted checksum line 5 2024/10/22 03:25:38 NOTICE: test.sum: improperly formatted checksum line 6 2024/10/22 03:25:38 NOTICE: test.sum: 2 warning(s) suppressed... 2024/10/22 03:25:39 DEBUG : test.sum: md5 = 9df0d45f5b990edd57138836aae152d4 OK 2024/10/22 03:25:41 NOTICE: test.sum: improperly formatted checksum line 4 2024/10/22 03:25:41 NOTICE: test.sum: improperly formatted checksum line 5 2024/10/22 03:25:41 NOTICE: test.sum: improperly formatted checksum line 6 2024/10/22 03:25:41 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.86s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:25:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zetebuc1yeqe/data" 2024/10/22 03:25:42 DEBUG : Creating backend with remote "TestDrive:crypt/h6o4b2bovqv65nanj7jhjjcr96a1ov43leipquec5jjhuc08h07g/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe/data' lacks md5, skipping --- SKIP: TestCheckSum (2.67s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:25:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zetebuc1yeqe/data" 2024/10/22 03:25:45 DEBUG : Creating backend with remote "TestDrive:crypt/h6o4b2bovqv65nanj7jhjjcr96a1ov43leipquec5jjhuc08h07g/vjrnln8ratgmqakfosrqe8espk" 2024/10/22 03:25:50 DEBUG : data/banana: md5 = 28629cacdc158c349d2ff58c0301bf56 OK 2024/10/22 03:25:52 DEBUG : test.sum: md5 = 2179eb75fcf5efdeec1480feeaa8fb8e OK === RUN TestCheckSumDownload/subtest1 2024/10/22 03:25:57 DEBUG : data/potato: md5 = bdf240f345dde8ec6f2f126e6aca1acc OK 2024/10/22 03:25:59 DEBUG : test.sum: md5 = f17160f9ac7a622fefd15506d1595855 OK === RUN TestCheckSumDownload/subtest2 2024/10/22 03:26:04 DEBUG : test.sum: md5 = faf58013784c1f9566d70ca89980b233 OK === RUN TestCheckSumDownload/subtest3 2024/10/22 03:26:09 DEBUG : test.sum: md5 = f213d27a8d016c76fe38c9e2925c51cc OK === RUN TestCheckSumDownload/subtest4 2024/10/22 03:26:14 DEBUG : test.sum: md5 = 550787f2da32c06cce4d91b45a11b244 OK === RUN TestCheckSumDownload/subtest5 2024/10/22 03:26:20 DEBUG : test.sum: md5 = c9aacbca3656208779121166b7d7a722 OK === RUN TestCheckSumDownload/subtest6 2024/10/22 03:26:25 DEBUG : data/banana: md5 = 4797c1591f26b78374ebaeac1081f029 OK 2024/10/22 03:26:27 DEBUG : data/potato: md5 = 7ab06fc387b5cdc0632ac801a1a5c943 OK 2024/10/22 03:26:29 DEBUG : test.sum: md5 = 0f04c5d721399790014e3b33ee55ad8b OK === RUN TestCheckSumDownload/subtest7 2024/10/22 03:26:36 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2024/10/22 03:26:36 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" --- PASS: TestCheckSumDownload (52.20s) --- PASS: TestCheckSumDownload/subtest1 (3.16s) --- PASS: TestCheckSumDownload/subtest2 (2.34s) --- PASS: TestCheckSumDownload/subtest3 (3.16s) --- PASS: TestCheckSumDownload/subtest4 (2.78s) --- PASS: TestCheckSumDownload/subtest5 (3.52s) --- PASS: TestCheckSumDownload/subtest6 (2.64s) --- PASS: TestCheckSumDownload/subtest7 (2.95s) === RUN TestApplyTransforms 2024/10/22 03:26:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rokocix8sozo" 2024/10/22 03:26:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/22 03:26:37 DEBUG : Creating backend with remote "TestDrive:crypt/quc6pum2cprcu6abvelpnl0hnvnluv916v8l86ea08cadqknc1rg" 2024/10/22 03:26:38 DEBUG : Creating backend with remote "/tmp/rclone2054977806" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rokocix8sozo'", Local "Local file system at /tmp/rclone2054977806", Modify Window "1ms" 2024/10/22 03:26:41 DEBUG : hello, world!: md5 = 3b95dd1f024c1b7e0b4a673a45118715 OK upper checkfile vs. lower remote (without normalization) 2024/10/22 03:26:42 ERROR : hello, world!: sum not found 2024/10/22 03:26:42 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-rokocix8sozo' 2024/10/22 03:26:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rokocix8sozo': 1 files missing 2024/10/22 03:26:42 NOTICE: 1 hashes missing 2024/10/22 03:26:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rokocix8sozo': 2 differences found 2024/10/22 03:26:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rokocix8sozo': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/10/22 03:26:43 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/22 03:26:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rokocix8sozo': 0 differences found 2024/10/22 03:26:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rokocix8sozo': 1 matching files 2024/10/22 03:26:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-papajuf6digu" 2024/10/22 03:26:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/22 03:26:43 DEBUG : Creating backend with remote "TestDrive:crypt/5cd16huoma0u2eos5ifsldjmt82aak2bqtr9rd6e6kb20lv3dl9g" 2024/10/22 03:26:44 DEBUG : Creating backend with remote "/tmp/rclone61927329" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-papajuf6digu'", Local "Local file system at /tmp/rclone61927329", Modify Window "1ms" 2024/10/22 03:26:48 DEBUG : HELLO, WORLD!: md5 = f1fca0f2323bad6c85c3b6c0ff118c99 OK lower checkfile vs. upper remote (without normalization) 2024/10/22 03:26:48 ERROR : HELLO, WORLD!: sum not found 2024/10/22 03:26:48 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-papajuf6digu' 2024/10/22 03:26:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-papajuf6digu': 1 files missing 2024/10/22 03:26:48 NOTICE: 1 hashes missing 2024/10/22 03:26:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-papajuf6digu': 2 differences found 2024/10/22 03:26:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-papajuf6digu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/10/22 03:26:50 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/22 03:26:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-papajuf6digu': 0 differences found 2024/10/22 03:26:50 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-papajuf6digu': 1 matching files 2024/10/22 03:26:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kaweqab7hoco" 2024/10/22 03:26:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/22 03:26:50 DEBUG : Creating backend with remote "TestDrive:crypt/k05f35fkhnke5cvsbflke1gi00f8ncgs8j8l77444aivf3r37v40" 2024/10/22 03:26:51 DEBUG : Creating backend with remote "/tmp/rclone4070416428" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kaweqab7hoco'", Local "Local file system at /tmp/rclone4070416428", Modify Window "1ms" 2024/10/22 03:26:54 DEBUG : HeLlO, wOrLd!: md5 = 980aa980bdacbe54599d3f840cc50755 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/10/22 03:26:55 ERROR : HeLlO, wOrLd!: sum not found 2024/10/22 03:26:55 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-kaweqab7hoco' 2024/10/22 03:26:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kaweqab7hoco': 1 files missing 2024/10/22 03:26:55 NOTICE: 1 hashes missing 2024/10/22 03:26:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kaweqab7hoco': 2 differences found 2024/10/22 03:26:55 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kaweqab7hoco': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/10/22 03:26:57 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/22 03:26:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kaweqab7hoco': 0 differences found 2024/10/22 03:26:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kaweqab7hoco': 1 matching files 2024/10/22 03:26:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xakewer2suwe" 2024/10/22 03:26:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/22 03:26:57 DEBUG : Creating backend with remote "TestDrive:crypt/4gdndpp3626a9bvb5ljcv1nmtt4h5ava2hblqrtb3umu7eqklc00" 2024/10/22 03:26:58 DEBUG : Creating backend with remote "/tmp/rclone2770450484" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xakewer2suwe'", Local "Local file system at /tmp/rclone2770450484", Modify Window "1ms" 2024/10/22 03:27:01 DEBUG : HELLO, WORLD!: md5 = a399f77c4d4e873cddf29c8196e9a586 OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/10/22 03:27:01 ERROR : HELLO, WORLD!: sum not found 2024/10/22 03:27:01 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xakewer2suwe' 2024/10/22 03:27:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xakewer2suwe': 1 files missing 2024/10/22 03:27:01 NOTICE: 1 hashes missing 2024/10/22 03:27:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xakewer2suwe': 2 differences found 2024/10/22 03:27:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xakewer2suwe': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/10/22 03:27:03 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/22 03:27:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xakewer2suwe': 0 differences found 2024/10/22 03:27:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xakewer2suwe': 1 matching files 2024/10/22 03:27:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nohofab9noso" 2024/10/22 03:27:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/22 03:27:03 DEBUG : Creating backend with remote "TestDrive:crypt/tr40u5mknt3h81bo8d6l4npje2304vtbpv6fipi7p2oru27cq6qg" 2024/10/22 03:27:04 DEBUG : Creating backend with remote "/tmp/rclone4253222820" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nohofab9noso'", Local "Local file system at /tmp/rclone4253222820", Modify Window "1ms" 2024/10/22 03:27:07 DEBUG : 測試_Русский___ě_áñ: md5 = 2d9351b98723db116b8bb5d7aeb0e14f OK NFD checkfile vs. NFC remote (without normalization) 2024/10/22 03:27:08 ERROR : 測試_Русский___ě_áñ: sum not found 2024/10/22 03:27:08 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nohofab9noso' 2024/10/22 03:27:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nohofab9noso': 1 files missing 2024/10/22 03:27:08 NOTICE: 1 hashes missing 2024/10/22 03:27:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nohofab9noso': 2 differences found 2024/10/22 03:27:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nohofab9noso': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/10/22 03:27:10 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/22 03:27:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nohofab9noso': 0 differences found 2024/10/22 03:27:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nohofab9noso': 1 matching files 2024/10/22 03:27:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wizabur6xezi" 2024/10/22 03:27:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/22 03:27:10 DEBUG : Creating backend with remote "TestDrive:crypt/qa625m3go5navdu7clg9jq2sjl7h44vbbhjblq9i7qdnii106il0" 2024/10/22 03:27:11 DEBUG : Creating backend with remote "/tmp/rclone614387071" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wizabur6xezi'", Local "Local file system at /tmp/rclone614387071", Modify Window "1ms" 2024/10/22 03:27:14 DEBUG : 測試_Русский___ě_áñ: md5 = 97833f47c220aeb26ed68a4f80f2015e OK NFC checkfile vs. NFD remote (without normalization) 2024/10/22 03:27:14 ERROR : 測試_Русский___ě_áñ: sum not found 2024/10/22 03:27:14 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wizabur6xezi' 2024/10/22 03:27:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wizabur6xezi': 1 files missing 2024/10/22 03:27:14 NOTICE: 1 hashes missing 2024/10/22 03:27:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wizabur6xezi': 2 differences found 2024/10/22 03:27:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wizabur6xezi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/10/22 03:27:15 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/22 03:27:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wizabur6xezi': 0 differences found 2024/10/22 03:27:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wizabur6xezi': 1 matching files 2024/10/22 03:27:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-huruciz6zajo" 2024/10/22 03:27:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/22 03:27:15 DEBUG : Creating backend with remote "TestDrive:crypt/f3g64d5ffpqvhbqv59eqfvrr5ipukfho6smhe5n43gp3ofmobjk0" 2024/10/22 03:27:16 DEBUG : Creating backend with remote "/tmp/rclone84843967" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-huruciz6zajo'", Local "Local file system at /tmp/rclone84843967", Modify Window "1ms" 2024/10/22 03:27:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d3798d5cfe09645a5c5e359e1e568e42 OK NFDx2 checkfile vs. both remote (without normalization) 2024/10/22 03:27:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/22 03:27:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-huruciz6zajo' 2024/10/22 03:27:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huruciz6zajo': 1 files missing 2024/10/22 03:27:20 NOTICE: 1 hashes missing 2024/10/22 03:27:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huruciz6zajo': 2 differences found 2024/10/22 03:27:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huruciz6zajo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/10/22 03:27:22 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/22 03:27:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huruciz6zajo': 0 differences found 2024/10/22 03:27:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-huruciz6zajo': 1 matching files 2024/10/22 03:27:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xizetik3coxe" 2024/10/22 03:27:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/22 03:27:22 DEBUG : Creating backend with remote "TestDrive:crypt/bh0teucrfca382d0fdk7vt3uvcftpidjdacd6ge1sugsopj938o0" 2024/10/22 03:27:23 DEBUG : Creating backend with remote "/tmp/rclone2273956948" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xizetik3coxe'", Local "Local file system at /tmp/rclone2273956948", Modify Window "1ms" 2024/10/22 03:27:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d01c39ee1098fe08b57927cad682ef05 OK NFCx2 checkfile vs. both remote (without normalization) 2024/10/22 03:27:27 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/22 03:27:27 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xizetik3coxe' 2024/10/22 03:27:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xizetik3coxe': 1 files missing 2024/10/22 03:27:27 NOTICE: 1 hashes missing 2024/10/22 03:27:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xizetik3coxe': 2 differences found 2024/10/22 03:27:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xizetik3coxe': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/10/22 03:27:28 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/22 03:27:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xizetik3coxe': 0 differences found 2024/10/22 03:27:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xizetik3coxe': 1 matching files 2024/10/22 03:27:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caqayaw1raje" 2024/10/22 03:27:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/22 03:27:28 DEBUG : Creating backend with remote "TestDrive:crypt/e0sg72v6tj08h0sd54438nmq7iol8okumdo1dd6a8t3p7pjpgti0" 2024/10/22 03:27:29 DEBUG : Creating backend with remote "/tmp/rclone467781440" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caqayaw1raje'", Local "Local file system at /tmp/rclone467781440", Modify Window "1ms" 2024/10/22 03:27:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 2f9370ec76bf1f5fcaca96d66b1e5387 OK both checkfile vs. NFDx2 remote (without normalization) 2024/10/22 03:27:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/22 03:27:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-caqayaw1raje' 2024/10/22 03:27:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-caqayaw1raje': 1 files missing 2024/10/22 03:27:33 NOTICE: 1 hashes missing 2024/10/22 03:27:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-caqayaw1raje': 2 differences found 2024/10/22 03:27:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-caqayaw1raje': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/10/22 03:27:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/22 03:27:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-caqayaw1raje': 0 differences found 2024/10/22 03:27:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-caqayaw1raje': 1 matching files 2024/10/22 03:27:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vumumim8fate" 2024/10/22 03:27:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/22 03:27:35 DEBUG : Creating backend with remote "TestDrive:crypt/d1i68k7prkfic13hljj7jja14i486ev0tam7ucudr83g3pdib6rg" 2024/10/22 03:27:36 DEBUG : Creating backend with remote "/tmp/rclone1358159899" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vumumim8fate'", Local "Local file system at /tmp/rclone1358159899", Modify Window "1ms" 2024/10/22 03:27:39 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 067180287da32c919597c774bbaee365 OK both checkfile vs. NFCx2 remote (without normalization) 2024/10/22 03:27:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/10/22 03:27:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vumumim8fate' 2024/10/22 03:27:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vumumim8fate': 1 files missing 2024/10/22 03:27:39 NOTICE: 1 hashes missing 2024/10/22 03:27:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vumumim8fate': 2 differences found 2024/10/22 03:27:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vumumim8fate': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/10/22 03:27:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/10/22 03:27:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vumumim8fate': 0 differences found 2024/10/22 03:27:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vumumim8fate': 1 matching files 2024/10/22 03:27:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vumumim8fate': Purge remote 2024/10/22 03:27:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caqayaw1raje': Purge remote 2024/10/22 03:27:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xizetik3coxe': Purge remote 2024/10/22 03:27:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-huruciz6zajo': Purge remote 2024/10/22 03:27:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wizabur6xezi': Purge remote 2024/10/22 03:27:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nohofab9noso': Purge remote 2024/10/22 03:27:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xakewer2suwe': Purge remote 2024/10/22 03:27:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kaweqab7hoco': Purge remote 2024/10/22 03:27:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-papajuf6digu': Purge remote 2024/10/22 03:27:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rokocix8sozo': Purge remote --- PASS: TestApplyTransforms (72.73s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:27:50 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/22 03:27:53 DEBUG : sub/file2: md5 = 3e2d1a41622b43c9e919897aaceabeaa OK 2024/10/22 03:27:53 INFO : file1: Copied (new) to: sub/file2 2024/10/22 03:27:54 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/22 03:27:54 DEBUG : file1: Unchanged skipping 2024/10/22 03:27:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': don't need to copy/move sub/file2, it is already at target location 2024/10/22 03:27:56 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (8.88s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.47s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:28:02 DEBUG : dst/file1: md5 = d72527b46168d83efd18e1875fa781c2 OK 2024/10/22 03:28:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zetebuc1yeqe/backup" 2024/10/22 03:28:03 DEBUG : Creating backend with remote "TestDrive:crypt/h6o4b2bovqv65nanj7jhjjcr96a1ov43leipquec5jjhuc08h07g/1nrff024r7pq65ecp72fc28jb0" 2024/10/22 03:28:04 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/10/22 03:28:08 INFO : dst/file1: Moved (server-side) 2024/10/22 03:28:10 DEBUG : dst/file1: md5 = 2643cfacb02b763aa73eaa2f051502a4 OK 2024/10/22 03:28:10 INFO : dst/file1: Copied (new) 2024/10/22 03:28:13 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/22 03:28:14 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/22 03:28:15 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (17.44s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:28:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zetebuc1yeqe/dst" 2024/10/22 03:28:16 DEBUG : Creating backend with remote "TestDrive:crypt/h6o4b2bovqv65nanj7jhjjcr96a1ov43leipquec5jjhuc08h07g/31u3jie661vd5p8j7rtc3hgbh0" 2024/10/22 03:28:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zetebuc1yeqe/CompareDest" 2024/10/22 03:28:18 DEBUG : Creating backend with remote "TestDrive:crypt/h6o4b2bovqv65nanj7jhjjcr96a1ov43leipquec5jjhuc08h07g/gveqi14airsml4bgu7krj116o8" 2024/10/22 03:28:20 DEBUG : one: Need to transfer - File not found at Destination 2024/10/22 03:28:23 DEBUG : one: md5 = 330f2769f557ad622c3076ba0dc95b7f OK 2024/10/22 03:28:23 INFO : one: Copied (new) 2024/10/22 03:28:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/22 03:28:26 DEBUG : one: md5 = b572b5e7ca4a6ba586ff10241913b8f3 OK 2024/10/22 03:28:26 INFO : one: Copied (replaced existing) 2024/10/22 03:28:28 DEBUG : dst/one: md5 = 8a9ed4d47b8c3348d212c7f89b9b90bc OK 2024/10/22 03:28:32 DEBUG : CompareDest/one: md5 = 416da010b741c64cc17adcf691779a51 OK 2024/10/22 03:28:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/22 03:28:33 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/22 03:28:33 DEBUG : one: Destination found in --compare-dest, skipping 2024/10/22 03:28:35 DEBUG : CompareDest/two: md5 = 094e25d3ec86956d4b0eacf883297df9 OK 2024/10/22 03:28:36 DEBUG : two: Need to transfer - File not found at Destination 2024/10/22 03:28:36 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/22 03:28:36 DEBUG : two: Destination found in --compare-dest, skipping 2024/10/22 03:28:37 DEBUG : two: Need to transfer - File not found at Destination 2024/10/22 03:28:37 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/22 03:28:37 DEBUG : two: Destination found in --compare-dest, skipping 2024/10/22 03:28:39 DEBUG : two: Need to transfer - File not found at Destination 2024/10/22 03:28:39 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/10/22 03:28:41 DEBUG : two: md5 = 772bbec40cecf580f263b72ce768f73e OK 2024/10/22 03:28:41 INFO : two: Copied (new) 2024/10/22 03:28:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/22 03:28:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:28:46 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/22 03:28:46 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (30.44s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:28:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zetebuc1yeqe/dst" 2024/10/22 03:28:47 DEBUG : Creating backend with remote "TestDrive:crypt/h6o4b2bovqv65nanj7jhjjcr96a1ov43leipquec5jjhuc08h07g/31u3jie661vd5p8j7rtc3hgbh0" 2024/10/22 03:28:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zetebuc1yeqe/CopyDest" 2024/10/22 03:28:49 DEBUG : Creating backend with remote "TestDrive:crypt/h6o4b2bovqv65nanj7jhjjcr96a1ov43leipquec5jjhuc08h07g/d09o6po3f7bm6ce32vdgs8h9ls" 2024/10/22 03:28:50 DEBUG : one: Need to transfer - File not found at Destination 2024/10/22 03:28:54 DEBUG : one: md5 = 43e4d08d705563629b0308e844c262da OK 2024/10/22 03:28:54 INFO : one: Copied (new) 2024/10/22 03:28:55 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/22 03:28:57 DEBUG : one: md5 = e40ee36e301344c20f3dc81b4cca0e2e OK 2024/10/22 03:28:57 INFO : one: Copied (replaced existing) 2024/10/22 03:29:00 DEBUG : dst/one: md5 = 6be08b91107d6d0c5b9ad82e27495f2a OK 2024/10/22 03:29:03 DEBUG : CopyDest/one: md5 = 5ee167567daab433e032307b428c2037 OK 2024/10/22 03:29:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zetebuc1yeqe/BackupDir" 2024/10/22 03:29:04 DEBUG : Creating backend with remote "TestDrive:crypt/h6o4b2bovqv65nanj7jhjjcr96a1ov43leipquec5jjhuc08h07g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/10/22 03:29:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/22 03:29:06 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/22 03:29:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/22 03:29:08 INFO : one: Moved (server-side) 2024/10/22 03:29:10 INFO : one: Copied (server-side copy) 2024/10/22 03:29:10 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/10/22 03:29:12 DEBUG : CopyDest/two: md5 = 358d971ea22bdafb4a3281fa9b8148be OK 2024/10/22 03:29:13 DEBUG : two: Need to transfer - File not found at Destination 2024/10/22 03:29:13 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/22 03:29:14 INFO : two: Copied (server-side copy) 2024/10/22 03:29:14 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/10/22 03:29:15 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/22 03:29:15 DEBUG : two: Unchanged skipping 2024/10/22 03:29:18 DEBUG : CopyDest/three: md5 = 31abe7768c9c66a01ea57f06ee14e22a OK 2024/10/22 03:29:18 DEBUG : three: Need to transfer - File not found at Destination 2024/10/22 03:29:19 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/10/22 03:29:19 DEBUG : three: Destination not found in --copy-dest 2024/10/22 03:29:21 DEBUG : three: md5 = 7f34d5570892448dffea7b7cb838a0fe OK 2024/10/22 03:29:21 INFO : three: Copied (new) 2024/10/22 03:29:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/22 03:29:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:29:27 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/22 03:29:28 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/22 03:29:28 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:29:28 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/22 03:29:29 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (43.39s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.47s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.48s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:29:31 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/10/22 03:29:35 DEBUG : TestCopyFileMaxTransfer/file1: md5 = dd5a842e3f53b29287c2e5f9aa095e6f OK 2024/10/22 03:29:35 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/10/22 03:29:36 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/10/22 03:29:36 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2024/10/22 03:29:37 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/10/22 03:29:38 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/10/22 03:29:40 DEBUG : TestCopyFileMaxTransfer/file4: md5 = b06f440836f28b058f119dcb350c7612 OK 2024/10/22 03:29:40 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/10/22 03:29:42 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/10/22 03:29:42 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (12.45s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.46s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:29:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': Looking for duplicate names using skip mode. 2024/10/22 03:29:48 NOTICE: one: Found 2 files with duplicate names 2024/10/22 03:29:48 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (6.04s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:29:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': Looking for duplicate names using skip mode. 2024/10/22 03:29:56 NOTICE: one: Found 3 files with duplicate names 2024/10/22 03:29:56 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/10/22 03:29:57 INFO : one: Deleted 2024/10/22 03:29:57 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (9.32s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:30:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': Looking for duplicate names using first mode. 2024/10/22 03:30:05 NOTICE: one: Found 3 files with duplicate names 2024/10/22 03:30:06 INFO : one: Deleted 2024/10/22 03:30:07 INFO : one: Deleted 2024/10/22 03:30:07 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (9.15s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:30:14 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': Looking for duplicate names using newest mode. 2024/10/22 03:30:14 NOTICE: one: Found 3 files with duplicate names 2024/10/22 03:30:15 INFO : one: Deleted 2024/10/22 03:30:15 INFO : one: Deleted 2024/10/22 03:30:15 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (8.56s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.51s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:30:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': Looking for duplicate names using oldest mode. 2024/10/22 03:30:24 NOTICE: one: Found 3 files with duplicate names 2024/10/22 03:30:25 INFO : one: Deleted 2024/10/22 03:30:25 INFO : one: Deleted 2024/10/22 03:30:25 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (9.36s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:30:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': Looking for duplicate names using largest mode. 2024/10/22 03:30:33 NOTICE: one: Found 3 files with duplicate names 2024/10/22 03:30:34 INFO : one: Deleted 2024/10/22 03:30:34 INFO : one: Deleted 2024/10/22 03:30:34 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (9.92s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:30:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': Looking for duplicate names using smallest mode. 2024/10/22 03:30:44 NOTICE: one: Found 3 files with duplicate names 2024/10/22 03:30:44 INFO : one: Deleted 2024/10/22 03:30:45 INFO : one: Deleted 2024/10/22 03:30:45 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (9.72s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:30:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': Looking for duplicate names using rename mode. 2024/10/22 03:30:54 NOTICE: one.txt: Found 3 files with duplicate names 2024/10/22 03:30:55 INFO : one-2.txt: renamed from: one.txt 2024/10/22 03:30:57 INFO : one-3.txt: renamed from: one.txt 2024/10/22 03:30:59 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (15.59s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:31:05 DEBUG : dupe1/one.txt: md5 = a88f86e5a65933180be06c56f639c3a0 OK 2024/10/22 03:31:09 DEBUG : dupe2/two.txt: md5 = 4db415e7c7366116c1b221f554191315 OK 2024/10/22 03:31:12 DEBUG : dupe3/three.txt: md5 = 1ba4cf25864c13c9ac538dac63938cb3 OK 2024/10/22 03:31:12 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/10/22 03:31:13 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/10/22 03:31:14 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/10/22 03:31:15 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/10/22 03:31:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/10/22 03:31:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/10/22 03:31:20 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (18.78s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:31:23 DEBUG : a.txt: md5 = 665263b7f42d9c5e963028919bebbfcf OK 2024/10/22 03:31:25 DEBUG : zend.txt: md5 = 4d7aecad26cd178f12d2381fe44cb34e OK 2024/10/22 03:31:28 DEBUG : sub dir/hello world: md5 = fdf4bd5a357e910b23c22e093222f7b8 OK 2024/10/22 03:31:30 DEBUG : sub dir/hello world2: md5 = 60f85dbaf46689bb8e445183d2a1e7d6 OK 2024/10/22 03:31:33 DEBUG : sub dir/ignore dir/.ignore: md5 = 7217f9f01643a942f773e6cef3f395c7 OK 2024/10/22 03:31:34 DEBUG : sub dir/ignore dir/should be ignored: md5 = f52981a48b546367c0b413fcaaa14ed8 OK 2024/10/22 03:31:38 DEBUG : sub dir/sub sub dir/hello world3: md5 = 5da1634b887402c54fe1aaf0185d394b OK 2024/10/22 03:31:39 DEBUG : a.txt: Excluded (Size Filter) 2024/10/22 03:31:39 DEBUG : a.txt: Excluded 2024/10/22 03:31:40 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/10/22 03:31:40 DEBUG : sub dir/hello world2: Excluded 2024/10/22 03:31:40 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/10/22 03:31:40 DEBUG : sub dir/hello world: Excluded 2024/10/22 03:31:41 DEBUG : sub dir/ignore dir: Excluded 2024/10/22 03:31:41 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/10/22 03:31:41 DEBUG : sub dir/hello world2: Excluded 2024/10/22 03:31:41 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/10/22 03:31:41 DEBUG : sub dir/hello world: Excluded 2024/10/22 03:31:41 DEBUG : sub dir/ignore dir: Excluded 2024/10/22 03:31:48 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/10/22 03:31:50 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/10/22 03:31:50 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/10/22 03:31:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/10/22 03:31:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/10/22 03:31:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2024/10/22 03:31:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (30.80s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:31:53 DEBUG : file1: md5 = 1bbe259e097fdf33b8d509bc61f74073 OK 2024/10/22 03:31:57 DEBUG : sub/file2: md5 = 5bdd6358be9fff9df7851618fa9d0b2e 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 2024/10/22 03:32:00 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/10/22 03:32:00 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/10/22 03:32:00 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/10/22 03:32:03 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (12.56s) --- PASS: TestListJSON/Default (0.28s) --- PASS: TestListJSON/FilesOnly (0.28s) --- PASS: TestListJSON/DirsOnly (0.27s) --- PASS: TestListJSON/Recurse (0.54s) --- PASS: TestListJSON/SubDir (0.27s) --- PASS: TestListJSON/NoModTime (0.27s) --- PASS: TestListJSON/NoMimeType (0.28s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.28s) --- PASS: TestListJSON/Metadata (0.78s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:32:06 DEBUG : file1: md5 = 68b401bc06dcdec2e65081b017758045 OK 2024/10/22 03:32:09 DEBUG : sub/file2: md5 = bd46328790ee34b3af22b7c6addb2faf 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 2024/10/22 03:32:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zetebuc1yeqe/notfound" 2024/10/22 03:32:14 DEBUG : Creating backend with remote "TestDrive:crypt/h6o4b2bovqv65nanj7jhjjcr96a1ov43leipquec5jjhuc08h07g/qe0i31qdkoejk60elps0ni5sqk" 2024/10/22 03:32:18 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (15.01s) --- PASS: TestStatJSON/Root (0.24s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.25s) --- PASS: TestStatJSON/Dir (0.54s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.27s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.51s) --- PASS: TestStatJSON/DirFilesOnly (0.26s) --- PASS: TestStatJSON/FileFilesOnly (0.32s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.27s) --- PASS: TestStatJSON/DirDirsOnly (0.25s) --- PASS: TestStatJSON/FileDirsOnly (0.26s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.31s) --- PASS: TestStatJSON/RootNotFound (2.50s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:32:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': Making directory 2024/10/22 03:32:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': Making directory --- PASS: TestMkdir (0.78s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:32:23 DEBUG : sub dir/hello world: md5 = de75a3360cf14e1fd876eaccd206d9a7 OK 2024/10/22 03:32:26 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (6.86s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:32:29 DEBUG : potato2: md5 = 74479e59c5b8aab0ce72dd62bc30a900 OK 2024/10/22 03:32:31 DEBUG : empty space: md5 = 297c9259e054ee9c7056c440634f6e39 OK --- PASS: TestLs (6.83s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:32:36 DEBUG : potato2: md5 = 7a62abdf86e2760aaaa5b041fbd3a06a OK 2024/10/22 03:32:38 DEBUG : empty space: md5 = 91223bb90b09e0f9132950aecdb6c05b OK 2024/10/22 03:32:38 DEBUG : empty space: Excluded (FilesFrom Filter) 2024/10/22 03:32:38 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (7.04s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:32:43 DEBUG : potato2: md5 = 5db9700f4ac91f41b2f435455d4438c7 OK 2024/10/22 03:32:45 DEBUG : empty space: md5 = de84cf8a845fd38cab59e4df429ae06d OK --- PASS: TestLsLong (6.55s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:32:49 DEBUG : potato2: md5 = dee710b0bf8b13fb09b07d7f5e532216 OK 2024/10/22 03:32:51 DEBUG : empty space: md5 = ae78a2f44ef6d44c5c9287d5377f92ad OK --- PASS: TestHashSums (5.75s) === RUN TestHashSumsWithErrors 2024/10/22 03:32:53 DEBUG : Creating backend with remote ":memory:" 2024/10/22 03:32:53 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/10/22 03:32:53 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/10/22 03:32:53 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/10/22 03:32:53 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/10/22 03:32:53 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/10/22 03:32:53 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/10/22 03:32:53 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/10/22 03:32:53 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/10/22 03:32:53 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:32:55 DEBUG : potato2: md5 = e613104eab63f97612842a92e6c0c38e OK 2024/10/22 03:32:57 DEBUG : empty space: md5 = 8216fcec7be2da48850e35a5c8121917 OK 2024/10/22 03:33:00 DEBUG : sub dir/potato3: md5 = 5276bc11d11cf69d3bd29863ff1322e5 OK 2024/10/22 03:33:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (12.63s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:33:08 DEBUG : small: md5 = b00a939577eccf3a7971ba8aa972fba3 OK 2024/10/22 03:33:10 DEBUG : medium: md5 = 804e005524c00759ef6cb1ae91bcbe5c OK 2024/10/22 03:33:12 DEBUG : large: md5 = fead588eb66c995ecaf49c9e5cb0b7af OK 2024/10/22 03:33:12 DEBUG : Waiting for deletions to finish 2024/10/22 03:33:12 DEBUG : large: Excluded (Size Filter) 2024/10/22 03:33:13 INFO : medium: Deleted 2024/10/22 03:33:13 INFO : small: Deleted --- PASS: TestDelete (8.72s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:33:16 DEBUG : small: md5 = 26c5c740c5b4cbb9ea24d6b4a94657a4 OK 2024/10/22 03:33:18 DEBUG : medium: md5 = 509a3b6cf4d8278bf96ef36dcf021cf5 OK 2024/10/22 03:33:20 DEBUG : large: md5 = 21eca950d45893a1fb4d345142e2164f OK 2024/10/22 03:33:20 DEBUG : Waiting for deletions to finish 2024/10/22 03:33:20 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2024/10/22 03:33:21 INFO : small: Deleted 2024/10/22 03:33:21 INFO : medium: Deleted --- PASS: TestMaxDelete (8.86s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:33:25 DEBUG : small: md5 = 650cad2cb65b7079685c10631ead46a9 OK 2024/10/22 03:33:27 DEBUG : medium: md5 = ae57d08fe6483592241dd55c3a10e1d0 OK 2024/10/22 03:33:29 DEBUG : large: md5 = 82c2014607e3eb1a1f014560d36176ab OK 2024/10/22 03:33:29 DEBUG : Waiting for deletions to finish 2024/10/22 03:33:29 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/10/22 03:33:30 INFO : small: Deleted 2024/10/22 03:33:30 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.62s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:33:34 DEBUG : small: md5 = 52502d680b393b2b35abf2d12d1e8bf6 OK 2024/10/22 03:33:36 DEBUG : medium: md5 = 09c9d247f49b488cd1a0f3d498befbf8 OK 2024/10/22 03:33:38 DEBUG : large: md5 = a481306313f6a2a26c3a9f8150dfb95e OK 2024/10/22 03:33:38 DEBUG : Waiting for deletions to finish 2024/10/22 03:33:38 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2024/10/22 03:33:39 INFO : small: Deleted 2024/10/22 03:33:39 INFO : large: Deleted --- PASS: TestMaxDeleteSize (9.16s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:33:43 DEBUG : ReadFile: md5 = 5e54fe49a145ae3f9b2f9c7b8afe772c OK --- PASS: TestReadFile (5.52s) === RUN TestRetry 2024/10/22 03:33:47 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/10/22 03:33:47 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/10/22 03:33:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/22 03:33:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/22 03:33:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/22 03:33:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/10/22 03:33:47 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:33:49 DEBUG : file1: md5 = 30a4d347092190eb4095719cc77857b2 OK 2024/10/22 03:33:50 DEBUG : file2: md5 = 06b1e065b47fd921943531568c580986 OK --- PASS: TestCat (20.25s) === RUN TestPurge 2024/10/22 03:34:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zujodot8jemo" 2024/10/22 03:34:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/22 03:34:07 DEBUG : Creating backend with remote "TestDrive:crypt/99ap4sgmhqttae33trefilubtogplvojbb4ohoh92psftjmhg790" 2024/10/22 03:34:08 DEBUG : Creating backend with remote "/tmp/rclone1174371677" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zujodot8jemo'", Local "Local file system at /tmp/rclone1174371677", Modify Window "1ms" 2024/10/22 03:34:15 DEBUG : A1/B1/C1/one: md5 = bd3f9e18696b3fdce5f15b88af30b6c9 OK 2024/10/22 03:34:15 DEBUG : A2: Making directory 2024/10/22 03:34:16 DEBUG : A1/B2: Making directory 2024/10/22 03:34:17 DEBUG : A1/B2/C2: Making directory 2024/10/22 03:34:18 DEBUG : A1/B1/C3: Making directory 2024/10/22 03:34:19 DEBUG : A3: Making directory 2024/10/22 03:34:21 DEBUG : A3/B3: Making directory 2024/10/22 03:34:22 DEBUG : A3/B3/C4: Making directory 2024/10/22 03:34:26 DEBUG : A1/two: md5 = 24500afd4e6e9ea08a457ce8ce626e14 OK 2024/10/22 03:34:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zujodot8jemo': Purge remote 2024/10/22 03:34:30 NOTICE: purge failed: directory not found --- PASS: TestPurge (22.96s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:34:35 DEBUG : A1/B1/C1/one: md5 = 4e941f40c4d8211852fcfe9c3e459f5d OK 2024/10/22 03:34:35 DEBUG : A2: Making directory 2024/10/22 03:34:37 DEBUG : A1/B2: Making directory 2024/10/22 03:34:38 DEBUG : A1/B2/C2: Making directory 2024/10/22 03:34:39 DEBUG : A1/B1/C3: Making directory 2024/10/22 03:34:40 DEBUG : A3: Making directory 2024/10/22 03:34:41 DEBUG : A3/B3: Making directory 2024/10/22 03:34:43 DEBUG : A3/B3/C4: Making directory 2024/10/22 03:34:46 DEBUG : A1/two: md5 = c6a70fda259ccb2131c94d53d333338c OK 2024/10/22 03:34:47 DEBUG : removing 1 level 3 directories 2024/10/22 03:34:47 INFO : A3/B3/C4: Removing directory 2024/10/22 03:34:50 DEBUG : removing 2 level 3 directories 2024/10/22 03:34:50 INFO : A1/B2/C2: Removing directory 2024/10/22 03:34:50 INFO : A1/B1/C3: Removing directory 2024/10/22 03:34:51 DEBUG : removing 2 level 2 directories 2024/10/22 03:34:51 INFO : A3/B3: Removing directory 2024/10/22 03:34:51 INFO : A1/B2: Removing directory 2024/10/22 03:34:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/22 03:34:51 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/10/22 03:34:52 DEBUG : removing 2 level 1 directories 2024/10/22 03:34:52 INFO : A3: Removing directory 2024/10/22 03:34:52 INFO : A2: Removing directory 2024/10/22 03:34:52 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/10/22 03:34:57 DEBUG : removing 1 level 3 directories 2024/10/22 03:34:57 INFO : A1/B1/C1: Removing directory 2024/10/22 03:34:57 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:34:58 DEBUG : removing 1 level 2 directories 2024/10/22 03:34:58 INFO : A1/B1: Removing directory 2024/10/22 03:34:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/22 03:34:58 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/22 03:34:59 DEBUG : removing 1 level 1 directories 2024/10/22 03:34:59 INFO : A1: Removing directory 2024/10/22 03:34:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/22 03:34:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/22 03:34:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/22 03:35:00 DEBUG : removing 1 level 0 directories 2024/10/22 03:35:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': Removing directory 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/10/22 03:35:01 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (32.14s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:35:03 DEBUG : A1: Making directory 2024/10/22 03:35:05 DEBUG : A1/B1: Making directory 2024/10/22 03:35:06 DEBUG : A1/B1/C1: Making directory 2024/10/22 03:35:09 DEBUG : removing 1 level 3 directories 2024/10/22 03:35:09 INFO : A1/B1/C1: Removing directory 2024/10/22 03:35:10 DEBUG : removing 1 level 2 directories 2024/10/22 03:35:10 INFO : A1/B1: Removing directory 2024/10/22 03:35:10 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/22 03:35:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (11.38s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:35:13 DEBUG : A1: Making directory 2024/10/22 03:35:14 DEBUG : A1/B1: Making directory 2024/10/22 03:35:15 DEBUG : A1/B1/C1: Making directory 2024/10/22 03:35:19 DEBUG : removing 1 level 3 directories 2024/10/22 03:35:19 INFO : A1/B1/C1: Removing directory 2024/10/22 03:35:20 DEBUG : removing 1 level 2 directories 2024/10/22 03:35:20 INFO : A1/B1: Removing directory 2024/10/22 03:35:20 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/22 03:35:22 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (10.05s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:35:25 DEBUG : file1: md5 = a7745a651e8e6aaa6369cea625aa8940 OK 2024/10/22 03:35:26 DEBUG : filename.txt: File name found in url 2024/10/22 03:35:28 DEBUG : filename.txt: md5 = 1a5b5ec06a0659c6668dee45a20e8baf OK 2024/10/22 03:35:28 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/10/22 03:35:30 DEBUG : headerfilename.txt: md5 = 400f97cfd5fa79698d28aba9472e4a97 OK 2024/10/22 03:35:32 DEBUG : file2: md5 = 7345a1b623b9643fff455d7dea5a3068 OK --- PASS: TestCopyURL (11.50s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:35:35 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/22 03:35:38 DEBUG : sub/file2: md5 = 55d0a0f8e32506cec182e02a35d224b0 OK 2024/10/22 03:35:38 INFO : file1: Copied (new) to: sub/file2 2024/10/22 03:35:38 INFO : file1: Deleted 2024/10/22 03:35:39 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/22 03:35:39 DEBUG : file1: Unchanged skipping 2024/10/22 03:35:39 INFO : file1: Deleted 2024/10/22 03:35:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': don't need to copy/move sub/file2, it is already at target location 2024/10/22 03:35:41 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.53s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:35:43 DEBUG : file1: Need to transfer - File not found at Destination 2024/10/22 03:35:45 DEBUG : file1: md5 = 1cc8c62b94cadfb6cd6f11fc3c383318 OK 2024/10/22 03:35:45 INFO : file1: Copied (new) 2024/10/22 03:35:45 INFO : file1: Deleted 2024/10/22 03:35:45 DEBUG : file1: Destination exists, skipping 2024/10/22 03:35:45 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (4.18s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.48s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.48s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:35:50 DEBUG : dst/file1: md5 = 9299bcb97fafc00d15eab1b2d2270723 OK 2024/10/22 03:35:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zetebuc1yeqe/backup" 2024/10/22 03:35:51 DEBUG : Config file has changed externally - reloading 2024/10/22 03:35:51 DEBUG : Creating backend with remote "TestDrive:crypt/h6o4b2bovqv65nanj7jhjjcr96a1ov43leipquec5jjhuc08h07g/1nrff024r7pq65ecp72fc28jb0" 2024/10/22 03:35:53 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/10/22 03:35:57 INFO : dst/file1: Moved (server-side) 2024/10/22 03:35:59 DEBUG : dst/file1: md5 = 6ecfe97c3e7d9938f20352c0458bdf57 OK 2024/10/22 03:35:59 INFO : dst/file1: Copied (new) 2024/10/22 03:35:59 INFO : dst/file1: Deleted 2024/10/22 03:36:02 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/22 03:36:03 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/10/22 03:36:04 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (17.45s) === 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-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:36:08 DEBUG : A1/one: md5 = 14ce52a579c8eeedf122a23b1b5088ea OK 2024/10/22 03:36:10 DEBUG : A1/two: md5 = 968f73171e108212105c3ceca9b72e4f OK 2024/10/22 03:36:13 DEBUG : A1/B1/three: md5 = 67d18728d7010c72e47c38555a87bb69 OK 2024/10/22 03:36:16 DEBUG : A1/B1/C1/four: md5 = 660818dd1a9f940762675bedbd6fc998 OK 2024/10/22 03:36:19 DEBUG : A1/B1/C2/five: md5 = 3249f40ba14d1db7e042fe8f65ecabc3 OK 2024/10/22 03:36:19 DEBUG : A1/B2: Making directory 2024/10/22 03:36:20 DEBUG : A1/B1/C3: Making directory 2024/10/22 03:36:34 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/10/22 03:36:34 INFO : A2/two: Moved (server-side) to: A3/two 2024/10/22 03:36:34 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/10/22 03:36:34 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/10/22 03:36:35 INFO : A2/one: Moved (server-side) to: A3/one 2024/10/22 03:36:39 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/22 03:36:39 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/22 03:36:39 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/22 03:36:40 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/22 03:36:40 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/22 03:36:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/10/22 03:36:52 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/10/22 03:36:52 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/10/22 03:36:52 INFO : A3/two: Moved (server-side) to: A4/two 2024/10/22 03:36:52 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/10/22 03:36:52 INFO : A3/one: Moved (server-side) to: A4/one 2024/10/22 03:36:56 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/22 03:36:56 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/22 03:36:56 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/22 03:36:57 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/22 03:36:57 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/22 03:37:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/10/22 03:37:06 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/10/22 03:37:07 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/10/22 03:37:07 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/10/22 03:37:07 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/10/22 03:37:07 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/10/22 03:37:08 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/10/22 03:37:08 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/10/22 03:37:08 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/10/22 03:37:08 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (64.11s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" --- PASS: TestGetFsInfo (0.51s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:37:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': File to upload is small (34 bytes), uploading instead of streaming 2024/10/22 03:37:12 DEBUG : no_checksum_small_file_from_pipe: md5 = 01c725f51cf2c3c5911452cd3f308dcc OK 2024/10/22 03:37:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/10/22 03:37:12 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/22 03:37:13 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/10/22 03:37:14 DEBUG : no_checksum_big_file_from_pipe: md5 = 24cfdd8b9c84c06699b775e20c4c0551 OK 2024/10/22 03:37:14 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-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:37:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': File to upload is small (34 bytes), uploading instead of streaming 2024/10/22 03:37:19 DEBUG : with_checksum_small_file_from_pipe: md5 = 846348f3607de74fe2b976cb051af44f OK 2024/10/22 03:37:19 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/22 03:37:19 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/10/22 03:37:21 DEBUG : with_checksum_big_file_from_pipe: md5 = 1eb07023d9251dad107b0a6ecfa732fe OK 2024/10/22 03:37:21 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-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:37:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': File to upload is small (34 bytes), uploading instead of streaming 2024/10/22 03:37:25 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/22 03:37:26 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/10/22 03:37:28 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-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:37:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': File to upload is small (34 bytes), uploading instead of streaming 2024/10/22 03:37:32 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/10/22 03:37:33 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/10/22 03:37:34 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (26.45s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (7.14s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.73s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.03s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.54s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/10/22 03:37:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': File to upload is small (48 bytes), uploading instead of streaming 2024/10/22 03:37:38 DEBUG : rcat_metadata: md5 = b8c6c87b0a78935de0a71f6e8fd9b673 OK 2024/10/22 03:37:38 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/10/22 03:37:40 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/10/22 03:37:42 DEBUG : rcat_metadata_uploadcutoff0: md5 = 9b75e25a9648078857d0b145488d4647 OK 2024/10/22 03:37:42 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (7.75s) --- PASS: TestRcatMetadata/Normal (3.15s) --- PASS: TestRcatMetadata/ViaDisk (4.09s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:37:46 DEBUG : potato1: md5 = 5b345cd3eca6b1b624dc6661830b5bb0 OK 2024/10/22 03:37:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': File to upload is small (60 bytes), uploading instead of streaming 2024/10/22 03:37:48 DEBUG : potato2: md5 = 1b32658f9f3e085257e06ddec4655bee OK 2024/10/22 03:37:48 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (6.20s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:37:52 DEBUG : potato1: md5 = 0ac78b7a4af56a35dad930b133dded7d OK 2024/10/22 03:37:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': File to upload is small (60 bytes), uploading instead of streaming 2024/10/22 03:37:54 DEBUG : potato2: md5 = 9c35565030750e7baa56a7205dfe429a OK 2024/10/22 03:37:54 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.29s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:37:58 DEBUG : potato2: md5 = 0caccb78a8d4b1d75b20474a50036066 OK 2024/10/22 03:38:00 DEBUG : empty space: md5 = 4b27bdf300497335b6edd57de17635d6 OK 2024/10/22 03:38:03 DEBUG : sub dir/potato3: md5 = 8254d7eb7f48cd8adc063f6f8d65e5fc OK 2024/10/22 03:38:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': Touching "empty space" 2024/10/22 03:38:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': Touching "potato2" 2024/10/22 03:38:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': Touching "sub dir/potato3" 2024/10/22 03:38:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (14.12s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:38:10 DEBUG : dir with metadata: Making directory with metadata 2024/10/22 03:38:12 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (3.38s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:38:14 DEBUG : directory with modtime: Making directory with metadata 2024/10/22 03:38:15 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (3.07s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:38:17 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/10/22 03:38:17 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/22 03:38:17 DEBUG : Google drive root 'crypt/h6o4b2bovqv65nanj7jhjjcr96a1ov43leipquec5jjhuc08h07g': Skipping btime metadata as can't update it on an existing file: 2024-10-22T03:38:17.424781084Z 2024/10/22 03:38:18 INFO : non existent directory: Updated directory metadata 2024/10/22 03:38:21 DEBUG : Google drive root 'crypt/h6o4b2bovqv65nanj7jhjjcr96a1ov43leipquec5jjhuc08h07g': Skipping btime metadata as can't update it on an existing file: 2024-10-22T03:38:17.424781084Z 2024/10/22 03:38:22 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.86s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:38:24 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/10/22 03:38:26 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/10/22 03:38:27 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (5.21s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe'", Local "Local file system at /tmp/rclone4293752938", Modify Window "1ms" 2024/10/22 03:38:29 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/10/22 03:38:29 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/22 03:38:29 DEBUG : dst: Making directory with metadata 2024/10/22 03:38:30 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/10/22 03:38:30 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/22 03:38:31 INFO : dst: Set directory modification time (using SetModTime) 2024/10/22 03:38:32 INFO : dst: Set directory modification time (using SetModTime) 2024/10/22 03:38:32 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/10/22 03:38:32 INFO : dst: Set directory modification time (using SetModTime) 2024/10/22 03:38:32 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.97s) === 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 2024/10/22 03:38:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zetebuc1yeqe': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 13m54.648536585s (try 1/5)