"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/01/06 03:25:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-suwepoh8sena" 2025/01/06 03:25:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/06 03:25:28 DEBUG : Creating backend with remote "TestDrive:crypt/j8gtcm96e2ipqshev2vomuc0kk5vovc9kjs816coij9oino5iru0" 2025/01/06 03:25:29 DEBUG : Creating backend with remote "/tmp/rclone2503615381" === 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-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.23s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.21s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/01/06 03:25:29 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/06 03:25:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/06 03:25:29 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/01/06 03:25:29 DEBUG : potato: Seek from 10 to 0 2025/01/06 03:25:29 DEBUG : potato: Seek from 10 to 0 2025/01/06 03:25:29 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/01/06 03:25:29 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/06 03:25:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/06 03:25:29 DEBUG : potato: Seek from 5 to 2 2025/01/06 03:25:29 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/01/06 03:25:29 DEBUG : potato: Seek from 7 to 0 2025/01/06 03:25:29 DEBUG : potato: Seek from 7 to 0 2025/01/06 03:25:29 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/01/06 03:25:29 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/06 03:25:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/06 03:25:29 DEBUG : potato: Seek from 5 to 2 2025/01/06 03:25:29 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/01/06 03:25:29 DEBUG : potato: Seek from 8 to 0 2025/01/06 03:25:29 DEBUG : potato: Seek from 8 to 0 2025/01/06 03:25:29 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/01/06 03:25:29 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/01/06 03:25:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/01/06 03:25:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/01/06 03:25:29 DEBUG : potato: Seek from 5 to 2 2025/01/06 03:25:29 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/01/06 03:25:29 DEBUG : potato: Seek from 9 to 0 2025/01/06 03:25:29 DEBUG : potato: Seek from 9 to 0 2025/01/06 03:25:29 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-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:25:32 DEBUG : rutabaga: md5 = 8b98a550cee64d8babc608ac86912e10 OK === RUN TestCheck/1 === RUN TestCheck/2 2025/01/06 03:25:34 DEBUG : empty space: md5 = 56fc6df73fd84dc4d6a20eaf8d92a573 OK === RUN TestCheck/3 2025/01/06 03:25:36 DEBUG : potato2: md5 = cac2af4a09f9b18836d52bfff65120ac OK === RUN TestCheck/4 === RUN TestCheck/5 2025/01/06 03:25:39 DEBUG : remotepotato: md5 = be48327ecf2821845ad65a1e199de988 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.25s) --- PASS: TestCheck/1 (0.23s) --- PASS: TestCheck/2 (0.23s) --- PASS: TestCheck/3 (0.23s) --- PASS: TestCheck/4 (0.28s) --- PASS: TestCheck/5 (0.26s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.24s) === RUN TestCheckFsError 2025/01/06 03:25:42 DEBUG : Creating backend with remote "nonexistent" 2025/01/06 03:25:42 DEBUG : Creating backend with remote "nonexistent" 2025/01/06 03:25:42 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/01/06 03:25:42 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/01/06 03:25:42 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/01/06 03:25:42 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-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:25:44 DEBUG : rutabaga: md5 = f65eb2fdbcdc83ff76a48fdeeb9659c5 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/01/06 03:25:48 DEBUG : empty space: md5 = ac3b941ab79a63dddeb338cce88658eb OK === RUN TestCheckDownload/3 2025/01/06 03:25:51 DEBUG : potato2: md5 = 54c863a650669bce9800728804a948af OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/01/06 03:25:55 DEBUG : remotepotato: md5 = a94cb776b6f7164fe912440a6ce79efe OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (18.96s) --- PASS: TestCheckDownload/1 (1.23s) --- PASS: TestCheckDownload/2 (1.15s) --- PASS: TestCheckDownload/3 (1.00s) --- PASS: TestCheckDownload/4 (1.44s) --- PASS: TestCheckDownload/5 (1.07s) --- PASS: TestCheckDownload/6 (1.89s) --- PASS: TestCheckDownload/7 (1.09s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:26:03 DEBUG : rutabaga: md5 = 207b94cebb346f7119df9c4468557134 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/01/06 03:26:05 DEBUG : empty space: md5 = bc88e5713d6944f66e0869006888a458 OK === RUN TestCheckSizeOnly/3 2025/01/06 03:26:07 DEBUG : potato2: md5 = 04c0dc28471f8a8b760e79e3bfc8f3c6 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/01/06 03:26:10 DEBUG : remotepotato: md5 = fc3ef358b47229823ba285186cc51aec OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (12.27s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.24s) --- PASS: TestCheckSizeOnly/3 (0.26s) --- PASS: TestCheckSizeOnly/4 (0.25s) --- PASS: TestCheckSizeOnly/5 (0.25s) --- PASS: TestCheckSizeOnly/6 (0.23s) --- PASS: TestCheckSizeOnly/7 (0.25s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:26:15 DEBUG : test.sum: md5 = 6556c9bd72dd280b84caf1c48911a3fb OK 2025/01/06 03:26:16 NOTICE: test.sum: improperly formatted checksum line 4 2025/01/06 03:26:16 NOTICE: test.sum: improperly formatted checksum line 5 2025/01/06 03:26:16 NOTICE: test.sum: improperly formatted checksum line 6 2025/01/06 03:26:16 NOTICE: test.sum: 2 warning(s) suppressed... 2025/01/06 03:26:18 DEBUG : test.sum: md5 = 0854cfc66269be4ddc3288dedcb955cd OK 2025/01/06 03:26:19 NOTICE: test.sum: improperly formatted checksum line 4 2025/01/06 03:26:19 NOTICE: test.sum: improperly formatted checksum line 5 2025/01/06 03:26:19 NOTICE: test.sum: improperly formatted checksum line 6 2025/01/06 03:26:19 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.32s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:26:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-suwepoh8sena/data" 2025/01/06 03:26:20 DEBUG : Creating backend with remote "TestDrive:crypt/j8gtcm96e2ipqshev2vomuc0kk5vovc9kjs816coij9oino5iru0/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena/data' lacks md5, skipping --- SKIP: TestCheckSum (2.12s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:26:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-suwepoh8sena/data" 2025/01/06 03:26:22 DEBUG : Creating backend with remote "TestDrive:crypt/j8gtcm96e2ipqshev2vomuc0kk5vovc9kjs816coij9oino5iru0/vjrnln8ratgmqakfosrqe8espk" 2025/01/06 03:26:26 DEBUG : data/banana: md5 = 1fb765de7aaeac9263473271d716e9b0 OK 2025/01/06 03:26:28 DEBUG : test.sum: md5 = 08ea63796ee1f811eb46320b1979d272 OK === RUN TestCheckSumDownload/subtest1 2025/01/06 03:26:33 DEBUG : data/potato: md5 = b17a287c9e81d491db37a43423c6e6af OK 2025/01/06 03:26:34 DEBUG : test.sum: md5 = 3e6f0d37520b459ad51aa5df8618391c OK === RUN TestCheckSumDownload/subtest2 2025/01/06 03:26:39 DEBUG : test.sum: md5 = 8a03ddc1b35b01eb7c97b88991a73cab OK === RUN TestCheckSumDownload/subtest3 2025/01/06 03:26:43 DEBUG : test.sum: md5 = 0c2b5c5f24dd73245a524abd48acbf00 OK === RUN TestCheckSumDownload/subtest4 2025/01/06 03:26:49 DEBUG : test.sum: md5 = 010e79405b5fe88e283e88fbd8fc03b1 OK === RUN TestCheckSumDownload/subtest5 2025/01/06 03:26:54 DEBUG : test.sum: md5 = 774042d4c32f3cb8b5e9e0cdace7b5fd OK === RUN TestCheckSumDownload/subtest6 2025/01/06 03:26:59 DEBUG : data/banana: md5 = aec1857240dde19c3fece0a3eb90fdce OK 2025/01/06 03:27:00 DEBUG : data/potato: md5 = d15613a39ab0d32dbc40cba0e80b8f57 OK 2025/01/06 03:27:02 DEBUG : test.sum: md5 = 452a4a08c2c83bae8927212ed7a15441 OK === RUN TestCheckSumDownload/subtest7 2025/01/06 03:27:07 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/01/06 03:27:07 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (45.94s) --- PASS: TestCheckSumDownload/subtest1 (2.67s) --- PASS: TestCheckSumDownload/subtest2 (2.27s) --- PASS: TestCheckSumDownload/subtest3 (2.51s) --- PASS: TestCheckSumDownload/subtest4 (3.02s) --- PASS: TestCheckSumDownload/subtest5 (2.92s) --- PASS: TestCheckSumDownload/subtest6 (3.03s) --- PASS: TestCheckSumDownload/subtest7 (2.38s) === RUN TestApplyTransforms 2025/01/06 03:27:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xexizak4yina" 2025/01/06 03:27:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/06 03:27:08 DEBUG : Creating backend with remote "TestDrive:crypt/vhl7ec7l9k6redcpnslehfqaa5ugujqr3292d9ltoi1id8ejqb70" 2025/01/06 03:27:09 DEBUG : Creating backend with remote "/tmp/rclone431182040" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xexizak4yina'", Local "Local file system at /tmp/rclone431182040", Modify Window "1ms" 2025/01/06 03:27:12 DEBUG : hello, world!: md5 = 123151f81367749cc69324f5d2e5291e OK upper checkfile vs. lower remote (without normalization) 2025/01/06 03:27:12 ERROR : hello, world!: sum not found 2025/01/06 03:27:12 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-xexizak4yina' 2025/01/06 03:27:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xexizak4yina': 1 files missing 2025/01/06 03:27:12 NOTICE: 1 hashes missing 2025/01/06 03:27:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xexizak4yina': 2 differences found 2025/01/06 03:27:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xexizak4yina': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/01/06 03:27:13 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/06 03:27:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xexizak4yina': 0 differences found 2025/01/06 03:27:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xexizak4yina': 1 matching files 2025/01/06 03:27:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hodugad6natu" 2025/01/06 03:27:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/06 03:27:13 DEBUG : Creating backend with remote "TestDrive:crypt/059u8sggn5vnnt7i0n482n1aq0cmvvi6d59q4e48llnfl5dra900" 2025/01/06 03:27:14 DEBUG : Creating backend with remote "/tmp/rclone1735979292" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hodugad6natu'", Local "Local file system at /tmp/rclone1735979292", Modify Window "1ms" 2025/01/06 03:27:17 DEBUG : HELLO, WORLD!: md5 = ee162a87fa09682f500e35c7392f8825 OK lower checkfile vs. upper remote (without normalization) 2025/01/06 03:27:18 ERROR : HELLO, WORLD!: sum not found 2025/01/06 03:27:18 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-hodugad6natu' 2025/01/06 03:27:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hodugad6natu': 1 files missing 2025/01/06 03:27:18 NOTICE: 1 hashes missing 2025/01/06 03:27:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hodugad6natu': 2 differences found 2025/01/06 03:27:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hodugad6natu': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/01/06 03:27:19 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/06 03:27:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hodugad6natu': 0 differences found 2025/01/06 03:27:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hodugad6natu': 1 matching files 2025/01/06 03:27:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lobefaw7giyi" 2025/01/06 03:27:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/06 03:27:20 DEBUG : Creating backend with remote "TestDrive:crypt/bufistutklep63ph70q8s126u69heei0oa4jch5qokrjc94p4aqg" 2025/01/06 03:27:20 DEBUG : Creating backend with remote "/tmp/rclone1079206351" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lobefaw7giyi'", Local "Local file system at /tmp/rclone1079206351", Modify Window "1ms" 2025/01/06 03:27:23 DEBUG : HeLlO, wOrLd!: md5 = 5dbeff1aa6e6b13d1bc03c9a08eaf210 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/01/06 03:27:24 ERROR : HeLlO, wOrLd!: sum not found 2025/01/06 03:27:24 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lobefaw7giyi' 2025/01/06 03:27:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lobefaw7giyi': 1 files missing 2025/01/06 03:27:24 NOTICE: 1 hashes missing 2025/01/06 03:27:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lobefaw7giyi': 2 differences found 2025/01/06 03:27:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lobefaw7giyi': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/01/06 03:27:25 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/06 03:27:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lobefaw7giyi': 0 differences found 2025/01/06 03:27:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lobefaw7giyi': 1 matching files 2025/01/06 03:27:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bivecuf1lana" 2025/01/06 03:27:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/06 03:27:25 DEBUG : Creating backend with remote "TestDrive:crypt/hmc2suahb83s91gnlvo34p9jsjk9q100s8c0dlsj7h6le7745t00" 2025/01/06 03:27:26 DEBUG : Creating backend with remote "/tmp/rclone1159337291" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bivecuf1lana'", Local "Local file system at /tmp/rclone1159337291", Modify Window "1ms" 2025/01/06 03:27:29 DEBUG : HELLO, WORLD!: md5 = d97fe1908584f344cdd36c988bb9e972 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/01/06 03:27:29 ERROR : HELLO, WORLD!: sum not found 2025/01/06 03:27:29 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-bivecuf1lana' 2025/01/06 03:27:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bivecuf1lana': 1 files missing 2025/01/06 03:27:29 NOTICE: 1 hashes missing 2025/01/06 03:27:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bivecuf1lana': 2 differences found 2025/01/06 03:27:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bivecuf1lana': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/01/06 03:27:30 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/06 03:27:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bivecuf1lana': 0 differences found 2025/01/06 03:27:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bivecuf1lana': 1 matching files 2025/01/06 03:27:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tibedav5xone" 2025/01/06 03:27:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/06 03:27:30 DEBUG : Creating backend with remote "TestDrive:crypt/uldcmfqjnt486adg3issb7jllognj7l32qsj53ge603kgj3cr79g" 2025/01/06 03:27:31 DEBUG : Creating backend with remote "/tmp/rclone245505232" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-tibedav5xone'", Local "Local file system at /tmp/rclone245505232", Modify Window "1ms" 2025/01/06 03:27:34 DEBUG : 測試_Русский___ě_áñ: md5 = 4e2baa8905ce64c82665f612500aa760 OK NFD checkfile vs. NFC remote (without normalization) 2025/01/06 03:27:34 ERROR : 測試_Русский___ě_áñ: sum not found 2025/01/06 03:27:34 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-tibedav5xone' 2025/01/06 03:27:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tibedav5xone': 1 files missing 2025/01/06 03:27:34 NOTICE: 1 hashes missing 2025/01/06 03:27:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tibedav5xone': 2 differences found 2025/01/06 03:27:34 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tibedav5xone': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/01/06 03:27:36 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/06 03:27:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tibedav5xone': 0 differences found 2025/01/06 03:27:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-tibedav5xone': 1 matching files 2025/01/06 03:27:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ramefiy6tume" 2025/01/06 03:27:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/06 03:27:36 DEBUG : Creating backend with remote "TestDrive:crypt/3lmqhl0jo9soihldl38kvro49btjkqu039br4pnadtk1vqt64sn0" 2025/01/06 03:27:37 DEBUG : Creating backend with remote "/tmp/rclone3900870864" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ramefiy6tume'", Local "Local file system at /tmp/rclone3900870864", Modify Window "1ms" 2025/01/06 03:27:40 DEBUG : 測試_Русский___ě_áñ: md5 = 8e672eb180582d930baad2812f24d8e8 OK NFC checkfile vs. NFD remote (without normalization) 2025/01/06 03:27:40 ERROR : 測試_Русский___ě_áñ: sum not found 2025/01/06 03:27:40 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-ramefiy6tume' 2025/01/06 03:27:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ramefiy6tume': 1 files missing 2025/01/06 03:27:40 NOTICE: 1 hashes missing 2025/01/06 03:27:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ramefiy6tume': 2 differences found 2025/01/06 03:27:40 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ramefiy6tume': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/01/06 03:27:42 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/06 03:27:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ramefiy6tume': 0 differences found 2025/01/06 03:27:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ramefiy6tume': 1 matching files 2025/01/06 03:27:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-badivac3guso" 2025/01/06 03:27:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/06 03:27:42 DEBUG : Creating backend with remote "TestDrive:crypt/g65bkjf2v9mmm62pui4t5ar90hgrioqbdqoheu9ffjrg6k2sgni0" 2025/01/06 03:27:43 DEBUG : Creating backend with remote "/tmp/rclone3386238325" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-badivac3guso'", Local "Local file system at /tmp/rclone3386238325", Modify Window "1ms" 2025/01/06 03:27:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d622e98d2b53f456ccbc4808e26715e3 OK NFDx2 checkfile vs. both remote (without normalization) 2025/01/06 03:27:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/06 03:27:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-badivac3guso' 2025/01/06 03:27:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-badivac3guso': 1 files missing 2025/01/06 03:27:46 NOTICE: 1 hashes missing 2025/01/06 03:27:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-badivac3guso': 2 differences found 2025/01/06 03:27:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-badivac3guso': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/01/06 03:27:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/06 03:27:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-badivac3guso': 0 differences found 2025/01/06 03:27:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-badivac3guso': 1 matching files 2025/01/06 03:27:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yulayow8vaci" 2025/01/06 03:27:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/06 03:27:48 DEBUG : Creating backend with remote "TestDrive:crypt/45blnlu9lhke8n0fhifg1vehubq3vak1eib6mfnm1m85s4dh88k0" 2025/01/06 03:27:49 DEBUG : Creating backend with remote "/tmp/rclone3356699992" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yulayow8vaci'", Local "Local file system at /tmp/rclone3356699992", Modify Window "1ms" 2025/01/06 03:27:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 7cf2de2a13f63ffeb153c84099378c23 OK NFCx2 checkfile vs. both remote (without normalization) 2025/01/06 03:27:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/06 03:27:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yulayow8vaci' 2025/01/06 03:27:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yulayow8vaci': 1 files missing 2025/01/06 03:27:52 NOTICE: 1 hashes missing 2025/01/06 03:27:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yulayow8vaci': 2 differences found 2025/01/06 03:27:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yulayow8vaci': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/01/06 03:27:53 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/06 03:27:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yulayow8vaci': 0 differences found 2025/01/06 03:27:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yulayow8vaci': 1 matching files 2025/01/06 03:27:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-roxitoh9resi" 2025/01/06 03:27:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/06 03:27:53 DEBUG : Creating backend with remote "TestDrive:crypt/dmcedk8o430gst47ic6fqlc9op69fco8fkbfb5rugdc27gjdk50g" 2025/01/06 03:27:54 DEBUG : Creating backend with remote "/tmp/rclone4223272654" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-roxitoh9resi'", Local "Local file system at /tmp/rclone4223272654", Modify Window "1ms" 2025/01/06 03:27:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d8c4cfa7e666c2d4e9721789980674d9 OK both checkfile vs. NFDx2 remote (without normalization) 2025/01/06 03:27:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/06 03:27:57 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-roxitoh9resi' 2025/01/06 03:27:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-roxitoh9resi': 1 files missing 2025/01/06 03:27:57 NOTICE: 1 hashes missing 2025/01/06 03:27:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-roxitoh9resi': 2 differences found 2025/01/06 03:27:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-roxitoh9resi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/01/06 03:27:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/06 03:27:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-roxitoh9resi': 0 differences found 2025/01/06 03:27:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-roxitoh9resi': 1 matching files 2025/01/06 03:27:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-goruqup5dili" 2025/01/06 03:27:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/06 03:27:58 DEBUG : Creating backend with remote "TestDrive:crypt/b3gb5atntuqckg0kb4neiv9pnhutnjrdqhbjc08tssp2jo9cihog" 2025/01/06 03:27:59 DEBUG : Creating backend with remote "/tmp/rclone4164561327" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-goruqup5dili'", Local "Local file system at /tmp/rclone4164561327", Modify Window "1ms" 2025/01/06 03:28:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 4448efaf1b32adb69f6b900043b4c15f OK both checkfile vs. NFCx2 remote (without normalization) 2025/01/06 03:28:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/01/06 03:28:02 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-goruqup5dili' 2025/01/06 03:28:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-goruqup5dili': 1 files missing 2025/01/06 03:28:02 NOTICE: 1 hashes missing 2025/01/06 03:28:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-goruqup5dili': 2 differences found 2025/01/06 03:28:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-goruqup5dili': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/01/06 03:28:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/01/06 03:28:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-goruqup5dili': 0 differences found 2025/01/06 03:28:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-goruqup5dili': 1 matching files 2025/01/06 03:28:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-goruqup5dili': Purge remote 2025/01/06 03:28:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-roxitoh9resi': Purge remote 2025/01/06 03:28:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yulayow8vaci': Purge remote 2025/01/06 03:28:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-badivac3guso': Purge remote 2025/01/06 03:28:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ramefiy6tume': Purge remote 2025/01/06 03:28:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tibedav5xone': Purge remote 2025/01/06 03:28:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bivecuf1lana': Purge remote 2025/01/06 03:28:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lobefaw7giyi': Purge remote 2025/01/06 03:28:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hodugad6natu': Purge remote 2025/01/06 03:28:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xexizak4yina': Purge remote --- PASS: TestApplyTransforms (61.85s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:28:10 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/06 03:28:13 DEBUG : sub/file2: md5 = 86de4dd662d84d0977f408f811f08e3a OK 2025/01/06 03:28:13 INFO : file1: Copied (new) to: sub/file2 2025/01/06 03:28:13 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/06 03:28:13 DEBUG : file1: Unchanged skipping 2025/01/06 03:28:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': don't need to copy/move sub/file2, it is already at target location 2025/01/06 03:28:16 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.89s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", 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-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:28:20 DEBUG : dst/file1: md5 = dae17e59bc6c4527a4488f75001570de OK 2025/01/06 03:28:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-suwepoh8sena/backup" 2025/01/06 03:28:20 DEBUG : Creating backend with remote "TestDrive:crypt/j8gtcm96e2ipqshev2vomuc0kk5vovc9kjs816coij9oino5iru0/1nrff024r7pq65ecp72fc28jb0" 2025/01/06 03:28:22 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/01/06 03:28:25 INFO : dst/file1: Moved (server-side) 2025/01/06 03:28:27 DEBUG : dst/file1: md5 = c8c628588cb9a1c7f347fae56330824c OK 2025/01/06 03:28:27 INFO : dst/file1: Copied (new) 2025/01/06 03:28:29 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/06 03:28:30 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/06 03:28:31 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (14.78s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:28:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-suwepoh8sena/dst" 2025/01/06 03:28:32 DEBUG : Creating backend with remote "TestDrive:crypt/j8gtcm96e2ipqshev2vomuc0kk5vovc9kjs816coij9oino5iru0/31u3jie661vd5p8j7rtc3hgbh0" 2025/01/06 03:28:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-suwepoh8sena/CompareDest" 2025/01/06 03:28:34 DEBUG : Creating backend with remote "TestDrive:crypt/j8gtcm96e2ipqshev2vomuc0kk5vovc9kjs816coij9oino5iru0/gveqi14airsml4bgu7krj116o8" 2025/01/06 03:28:35 DEBUG : one: Need to transfer - File not found at Destination 2025/01/06 03:28:40 DEBUG : one: md5 = c123a51fae93431295df741d6823600a OK 2025/01/06 03:28:40 INFO : one: Copied (new) 2025/01/06 03:28:41 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/06 03:28:43 DEBUG : one: md5 = 05fbdacf100ce07de5b3886fe7ba41e7 OK 2025/01/06 03:28:43 INFO : one: Copied (replaced existing) 2025/01/06 03:28:45 DEBUG : dst/one: md5 = 484a9ed4a92c00edf975ec8c2dac03db OK 2025/01/06 03:28:47 DEBUG : CompareDest/one: md5 = 5194e09a86ea04f3c859df66138c41cc OK 2025/01/06 03:28:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/06 03:28:49 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/06 03:28:49 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/06 03:28:51 DEBUG : CompareDest/two: md5 = bd97d4498ec48011ae7335a4b9858bdf OK 2025/01/06 03:28:52 DEBUG : two: Need to transfer - File not found at Destination 2025/01/06 03:28:52 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/06 03:28:52 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/06 03:28:53 DEBUG : two: Need to transfer - File not found at Destination 2025/01/06 03:28:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/06 03:28:53 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/06 03:28:54 DEBUG : two: Need to transfer - File not found at Destination 2025/01/06 03:28:54 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/01/06 03:28:56 DEBUG : two: md5 = a99ee68dbdd9be8c023decbd9dc158b0 OK 2025/01/06 03:28:56 INFO : two: Copied (new) 2025/01/06 03:28:59 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/06 03:28:59 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:29:00 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/06 03:29:00 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCompareDest (29.30s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:29:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-suwepoh8sena/dst" 2025/01/06 03:29:01 DEBUG : Creating backend with remote "TestDrive:crypt/j8gtcm96e2ipqshev2vomuc0kk5vovc9kjs816coij9oino5iru0/31u3jie661vd5p8j7rtc3hgbh0" 2025/01/06 03:29:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-suwepoh8sena/CopyDest" 2025/01/06 03:29:03 DEBUG : Creating backend with remote "TestDrive:crypt/j8gtcm96e2ipqshev2vomuc0kk5vovc9kjs816coij9oino5iru0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/01/06 03:29:04 DEBUG : one: Need to transfer - File not found at Destination 2025/01/06 03:29:07 DEBUG : one: md5 = a07c72596e744a96477ae87bbef0f738 OK 2025/01/06 03:29:07 INFO : one: Copied (new) 2025/01/06 03:29:08 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/06 03:29:10 DEBUG : one: md5 = 31fdfa0c0b40fa0b473dc9080db3d779 OK 2025/01/06 03:29:10 INFO : one: Copied (replaced existing) 2025/01/06 03:29:12 DEBUG : dst/one: md5 = 8834198039d04d7444acea9aca3c9077 OK 2025/01/06 03:29:15 DEBUG : CopyDest/one: md5 = fb18505077af6cb3603e4f4a127e8904 OK 2025/01/06 03:29:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-suwepoh8sena/BackupDir" 2025/01/06 03:29:15 DEBUG : Creating backend with remote "TestDrive:crypt/j8gtcm96e2ipqshev2vomuc0kk5vovc9kjs816coij9oino5iru0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/01/06 03:29:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/06 03:29:17 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/06 03:29:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/06 03:29:19 INFO : one: Moved (server-side) 2025/01/06 03:29:21 INFO : one: Copied (server-side copy) 2025/01/06 03:29:21 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/01/06 03:29:32 DEBUG : CopyDest/two: md5 = 3fe96078ce67166fd649a15c8426f930 OK 2025/01/06 03:29:33 DEBUG : two: Need to transfer - File not found at Destination 2025/01/06 03:29:33 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/06 03:29:34 INFO : two: Copied (server-side copy) 2025/01/06 03:29:34 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/01/06 03:29:35 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/06 03:29:35 DEBUG : two: Unchanged skipping 2025/01/06 03:29:37 DEBUG : CopyDest/three: md5 = a802f40e0d3619a09f103f7486fcb34e OK 2025/01/06 03:29:38 DEBUG : three: Need to transfer - File not found at Destination 2025/01/06 03:29:38 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/01/06 03:29:38 DEBUG : three: Destination not found in --copy-dest 2025/01/06 03:29:40 DEBUG : three: md5 = e62b932431cfa0eaea83c3a50bbfb3b6 OK 2025/01/06 03:29:40 INFO : three: Copied (new) 2025/01/06 03:29:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/06 03:29:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:29:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/06 03:29:46 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/06 03:29:46 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:29:46 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/06 03:29:47 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (46.29s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.46s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.47s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:29:49 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/01/06 03:29:51 DEBUG : TestCopyFileMaxTransfer/file1: md5 = e2d6bf3bf490c8cbb3b84ad7071c48d0 OK 2025/01/06 03:29:51 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/01/06 03:29:52 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/01/06 03:29:52 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/01/06 03:29:53 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/01/06 03:29:53 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/01/06 03:29:55 DEBUG : TestCopyFileMaxTransfer/file4: md5 = b208711438509cb26b73bcf200e772e5 OK 2025/01/06 03:29:55 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/01/06 03:29:57 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/01/06 03:29:57 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.85s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.43s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:30:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': Looking for duplicate names using skip mode. 2025/01/06 03:30:02 NOTICE: one: Found 2 files with duplicate names 2025/01/06 03:30:02 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.60s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:30:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': Looking for duplicate names using skip mode. 2025/01/06 03:30:09 NOTICE: one: Found 3 files with duplicate names 2025/01/06 03:30:09 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/01/06 03:30:10 INFO : one: Deleted 2025/01/06 03:30:10 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.49s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:30:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': Looking for duplicate names using first mode. 2025/01/06 03:30:17 NOTICE: one: Found 3 files with duplicate names 2025/01/06 03:30:18 INFO : one: Deleted 2025/01/06 03:30:18 INFO : one: Deleted 2025/01/06 03:30:18 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (7.93s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:30:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': Looking for duplicate names using newest mode. 2025/01/06 03:30:25 NOTICE: one: Found 3 files with duplicate names 2025/01/06 03:30:26 INFO : one: Deleted 2025/01/06 03:30:26 INFO : one: Deleted 2025/01/06 03:30:26 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.86s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.46s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:30:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': Looking for duplicate names using oldest mode. 2025/01/06 03:30:33 NOTICE: one: Found 3 files with duplicate names 2025/01/06 03:30:34 INFO : one: Deleted 2025/01/06 03:30:34 INFO : one: Deleted 2025/01/06 03:30:34 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.79s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:30:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': Looking for duplicate names using largest mode. 2025/01/06 03:30:41 NOTICE: one: Found 3 files with duplicate names 2025/01/06 03:30:41 INFO : one: Deleted 2025/01/06 03:30:42 INFO : one: Deleted 2025/01/06 03:30:42 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.42s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:30:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': Looking for duplicate names using smallest mode. 2025/01/06 03:30:48 NOTICE: one: Found 3 files with duplicate names 2025/01/06 03:30:49 INFO : one: Deleted 2025/01/06 03:30:50 INFO : one: Deleted 2025/01/06 03:30:50 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.51s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:30:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': Looking for duplicate names using rename mode. 2025/01/06 03:30:57 NOTICE: one.txt: Found 3 files with duplicate names 2025/01/06 03:30:59 INFO : one-2.txt: renamed from: one.txt 2025/01/06 03:31:00 INFO : one-3.txt: renamed from: one.txt 2025/01/06 03:31:01 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.48s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:31:07 DEBUG : dupe1/one.txt: md5 = d12f82a56cfb73add2f931fd741c2fec OK 2025/01/06 03:31:10 DEBUG : dupe2/two.txt: md5 = 8e16e13d13a8e9d638a46a8485d51850 OK 2025/01/06 03:31:12 DEBUG : dupe3/three.txt: md5 = 2f519aa26ae3bcd995bf2cbfbe016186 OK 2025/01/06 03:31:13 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/01/06 03:31:14 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/01/06 03:31:15 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/01/06 03:31:16 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/01/06 03:31:19 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/01/06 03:31:19 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/01/06 03:31:19 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (15.67s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:31:21 DEBUG : a.txt: md5 = 2b8e153a859023c6bb96321831d06ccd OK 2025/01/06 03:31:23 DEBUG : zend.txt: md5 = 0d2195c1a3ff0cc37fab2e63e6e2c0e3 OK 2025/01/06 03:31:26 DEBUG : sub dir/hello world: md5 = b4ed3ee70aa0c2ea7bc163841a0406eb OK 2025/01/06 03:31:27 DEBUG : sub dir/hello world2: md5 = 1091860d64e257f7fce2685ef33a1450 OK 2025/01/06 03:31:30 DEBUG : sub dir/ignore dir/.ignore: md5 = 0ae21134d925814bc3efe7fffd090067 OK 2025/01/06 03:31:31 DEBUG : sub dir/ignore dir/should be ignored: md5 = 7ef72c6dda95ea6420ea0f77b5fa87c8 OK 2025/01/06 03:31:34 DEBUG : sub dir/sub sub dir/hello world3: md5 = df3f2c3350d15980bb4bbdbc521a447e OK 2025/01/06 03:31:35 DEBUG : a.txt: Excluded (Size Filter) 2025/01/06 03:31:35 DEBUG : a.txt: Excluded 2025/01/06 03:31:36 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/01/06 03:31:36 DEBUG : sub dir/hello world2: Excluded 2025/01/06 03:31:36 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/01/06 03:31:36 DEBUG : sub dir/hello world: Excluded 2025/01/06 03:31:37 DEBUG : sub dir/ignore dir: Excluded 2025/01/06 03:31:37 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/01/06 03:31:37 DEBUG : sub dir/hello world2: Excluded 2025/01/06 03:31:37 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/01/06 03:31:37 DEBUG : sub dir/hello world: Excluded 2025/01/06 03:31:37 DEBUG : sub dir/ignore dir: Excluded 2025/01/06 03:31:42 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/01/06 03:31:43 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/01/06 03:31:43 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/01/06 03:31:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/01/06 03:31:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/01/06 03:31:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/01/06 03:31:44 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (24.78s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:31:46 DEBUG : file1: md5 = 6b5f459bfa41eaee13d3d15421e274d9 OK 2025/01/06 03:31:49 DEBUG : sub/file2: md5 = 55b5d1a23e8182e89b8c57c604a920c5 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/01/06 03:31:52 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/01/06 03:31:52 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/01/06 03:31:53 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/01/06 03:31:55 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.89s) --- PASS: TestListJSON/Default (0.30s) --- PASS: TestListJSON/FilesOnly (0.28s) --- PASS: TestListJSON/DirsOnly (0.25s) --- PASS: TestListJSON/Recurse (0.57s) --- PASS: TestListJSON/SubDir (0.22s) --- PASS: TestListJSON/NoModTime (0.24s) --- PASS: TestListJSON/NoMimeType (0.28s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.67s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:31:57 DEBUG : file1: md5 = c7cece87ce61ea699a6c97fc57d05506 OK 2025/01/06 03:32:00 DEBUG : sub/file2: md5 = 81628792cb6faa5dfc091bbddc61452b OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/01/06 03:32:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-suwepoh8sena/notfound" 2025/01/06 03:32:04 DEBUG : Creating backend with remote "TestDrive:crypt/j8gtcm96e2ipqshev2vomuc0kk5vovc9kjs816coij9oino5iru0/qe0i31qdkoejk60elps0ni5sqk" 2025/01/06 03:32:08 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.87s) --- PASS: TestStatJSON/Root (0.23s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.26s) --- PASS: TestStatJSON/Dir (0.52s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.30s) --- PASS: TestStatJSON/File (0.28s) --- PASS: TestStatJSON/NotFound (0.48s) --- PASS: TestStatJSON/DirFilesOnly (0.24s) --- PASS: TestStatJSON/FileFilesOnly (0.23s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.26s) --- PASS: TestStatJSON/FileDirsOnly (0.25s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.30s) --- PASS: TestStatJSON/RootNotFound (1.70s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:32:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': Making directory 2025/01/06 03:32:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': Making directory --- PASS: TestMkdir (0.69s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:32:12 DEBUG : sub dir/hello world: md5 = e891d0f819e9b617f6b29a5664c63db5 OK 2025/01/06 03:32:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.60s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:32:16 DEBUG : potato2: md5 = 0584c6938eb8117b6a214b594d0131ed OK 2025/01/06 03:32:18 DEBUG : empty space: md5 = 1c2603ca9887e79b53d99cf1dcbe43ac OK --- PASS: TestLs (5.49s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:32:22 DEBUG : potato2: md5 = ce607d79fd334b03335afe7843ed6603 OK 2025/01/06 03:32:23 DEBUG : empty space: md5 = 9f14a573424fd9defeb54c133c475cc4 OK 2025/01/06 03:32:24 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/01/06 03:32:24 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.57s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:32:27 DEBUG : potato2: md5 = a82fe9e6aa823336ffedee57273b71eb OK 2025/01/06 03:32:29 DEBUG : empty space: md5 = 3b25091fc3d6b92c4daea3b8ab0b4232 OK --- PASS: TestLsLong (5.17s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:32:32 DEBUG : potato2: md5 = a000218f7cc356c799679b1f756caa38 OK 2025/01/06 03:32:34 DEBUG : empty space: md5 = f9ae3db28f9d633c89fb1b1ecb1b33a0 OK --- PASS: TestHashSums (5.18s) === RUN TestHashSumsWithErrors 2025/01/06 03:32:36 DEBUG : Creating backend with remote ":memory:" 2025/01/06 03:32:36 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/01/06 03:32:36 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/01/06 03:32:36 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/01/06 03:32:36 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/01/06 03:32:36 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/01/06 03:32:36 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/01/06 03:32:36 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/01/06 03:32:36 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/01/06 03:32:36 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-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:32:38 DEBUG : potato2: md5 = 8bcd8936d41f914bc0796000bdd46aca OK 2025/01/06 03:32:40 DEBUG : empty space: md5 = 87d8844c504e869c0a0d24c2e32245f6 OK 2025/01/06 03:32:42 DEBUG : sub dir/potato3: md5 = 92f2f5930881427881a5d42e89d46ae2 OK 2025/01/06 03:32:45 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (9.79s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:32:48 DEBUG : small: md5 = 8907b3d7264b29d68e3348d449a85cd6 OK 2025/01/06 03:32:49 DEBUG : medium: md5 = a28e7e7a6e29d20c988ed40d9ba8a3dc OK 2025/01/06 03:32:51 DEBUG : large: md5 = 297014c67475c275e33dc4de545be85d OK 2025/01/06 03:32:51 DEBUG : Waiting for deletions to finish 2025/01/06 03:32:51 DEBUG : large: Excluded (Size Filter) 2025/01/06 03:32:52 INFO : small: Deleted 2025/01/06 03:32:52 INFO : medium: Deleted --- PASS: TestDelete (7.57s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:32:55 DEBUG : small: md5 = 3ffb2f25cb9ce98e4cb3e6559b7c4511 OK 2025/01/06 03:32:56 DEBUG : medium: md5 = 1d6f330e1c8fbadf2d089a9e8786a4a9 OK 2025/01/06 03:32:58 DEBUG : large: md5 = 3e3296be9b29f2eec3fceab061de5650 OK 2025/01/06 03:32:58 DEBUG : Waiting for deletions to finish 2025/01/06 03:32:59 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/01/06 03:32:59 INFO : medium: Deleted 2025/01/06 03:32:59 INFO : small: Deleted --- PASS: TestMaxDelete (7.73s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:33:03 DEBUG : small: md5 = 638b36354a8faf1e53d0a43c4d3b9123 OK 2025/01/06 03:33:04 DEBUG : medium: md5 = bd72b07d57ee4a13f7070e731233bc63 OK 2025/01/06 03:33:06 DEBUG : large: md5 = 75943e463e3ad2ef73bfd9589413a325 OK 2025/01/06 03:33:06 DEBUG : Waiting for deletions to finish 2025/01/06 03:33:06 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/01/06 03:33:07 INFO : small: Deleted 2025/01/06 03:33:07 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.54s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:33:10 DEBUG : small: md5 = f53b53ab3cf91ac07e9d6da8c86f283a OK 2025/01/06 03:33:12 DEBUG : medium: md5 = abe73831c22401d936824fc0a926fe7f OK 2025/01/06 03:33:14 DEBUG : large: md5 = d717efacc5583e9b7208713da2b7e657 OK 2025/01/06 03:33:14 DEBUG : Waiting for deletions to finish 2025/01/06 03:33:14 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/01/06 03:33:15 INFO : medium: Deleted 2025/01/06 03:33:15 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.87s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:33:18 DEBUG : ReadFile: md5 = b77df3c4b1f5c46b009d9d98cca5a40c OK --- PASS: TestReadFile (5.11s) === RUN TestRetry 2025/01/06 03:33:22 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/01/06 03:33:22 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/01/06 03:33:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/06 03:33:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/06 03:33:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/06 03:33:22 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/01/06 03:33:22 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-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:33:23 DEBUG : file1: md5 = e674b2eca6bf8907659a47c3476673eb OK 2025/01/06 03:33:25 DEBUG : file2: md5 = d271f3dae556aacbe955d50f5049ad5b OK --- PASS: TestCat (17.96s) === RUN TestPurge 2025/01/06 03:33:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nogugos7yize" 2025/01/06 03:33:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/06 03:33:40 DEBUG : Creating backend with remote "TestDrive:crypt/8hs2uf67t5lmu8vapj83a5q6pm6ehsneo0a6pnlm05en7fvlqfp0" 2025/01/06 03:33:41 DEBUG : Creating backend with remote "/tmp/rclone828996706" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nogugos7yize'", Local "Local file system at /tmp/rclone828996706", Modify Window "1ms" 2025/01/06 03:33:47 DEBUG : A1/B1/C1/one: md5 = da661a4077a35fcec67b99563d8af99c OK 2025/01/06 03:33:47 DEBUG : A2: Making directory 2025/01/06 03:33:48 DEBUG : A1/B2: Making directory 2025/01/06 03:33:48 DEBUG : A1/B2/C2: Making directory 2025/01/06 03:33:50 DEBUG : A1/B1/C3: Making directory 2025/01/06 03:33:51 DEBUG : A3: Making directory 2025/01/06 03:33:51 DEBUG : A3/B3: Making directory 2025/01/06 03:33:52 DEBUG : A3/B3/C4: Making directory 2025/01/06 03:33:55 DEBUG : A1/two: md5 = 623c3ce971a8c54be428f9652dbe6bb0 OK 2025/01/06 03:34:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nogugos7yize': Purge remote 2025/01/06 03:34:06 NOTICE: purge failed: directory not found --- PASS: TestPurge (26.47s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:34:11 DEBUG : A1/B1/C1/one: md5 = 03c1328d6266e359f3eb2da0c24ed1d7 OK 2025/01/06 03:34:11 DEBUG : A2: Making directory 2025/01/06 03:34:12 DEBUG : A1/B2: Making directory 2025/01/06 03:34:13 DEBUG : A1/B2/C2: Making directory 2025/01/06 03:34:14 DEBUG : A1/B1/C3: Making directory 2025/01/06 03:34:15 DEBUG : A3: Making directory 2025/01/06 03:34:16 DEBUG : A3/B3: Making directory 2025/01/06 03:34:17 DEBUG : A3/B3/C4: Making directory 2025/01/06 03:34:19 DEBUG : A1/two: md5 = 19e32699fdbcecb50378b6e9cb8da22c OK 2025/01/06 03:34:21 DEBUG : removing 1 level 3 directories 2025/01/06 03:34:21 INFO : A3/B3/C4: Removing directory 2025/01/06 03:34:23 DEBUG : removing 2 level 3 directories 2025/01/06 03:34:23 INFO : A1/B2/C2: Removing directory 2025/01/06 03:34:23 INFO : A1/B1/C3: Removing directory 2025/01/06 03:34:24 DEBUG : removing 2 level 2 directories 2025/01/06 03:34:24 INFO : A3/B3: Removing directory 2025/01/06 03:34:24 INFO : A1/B2: Removing directory 2025/01/06 03:34:25 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/01/06 03:34:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/06 03:34:25 DEBUG : removing 2 level 1 directories 2025/01/06 03:34:25 INFO : A3: Removing directory 2025/01/06 03:34:25 INFO : A2: Removing directory 2025/01/06 03:34:25 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/01/06 03:34:29 DEBUG : removing 1 level 3 directories 2025/01/06 03:34:29 INFO : A1/B1/C1: Removing directory 2025/01/06 03:34:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:34:30 DEBUG : removing 1 level 2 directories 2025/01/06 03:34:30 INFO : A1/B1: Removing directory 2025/01/06 03:34:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/06 03:34:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/06 03:34:31 DEBUG : removing 1 level 1 directories 2025/01/06 03:34:31 INFO : A1: Removing directory 2025/01/06 03:34:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/06 03:34:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/06 03:34:31 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/06 03:34:32 DEBUG : removing 1 level 0 directories 2025/01/06 03:34:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': Removing directory 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/01/06 03:34:32 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (27.61s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:34:35 DEBUG : A1: Making directory 2025/01/06 03:34:36 DEBUG : A1/B1: Making directory 2025/01/06 03:34:37 DEBUG : A1/B1/C1: Making directory 2025/01/06 03:34:40 DEBUG : removing 1 level 3 directories 2025/01/06 03:34:40 INFO : A1/B1/C1: Removing directory 2025/01/06 03:34:40 DEBUG : removing 1 level 2 directories 2025/01/06 03:34:40 INFO : A1/B1: Removing directory 2025/01/06 03:34:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/06 03:34:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.46s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:34:43 DEBUG : A1: Making directory 2025/01/06 03:34:44 DEBUG : A1/B1: Making directory 2025/01/06 03:34:45 DEBUG : A1/B1/C1: Making directory 2025/01/06 03:34:48 DEBUG : removing 1 level 3 directories 2025/01/06 03:34:48 INFO : A1/B1/C1: Removing directory 2025/01/06 03:34:49 DEBUG : removing 1 level 2 directories 2025/01/06 03:34:49 INFO : A1/B1: Removing directory 2025/01/06 03:34:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/06 03:34:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.78s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:34:54 DEBUG : file1: md5 = afba99fa86116e3acfa2d5d64ed084cd OK 2025/01/06 03:34:54 DEBUG : filename.txt: File name found in url 2025/01/06 03:34:56 DEBUG : filename.txt: md5 = 3dcb7624009c7af36cec9abec0e8d9c0 OK 2025/01/06 03:34:56 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/01/06 03:34:58 DEBUG : headerfilename.txt: md5 = f0186366d2028d23221d7d929abe3fb9 OK 2025/01/06 03:34:59 DEBUG : file2: md5 = c00371b52034176354b7e816e137b55c OK --- PASS: TestCopyURL (10.28s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:35:03 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/06 03:35:05 DEBUG : sub/file2: md5 = d33724e0d1272bbb05795a4449146f41 OK 2025/01/06 03:35:05 INFO : file1: Copied (new) to: sub/file2 2025/01/06 03:35:05 INFO : file1: Deleted 2025/01/06 03:35:06 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/06 03:35:06 DEBUG : file1: Unchanged skipping 2025/01/06 03:35:06 INFO : file1: Deleted 2025/01/06 03:35:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': don't need to copy/move sub/file2, it is already at target location 2025/01/06 03:35:08 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (6.74s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:35:09 DEBUG : file1: Need to transfer - File not found at Destination 2025/01/06 03:35:11 DEBUG : file1: md5 = d4039e57922fefe8221131b35880abbd OK 2025/01/06 03:35:11 INFO : file1: Copied (new) 2025/01/06 03:35:11 INFO : file1: Deleted 2025/01/06 03:35:11 DEBUG : file1: Destination exists, skipping 2025/01/06 03:35:11 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.42s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.45s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.45s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:35:16 DEBUG : dst/file1: md5 = dc3e6c248a6854067d6860b429fc00d8 OK 2025/01/06 03:35:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-suwepoh8sena/backup" 2025/01/06 03:35:17 DEBUG : Creating backend with remote "TestDrive:crypt/j8gtcm96e2ipqshev2vomuc0kk5vovc9kjs816coij9oino5iru0/1nrff024r7pq65ecp72fc28jb0" 2025/01/06 03:35:18 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/01/06 03:35:21 INFO : dst/file1: Moved (server-side) 2025/01/06 03:35:23 DEBUG : dst/file1: md5 = 7780240b32ccb29bdc547ada3f62119a OK 2025/01/06 03:35:23 INFO : dst/file1: Copied (new) 2025/01/06 03:35:23 INFO : dst/file1: Deleted 2025/01/06 03:35:26 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/06 03:35:27 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/01/06 03:35:28 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.04s) === 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-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:35:31 DEBUG : A1/one: md5 = 382b6ca6918a00a37ea99a2805402d68 OK 2025/01/06 03:35:33 DEBUG : A1/two: md5 = b36d674f43c0ecafbaf18a6a3b167b65 OK 2025/01/06 03:35:35 DEBUG : A1/B1/three: md5 = f8897d7f47eb6fa7f18e314938006e0d OK 2025/01/06 03:35:38 DEBUG : A1/B1/C1/four: md5 = 7b1a27ae8933dd23dc16c4d252d5a2d4 OK 2025/01/06 03:35:41 DEBUG : A1/B1/C2/five: md5 = ce04c4e80627c36452732d803be3f59b OK 2025/01/06 03:35:41 DEBUG : A1/B2: Making directory 2025/01/06 03:35:42 DEBUG : A1/B1/C3: Making directory 2025/01/06 03:35:53 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/01/06 03:35:53 INFO : A2/one: Moved (server-side) to: A3/one 2025/01/06 03:35:53 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/01/06 03:35:53 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/01/06 03:35:53 INFO : A2/two: Moved (server-side) to: A3/two 2025/01/06 03:35:57 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/06 03:35:57 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/06 03:35:57 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/06 03:35:58 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/06 03:35:58 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/06 03:36:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/01/06 03:36:08 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/01/06 03:36:08 INFO : A3/one: Moved (server-side) to: A4/one 2025/01/06 03:36:08 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/01/06 03:36:08 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/01/06 03:36:08 INFO : A3/two: Moved (server-side) to: A4/two 2025/01/06 03:36:11 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/06 03:36:11 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/06 03:36:11 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/06 03:36:12 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/06 03:36:12 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/06 03:36:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/01/06 03:36:20 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/01/06 03:36:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/01/06 03:36:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/01/06 03:36:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/01/06 03:36:21 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/01/06 03:36:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/01/06 03:36:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/01/06 03:36:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/01/06 03:36:22 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (54.49s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" --- PASS: TestGetFsInfo (0.46s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:36:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': File to upload is small (34 bytes), uploading instead of streaming 2025/01/06 03:36:25 DEBUG : no_checksum_small_file_from_pipe: md5 = 9195cf0f7ecdeb9def0b068e08f7c4ac OK 2025/01/06 03:36:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/01/06 03:36:25 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/06 03:36:26 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/01/06 03:36:27 DEBUG : no_checksum_big_file_from_pipe: md5 = 439c035ca80b1677de4a353cf07a4eab OK 2025/01/06 03:36:27 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-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:36:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': File to upload is small (34 bytes), uploading instead of streaming 2025/01/06 03:36:31 DEBUG : with_checksum_small_file_from_pipe: md5 = 261c8dd5c0701ff9b5527c96505f2873 OK 2025/01/06 03:36:31 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/06 03:36:32 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/01/06 03:36:33 DEBUG : with_checksum_big_file_from_pipe: md5 = 9d898268405725cf503ab8f49fb86e10 OK 2025/01/06 03:36:33 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-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:36:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': File to upload is small (34 bytes), uploading instead of streaming 2025/01/06 03:36:37 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/06 03:36:38 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/01/06 03:36:39 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-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:36:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': File to upload is small (34 bytes), uploading instead of streaming 2025/01/06 03:36:43 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/01/06 03:36:43 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/01/06 03:36:44 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (22.87s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.92s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.71s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.71s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.53s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/01/06 03:36:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': File to upload is small (48 bytes), uploading instead of streaming 2025/01/06 03:36:48 DEBUG : rcat_metadata: md5 = 1e090db3780e97e33eac94ae13330b92 OK 2025/01/06 03:36:48 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/01/06 03:36:50 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/01/06 03:36:51 DEBUG : rcat_metadata_uploadcutoff0: md5 = 3531de1e625c644883507b81c9b442d4 OK 2025/01/06 03:36:51 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.50s) --- PASS: TestRcatMetadata/Normal (2.87s) --- PASS: TestRcatMetadata/ViaDisk (3.18s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:36:54 DEBUG : potato1: md5 = b25f6600d3f0ed002112149b0fb495af OK 2025/01/06 03:36:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': File to upload is small (60 bytes), uploading instead of streaming 2025/01/06 03:36:56 DEBUG : potato2: md5 = cec220036a0c5e8139f6db67fbb0f55d OK 2025/01/06 03:36:56 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.18s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:37:00 DEBUG : potato1: md5 = ffa8e69cd2971e092378af64e967ac62 OK 2025/01/06 03:37:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': File to upload is small (60 bytes), uploading instead of streaming 2025/01/06 03:37:01 DEBUG : potato2: md5 = 3833169e88bb34271bfc87ef79301172 OK 2025/01/06 03:37:01 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.24s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:37:06 DEBUG : potato2: md5 = 848c8f898104f5a8bd93b2f6e4cd8d52 OK 2025/01/06 03:37:08 DEBUG : empty space: md5 = c8f666e4ce6bdff2f8475927109d0e7f OK 2025/01/06 03:37:10 DEBUG : sub dir/potato3: md5 = d76a7aa04bda534100e639bd80f8a42f OK 2025/01/06 03:37:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': Touching "empty space" 2025/01/06 03:37:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': Touching "potato2" 2025/01/06 03:37:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': Touching "sub dir/potato3" 2025/01/06 03:37:16 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (13.06s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:37:17 DEBUG : dir with metadata: Making directory with metadata 2025/01/06 03:37:18 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.85s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:37:20 DEBUG : directory with modtime: Making directory with metadata 2025/01/06 03:37:21 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.80s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:37:23 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/01/06 03:37:23 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/06 03:37:23 DEBUG : Google drive root 'crypt/j8gtcm96e2ipqshev2vomuc0kk5vovc9kjs816coij9oino5iru0': Skipping btime metadata as can't update it on an existing file: 2025-01-06T03:37:23.348240608Z 2025/01/06 03:37:24 INFO : non existent directory: Updated directory metadata 2025/01/06 03:37:26 DEBUG : Google drive root 'crypt/j8gtcm96e2ipqshev2vomuc0kk5vovc9kjs816coij9oino5iru0': Skipping btime metadata as can't update it on an existing file: 2025-01-06T03:37:23.348240608Z 2025/01/06 03:37:27 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.80s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:37:29 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/01/06 03:37:31 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/01/06 03:37:32 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.67s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:37:33 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/01/06 03:37:33 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/06 03:37:33 DEBUG : dst: Making directory with metadata 2025/01/06 03:37:34 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/01/06 03:37:34 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/06 03:37:35 INFO : dst: Set directory modification time (using SetModTime) 2025/01/06 03:37:36 INFO : dst: Set directory modification time (using SetModTime) 2025/01/06 03:37:36 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/01/06 03:37:36 INFO : dst: Set directory modification time (using SetModTime) 2025/01/06 03:37:36 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.52s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena'", Local "Local file system at /tmp/rclone2503615381", Modify Window "1ms" 2025/01/06 03:37:41 DEBUG : sub dir/test remove existing: md5 = 00c500e222cb47292d9e53eb89d4c44b OK 2025/01/06 03:37:42 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = af5a9f2ab127258547eb7583db03d8a1 OK 2025/01/06 03:37:44 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.yukulix0" before starting 2025/01/06 03:37:45 DEBUG : sub dir/test remove existing.yukulix0: TEST: removing renamed existing file after operation 2025/01/06 03:37:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ganirum9" before starting 2025/01/06 03:37:48 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.ganirum9: TEST: renaming existing back after failed operation 2025/01/06 03:37:49 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bobopex7" before starting 2025/01/06 03:37:50 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bobopex7: TEST: removing renamed existing file after operation 2025/01/06 03:37:52 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ji7v9vge44736omlpno96uvu7c7hl4g04sed41c1k5u0ih7q5hig" 2025/01/06 03:37:52 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "i1vv854gptnvr3prh0fqe2qlh3aq38u5tubnqvdjltqvf75ve2ordr2kd2iicjsc9m8pcd1c0337865ki4k2r88qbjnttn6h933ebfes618k9t31tk78ggr0gbe17hgk9oevg1tudbl0ovesl1k6k2op196lg2rr7tlhnbenc28al0f7hd60" --- PASS: TestRemoveExisting (14.87s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/01/06 03:37:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suwepoh8sena': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 12m25.76222799s (try 1/5)