"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/02/21 01:00:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wehocun8zada" 2025/02/21 01:00:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/21 01:00:21 DEBUG : Creating backend with remote "TestDrive:crypt/djgbnl4h18jjm7q4spmtrg65ktfj3ff0br3ofai7e7m9i5ag331g" 2025/02/21 01:00:23 DEBUG : Creating backend with remote "/tmp/rclone2402324930" === 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-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.27s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/02/21 01:00:23 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/21 01:00:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/21 01:00:23 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/02/21 01:00:23 DEBUG : potato: Seek from 10 to 0 2025/02/21 01:00:23 DEBUG : potato: Seek from 10 to 0 2025/02/21 01:00:23 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/02/21 01:00:23 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/21 01:00:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/21 01:00:23 DEBUG : potato: Seek from 5 to 2 2025/02/21 01:00:23 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/02/21 01:00:23 DEBUG : potato: Seek from 7 to 0 2025/02/21 01:00:23 DEBUG : potato: Seek from 7 to 0 2025/02/21 01:00:23 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/02/21 01:00:23 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/21 01:00:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/21 01:00:23 DEBUG : potato: Seek from 5 to 2 2025/02/21 01:00:23 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/02/21 01:00:23 DEBUG : potato: Seek from 8 to 0 2025/02/21 01:00:23 DEBUG : potato: Seek from 8 to 0 2025/02/21 01:00:23 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/02/21 01:00:23 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/02/21 01:00:23 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/02/21 01:00:23 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/02/21 01:00:23 DEBUG : potato: Seek from 5 to 2 2025/02/21 01:00:23 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/02/21 01:00:23 DEBUG : potato: Seek from 9 to 0 2025/02/21 01:00:23 DEBUG : potato: Seek from 9 to 0 2025/02/21 01:00:23 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-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:00:26 DEBUG : rutabaga: md5 = b4ce34ad7b6365367fc5f15ae5ea712f OK === RUN TestCheck/1 === RUN TestCheck/2 2025/02/21 01:00:29 DEBUG : empty space: md5 = 193f51f7124378309ebb2464ff4cd19a OK === RUN TestCheck/3 2025/02/21 01:00:31 DEBUG : potato2: md5 = d3d9c7461dce078a41b992715d520939 OK === RUN TestCheck/4 === RUN TestCheck/5 2025/02/21 01:00:34 DEBUG : remotepotato: md5 = 248b201f966ec41826de44221c6e50f3 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (13.89s) --- PASS: TestCheck/1 (0.29s) --- PASS: TestCheck/2 (0.29s) --- PASS: TestCheck/3 (0.25s) --- PASS: TestCheck/4 (0.28s) --- PASS: TestCheck/5 (0.29s) --- PASS: TestCheck/6 (0.28s) --- PASS: TestCheck/7 (0.27s) === RUN TestCheckFsError 2025/02/21 01:00:37 DEBUG : Creating backend with remote "nonexistent" 2025/02/21 01:00:37 DEBUG : Config file has changed externally - reloading 2025/02/21 01:00:37 DEBUG : Creating backend with remote "nonexistent" 2025/02/21 01:00:37 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/02/21 01:00:37 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/02/21 01:00:37 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/02/21 01:00:37 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-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:00:39 DEBUG : rutabaga: md5 = 6e0c0bcba2d264b45a7757321daa7ec8 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/02/21 01:00:43 DEBUG : empty space: md5 = 4eba78d2957aa1959db6bd2a1328dde1 OK === RUN TestCheckDownload/3 2025/02/21 01:00:46 DEBUG : potato2: md5 = 7d24f3484cacc51a11ed723e6392e6c5 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/02/21 01:00:50 DEBUG : remotepotato: md5 = c1db4f39c6c6b58d8873338c591e14ec OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.84s) --- PASS: TestCheckDownload/1 (1.39s) --- PASS: TestCheckDownload/2 (1.11s) --- PASS: TestCheckDownload/3 (1.03s) --- PASS: TestCheckDownload/4 (1.11s) --- PASS: TestCheckDownload/5 (1.11s) --- PASS: TestCheckDownload/6 (1.04s) --- PASS: TestCheckDownload/7 (1.16s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:00:56 DEBUG : rutabaga: md5 = adb7fd163c3dc94a59b6873d10e8142f OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/02/21 01:00:59 DEBUG : empty space: md5 = a3d7da1f44f2d5fa5022c034db9fc336 OK === RUN TestCheckSizeOnly/3 2025/02/21 01:01:01 DEBUG : potato2: md5 = 6802e3b865c849a7b8ea5fd0dd417849 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/02/21 01:01:03 DEBUG : remotepotato: md5 = 666664810a7e07e8046f0c845324b83c OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.52s) --- PASS: TestCheckSizeOnly/1 (0.28s) --- PASS: TestCheckSizeOnly/2 (0.26s) --- PASS: TestCheckSizeOnly/3 (0.28s) --- PASS: TestCheckSizeOnly/4 (0.27s) --- PASS: TestCheckSizeOnly/5 (0.24s) --- PASS: TestCheckSizeOnly/6 (0.27s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:01:08 DEBUG : test.sum: md5 = 9fc066879e3fd6392a0000f2250d5089 OK 2025/02/21 01:01:09 NOTICE: test.sum: improperly formatted checksum line 4 2025/02/21 01:01:09 NOTICE: test.sum: improperly formatted checksum line 5 2025/02/21 01:01:09 NOTICE: test.sum: improperly formatted checksum line 6 2025/02/21 01:01:09 NOTICE: test.sum: 2 warning(s) suppressed... 2025/02/21 01:01:11 DEBUG : test.sum: md5 = efa777084cde23f749cbe776439f2f16 OK 2025/02/21 01:01:12 NOTICE: test.sum: improperly formatted checksum line 4 2025/02/21 01:01:12 NOTICE: test.sum: improperly formatted checksum line 5 2025/02/21 01:01:12 NOTICE: test.sum: improperly formatted checksum line 6 2025/02/21 01:01:12 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.31s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:01:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wehocun8zada/data" 2025/02/21 01:01:13 DEBUG : Creating backend with remote "TestDrive:crypt/djgbnl4h18jjm7q4spmtrg65ktfj3ff0br3ofai7e7m9i5ag331g/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada/data' lacks md5, skipping --- SKIP: TestCheckSum (2.15s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:01:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wehocun8zada/data" 2025/02/21 01:01:15 DEBUG : Creating backend with remote "TestDrive:crypt/djgbnl4h18jjm7q4spmtrg65ktfj3ff0br3ofai7e7m9i5ag331g/vjrnln8ratgmqakfosrqe8espk" 2025/02/21 01:01:19 DEBUG : data/banana: md5 = 59df3eb7ed19e38847b852636f9693b8 OK 2025/02/21 01:01:20 DEBUG : test.sum: md5 = d15eea2d4d1b3aeba4643daa403a2510 OK === RUN TestCheckSumDownload/subtest1 2025/02/21 01:01:25 DEBUG : data/potato: md5 = 3ae71b5f975226bc362465ef21741c55 OK 2025/02/21 01:01:27 DEBUG : test.sum: md5 = 642a7e307ca08358d286dba65ed75070 OK === RUN TestCheckSumDownload/subtest2 2025/02/21 01:01:31 DEBUG : test.sum: md5 = 1824c36719fcc0b4cadd8a72939df9a5 OK === RUN TestCheckSumDownload/subtest3 2025/02/21 01:01:36 DEBUG : test.sum: md5 = 26baa4241c6086c41d4144fcb8f9befa OK === RUN TestCheckSumDownload/subtest4 2025/02/21 01:01:40 DEBUG : test.sum: md5 = 708a2773f4bdd313dcea3ed32ea857e7 OK === RUN TestCheckSumDownload/subtest5 2025/02/21 01:01:45 DEBUG : test.sum: md5 = 1faa8745cb5d7b8a292f3c446b33c92d OK === RUN TestCheckSumDownload/subtest6 2025/02/21 01:01:50 DEBUG : data/banana: md5 = 8092bbaeaf96855350bb1ff2281dbe3d OK 2025/02/21 01:01:52 DEBUG : data/potato: md5 = b61dd00c4f537e33de30b7b50e6fcf16 OK 2025/02/21 01:01:53 DEBUG : test.sum: md5 = 075e2359e054798da0101a381b92a5bf OK === RUN TestCheckSumDownload/subtest7 2025/02/21 01:01:58 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/02/21 01:01:58 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (44.36s) --- PASS: TestCheckSumDownload/subtest1 (2.96s) --- PASS: TestCheckSumDownload/subtest2 (2.63s) --- PASS: TestCheckSumDownload/subtest3 (2.35s) --- PASS: TestCheckSumDownload/subtest4 (2.25s) --- PASS: TestCheckSumDownload/subtest5 (2.64s) --- PASS: TestCheckSumDownload/subtest6 (3.06s) --- PASS: TestCheckSumDownload/subtest7 (2.46s) === RUN TestApplyTransforms 2025/02/21 01:01:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nofepuz7hewu" 2025/02/21 01:01:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/21 01:01:59 DEBUG : Creating backend with remote "TestDrive:crypt/j7un6gk4qju4qfhrs3i598hd5do9e7se66qhql01pb8iok2avdgg" 2025/02/21 01:02:00 DEBUG : Creating backend with remote "/tmp/rclone672964534" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nofepuz7hewu'", Local "Local file system at /tmp/rclone672964534", Modify Window "1ms" 2025/02/21 01:02:03 DEBUG : hello, world!: md5 = 87af2c555a7a11fac1d9ed2a6ecf71cd OK upper checkfile vs. lower remote (without normalization) 2025/02/21 01:02:03 ERROR : hello, world!: sum not found 2025/02/21 01:02:03 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-nofepuz7hewu' 2025/02/21 01:02:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nofepuz7hewu': 1 files missing 2025/02/21 01:02:03 NOTICE: 1 hashes missing 2025/02/21 01:02:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nofepuz7hewu': 2 differences found 2025/02/21 01:02:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nofepuz7hewu': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/02/21 01:02:04 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/21 01:02:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nofepuz7hewu': 0 differences found 2025/02/21 01:02:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nofepuz7hewu': 1 matching files 2025/02/21 01:02:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qopaten1tuno" 2025/02/21 01:02:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/21 01:02:04 DEBUG : Creating backend with remote "TestDrive:crypt/14p70m4n7vv1ripvqmjkb028aqlb32he8f46m5l93iuin6kqb830" 2025/02/21 01:02:06 DEBUG : Creating backend with remote "/tmp/rclone3098317577" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qopaten1tuno'", Local "Local file system at /tmp/rclone3098317577", Modify Window "1ms" 2025/02/21 01:02:08 DEBUG : HELLO, WORLD!: md5 = 7f233321b428966e969f7e213b242214 OK lower checkfile vs. upper remote (without normalization) 2025/02/21 01:02:08 ERROR : HELLO, WORLD!: sum not found 2025/02/21 01:02:08 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qopaten1tuno' 2025/02/21 01:02:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qopaten1tuno': 1 files missing 2025/02/21 01:02:08 NOTICE: 1 hashes missing 2025/02/21 01:02:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qopaten1tuno': 2 differences found 2025/02/21 01:02:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qopaten1tuno': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/02/21 01:02:09 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/21 01:02:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qopaten1tuno': 0 differences found 2025/02/21 01:02:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qopaten1tuno': 1 matching files 2025/02/21 01:02:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-luxehul5jeku" 2025/02/21 01:02:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/21 01:02:10 DEBUG : Creating backend with remote "TestDrive:crypt/epqcekhvlgk9m2cqoj1s65o75ktg8fggq96mbp5uqkssq72ti7fg" 2025/02/21 01:02:11 DEBUG : Creating backend with remote "/tmp/rclone1512587603" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-luxehul5jeku'", Local "Local file system at /tmp/rclone1512587603", Modify Window "1ms" 2025/02/21 01:02:13 DEBUG : HeLlO, wOrLd!: md5 = 3591b6e12c451bec129cd9ea95a502ec OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/02/21 01:02:14 ERROR : HeLlO, wOrLd!: sum not found 2025/02/21 01:02:14 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-luxehul5jeku' 2025/02/21 01:02:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luxehul5jeku': 1 files missing 2025/02/21 01:02:14 NOTICE: 1 hashes missing 2025/02/21 01:02:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luxehul5jeku': 2 differences found 2025/02/21 01:02:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luxehul5jeku': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/02/21 01:02:15 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/21 01:02:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luxehul5jeku': 0 differences found 2025/02/21 01:02:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-luxehul5jeku': 1 matching files 2025/02/21 01:02:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-locijum6riho" 2025/02/21 01:02:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/21 01:02:15 DEBUG : Creating backend with remote "TestDrive:crypt/fu5n0aqf5nq1325220jdpuii9oqmqvls8t6hpadm247ktv6qd6f0" 2025/02/21 01:02:16 DEBUG : Creating backend with remote "/tmp/rclone3876890642" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-locijum6riho'", Local "Local file system at /tmp/rclone3876890642", Modify Window "1ms" 2025/02/21 01:02:18 DEBUG : HELLO, WORLD!: md5 = 976e3af68fe5142aa816a53eeb69559d OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/02/21 01:02:19 ERROR : HELLO, WORLD!: sum not found 2025/02/21 01:02:19 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-locijum6riho' 2025/02/21 01:02:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-locijum6riho': 1 files missing 2025/02/21 01:02:19 NOTICE: 1 hashes missing 2025/02/21 01:02:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-locijum6riho': 2 differences found 2025/02/21 01:02:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-locijum6riho': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/02/21 01:02:20 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/21 01:02:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-locijum6riho': 0 differences found 2025/02/21 01:02:20 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-locijum6riho': 1 matching files 2025/02/21 01:02:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bukamuv4doge" 2025/02/21 01:02:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/21 01:02:20 DEBUG : Creating backend with remote "TestDrive:crypt/ic4lmdhukrefg3pb6p9dgq41bi2mensgnq5ru842d5e1l6jikvgg" 2025/02/21 01:02:21 DEBUG : Creating backend with remote "/tmp/rclone4205726066" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bukamuv4doge'", Local "Local file system at /tmp/rclone4205726066", Modify Window "1ms" 2025/02/21 01:02:23 DEBUG : 測試_Русский___ě_áñ: md5 = 6385d8f4e6e1e00a479b0c1567c26d9a OK NFD checkfile vs. NFC remote (without normalization) 2025/02/21 01:02:24 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/21 01:02:24 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bukamuv4doge' 2025/02/21 01:02:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bukamuv4doge': 1 files missing 2025/02/21 01:02:24 NOTICE: 1 hashes missing 2025/02/21 01:02:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bukamuv4doge': 2 differences found 2025/02/21 01:02:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bukamuv4doge': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/02/21 01:02:26 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/21 01:02:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bukamuv4doge': 0 differences found 2025/02/21 01:02:26 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bukamuv4doge': 1 matching files 2025/02/21 01:02:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fogidaq0leko" 2025/02/21 01:02:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/21 01:02:27 DEBUG : Creating backend with remote "TestDrive:crypt/eubjg4bkc42btfn3j5le599l8cp3hhaaaa64e934nd731ib48aog" 2025/02/21 01:02:28 DEBUG : Creating backend with remote "/tmp/rclone2443385120" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fogidaq0leko'", Local "Local file system at /tmp/rclone2443385120", Modify Window "1ms" 2025/02/21 01:02:30 DEBUG : 測試_Русский___ě_áñ: md5 = c72a4430b19732eed795937869d96eb9 OK NFC checkfile vs. NFD remote (without normalization) 2025/02/21 01:02:31 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/21 01:02:31 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fogidaq0leko' 2025/02/21 01:02:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fogidaq0leko': 1 files missing 2025/02/21 01:02:31 NOTICE: 1 hashes missing 2025/02/21 01:02:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fogidaq0leko': 2 differences found 2025/02/21 01:02:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fogidaq0leko': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/02/21 01:02:32 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/21 01:02:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fogidaq0leko': 0 differences found 2025/02/21 01:02:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fogidaq0leko': 1 matching files 2025/02/21 01:02:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-quhutuk0maxi" 2025/02/21 01:02:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/21 01:02:32 DEBUG : Creating backend with remote "TestDrive:crypt/sp4tj0fi079lui7emqv6uc6rstvqtai5k3pc3qs99mvhaa910lb0" 2025/02/21 01:02:33 DEBUG : Creating backend with remote "/tmp/rclone164942849" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quhutuk0maxi'", Local "Local file system at /tmp/rclone164942849", Modify Window "1ms" 2025/02/21 01:02:35 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = b59f730df0920bf8e8cacd24c22d4a8d OK NFDx2 checkfile vs. both remote (without normalization) 2025/02/21 01:02:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/21 01:02:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-quhutuk0maxi' 2025/02/21 01:02:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quhutuk0maxi': 1 files missing 2025/02/21 01:02:36 NOTICE: 1 hashes missing 2025/02/21 01:02:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quhutuk0maxi': 2 differences found 2025/02/21 01:02:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quhutuk0maxi': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/02/21 01:02:37 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/21 01:02:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quhutuk0maxi': 0 differences found 2025/02/21 01:02:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quhutuk0maxi': 1 matching files 2025/02/21 01:02:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lagorog3zato" 2025/02/21 01:02:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/21 01:02:37 DEBUG : Creating backend with remote "TestDrive:crypt/36o29imbi2nrv115jilbgdqn8pi7mqudaqbqc02q232qd3i827ig" 2025/02/21 01:02:38 DEBUG : Creating backend with remote "/tmp/rclone3135828461" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lagorog3zato'", Local "Local file system at /tmp/rclone3135828461", Modify Window "1ms" 2025/02/21 01:02:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 44213d031a31e9190cf173e517bcd861 OK NFCx2 checkfile vs. both remote (without normalization) 2025/02/21 01:02:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/21 01:02:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-lagorog3zato' 2025/02/21 01:02:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lagorog3zato': 1 files missing 2025/02/21 01:02:41 NOTICE: 1 hashes missing 2025/02/21 01:02:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lagorog3zato': 2 differences found 2025/02/21 01:02:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lagorog3zato': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/02/21 01:02:42 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/21 01:02:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lagorog3zato': 0 differences found 2025/02/21 01:02:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lagorog3zato': 1 matching files 2025/02/21 01:02:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qesebid5hone" 2025/02/21 01:02:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/21 01:02:42 DEBUG : Creating backend with remote "TestDrive:crypt/89psueb12te5c1mmr9s6n0uduh8f3pol6fing3ou5vt0fevl00qg" 2025/02/21 01:02:43 DEBUG : Creating backend with remote "/tmp/rclone233682374" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qesebid5hone'", Local "Local file system at /tmp/rclone233682374", Modify Window "1ms" 2025/02/21 01:02:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 576d4f1ef726c551a6af1c61b4db90dc OK both checkfile vs. NFDx2 remote (without normalization) 2025/02/21 01:02:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/21 01:02:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qesebid5hone' 2025/02/21 01:02:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qesebid5hone': 1 files missing 2025/02/21 01:02:46 NOTICE: 1 hashes missing 2025/02/21 01:02:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qesebid5hone': 2 differences found 2025/02/21 01:02:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qesebid5hone': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/02/21 01:02:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/21 01:02:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qesebid5hone': 0 differences found 2025/02/21 01:02:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qesebid5hone': 1 matching files 2025/02/21 01:02:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-suqitor1wudo" 2025/02/21 01:02:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/21 01:02:48 DEBUG : Creating backend with remote "TestDrive:crypt/scmi0cms8b06jqt5cvp0fhvkl5j41bhoqbam0quad4mgdhv0qcog" 2025/02/21 01:02:49 DEBUG : Creating backend with remote "/tmp/rclone1153441864" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-suqitor1wudo'", Local "Local file system at /tmp/rclone1153441864", Modify Window "1ms" 2025/02/21 01:02:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 98ba22ddb9de42d80b7e7e261d718d40 OK both checkfile vs. NFCx2 remote (without normalization) 2025/02/21 01:02:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/21 01:02:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-suqitor1wudo' 2025/02/21 01:02:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suqitor1wudo': 1 files missing 2025/02/21 01:02:51 NOTICE: 1 hashes missing 2025/02/21 01:02:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suqitor1wudo': 2 differences found 2025/02/21 01:02:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suqitor1wudo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/02/21 01:02:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/21 01:02:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suqitor1wudo': 0 differences found 2025/02/21 01:02:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-suqitor1wudo': 1 matching files 2025/02/21 01:02:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-suqitor1wudo': Purge remote 2025/02/21 01:02:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qesebid5hone': Purge remote 2025/02/21 01:02:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lagorog3zato': Purge remote 2025/02/21 01:02:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quhutuk0maxi': Purge remote 2025/02/21 01:02:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fogidaq0leko': Purge remote 2025/02/21 01:02:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bukamuv4doge': Purge remote 2025/02/21 01:02:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-locijum6riho': Purge remote 2025/02/21 01:02:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luxehul5jeku': Purge remote 2025/02/21 01:02:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qopaten1tuno': Purge remote 2025/02/21 01:02:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nofepuz7hewu': Purge remote --- PASS: TestApplyTransforms (58.03s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:02:58 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/21 01:03:00 DEBUG : sub/file2: md5 = 81b4cd1f1dfe788096e635416f4a1dad OK 2025/02/21 01:03:00 INFO : file1: Copied (new) to: sub/file2 2025/02/21 01:03:01 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/21 01:03:01 DEBUG : file1: Unchanged skipping 2025/02/21 01:03:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': don't need to copy/move sub/file2, it is already at target location 2025/02/21 01:03:03 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.45s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.46s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:03:06 DEBUG : dst/file1: md5 = 44fc948ead8d766c1e13de8c8a7f1b7a OK 2025/02/21 01:03:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wehocun8zada/backup" 2025/02/21 01:03:07 DEBUG : Creating backend with remote "TestDrive:crypt/djgbnl4h18jjm7q4spmtrg65ktfj3ff0br3ofai7e7m9i5ag331g/1nrff024r7pq65ecp72fc28jb0" 2025/02/21 01:03:09 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/02/21 01:03:11 INFO : dst/file1: Moved (server-side) 2025/02/21 01:03:13 DEBUG : dst/file1: md5 = 8597922c29d661829f2f8727c4bbb773 OK 2025/02/21 01:03:13 INFO : dst/file1: Copied (new) 2025/02/21 01:03:16 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/21 01:03:16 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/21 01:03:17 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.65s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:03:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wehocun8zada/dst" 2025/02/21 01:03:18 DEBUG : Creating backend with remote "TestDrive:crypt/djgbnl4h18jjm7q4spmtrg65ktfj3ff0br3ofai7e7m9i5ag331g/31u3jie661vd5p8j7rtc3hgbh0" 2025/02/21 01:03:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wehocun8zada/CompareDest" 2025/02/21 01:03:20 DEBUG : Creating backend with remote "TestDrive:crypt/djgbnl4h18jjm7q4spmtrg65ktfj3ff0br3ofai7e7m9i5ag331g/gveqi14airsml4bgu7krj116o8" 2025/02/21 01:03:21 DEBUG : one: Need to transfer - File not found at Destination 2025/02/21 01:03:24 DEBUG : one: md5 = b92fac2aab1f4fa4094fc7bbeb36bce5 OK 2025/02/21 01:03:24 INFO : one: Copied (new) 2025/02/21 01:03:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/21 01:03:27 DEBUG : one: md5 = 5d23e5e991d101fd746d2474c98f83d6 OK 2025/02/21 01:03:27 INFO : one: Copied (replaced existing) 2025/02/21 01:03:29 DEBUG : dst/one: md5 = 996d733423839fb80c0da5f9fa939658 OK 2025/02/21 01:03:31 DEBUG : CompareDest/one: md5 = 6accd5bc2f1a2cdba5756f16443a2192 OK 2025/02/21 01:03:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/21 01:03:33 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/21 01:03:33 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/21 01:03:34 DEBUG : CompareDest/two: md5 = 08ace53e2f68bd69da55323ff78ee8f8 OK 2025/02/21 01:03:35 DEBUG : two: Need to transfer - File not found at Destination 2025/02/21 01:03:35 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/21 01:03:35 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/21 01:03:36 DEBUG : two: Need to transfer - File not found at Destination 2025/02/21 01:03:36 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/21 01:03:36 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/21 01:03:38 DEBUG : two: Need to transfer - File not found at Destination 2025/02/21 01:03:38 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/02/21 01:03:39 DEBUG : two: md5 = 7a2719eb1c9ec2e9bbf02797e8e70ec0 OK 2025/02/21 01:03:39 INFO : two: Copied (new) 2025/02/21 01:03:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/21 01:03:42 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:03:43 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:03:43 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (25.78s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:03:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wehocun8zada/dst" 2025/02/21 01:03:44 DEBUG : Creating backend with remote "TestDrive:crypt/djgbnl4h18jjm7q4spmtrg65ktfj3ff0br3ofai7e7m9i5ag331g/31u3jie661vd5p8j7rtc3hgbh0" 2025/02/21 01:03:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wehocun8zada/CopyDest" 2025/02/21 01:03:45 DEBUG : Creating backend with remote "TestDrive:crypt/djgbnl4h18jjm7q4spmtrg65ktfj3ff0br3ofai7e7m9i5ag331g/d09o6po3f7bm6ce32vdgs8h9ls" 2025/02/21 01:03:47 DEBUG : one: Need to transfer - File not found at Destination 2025/02/21 01:03:49 DEBUG : one: md5 = 4519341a489e6202dc28a33c1d2d3646 OK 2025/02/21 01:03:49 INFO : one: Copied (new) 2025/02/21 01:03:51 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/21 01:03:52 DEBUG : one: md5 = f94282cc03d641978af21ea6d70a49b1 OK 2025/02/21 01:03:52 INFO : one: Copied (replaced existing) 2025/02/21 01:03:54 DEBUG : dst/one: md5 = d09ffbf3e59dc40504c2105ed401cdc8 OK 2025/02/21 01:03:56 DEBUG : CopyDest/one: md5 = 3083e2da844d7a62ff9100a06dab4286 OK 2025/02/21 01:03:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wehocun8zada/BackupDir" 2025/02/21 01:03:57 DEBUG : Creating backend with remote "TestDrive:crypt/djgbnl4h18jjm7q4spmtrg65ktfj3ff0br3ofai7e7m9i5ag331g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/02/21 01:03:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/21 01:03:59 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/21 01:03:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/21 01:04:01 INFO : one: Moved (server-side) 2025/02/21 01:04:02 INFO : one: Copied (server-side copy) 2025/02/21 01:04:02 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/02/21 01:04:03 DEBUG : CopyDest/two: md5 = f27f373327b2340aeab4ba5d6445f538 OK 2025/02/21 01:04:04 DEBUG : two: Need to transfer - File not found at Destination 2025/02/21 01:04:04 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/21 01:04:05 INFO : two: Copied (server-side copy) 2025/02/21 01:04:05 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/02/21 01:04:06 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/21 01:04:06 DEBUG : two: Unchanged skipping 2025/02/21 01:04:08 DEBUG : CopyDest/three: md5 = c9bc320434824827bfaaab5397193b39 OK 2025/02/21 01:04:09 DEBUG : three: Need to transfer - File not found at Destination 2025/02/21 01:04:09 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/02/21 01:04:09 DEBUG : three: Destination not found in --copy-dest 2025/02/21 01:04:10 DEBUG : three: md5 = 2adc2919ff0a33ad91c942e8131fdab3 OK 2025/02/21 01:04:10 INFO : three: Copied (new) 2025/02/21 01:04:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/21 01:04:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/21 01:04:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:04:16 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:04:16 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/21 01:04:16 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/21 01:04:17 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.67s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", 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-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.44s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:04:18 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/02/21 01:04:21 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 760e1fd166e272d9aee250602a754750 OK 2025/02/21 01:04:21 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/02/21 01:04:21 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/02/21 01:04:22 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/02/21 01:04:22 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/02/21 01:04:23 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/02/21 01:04:25 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 4ad68d85c3f9b87bcd8ea8a977438dd9 OK 2025/02/21 01:04:25 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/02/21 01:04:27 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/02/21 01:04:27 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.37s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (1.10s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:04:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': Looking for duplicate names using skip mode. 2025/02/21 01:04:32 NOTICE: one: Found 2 files with duplicate names 2025/02/21 01:04:32 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.06s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:04:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': Looking for duplicate names using skip mode. 2025/02/21 01:04:38 NOTICE: one: Found 3 files with duplicate names 2025/02/21 01:04:38 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/02/21 01:04:38 INFO : one: Deleted 2025/02/21 01:04:38 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.33s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:04:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': Looking for duplicate names using first mode. 2025/02/21 01:04:44 NOTICE: one: Found 3 files with duplicate names 2025/02/21 01:04:45 INFO : one: Deleted 2025/02/21 01:04:45 INFO : one: Deleted 2025/02/21 01:04:45 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.36s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:04:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': Looking for duplicate names using newest mode. 2025/02/21 01:04:51 NOTICE: one: Found 3 files with duplicate names 2025/02/21 01:04:51 INFO : one: Deleted 2025/02/21 01:04:52 INFO : one: Deleted 2025/02/21 01:04:52 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.34s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.43s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:04:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': Looking for duplicate names using oldest mode. 2025/02/21 01:04:57 NOTICE: one: Found 3 files with duplicate names 2025/02/21 01:04:58 INFO : one: Deleted 2025/02/21 01:04:58 INFO : one: Deleted 2025/02/21 01:04:58 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.29s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:05:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': Looking for duplicate names using largest mode. 2025/02/21 01:05:04 NOTICE: one: Found 3 files with duplicate names 2025/02/21 01:05:04 INFO : one: Deleted 2025/02/21 01:05:05 INFO : one: Deleted 2025/02/21 01:05:05 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.46s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:05:10 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': Looking for duplicate names using smallest mode. 2025/02/21 01:05:10 NOTICE: one: Found 3 files with duplicate names 2025/02/21 01:05:11 INFO : one: Deleted 2025/02/21 01:05:11 INFO : one: Deleted 2025/02/21 01:05:11 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.48s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:05:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': Looking for duplicate names using rename mode. 2025/02/21 01:05:18 NOTICE: one.txt: Found 3 files with duplicate names 2025/02/21 01:05:20 INFO : one-2.txt: renamed from: one.txt 2025/02/21 01:05:21 INFO : one-3.txt: renamed from: one.txt 2025/02/21 01:05:22 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (12.43s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:05:27 DEBUG : dupe1/one.txt: md5 = 1a0234c1b727932dea0bcb2bd083c4f1 OK 2025/02/21 01:05:29 DEBUG : dupe2/two.txt: md5 = 6f3051a1bc9c9c98cf61011fc4fa12c5 OK 2025/02/21 01:05:32 DEBUG : dupe3/three.txt: md5 = 49c12ea54ea6edc3e3c9aa283e11d328 OK 2025/02/21 01:05:32 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/02/21 01:05:33 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/02/21 01:05:33 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/02/21 01:05:34 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/02/21 01:05:37 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/02/21 01:05:37 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/02/21 01:05:37 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (13.10s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:05:40 DEBUG : a.txt: md5 = 46bb62aa62d465ec56326b06af4a0bcd OK 2025/02/21 01:05:41 DEBUG : zend.txt: md5 = f29a904a999803783ae57bc79b2afdfa OK 2025/02/21 01:05:43 DEBUG : sub dir/hello world: md5 = e7ad8eb0fa21ff8c8ea9744266abb091 OK 2025/02/21 01:05:45 DEBUG : sub dir/hello world2: md5 = 86ee92f03827fb9c0d296d92dc86af1b OK 2025/02/21 01:05:47 DEBUG : sub dir/ignore dir/.ignore: md5 = 069f96c34c563a169db01f118c4ea766 OK 2025/02/21 01:05:48 DEBUG : sub dir/ignore dir/should be ignored: md5 = 702d9069a069984d246b62f2e9f637e7 OK 2025/02/21 01:05:50 DEBUG : sub dir/sub sub dir/hello world3: md5 = a8f223200724c7c7955b2c1b7f5b2fea OK 2025/02/21 01:05:52 DEBUG : a.txt: Excluded (Size Filter) 2025/02/21 01:05:52 DEBUG : a.txt: Excluded 2025/02/21 01:05:52 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/02/21 01:05:52 DEBUG : sub dir/hello world2: Excluded 2025/02/21 01:05:52 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/02/21 01:05:52 DEBUG : sub dir/hello world: Excluded 2025/02/21 01:05:53 DEBUG : sub dir/ignore dir: Excluded 2025/02/21 01:05:53 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/02/21 01:05:53 DEBUG : sub dir/hello world2: Excluded 2025/02/21 01:05:53 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/02/21 01:05:53 DEBUG : sub dir/hello world: Excluded 2025/02/21 01:05:53 DEBUG : sub dir/ignore dir: Excluded 2025/02/21 01:05:58 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/02/21 01:05:59 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/02/21 01:05:59 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/02/21 01:05:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/02/21 01:05:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/02/21 01:05:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/02/21 01:05:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (22.17s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:06:02 DEBUG : file1: md5 = 1b393b644ac4f7790740b4e1ca4710eb OK 2025/02/21 01:06:04 DEBUG : sub/file2: md5 = 985552777a58c7822a5d8e80ca2e230a 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/02/21 01:06:07 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/02/21 01:06:07 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/02/21 01:06:07 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/02/21 01:06:09 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.91s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.24s) --- PASS: TestListJSON/DirsOnly (0.26s) --- PASS: TestListJSON/Recurse (0.49s) --- PASS: TestListJSON/SubDir (0.24s) --- PASS: TestListJSON/NoModTime (0.25s) --- PASS: TestListJSON/NoMimeType (0.27s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.26s) --- PASS: TestListJSON/Metadata (0.68s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:06:12 DEBUG : file1: md5 = 0a1c4872b6c4066cdc473002ebd286e6 OK 2025/02/21 01:06:14 DEBUG : sub/file2: md5 = cd986f6b5370b3c151aaf8d7c9d8f475 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/02/21 01:06:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wehocun8zada/notfound" 2025/02/21 01:06:18 DEBUG : Config file has changed externally - reloading 2025/02/21 01:06:18 DEBUG : Creating backend with remote "TestDrive:crypt/djgbnl4h18jjm7q4spmtrg65ktfj3ff0br3ofai7e7m9i5ag331g/qe0i31qdkoejk60elps0ni5sqk" 2025/02/21 01:06:21 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.88s) --- PASS: TestStatJSON/Root (0.26s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.28s) --- PASS: TestStatJSON/Dir (0.49s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.53s) --- PASS: TestStatJSON/DirFilesOnly (0.25s) --- PASS: TestStatJSON/FileFilesOnly (0.23s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.21s) --- PASS: TestStatJSON/DirDirsOnly (0.26s) --- PASS: TestStatJSON/FileDirsOnly (0.23s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.25s) --- PASS: TestStatJSON/RootNotFound (1.69s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:06:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': Making directory 2025/02/21 01:06:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': Making directory --- PASS: TestMkdir (0.69s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:06:25 DEBUG : sub dir/hello world: md5 = fae28586fb18bd07daca971663d5b4fd OK 2025/02/21 01:06:27 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.90s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:06:29 DEBUG : potato2: md5 = da7e84aef2e61802870504ab9981b793 OK 2025/02/21 01:06:30 DEBUG : empty space: md5 = 884495496c0981fbacc754a25265ed87 OK --- PASS: TestLs (4.65s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:06:34 DEBUG : potato2: md5 = 9eb0ad3a3ceba902b30a058ebb573bd5 OK 2025/02/21 01:06:35 DEBUG : empty space: md5 = 1dc00511cbb92e16db4ca60df6365650 OK 2025/02/21 01:06:36 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/02/21 01:06:36 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (4.95s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:06:38 DEBUG : potato2: md5 = 02c2d8878cd59bbb99705e6adb88b0cf OK 2025/02/21 01:06:40 DEBUG : empty space: md5 = 887a557f968544d077551a3dcf943457 OK --- PASS: TestLsLong (4.63s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:06:43 DEBUG : potato2: md5 = f3af53904d5d2c8dd9634baad58f8246 OK 2025/02/21 01:06:45 DEBUG : empty space: md5 = f56a5647d5464bf3260d9e5e6d85099b OK --- PASS: TestHashSums (4.64s) === RUN TestHashSumsWithErrors 2025/02/21 01:06:46 DEBUG : Creating backend with remote ":memory:" 2025/02/21 01:06:46 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/02/21 01:06:46 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/02/21 01:06:46 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/02/21 01:06:46 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/02/21 01:06:46 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/02/21 01:06:46 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/02/21 01:06:46 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/02/21 01:06:46 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/02/21 01:06:46 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-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:06:48 DEBUG : potato2: md5 = db9ce00c63a41dd3b67ce9b62a150d70 OK 2025/02/21 01:06:49 DEBUG : empty space: md5 = 74329130621f8398fe7804712846b260 OK 2025/02/21 01:06:52 DEBUG : sub dir/potato3: md5 = bdb164bc67186a6939ffe7a9180252b1 OK 2025/02/21 01:06:55 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.84s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:06:57 DEBUG : small: md5 = be2d056e5bb28356bdb05ade0990c12e OK 2025/02/21 01:06:58 DEBUG : medium: md5 = 03c52888bfc583393a4ec1c4d0577b0b OK 2025/02/21 01:06:59 DEBUG : large: md5 = e253f3c04b1367dc315afeb3e5f78ce5 OK 2025/02/21 01:07:00 DEBUG : Waiting for deletions to finish 2025/02/21 01:07:00 DEBUG : large: Excluded (Size Filter) 2025/02/21 01:07:00 INFO : medium: Deleted 2025/02/21 01:07:00 INFO : small: Deleted --- PASS: TestDelete (6.23s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:07:03 DEBUG : small: md5 = 558e2b3a5cb2f7292af451bcff0ff0bb OK 2025/02/21 01:07:04 DEBUG : medium: md5 = 5e3699fa66545835b8679722dbf6cc20 OK 2025/02/21 01:07:06 DEBUG : large: md5 = 632db08f0fcde1e19b517a47336172ce OK 2025/02/21 01:07:06 DEBUG : Waiting for deletions to finish 2025/02/21 01:07:06 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/02/21 01:07:07 INFO : small: Deleted 2025/02/21 01:07:07 INFO : large: Deleted --- PASS: TestMaxDelete (6.98s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:07:10 DEBUG : small: md5 = 17c6ab32d2b806fdb54d75dc38c21d84 OK 2025/02/21 01:07:11 DEBUG : medium: md5 = 3543fd48d0b584b1ba15f4d03e38a21d OK 2025/02/21 01:07:13 DEBUG : large: md5 = 83a5e3c860124a9564d4dfd199779f9c OK 2025/02/21 01:07:13 DEBUG : Waiting for deletions to finish 2025/02/21 01:07:13 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/02/21 01:07:14 INFO : medium: Deleted 2025/02/21 01:07:14 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.94s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:07:17 DEBUG : small: md5 = 45c66d009f3ca78c8601d438d18c33cc OK 2025/02/21 01:07:18 DEBUG : medium: md5 = 07aab167df044125d8a088f20b36e054 OK 2025/02/21 01:07:20 DEBUG : large: md5 = 0ef8c400a37caa023cca0226fa7b1eb9 OK 2025/02/21 01:07:20 DEBUG : Waiting for deletions to finish 2025/02/21 01:07:20 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/02/21 01:07:20 INFO : large: Deleted 2025/02/21 01:07:20 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.76s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:07:23 DEBUG : ReadFile: md5 = e5ac35c840747450f1691a5702a335bf OK --- PASS: TestReadFile (3.98s) === RUN TestRetry 2025/02/21 01:07:26 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/02/21 01:07:26 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/02/21 01:07:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/21 01:07:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/21 01:07:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/21 01:07:26 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/02/21 01:07:26 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-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:07:28 DEBUG : file1: md5 = 49d8bbf0950bab37d5d0a068c660a58f OK 2025/02/21 01:07:29 DEBUG : file2: md5 = 65f231898b52fba635e20b82d448983e OK --- PASS: TestCat (16.61s) === RUN TestPurge 2025/02/21 01:07:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jazihew6keje" 2025/02/21 01:07:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/21 01:07:43 DEBUG : Creating backend with remote "TestDrive:crypt/jaf8deih8jqraf55coavnqbdh1hts2unm7pj0h976spmo4ukon1g" 2025/02/21 01:07:44 DEBUG : Creating backend with remote "/tmp/rclone1331822232" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jazihew6keje'", Local "Local file system at /tmp/rclone1331822232", Modify Window "1ms" 2025/02/21 01:07:49 DEBUG : A1/B1/C1/one: md5 = 6a0e9efd32dd8923cc58cad72a5eb31e OK 2025/02/21 01:07:49 INFO : A2: Making directory 2025/02/21 01:07:49 INFO : A1/B2: Making directory 2025/02/21 01:07:50 INFO : A1/B2/C2: Making directory 2025/02/21 01:07:51 INFO : A1/B1/C3: Making directory 2025/02/21 01:07:52 INFO : A3: Making directory 2025/02/21 01:07:53 INFO : A3/B3: Making directory 2025/02/21 01:07:53 INFO : A3/B3/C4: Making directory 2025/02/21 01:07:55 DEBUG : A1/two: md5 = 47510f61e63d94195338c99f597ee40e OK 2025/02/21 01:07:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jazihew6keje': Purge remote 2025/02/21 01:07:59 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.23s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:08:03 DEBUG : A1/B1/C1/one: md5 = 7bb433a57b8510c9f38c87ab27d99784 OK 2025/02/21 01:08:03 INFO : A2: Making directory 2025/02/21 01:08:03 INFO : A1/B2: Making directory 2025/02/21 01:08:04 INFO : A1/B2/C2: Making directory 2025/02/21 01:08:05 INFO : A1/B1/C3: Making directory 2025/02/21 01:08:06 INFO : A3: Making directory 2025/02/21 01:08:07 INFO : A3/B3: Making directory 2025/02/21 01:08:07 INFO : A3/B3/C4: Making directory 2025/02/21 01:08:10 DEBUG : A1/two: md5 = 91796a69f19d184688197637ab8ab0bd OK 2025/02/21 01:08:11 DEBUG : removing 1 level 3 directories 2025/02/21 01:08:11 INFO : A3/B3/C4: Removing directory 2025/02/21 01:08:14 DEBUG : removing 2 level 3 directories 2025/02/21 01:08:14 INFO : A1/B2/C2: Removing directory 2025/02/21 01:08:14 INFO : A1/B1/C3: Removing directory 2025/02/21 01:08:14 DEBUG : removing 2 level 2 directories 2025/02/21 01:08:14 INFO : A3/B3: Removing directory 2025/02/21 01:08:14 INFO : A1/B2: Removing directory 2025/02/21 01:08:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/21 01:08:14 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/02/21 01:08:15 DEBUG : removing 2 level 1 directories 2025/02/21 01:08:15 INFO : A3: Removing directory 2025/02/21 01:08:15 INFO : A2: Removing directory 2025/02/21 01:08:15 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/02/21 01:08:19 DEBUG : removing 1 level 3 directories 2025/02/21 01:08:19 INFO : A1/B1/C1: Removing directory 2025/02/21 01:08:19 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:20 DEBUG : removing 1 level 2 directories 2025/02/21 01:08:20 INFO : A1/B1: Removing directory 2025/02/21 01:08:20 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/21 01:08:20 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/21 01:08:21 DEBUG : removing 1 level 1 directories 2025/02/21 01:08:21 INFO : A1: Removing directory 2025/02/21 01:08:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/21 01:08:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/21 01:08:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/21 01:08:21 DEBUG : removing 1 level 0 directories 2025/02/21 01:08:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': Removing directory 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/02/21 01:08:22 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestRmdirsNoLeaveRoot (23.72s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:08:23 INFO : A1: Making directory 2025/02/21 01:08:24 INFO : A1/B1: Making directory 2025/02/21 01:08:25 INFO : A1/B1/C1: Making directory 2025/02/21 01:08:28 DEBUG : removing 1 level 3 directories 2025/02/21 01:08:28 INFO : A1/B1/C1: Removing directory 2025/02/21 01:08:28 DEBUG : removing 1 level 2 directories 2025/02/21 01:08:28 INFO : A1/B1: Removing directory 2025/02/21 01:08:28 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/21 01:08:30 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (8.19s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:08:31 INFO : A1: Making directory 2025/02/21 01:08:32 INFO : A1/B1: Making directory 2025/02/21 01:08:33 INFO : A1/B1/C1: Making directory 2025/02/21 01:08:35 DEBUG : removing 1 level 3 directories 2025/02/21 01:08:35 INFO : A1/B1/C1: Removing directory 2025/02/21 01:08:36 DEBUG : removing 1 level 2 directories 2025/02/21 01:08:36 INFO : A1/B1: Removing directory 2025/02/21 01:08:36 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/21 01:08:38 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.44s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:08:40 DEBUG : file1: md5 = e1f34fe1ddaa2bf62ace8fcc74dd0347 OK 2025/02/21 01:08:40 DEBUG : filename.txt: File name found in url 2025/02/21 01:08:42 DEBUG : filename.txt: md5 = 8c2defa9d96c0e0cc0c3d1e586eb9380 OK 2025/02/21 01:08:42 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/02/21 01:08:43 DEBUG : headerfilename.txt: md5 = 0b6cdadfdd723081c44bee364acf7641 OK 2025/02/21 01:08:45 DEBUG : file2: md5 = 4f6d173b2b646069e85cc86f3947f8ca OK --- PASS: TestCopyURL (8.59s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:08:47 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/21 01:08:49 DEBUG : sub/file2: md5 = 59b3f109afe800f836129e9f3c80a63b OK 2025/02/21 01:08:49 INFO : file1: Copied (new) to: sub/file2 2025/02/21 01:08:49 INFO : file1: Deleted 2025/02/21 01:08:50 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/21 01:08:50 DEBUG : file1: Unchanged skipping 2025/02/21 01:08:50 INFO : file1: Deleted 2025/02/21 01:08:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': don't need to copy/move sub/file2, it is already at target location 2025/02/21 01:08:52 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.96s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:08:53 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/21 01:08:55 DEBUG : file1: md5 = eef58501ad3a434c4f7db27b05da72a1 OK 2025/02/21 01:08:55 INFO : file1: Copied (new) 2025/02/21 01:08:55 INFO : file1: Deleted 2025/02/21 01:08:55 DEBUG : file1: Destination exists, skipping 2025/02/21 01:08:55 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.29s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.46s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.45s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:08:59 DEBUG : dst/file1: md5 = e4a7c255131f5645aad41bf8d2beb1ed OK 2025/02/21 01:09:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wehocun8zada/backup" 2025/02/21 01:09:00 DEBUG : Config file has changed externally - reloading 2025/02/21 01:09:00 DEBUG : Creating backend with remote "TestDrive:crypt/djgbnl4h18jjm7q4spmtrg65ktfj3ff0br3ofai7e7m9i5ag331g/1nrff024r7pq65ecp72fc28jb0" 2025/02/21 01:09:02 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/02/21 01:09:04 INFO : dst/file1: Moved (server-side) 2025/02/21 01:09:05 DEBUG : dst/file1: md5 = 6d413f25302967a38a722d8a9700f29e OK 2025/02/21 01:09:05 INFO : dst/file1: Copied (new) 2025/02/21 01:09:05 INFO : dst/file1: Deleted 2025/02/21 01:09:08 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/21 01:09:09 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/02/21 01:09:09 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.83s) === 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-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:09:12 DEBUG : A1/one: md5 = 7cadf80bf7efbebacbf310bccd5762bc OK 2025/02/21 01:09:14 DEBUG : A1/two: md5 = 021b2d0d7ef5d64f942bc97d48047d9c OK 2025/02/21 01:09:16 DEBUG : A1/B1/three: md5 = e4f0aace2bb24ed42d2bfa3544340907 OK 2025/02/21 01:09:18 DEBUG : A1/B1/C1/four: md5 = 1216758cc77867208809b26f5985cb00 OK 2025/02/21 01:09:20 DEBUG : A1/B1/C2/five: md5 = e3d5ea334d6ba7c4178b3511d15b110b OK 2025/02/21 01:09:20 INFO : A1/B2: Making directory 2025/02/21 01:09:21 INFO : A1/B1/C3: Making directory 2025/02/21 01:09:30 INFO : A2/two: Moved (server-side) to: A3/two 2025/02/21 01:09:30 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/02/21 01:09:30 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/02/21 01:09:30 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/02/21 01:09:30 INFO : A2/one: Moved (server-side) to: A3/one 2025/02/21 01:09:33 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/21 01:09:33 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/21 01:09:33 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/21 01:09:34 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/21 01:09:34 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/21 01:09:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/02/21 01:09:42 INFO : A3/one: Moved (server-side) to: A4/one 2025/02/21 01:09:42 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/02/21 01:09:42 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/02/21 01:09:42 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/02/21 01:09:42 INFO : A3/two: Moved (server-side) to: A4/two 2025/02/21 01:09:45 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/21 01:09:45 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/21 01:09:45 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/21 01:09:46 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/21 01:09:46 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/21 01:09:52 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/02/21 01:09:53 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/02/21 01:09:53 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/02/21 01:09:53 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/02/21 01:09:53 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/02/21 01:09:53 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/02/21 01:09:54 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/02/21 01:09:54 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/02/21 01:09:54 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/02/21 01:09:54 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.84s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" --- PASS: TestGetFsInfo (0.44s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:09:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': File to upload is small (34 bytes), uploading instead of streaming 2025/02/21 01:09:57 DEBUG : no_checksum_small_file_from_pipe: md5 = a8d5dbd123572e5521587923e1fe2e57 OK 2025/02/21 01:09:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/02/21 01:09:57 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/21 01:09:58 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/02/21 01:09:59 DEBUG : no_checksum_big_file_from_pipe: md5 = b62894cf4d0342d92c182e73410837fe OK 2025/02/21 01:09:59 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-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:10:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': File to upload is small (34 bytes), uploading instead of streaming 2025/02/21 01:10:02 DEBUG : with_checksum_small_file_from_pipe: md5 = a7228f97f9387466d5c1685917d2faf7 OK 2025/02/21 01:10:02 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/21 01:10:03 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/02/21 01:10:04 DEBUG : with_checksum_big_file_from_pipe: md5 = bb5653585b01fc5b57e08bea79a52a68 OK 2025/02/21 01:10:04 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-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:10:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': File to upload is small (34 bytes), uploading instead of streaming 2025/02/21 01:10:07 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/21 01:10:08 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/02/21 01:10:09 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-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:10:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': File to upload is small (34 bytes), uploading instead of streaming 2025/02/21 01:10:12 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/21 01:10:13 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/02/21 01:10:14 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (20.32s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.92s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.14s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.13s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.12s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/02/21 01:10:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': File to upload is small (48 bytes), uploading instead of streaming 2025/02/21 01:10:17 DEBUG : rcat_metadata: md5 = aa940fe5bdb36d0ab251f72b84756f12 OK 2025/02/21 01:10:17 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/02/21 01:10:19 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/02/21 01:10:20 DEBUG : rcat_metadata_uploadcutoff0: md5 = 54647a1de0f64db6cfd5eefc9b36ba93 OK 2025/02/21 01:10:20 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.08s) --- PASS: TestRcatMetadata/Normal (2.79s) --- PASS: TestRcatMetadata/ViaDisk (2.84s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:10:23 DEBUG : potato1: md5 = 8396e45436c1a8e69c1235809d79d7cc OK 2025/02/21 01:10:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': File to upload is small (60 bytes), uploading instead of streaming 2025/02/21 01:10:24 DEBUG : potato2: md5 = 88fc53c2b508deba99c2862273716895 OK 2025/02/21 01:10:24 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.19s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:10:27 DEBUG : potato1: md5 = 64b845e54a5ed9657ad77b1b9c4303f1 OK 2025/02/21 01:10:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': File to upload is small (60 bytes), uploading instead of streaming 2025/02/21 01:10:29 DEBUG : potato2: md5 = 36ee79bc026463903d440a32df40d859 OK 2025/02/21 01:10:29 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.78s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:10:32 DEBUG : potato2: md5 = 9d269d5ae202e22dbcb7e1df94e1af95 OK 2025/02/21 01:10:34 DEBUG : empty space: md5 = 8dfb9c77d55144228095e0971ac104c6 OK 2025/02/21 01:10:36 DEBUG : sub dir/potato3: md5 = 940ea39e364a4875f50588771ebcbde5 OK 2025/02/21 01:10:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': Touching "empty space" 2025/02/21 01:10:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': Touching "potato2" 2025/02/21 01:10:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': Touching "sub dir/potato3" 2025/02/21 01:10:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.96s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:10:42 DEBUG : dir with metadata: Making directory with metadata 2025/02/21 01:10:42 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.36s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:10:44 DEBUG : directory with modtime: Making directory with metadata 2025/02/21 01:10:45 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.37s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:10:46 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/02/21 01:10:46 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/21 01:10:47 DEBUG : Google drive root 'crypt/djgbnl4h18jjm7q4spmtrg65ktfj3ff0br3ofai7e7m9i5ag331g': Skipping btime metadata as can't update it on an existing file: 2025-02-21T01:10:46.785652503Z 2025/02/21 01:10:47 INFO : non existent directory: Updated directory metadata 2025/02/21 01:10:49 DEBUG : Google drive root 'crypt/djgbnl4h18jjm7q4spmtrg65ktfj3ff0br3ofai7e7m9i5ag331g': Skipping btime metadata as can't update it on an existing file: 2025-02-21T01:10:46.785652503Z 2025/02/21 01:10:49 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.90s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:10:51 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/02/21 01:10:53 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/02/21 01:10:54 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.28s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:10:55 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/02/21 01:10:55 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/21 01:10:55 DEBUG : dst: Making directory with metadata 2025/02/21 01:10:56 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/02/21 01:10:56 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/21 01:10:57 INFO : dst: Set directory modification time (using SetModTime) 2025/02/21 01:10:57 INFO : dst: Set directory modification time (using SetModTime) 2025/02/21 01:10:57 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/02/21 01:10:58 INFO : dst: Set directory modification time (using SetModTime) 2025/02/21 01:10:58 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.70s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada'", Local "Local file system at /tmp/rclone2402324930", Modify Window "1ms" 2025/02/21 01:11:01 DEBUG : sub dir/test remove existing: md5 = 984cc5bd41599f3f774e722ccb6772ff OK 2025/02/21 01:11:03 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 035479a26236865ec6d803dc84dd2ba2 OK 2025/02/21 01:11:05 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.suhawuw3" before starting 2025/02/21 01:11:05 DEBUG : sub dir/test remove existing.suhawuw3: TEST: removing renamed existing file after operation 2025/02/21 01:11:07 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.belipeb3" before starting 2025/02/21 01:11:08 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.belipeb3: TEST: renaming existing back after failed operation 2025/02/21 01:11:09 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jixofiz1" before starting 2025/02/21 01:11:10 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.jixofiz1: TEST: removing renamed existing file after operation 2025/02/21 01:11:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mrsb8tlds9vh58nd4tenq5tp5juraqii0dk1je114jpdpgcpg18033nsn5fckjv1gtqp0in4adg1rl7n87rme77bh7b3ijuno40osbfht10vmqb4f09iubba31oi5lrvbnihjsk4st1gko2ou76go1egpc526a0oojgrlp0u5vmsqcmjg7bg" 2025/02/21 01:11:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "q5t73m78mto21hk55rlcuhldcvguncucvtq545vmt31vsb6fkf0g" --- PASS: TestRemoveExisting (13.08s) === 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/02/21 01:11:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wehocun8zada': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 10m51.435435314s (try 1/5)