"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2024/11/12 01:58:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dosuhab2zoxi" 2024/11/12 01:58:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 01:58:57 DEBUG : Creating backend with remote "TestDrive:crypt/s1ql74a9iekjojjfs31kr5upe5fj7qa8eee660g9gm2erq4aofm0" 2024/11/12 01:58:58 DEBUG : Creating backend with remote "/tmp/rclone1982233725" === 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-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.26s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/11/12 01:58:58 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/12 01:58:58 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/12 01:58:58 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/11/12 01:58:58 DEBUG : potato: Seek from 10 to 0 2024/11/12 01:58:58 DEBUG : potato: Seek from 10 to 0 2024/11/12 01:58:58 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/11/12 01:58:58 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/12 01:58:58 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/12 01:58:58 DEBUG : potato: Seek from 5 to 2 2024/11/12 01:58:58 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/11/12 01:58:58 DEBUG : potato: Seek from 7 to 0 2024/11/12 01:58:58 DEBUG : potato: Seek from 7 to 0 2024/11/12 01:58:58 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/11/12 01:58:58 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/12 01:58:58 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/12 01:58:58 DEBUG : potato: Seek from 5 to 2 2024/11/12 01:58:58 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/11/12 01:58:58 DEBUG : potato: Seek from 8 to 0 2024/11/12 01:58:58 DEBUG : potato: Seek from 8 to 0 2024/11/12 01:58:58 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/11/12 01:58:58 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/11/12 01:58:58 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/11/12 01:58:58 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/11/12 01:58:58 DEBUG : potato: Seek from 5 to 2 2024/11/12 01:58:58 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/11/12 01:58:58 DEBUG : potato: Seek from 9 to 0 2024/11/12 01:58:58 DEBUG : potato: Seek from 9 to 0 2024/11/12 01:58:58 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-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 01:59:02 DEBUG : rutabaga: md5 = bae65f6e02576aa60d050b75af7e97ac OK === RUN TestCheck/1 === RUN TestCheck/2 2024/11/12 01:59:05 DEBUG : empty space: md5 = d13b5622a3361f4b9a00508cdb593dd2 OK === RUN TestCheck/3 2024/11/12 01:59:07 DEBUG : potato2: md5 = b2e6e8ab42277bb1a0b9db1c30ca242c OK === RUN TestCheck/4 === RUN TestCheck/5 2024/11/12 01:59:10 DEBUG : remotepotato: md5 = 2ab055f427bc16b3cdf7d41282bda6dd OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (15.59s) --- PASS: TestCheck/1 (0.31s) --- PASS: TestCheck/2 (0.28s) --- PASS: TestCheck/3 (0.27s) --- PASS: TestCheck/4 (0.32s) --- PASS: TestCheck/5 (0.30s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.29s) === RUN TestCheckFsError 2024/11/12 01:59:14 DEBUG : Creating backend with remote "nonexistent" 2024/11/12 01:59:14 DEBUG : Creating backend with remote "nonexistent" 2024/11/12 01:59:14 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/11/12 01:59:14 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2024/11/12 01:59:14 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/11/12 01:59:14 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-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 01:59:16 DEBUG : rutabaga: md5 = 55fd381181027ec4253e9e14bb2af68e OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/11/12 01:59:21 DEBUG : empty space: md5 = 2084056858a3b3f1b9b7b26102a9d990 OK === RUN TestCheckDownload/3 2024/11/12 01:59:25 DEBUG : potato2: md5 = c0f9601de31be1dc68fa922a616cf352 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/11/12 01:59:30 DEBUG : remotepotato: md5 = 07b9eaf81203ab5472259544f8d13494 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (22.29s) --- PASS: TestCheckDownload/1 (1.53s) --- PASS: TestCheckDownload/2 (1.60s) --- PASS: TestCheckDownload/3 (1.22s) --- PASS: TestCheckDownload/4 (1.56s) --- PASS: TestCheckDownload/5 (1.33s) --- PASS: TestCheckDownload/6 (1.61s) --- PASS: TestCheckDownload/7 (1.18s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 01:59:38 DEBUG : rutabaga: md5 = 37ad811fe926315d5d12ab54063ec77c OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/11/12 01:59:41 DEBUG : empty space: md5 = 7a555d28c605d47f13dfad982cac335a OK === RUN TestCheckSizeOnly/3 2024/11/12 01:59:43 DEBUG : potato2: md5 = 0c4f184542794bbab11395870f772d23 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/11/12 01:59:46 DEBUG : remotepotato: md5 = 5e6539ed79ec566fce3bed27e25f3dd7 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (13.81s) --- PASS: TestCheckSizeOnly/1 (0.28s) --- PASS: TestCheckSizeOnly/2 (0.29s) --- PASS: TestCheckSizeOnly/3 (0.29s) --- PASS: TestCheckSizeOnly/4 (0.30s) --- PASS: TestCheckSizeOnly/5 (0.28s) --- PASS: TestCheckSizeOnly/6 (0.29s) --- PASS: TestCheckSizeOnly/7 (0.28s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 01:59:52 DEBUG : test.sum: md5 = 0c188131ce9189d5efecae0acf3d7765 OK 2024/11/12 01:59:53 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/12 01:59:53 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/12 01:59:53 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/12 01:59:53 NOTICE: test.sum: 2 warning(s) suppressed... 2024/11/12 01:59:55 DEBUG : test.sum: md5 = 5fbd70f77cf1536f8d1696ec6ffef40b OK 2024/11/12 01:59:56 NOTICE: test.sum: improperly formatted checksum line 4 2024/11/12 01:59:56 NOTICE: test.sum: improperly formatted checksum line 5 2024/11/12 01:59:56 NOTICE: test.sum: improperly formatted checksum line 6 2024/11/12 01:59:56 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.60s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 01:59:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dosuhab2zoxi/data" 2024/11/12 01:59:58 DEBUG : Creating backend with remote "TestDrive:crypt/s1ql74a9iekjojjfs31kr5upe5fj7qa8eee660g9gm2erq4aofm0/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi/data' lacks md5, skipping --- SKIP: TestCheckSum (2.31s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:00:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dosuhab2zoxi/data" 2024/11/12 02:00:00 DEBUG : Creating backend with remote "TestDrive:crypt/s1ql74a9iekjojjfs31kr5upe5fj7qa8eee660g9gm2erq4aofm0/vjrnln8ratgmqakfosrqe8espk" 2024/11/12 02:00:05 DEBUG : data/banana: md5 = 6319d7c650ba339e6bcbe50a25cb0909 OK 2024/11/12 02:00:07 DEBUG : test.sum: md5 = fc6e1f2074dd4be19121afb985b54315 OK === RUN TestCheckSumDownload/subtest1 2024/11/12 02:00:12 DEBUG : data/potato: md5 = df8b9966a32870ef093ebf278ce088cd OK 2024/11/12 02:00:15 DEBUG : test.sum: md5 = 660424171863f8fe09e6c41bd21cbddb OK === RUN TestCheckSumDownload/subtest2 2024/11/12 02:00:20 DEBUG : test.sum: md5 = ea36ea973c4958b9e9e6b01137fb87b0 OK === RUN TestCheckSumDownload/subtest3 2024/11/12 02:00:25 DEBUG : test.sum: md5 = 2030797602cac080a1ee414c6c10b02f OK === RUN TestCheckSumDownload/subtest4 2024/11/12 02:00:31 DEBUG : test.sum: md5 = b9b40afbd8295700e3c45ec5cd11ff79 OK === RUN TestCheckSumDownload/subtest5 2024/11/12 02:00:35 DEBUG : test.sum: md5 = 5c666f91b6bf0fc5c503247ae931ad1d OK === RUN TestCheckSumDownload/subtest6 2024/11/12 02:00:41 DEBUG : data/banana: md5 = cd7adc2ab9f9b49561c774d430039d9c OK 2024/11/12 02:00:43 DEBUG : data/potato: md5 = 5dddc040dc39ebd49e452bdee9c113e8 OK 2024/11/12 02:00:45 DEBUG : test.sum: md5 = 2a935af768518c7aa6ca2351419c50e1 OK === RUN TestCheckSumDownload/subtest7 2024/11/12 02:00:51 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2024/11/12 02:00:51 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (52.45s) --- PASS: TestCheckSumDownload/subtest1 (3.08s) --- PASS: TestCheckSumDownload/subtest2 (2.95s) --- PASS: TestCheckSumDownload/subtest3 (3.15s) --- PASS: TestCheckSumDownload/subtest4 (2.88s) --- PASS: TestCheckSumDownload/subtest5 (2.48s) --- PASS: TestCheckSumDownload/subtest6 (3.11s) --- PASS: TestCheckSumDownload/subtest7 (2.84s) === RUN TestApplyTransforms 2024/11/12 02:00:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lodayum1jala" 2024/11/12 02:00:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 02:00:52 DEBUG : Creating backend with remote "TestDrive:crypt/gi5ufi4rrkgtlgve4sqh04qh36etr21n8n8fggppupju85tehd4g" 2024/11/12 02:00:53 DEBUG : Creating backend with remote "/tmp/rclone4174391894" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lodayum1jala'", Local "Local file system at /tmp/rclone4174391894", Modify Window "1ms" 2024/11/12 02:00:57 DEBUG : hello, world!: md5 = d95820f9b2898d85d94f70292cf1a2f3 OK upper checkfile vs. lower remote (without normalization) 2024/11/12 02:00:57 ERROR : hello, world!: sum not found 2024/11/12 02:00:57 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-lodayum1jala' 2024/11/12 02:00:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lodayum1jala': 1 files missing 2024/11/12 02:00:57 NOTICE: 1 hashes missing 2024/11/12 02:00:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lodayum1jala': 2 differences found 2024/11/12 02:00:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lodayum1jala': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/11/12 02:00:59 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/12 02:00:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lodayum1jala': 0 differences found 2024/11/12 02:00:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-lodayum1jala': 1 matching files 2024/11/12 02:00:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qilobuv6foka" 2024/11/12 02:00:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 02:00:59 DEBUG : Creating backend with remote "TestDrive:crypt/djrs2ci9t83ugbk6m436bmgi87vjmb86bdttnutsiegbsj5cn4bg" 2024/11/12 02:01:00 DEBUG : Creating backend with remote "/tmp/rclone1840323472" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qilobuv6foka'", Local "Local file system at /tmp/rclone1840323472", Modify Window "1ms" 2024/11/12 02:01:03 DEBUG : HELLO, WORLD!: md5 = 055713e75751ca802ae0701a07217924 OK lower checkfile vs. upper remote (without normalization) 2024/11/12 02:01:03 ERROR : HELLO, WORLD!: sum not found 2024/11/12 02:01:03 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qilobuv6foka' 2024/11/12 02:01:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qilobuv6foka': 1 files missing 2024/11/12 02:01:03 NOTICE: 1 hashes missing 2024/11/12 02:01:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qilobuv6foka': 2 differences found 2024/11/12 02:01:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qilobuv6foka': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/11/12 02:01:05 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/12 02:01:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qilobuv6foka': 0 differences found 2024/11/12 02:01:05 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qilobuv6foka': 1 matching files 2024/11/12 02:01:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-licolug7pare" 2024/11/12 02:01:05 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 02:01:05 DEBUG : Creating backend with remote "TestDrive:crypt/hfof8s8m1kpunjv31bjcbji2t0phn1jcftv737do7lbr8vf35dbg" 2024/11/12 02:01:06 DEBUG : Creating backend with remote "/tmp/rclone3588428882" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-licolug7pare'", Local "Local file system at /tmp/rclone3588428882", Modify Window "1ms" 2024/11/12 02:01:09 DEBUG : HeLlO, wOrLd!: md5 = 26fda041b502e601071795b06646e7b3 OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/11/12 02:01:10 ERROR : HeLlO, wOrLd!: sum not found 2024/11/12 02:01:10 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-licolug7pare' 2024/11/12 02:01:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-licolug7pare': 1 files missing 2024/11/12 02:01:10 NOTICE: 1 hashes missing 2024/11/12 02:01:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-licolug7pare': 2 differences found 2024/11/12 02:01:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-licolug7pare': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/11/12 02:01:11 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/12 02:01:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-licolug7pare': 0 differences found 2024/11/12 02:01:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-licolug7pare': 1 matching files 2024/11/12 02:01:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hakasoz9coxu" 2024/11/12 02:01:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 02:01:11 DEBUG : Creating backend with remote "TestDrive:crypt/a4qaoooblav930ruvm9252vkmqr67rsm3d4snmq65nfb6rfkmmb0" 2024/11/12 02:01:12 DEBUG : Creating backend with remote "/tmp/rclone3310085724" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hakasoz9coxu'", Local "Local file system at /tmp/rclone3310085724", Modify Window "1ms" 2024/11/12 02:01:16 DEBUG : HELLO, WORLD!: md5 = ec0767342aefea860f52d0b936118686 OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/11/12 02:01:16 ERROR : HELLO, WORLD!: sum not found 2024/11/12 02:01:16 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-hakasoz9coxu' 2024/11/12 02:01:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hakasoz9coxu': 1 files missing 2024/11/12 02:01:16 NOTICE: 1 hashes missing 2024/11/12 02:01:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hakasoz9coxu': 2 differences found 2024/11/12 02:01:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hakasoz9coxu': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/11/12 02:01:17 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/12 02:01:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hakasoz9coxu': 0 differences found 2024/11/12 02:01:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hakasoz9coxu': 1 matching files 2024/11/12 02:01:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vesoduw7bede" 2024/11/12 02:01:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 02:01:17 DEBUG : Creating backend with remote "TestDrive:crypt/ldmpd9evrn7kbdl96udscannanti76goanavoo8h62q9qkog2img" 2024/11/12 02:01:19 DEBUG : Creating backend with remote "/tmp/rclone3344902743" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vesoduw7bede'", Local "Local file system at /tmp/rclone3344902743", Modify Window "1ms" 2024/11/12 02:01:22 DEBUG : 測試_Русский___ě_áñ: md5 = 6b3a847c0a181dddf7e2f488febd19f9 OK NFD checkfile vs. NFC remote (without normalization) 2024/11/12 02:01:22 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/12 02:01:22 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vesoduw7bede' 2024/11/12 02:01:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vesoduw7bede': 1 files missing 2024/11/12 02:01:22 NOTICE: 1 hashes missing 2024/11/12 02:01:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vesoduw7bede': 2 differences found 2024/11/12 02:01:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vesoduw7bede': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/11/12 02:01:24 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/12 02:01:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vesoduw7bede': 0 differences found 2024/11/12 02:01:24 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vesoduw7bede': 1 matching files 2024/11/12 02:01:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-felamoj5wesi" 2024/11/12 02:01:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 02:01:24 DEBUG : Creating backend with remote "TestDrive:crypt/pf6d6cpan18t4t9e7nm95pqqetub1g36emkcn70uv407l6jmfbu0" 2024/11/12 02:01:25 DEBUG : Creating backend with remote "/tmp/rclone2644299926" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-felamoj5wesi'", Local "Local file system at /tmp/rclone2644299926", Modify Window "1ms" 2024/11/12 02:01:28 DEBUG : 測試_Русский___ě_áñ: md5 = 85a107ad9710280053b4755d2720bf6d OK NFC checkfile vs. NFD remote (without normalization) 2024/11/12 02:01:29 ERROR : 測試_Русский___ě_áñ: sum not found 2024/11/12 02:01:29 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-felamoj5wesi' 2024/11/12 02:01:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-felamoj5wesi': 1 files missing 2024/11/12 02:01:29 NOTICE: 1 hashes missing 2024/11/12 02:01:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-felamoj5wesi': 2 differences found 2024/11/12 02:01:29 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-felamoj5wesi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/11/12 02:01:30 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/12 02:01:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-felamoj5wesi': 0 differences found 2024/11/12 02:01:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-felamoj5wesi': 1 matching files 2024/11/12 02:01:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fawodod0depa" 2024/11/12 02:01:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 02:01:30 DEBUG : Creating backend with remote "TestDrive:crypt/57smd6p2ucqdc1542blmm5pdg0svcsojpk2euc5gkf50icuc2es0" 2024/11/12 02:01:31 DEBUG : Creating backend with remote "/tmp/rclone1267593771" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fawodod0depa'", Local "Local file system at /tmp/rclone1267593771", Modify Window "1ms" 2024/11/12 02:01:34 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 946edd83827d0b4daaff9b2dff8de361 OK NFDx2 checkfile vs. both remote (without normalization) 2024/11/12 02:01:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/12 02:01:35 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-fawodod0depa' 2024/11/12 02:01:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fawodod0depa': 1 files missing 2024/11/12 02:01:35 NOTICE: 1 hashes missing 2024/11/12 02:01:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fawodod0depa': 2 differences found 2024/11/12 02:01:35 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fawodod0depa': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/11/12 02:01:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/12 02:01:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fawodod0depa': 0 differences found 2024/11/12 02:01:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fawodod0depa': 1 matching files 2024/11/12 02:01:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-zolosiv2cuza" 2024/11/12 02:01:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 02:01:36 DEBUG : Creating backend with remote "TestDrive:crypt/npi8ef5qn12mso3huia99nqatugu9m0e4frp2efifjuhl7q27c5g" 2024/11/12 02:01:37 DEBUG : Creating backend with remote "/tmp/rclone3099251000" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-zolosiv2cuza'", Local "Local file system at /tmp/rclone3099251000", Modify Window "1ms" 2024/11/12 02:01:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = da69a95ecf76e6a718877a8ba92fe6d1 OK NFCx2 checkfile vs. both remote (without normalization) 2024/11/12 02:01:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/12 02:01:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-zolosiv2cuza' 2024/11/12 02:01:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zolosiv2cuza': 1 files missing 2024/11/12 02:01:41 NOTICE: 1 hashes missing 2024/11/12 02:01:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zolosiv2cuza': 2 differences found 2024/11/12 02:01:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zolosiv2cuza': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/11/12 02:01:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/12 02:01:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zolosiv2cuza': 0 differences found 2024/11/12 02:01:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-zolosiv2cuza': 1 matching files 2024/11/12 02:01:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xukukuh3zuya" 2024/11/12 02:01:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 02:01:43 DEBUG : Creating backend with remote "TestDrive:crypt/ojl6ai7bmvhgp7kuq79unrn5g727jr65r7q3ac33c5gcevnahbe0" 2024/11/12 02:01:44 DEBUG : Creating backend with remote "/tmp/rclone159743350" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xukukuh3zuya'", Local "Local file system at /tmp/rclone159743350", Modify Window "1ms" 2024/11/12 02:01:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = f355374e477751196a390d35645dbd26 OK both checkfile vs. NFDx2 remote (without normalization) 2024/11/12 02:01:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/12 02:01:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-xukukuh3zuya' 2024/11/12 02:01:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xukukuh3zuya': 1 files missing 2024/11/12 02:01:48 NOTICE: 1 hashes missing 2024/11/12 02:01:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xukukuh3zuya': 2 differences found 2024/11/12 02:01:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xukukuh3zuya': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/11/12 02:01:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/12 02:01:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xukukuh3zuya': 0 differences found 2024/11/12 02:01:49 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-xukukuh3zuya': 1 matching files 2024/11/12 02:01:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wineqom4cori" 2024/11/12 02:01:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 02:01:49 DEBUG : Creating backend with remote "TestDrive:crypt/ndsipho4g8ut9bum59gtq0j2chmah6am63pqqs1jfjlcpaakhe80" 2024/11/12 02:01:50 DEBUG : Creating backend with remote "/tmp/rclone1249599553" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wineqom4cori'", Local "Local file system at /tmp/rclone1249599553", Modify Window "1ms" 2024/11/12 02:01:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 8d34132d93e8035910a32a0c0b5d0c1a OK both checkfile vs. NFCx2 remote (without normalization) 2024/11/12 02:01:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/11/12 02:01:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-wineqom4cori' 2024/11/12 02:01:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wineqom4cori': 1 files missing 2024/11/12 02:01:54 NOTICE: 1 hashes missing 2024/11/12 02:01:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wineqom4cori': 2 differences found 2024/11/12 02:01:54 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wineqom4cori': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/11/12 02:01:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/11/12 02:01:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wineqom4cori': 0 differences found 2024/11/12 02:01:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wineqom4cori': 1 matching files 2024/11/12 02:01:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wineqom4cori': Purge remote 2024/11/12 02:01:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xukukuh3zuya': Purge remote 2024/11/12 02:01:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-zolosiv2cuza': Purge remote 2024/11/12 02:01:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fawodod0depa': Purge remote 2024/11/12 02:01:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-felamoj5wesi': Purge remote 2024/11/12 02:01:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vesoduw7bede': Purge remote 2024/11/12 02:02:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hakasoz9coxu': Purge remote 2024/11/12 02:02:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-licolug7pare': Purge remote 2024/11/12 02:02:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qilobuv6foka': Purge remote 2024/11/12 02:02:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lodayum1jala': Purge remote --- PASS: TestApplyTransforms (70.84s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:02:03 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/12 02:02:06 DEBUG : sub/file2: md5 = a10af3be44e3a250e8f76343977cbc87 OK 2024/11/12 02:02:06 INFO : file1: Copied (new) to: sub/file2 2024/11/12 02:02:07 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 02:02:07 DEBUG : file1: Unchanged skipping 2024/11/12 02:02:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': don't need to copy/move sub/file2, it is already at target location 2024/11/12 02:02:10 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (7.75s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.53s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:02:14 DEBUG : dst/file1: md5 = 9f0e313fb5b24b44c4511ea1729ba454 OK 2024/11/12 02:02:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dosuhab2zoxi/backup" 2024/11/12 02:02:15 DEBUG : Creating backend with remote "TestDrive:crypt/s1ql74a9iekjojjfs31kr5upe5fj7qa8eee660g9gm2erq4aofm0/1nrff024r7pq65ecp72fc28jb0" 2024/11/12 02:02:17 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/12 02:02:20 INFO : dst/file1: Moved (server-side) 2024/11/12 02:02:22 DEBUG : dst/file1: md5 = c55bbfd10e72dde62cdcc52efd44f3d5 OK 2024/11/12 02:02:22 INFO : dst/file1: Copied (new) 2024/11/12 02:02:25 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/12 02:02:26 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/12 02:02:27 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (16.93s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:02:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dosuhab2zoxi/dst" 2024/11/12 02:02:28 DEBUG : Creating backend with remote "TestDrive:crypt/s1ql74a9iekjojjfs31kr5upe5fj7qa8eee660g9gm2erq4aofm0/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/12 02:02:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dosuhab2zoxi/CompareDest" 2024/11/12 02:02:30 DEBUG : Creating backend with remote "TestDrive:crypt/s1ql74a9iekjojjfs31kr5upe5fj7qa8eee660g9gm2erq4aofm0/gveqi14airsml4bgu7krj116o8" 2024/11/12 02:02:32 DEBUG : one: Need to transfer - File not found at Destination 2024/11/12 02:02:35 DEBUG : one: md5 = 76fcb3e707edb891d6538ed8301e56b7 OK 2024/11/12 02:02:35 INFO : one: Copied (new) 2024/11/12 02:02:37 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/12 02:02:39 DEBUG : one: md5 = 92b41f304cce9f7be0583fd7843b258a OK 2024/11/12 02:02:39 INFO : one: Copied (replaced existing) 2024/11/12 02:02:41 DEBUG : dst/one: md5 = 966304ef016f82e66636512a56b9c0af OK 2024/11/12 02:02:44 DEBUG : CompareDest/one: md5 = 61a064e1dff83dc29d9a4689a41774c7 OK 2024/11/12 02:02:45 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/12 02:02:45 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 02:02:45 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/12 02:02:48 DEBUG : CompareDest/two: md5 = d45819b8e0056db9bbea2af6bdc7f30a OK 2024/11/12 02:02:49 DEBUG : two: Need to transfer - File not found at Destination 2024/11/12 02:02:49 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 02:02:49 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/12 02:02:50 DEBUG : two: Need to transfer - File not found at Destination 2024/11/12 02:02:50 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 02:02:50 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/12 02:02:51 DEBUG : two: Need to transfer - File not found at Destination 2024/11/12 02:02:52 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/12 02:02:54 DEBUG : two: md5 = 49fb1739825d53be6c05643b53b59ee7 OK 2024/11/12 02:02:54 INFO : two: Copied (new) 2024/11/12 02:02:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/12 02:02:58 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:02:59 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:02:59 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (31.67s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:03:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dosuhab2zoxi/dst" 2024/11/12 02:03:00 DEBUG : Creating backend with remote "TestDrive:crypt/s1ql74a9iekjojjfs31kr5upe5fj7qa8eee660g9gm2erq4aofm0/31u3jie661vd5p8j7rtc3hgbh0" 2024/11/12 02:03:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dosuhab2zoxi/CopyDest" 2024/11/12 02:03:02 DEBUG : Creating backend with remote "TestDrive:crypt/s1ql74a9iekjojjfs31kr5upe5fj7qa8eee660g9gm2erq4aofm0/d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/12 02:03:04 DEBUG : one: Need to transfer - File not found at Destination 2024/11/12 02:03:07 DEBUG : one: md5 = 4abc84e0394e49a3aeae42ddb7b609bc OK 2024/11/12 02:03:07 INFO : one: Copied (new) 2024/11/12 02:03:08 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/12 02:03:11 DEBUG : one: md5 = 312d6a4910899b5b3604c78aa83811f1 OK 2024/11/12 02:03:11 INFO : one: Copied (replaced existing) 2024/11/12 02:03:13 DEBUG : dst/one: md5 = 76e6103d8c2d2fef2b40263a37b965f8 OK 2024/11/12 02:03:16 DEBUG : CopyDest/one: md5 = de0f9daec760a29653c14a4ba1110e2d OK 2024/11/12 02:03:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dosuhab2zoxi/BackupDir" 2024/11/12 02:03:17 DEBUG : Creating backend with remote "TestDrive:crypt/s1ql74a9iekjojjfs31kr5upe5fj7qa8eee660g9gm2erq4aofm0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/12 02:03:19 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/12 02:03:20 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 02:03:20 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/12 02:03:22 INFO : one: Moved (server-side) 2024/11/12 02:03:24 INFO : one: Copied (server-side copy) 2024/11/12 02:03:24 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/12 02:03:26 DEBUG : CopyDest/two: md5 = c2149daccde173d613f43ec4100fb3df OK 2024/11/12 02:03:27 DEBUG : two: Need to transfer - File not found at Destination 2024/11/12 02:03:27 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 02:03:29 INFO : two: Copied (server-side copy) 2024/11/12 02:03:29 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/12 02:03:29 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 02:03:29 DEBUG : two: Unchanged skipping 2024/11/12 02:03:32 DEBUG : CopyDest/three: md5 = ace456ac8a605d8685fe43d8030a2bcf OK 2024/11/12 02:03:33 DEBUG : three: Need to transfer - File not found at Destination 2024/11/12 02:03:33 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/12 02:03:33 DEBUG : three: Destination not found in --copy-dest 2024/11/12 02:03:35 DEBUG : three: md5 = e8409b405f4388eb739ed6707a609e5f OK 2024/11/12 02:03:35 INFO : three: Copied (new) 2024/11/12 02:03:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/12 02:03:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:03:41 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/12 02:03:42 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/12 02:03:42 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:03:42 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/12 02:03:43 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (43.60s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.51s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.50s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:03:45 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/11/12 02:03:48 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 77f0a614c924b89bbec9c00c70ab2a56 OK 2024/11/12 02:03:48 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/11/12 02:03:49 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/11/12 02:03:49 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2024/11/12 02:03:50 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/11/12 02:03:51 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/11/12 02:03:52 DEBUG : TestCopyFileMaxTransfer/file4: md5 = a98abae2f42cd55febf2271e46e610cc OK 2024/11/12 02:03:52 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/11/12 02:03:55 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/11/12 02:03:55 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (11.48s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.48s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:04:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': Looking for duplicate names using skip mode. 2024/11/12 02:04:01 NOTICE: one: Found 2 files with duplicate names 2024/11/12 02:04:01 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (6.48s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:04:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': Looking for duplicate names using skip mode. 2024/11/12 02:04:09 NOTICE: one: Found 3 files with duplicate names 2024/11/12 02:04:09 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/11/12 02:04:10 INFO : one: Deleted 2024/11/12 02:04:10 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (8.44s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:04:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': Looking for duplicate names using first mode. 2024/11/12 02:04:17 NOTICE: one: Found 3 files with duplicate names 2024/11/12 02:04:18 INFO : one: Deleted 2024/11/12 02:04:18 INFO : one: Deleted 2024/11/12 02:04:18 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (8.05s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:04:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': Looking for duplicate names using newest mode. 2024/11/12 02:04:25 NOTICE: one: Found 3 files with duplicate names 2024/11/12 02:04:26 INFO : one: Deleted 2024/11/12 02:04:26 INFO : one: Deleted 2024/11/12 02:04:26 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (8.19s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.51s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:04:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': Looking for duplicate names using oldest mode. 2024/11/12 02:04:34 NOTICE: one: Found 3 files with duplicate names 2024/11/12 02:04:35 INFO : one: Deleted 2024/11/12 02:04:35 INFO : one: Deleted 2024/11/12 02:04:35 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (8.67s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:04:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': Looking for duplicate names using largest mode. 2024/11/12 02:04:43 NOTICE: one: Found 3 files with duplicate names 2024/11/12 02:04:43 INFO : one: Deleted 2024/11/12 02:04:44 INFO : one: Deleted 2024/11/12 02:04:44 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (8.46s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:04:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': Looking for duplicate names using smallest mode. 2024/11/12 02:04:51 NOTICE: one: Found 3 files with duplicate names 2024/11/12 02:04:52 INFO : one: Deleted 2024/11/12 02:04:53 INFO : one: Deleted 2024/11/12 02:04:53 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (8.52s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:05:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': Looking for duplicate names using rename mode. 2024/11/12 02:05:01 NOTICE: one.txt: Found 3 files with duplicate names 2024/11/12 02:05:03 INFO : one-2.txt: renamed from: one.txt 2024/11/12 02:05:04 INFO : one-3.txt: renamed from: one.txt 2024/11/12 02:05:06 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (15.53s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:05:13 DEBUG : dupe1/one.txt: md5 = 7a22f2fa1a2c1591b218603e8dfe01ac OK 2024/11/12 02:05:16 DEBUG : dupe2/two.txt: md5 = 47a4543dc939782a175155eab91236fc OK 2024/11/12 02:05:19 DEBUG : dupe3/three.txt: md5 = 4190bb28bec8e40a8a383f529708509a OK 2024/11/12 02:05:19 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/11/12 02:05:20 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/11/12 02:05:21 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/11/12 02:05:23 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/11/12 02:05:27 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/11/12 02:05:27 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/11/12 02:05:27 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (18.76s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:05:30 DEBUG : a.txt: md5 = c402f94b53d6fd8e3e888510feb629c4 OK 2024/11/12 02:05:32 DEBUG : zend.txt: md5 = 93dd7548af6e29de939d8d64f5d9aecf OK 2024/11/12 02:05:35 DEBUG : sub dir/hello world: md5 = 999ce52a72fd940883f347581ea2d3fd OK 2024/11/12 02:05:37 DEBUG : sub dir/hello world2: md5 = c80020087a11e6edb96596061802157b OK 2024/11/12 02:05:40 DEBUG : sub dir/ignore dir/.ignore: md5 = 7e9c7e75f37883efddcac43fbb889784 OK 2024/11/12 02:05:42 DEBUG : sub dir/ignore dir/should be ignored: md5 = 5a34c56d91df30eafff2f3b08522194d OK 2024/11/12 02:05:45 DEBUG : sub dir/sub sub dir/hello world3: md5 = 569b838f9dc2e76bb163687b8e2103c1 OK 2024/11/12 02:05:47 DEBUG : a.txt: Excluded (Size Filter) 2024/11/12 02:05:47 DEBUG : a.txt: Excluded 2024/11/12 02:05:47 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/12 02:05:47 DEBUG : sub dir/hello world: Excluded 2024/11/12 02:05:47 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/12 02:05:47 DEBUG : sub dir/hello world2: Excluded 2024/11/12 02:05:48 DEBUG : sub dir/ignore dir: Excluded 2024/11/12 02:05:48 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/11/12 02:05:48 DEBUG : sub dir/hello world: Excluded 2024/11/12 02:05:48 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/11/12 02:05:48 DEBUG : sub dir/hello world2: Excluded 2024/11/12 02:05:48 DEBUG : sub dir/ignore dir: Excluded 2024/11/12 02:05:54 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/11/12 02:05:55 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/11/12 02:05:55 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/11/12 02:05:56 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/11/12 02:05:56 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/11/12 02:05:56 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2024/11/12 02:05:56 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (29.06s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:05:59 DEBUG : file1: md5 = aec16f1993cd222acf3c905e71972018 OK 2024/11/12 02:06:02 DEBUG : sub/file2: md5 = ea32dc0e9ae0bb3cea9e7157c0f66362 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2024/11/12 02:06:06 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/11/12 02:06:06 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/11/12 02:06:06 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/11/12 02:06:09 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (12.28s) --- PASS: TestListJSON/Default (0.26s) --- PASS: TestListJSON/FilesOnly (0.29s) --- PASS: TestListJSON/DirsOnly (0.28s) --- PASS: TestListJSON/Recurse (0.55s) --- PASS: TestListJSON/SubDir (0.30s) --- PASS: TestListJSON/NoModTime (0.28s) --- PASS: TestListJSON/NoMimeType (0.32s) --- PASS: TestListJSON/ShowHash (0.29s) --- PASS: TestListJSON/HashTypes (0.27s) --- PASS: TestListJSON/Metadata (0.76s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:06:11 DEBUG : file1: md5 = 0a2a0cf29150553146a615733ca6576a OK 2024/11/12 02:06:14 DEBUG : sub/file2: md5 = 4e6f54168dff8618b44d7aebbe225b31 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2024/11/12 02:06:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dosuhab2zoxi/notfound" 2024/11/12 02:06:19 DEBUG : Creating backend with remote "TestDrive:crypt/s1ql74a9iekjojjfs31kr5upe5fj7qa8eee660g9gm2erq4aofm0/qe0i31qdkoejk60elps0ni5sqk" 2024/11/12 02:06:23 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (14.28s) --- PASS: TestStatJSON/Root (0.33s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.30s) --- PASS: TestStatJSON/Dir (0.73s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.27s) --- PASS: TestStatJSON/File (0.26s) --- PASS: TestStatJSON/NotFound (0.52s) --- PASS: TestStatJSON/DirFilesOnly (0.28s) --- PASS: TestStatJSON/FileFilesOnly (0.25s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.24s) --- PASS: TestStatJSON/DirDirsOnly (0.26s) --- PASS: TestStatJSON/FileDirsOnly (0.27s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.28s) --- PASS: TestStatJSON/RootNotFound (1.93s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:06:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': Making directory 2024/11/12 02:06:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': Making directory --- PASS: TestMkdir (0.74s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:06:28 DEBUG : sub dir/hello world: md5 = 118f885abc6f42af888c763796e072c2 OK 2024/11/12 02:06:30 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (6.63s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:06:33 DEBUG : potato2: md5 = 512cf3fe1d081ba987a32b2a1c99436c OK 2024/11/12 02:06:35 DEBUG : empty space: md5 = 36eb77a40fb2b2e7045e94f6fe2b7586 OK --- PASS: TestLs (6.69s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:06:40 DEBUG : potato2: md5 = b9545ae2c45ef62b712239ee9d63404b OK 2024/11/12 02:06:42 DEBUG : empty space: md5 = e399981380472df874804779bd87d5e9 OK 2024/11/12 02:06:42 DEBUG : empty space: Excluded (FilesFrom Filter) 2024/11/12 02:06:42 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (6.38s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:06:46 DEBUG : potato2: md5 = ece75c8a0eb546673f10117e7f185dfe OK 2024/11/12 02:06:48 DEBUG : empty space: md5 = 19e1922219a61742214e5ef1c876a868 OK --- PASS: TestLsLong (5.93s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:06:52 DEBUG : potato2: md5 = 91515ee2f320c75c772250316dfc3a3e OK 2024/11/12 02:06:54 DEBUG : empty space: md5 = 9b22f6ea5133b1c94a5bc48a45d8bd55 OK --- PASS: TestHashSums (5.99s) === RUN TestHashSumsWithErrors 2024/11/12 02:06:56 DEBUG : Creating backend with remote ":memory:" 2024/11/12 02:06:56 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/11/12 02:06:56 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/12 02:06:56 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/11/12 02:06:56 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/12 02:06:56 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/11/12 02:06:56 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/12 02:06:56 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/11/12 02:06:56 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/11/12 02:06:56 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-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:06:58 DEBUG : potato2: md5 = ddc13f5be33c9cb24d86864f42307b41 OK 2024/11/12 02:07:00 DEBUG : empty space: md5 = af4ee8e54a6cf6c71f120834f300cb91 OK 2024/11/12 02:07:03 DEBUG : sub dir/potato3: md5 = d0859652ce5a9354dede6d7ed4930572 OK 2024/11/12 02:07:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (11.08s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:07:09 DEBUG : small: md5 = 21afde481612b9d24336b7d4ac486f0b OK 2024/11/12 02:07:11 DEBUG : medium: md5 = 8ec134498cc87f9c5598561115b932da OK 2024/11/12 02:07:13 DEBUG : large: md5 = ad52e63180d153ddf980feedd776ff7c OK 2024/11/12 02:07:13 DEBUG : Waiting for deletions to finish 2024/11/12 02:07:13 DEBUG : large: Excluded (Size Filter) 2024/11/12 02:07:14 INFO : small: Deleted 2024/11/12 02:07:14 INFO : medium: Deleted --- PASS: TestDelete (8.00s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:07:17 DEBUG : small: md5 = d352353eb6b23e053fc068ba4f3ab009 OK 2024/11/12 02:07:19 DEBUG : medium: md5 = 70b8d9dbeeb6c999f91f1f2d1601cabf OK 2024/11/12 02:07:21 DEBUG : large: md5 = 80146988d6ed2cb4a940af84f9fec519 OK 2024/11/12 02:07:21 DEBUG : Waiting for deletions to finish 2024/11/12 02:07:21 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2024/11/12 02:07:22 INFO : small: Deleted 2024/11/12 02:07:22 INFO : large: Deleted --- PASS: TestMaxDelete (8.55s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:07:26 DEBUG : small: md5 = fa79797cc749237fc0a17c07aeaa5f77 OK 2024/11/12 02:07:28 DEBUG : medium: md5 = 6e801875066a03b6c758e635c96fdb7e OK 2024/11/12 02:07:29 DEBUG : large: md5 = a979ed33b6e64320cb37a422dea5ae7f OK 2024/11/12 02:07:30 DEBUG : Waiting for deletions to finish 2024/11/12 02:07:30 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/11/12 02:07:31 INFO : small: Deleted 2024/11/12 02:07:31 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (8.81s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:07:35 DEBUG : small: md5 = 79d215d9a925303b68f4c598f90611f3 OK 2024/11/12 02:07:36 DEBUG : medium: md5 = b0fd20282e25f3c2929846382b4b1357 OK 2024/11/12 02:07:40 DEBUG : large: md5 = c64ff484bd3bf3d6c42fc15c10bae2b8 OK 2024/11/12 02:07:40 DEBUG : Waiting for deletions to finish 2024/11/12 02:07:41 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2024/11/12 02:07:41 INFO : small: Deleted 2024/11/12 02:07:41 INFO : large: Deleted --- PASS: TestMaxDeleteSize (10.67s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:07:45 DEBUG : ReadFile: md5 = 208e0bde5d8e88c0d32bdcfa30e5eb30 OK --- PASS: TestReadFile (5.30s) === RUN TestRetry 2024/11/12 02:07:49 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/11/12 02:07:49 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/11/12 02:07:49 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/12 02:07:49 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/12 02:07:49 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/12 02:07:49 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/11/12 02:07:49 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-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:07:51 DEBUG : file1: md5 = b3a771f7b75461d94aeaaf30a2395fcc OK 2024/11/12 02:07:52 DEBUG : file2: md5 = 8d100a016617a96a7514811e39a7fa2f OK --- PASS: TestCat (21.78s) === RUN TestPurge 2024/11/12 02:08:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-buyirac4zuyi" 2024/11/12 02:08:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 02:08:11 DEBUG : Creating backend with remote "TestDrive:crypt/d2e7s163ee10e2ih711ekiv6gq5jaj35ddnklgitfdgvdoivpl70" 2024/11/12 02:08:12 DEBUG : Creating backend with remote "/tmp/rclone2580305196" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-buyirac4zuyi'", Local "Local file system at /tmp/rclone2580305196", Modify Window "1ms" 2024/11/12 02:08:18 DEBUG : A1/B1/C1/one: md5 = 50c6a5993b61f70a8dac6caaac1d5a8e OK 2024/11/12 02:08:18 DEBUG : A2: Making directory 2024/11/12 02:08:19 DEBUG : A1/B2: Making directory 2024/11/12 02:08:20 DEBUG : A1/B2/C2: Making directory 2024/11/12 02:08:22 DEBUG : A1/B1/C3: Making directory 2024/11/12 02:08:23 DEBUG : A3: Making directory 2024/11/12 02:08:24 DEBUG : A3/B3: Making directory 2024/11/12 02:08:25 DEBUG : A3/B3/C4: Making directory 2024/11/12 02:08:28 DEBUG : A1/two: md5 = f31ab1f391206033cabb6e453b47c3cc OK 2024/11/12 02:08:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-buyirac4zuyi': Purge remote 2024/11/12 02:08:33 NOTICE: purge failed: directory not found --- PASS: TestPurge (22.16s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:08:38 DEBUG : A1/B1/C1/one: md5 = d3a54145306fe8064a20073c24e51cf2 OK 2024/11/12 02:08:38 DEBUG : A2: Making directory 2024/11/12 02:08:39 DEBUG : A1/B2: Making directory 2024/11/12 02:08:40 DEBUG : A1/B2/C2: Making directory 2024/11/12 02:08:42 DEBUG : A1/B1/C3: Making directory 2024/11/12 02:08:43 DEBUG : A3: Making directory 2024/11/12 02:08:44 DEBUG : A3/B3: Making directory 2024/11/12 02:08:45 DEBUG : A3/B3/C4: Making directory 2024/11/12 02:08:48 DEBUG : A1/two: md5 = 4a9502f6f5c442d40d6f9b6cd0599d43 OK 2024/11/12 02:08:49 DEBUG : removing 1 level 3 directories 2024/11/12 02:08:49 INFO : A3/B3/C4: Removing directory 2024/11/12 02:08:52 DEBUG : removing 2 level 3 directories 2024/11/12 02:08:52 INFO : A1/B2/C2: Removing directory 2024/11/12 02:08:52 INFO : A1/B1/C3: Removing directory 2024/11/12 02:08:53 DEBUG : removing 2 level 2 directories 2024/11/12 02:08:53 INFO : A3/B3: Removing directory 2024/11/12 02:08:53 INFO : A1/B2: Removing directory 2024/11/12 02:08:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/12 02:08:53 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/11/12 02:08:54 DEBUG : removing 2 level 1 directories 2024/11/12 02:08:54 INFO : A3: Removing directory 2024/11/12 02:08:54 INFO : A2: Removing directory 2024/11/12 02:08:54 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/11/12 02:08:59 DEBUG : removing 1 level 3 directories 2024/11/12 02:08:59 INFO : A1/B1/C1: Removing directory 2024/11/12 02:08:59 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:00 DEBUG : removing 1 level 2 directories 2024/11/12 02:09:00 INFO : A1/B1: Removing directory 2024/11/12 02:09:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/12 02:09:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/12 02:09:01 DEBUG : removing 1 level 1 directories 2024/11/12 02:09:01 INFO : A1: Removing directory 2024/11/12 02:09:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/12 02:09:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/12 02:09:01 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/12 02:09:02 DEBUG : removing 1 level 0 directories 2024/11/12 02:09:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': Removing directory 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/11/12 02:09:02 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (31.09s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:09:05 DEBUG : A1: Making directory 2024/11/12 02:09:06 DEBUG : A1/B1: Making directory 2024/11/12 02:09:08 DEBUG : A1/B1/C1: Making directory 2024/11/12 02:09:10 DEBUG : removing 1 level 3 directories 2024/11/12 02:09:10 INFO : A1/B1/C1: Removing directory 2024/11/12 02:09:11 DEBUG : removing 1 level 2 directories 2024/11/12 02:09:11 INFO : A1/B1: Removing directory 2024/11/12 02:09:12 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/12 02:09:14 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (10.83s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:09:15 DEBUG : A1: Making directory 2024/11/12 02:09:16 DEBUG : A1/B1: Making directory 2024/11/12 02:09:17 DEBUG : A1/B1/C1: Making directory 2024/11/12 02:09:20 DEBUG : removing 1 level 3 directories 2024/11/12 02:09:20 INFO : A1/B1/C1: Removing directory 2024/11/12 02:09:21 DEBUG : removing 1 level 2 directories 2024/11/12 02:09:21 INFO : A1/B1: Removing directory 2024/11/12 02:09:21 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/12 02:09:23 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (9.63s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:09:26 DEBUG : file1: md5 = 38b41ed0eee1dfaaa1a750f925c01169 OK 2024/11/12 02:09:27 DEBUG : filename.txt: File name found in url 2024/11/12 02:09:29 DEBUG : filename.txt: md5 = 5f0df7bb357bdb0856864664e35f4e1b OK 2024/11/12 02:09:29 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/11/12 02:09:31 DEBUG : headerfilename.txt: md5 = ce4d504a470b0d43d8b1a80d51a3b0f3 OK 2024/11/12 02:09:33 DEBUG : file2: md5 = 19baa521ceae25eedc0ae0530f7e00f7 OK --- PASS: TestCopyURL (12.80s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:09:37 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/12 02:09:40 DEBUG : sub/file2: md5 = 1406957bb36623cd568d1d1d97596472 OK 2024/11/12 02:09:40 INFO : file1: Copied (new) to: sub/file2 2024/11/12 02:09:40 INFO : file1: Deleted 2024/11/12 02:09:41 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 02:09:41 DEBUG : file1: Unchanged skipping 2024/11/12 02:09:41 INFO : file1: Deleted 2024/11/12 02:09:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': don't need to copy/move sub/file2, it is already at target location 2024/11/12 02:09:44 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.71s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:09:45 DEBUG : file1: Need to transfer - File not found at Destination 2024/11/12 02:09:47 DEBUG : file1: md5 = 779538b678ef6006b3a7dc63d82579b9 OK 2024/11/12 02:09:47 INFO : file1: Copied (new) 2024/11/12 02:09:47 INFO : file1: Deleted 2024/11/12 02:09:47 DEBUG : file1: Destination exists, skipping 2024/11/12 02:09:47 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (4.09s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.49s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.51s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:09:53 DEBUG : dst/file1: md5 = deff0eef6a3a9f5edd8ee1efed57ddaa OK 2024/11/12 02:09:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dosuhab2zoxi/backup" 2024/11/12 02:09:54 DEBUG : Creating backend with remote "TestDrive:crypt/s1ql74a9iekjojjfs31kr5upe5fj7qa8eee660g9gm2erq4aofm0/1nrff024r7pq65ecp72fc28jb0" 2024/11/12 02:09:55 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/11/12 02:09:59 INFO : dst/file1: Moved (server-side) 2024/11/12 02:10:01 DEBUG : dst/file1: md5 = 3ff68105aa276764ef5a0a1d0a4df9c2 OK 2024/11/12 02:10:01 INFO : dst/file1: Copied (new) 2024/11/12 02:10:01 INFO : dst/file1: Deleted 2024/11/12 02:10:04 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/12 02:10:05 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/11/12 02:10:06 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (17.00s) === 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-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:10:10 DEBUG : A1/one: md5 = 0b191abba0f7631bce7e054fad85abab OK 2024/11/12 02:10:12 DEBUG : A1/two: md5 = b4a2e596148a855fd8b6b5f81d77f873 OK 2024/11/12 02:10:14 DEBUG : A1/B1/three: md5 = d3e9cd89c10d74d2aaefd4b308d318a2 OK 2024/11/12 02:10:17 DEBUG : A1/B1/C1/four: md5 = 95078d6ffecf0e1bc018d97ffa635a55 OK 2024/11/12 02:10:20 DEBUG : A1/B1/C2/five: md5 = 1752a047f116baa1a43e25e99c25096f OK 2024/11/12 02:10:20 DEBUG : A1/B2: Making directory 2024/11/12 02:10:22 DEBUG : A1/B1/C3: Making directory 2024/11/12 02:10:35 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/11/12 02:10:35 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/11/12 02:10:35 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/11/12 02:10:35 INFO : A2/one: Moved (server-side) to: A3/one 2024/11/12 02:10:35 INFO : A2/two: Moved (server-side) to: A3/two 2024/11/12 02:10:40 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/12 02:10:40 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/12 02:10:40 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/12 02:10:40 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/12 02:10:40 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/12 02:10:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/11/12 02:10:51 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/11/12 02:10:51 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/11/12 02:10:51 INFO : A3/one: Moved (server-side) to: A4/one 2024/11/12 02:10:51 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/11/12 02:10:51 INFO : A3/two: Moved (server-side) to: A4/two 2024/11/12 02:10:55 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/12 02:10:55 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/12 02:10:55 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/12 02:10:56 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/12 02:10:56 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/12 02:11:04 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/11/12 02:11:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/11/12 02:11:06 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/11/12 02:11:06 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/11/12 02:11:06 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/11/12 02:11:06 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/11/12 02:11:07 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/11/12 02:11:07 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/11/12 02:11:07 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/11/12 02:11:07 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (61.67s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" --- PASS: TestGetFsInfo (0.49s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:11:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': File to upload is small (34 bytes), uploading instead of streaming 2024/11/12 02:11:11 DEBUG : no_checksum_small_file_from_pipe: md5 = 8a7e1f4edd9d4d878e8ec7e66fabd4bd OK 2024/11/12 02:11:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/11/12 02:11:11 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/12 02:11:12 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/11/12 02:11:13 DEBUG : no_checksum_big_file_from_pipe: md5 = 6cbe15ed9c43c8fc93bd22b17354ca59 OK 2024/11/12 02:11:13 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-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:11:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': File to upload is small (34 bytes), uploading instead of streaming 2024/11/12 02:11:17 DEBUG : with_checksum_small_file_from_pipe: md5 = c8b519f57bc0d9e1e14d5d8ad6cdc1cd OK 2024/11/12 02:11:17 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/12 02:11:18 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/11/12 02:11:20 DEBUG : with_checksum_big_file_from_pipe: md5 = 32630c366965295979831a6363dff69a OK 2024/11/12 02:11:20 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-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:11:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': File to upload is small (34 bytes), uploading instead of streaming 2024/11/12 02:11:24 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 02:11:25 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/12 02:11:26 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-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:11:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': File to upload is small (34 bytes), uploading instead of streaming 2024/11/12 02:11:31 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/11/12 02:11:31 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/11/12 02:11:33 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (26.27s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (6.58s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (6.20s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (6.78s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (6.71s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/11/12 02:11:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': File to upload is small (48 bytes), uploading instead of streaming 2024/11/12 02:11:37 DEBUG : rcat_metadata: md5 = 8b32fa71840a144c860fdf8330ceb018 OK 2024/11/12 02:11:37 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/11/12 02:11:40 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/11/12 02:11:41 DEBUG : rcat_metadata_uploadcutoff0: md5 = 2f406f36388875c286d14381ae5e3213 OK 2024/11/12 02:11:41 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (7.56s) --- PASS: TestRcatMetadata/Normal (3.56s) --- PASS: TestRcatMetadata/ViaDisk (3.51s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:11:45 DEBUG : potato1: md5 = ebdb159bf53ba164ea3c2fe70a021631 OK 2024/11/12 02:11:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': File to upload is small (60 bytes), uploading instead of streaming 2024/11/12 02:11:47 DEBUG : potato2: md5 = dfb43e7b2ba6f60d011dc002f53bb1bf OK 2024/11/12 02:11:47 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (5.96s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:11:50 DEBUG : potato1: md5 = 83a1362dce99f62d0d5273bff1fc2a42 OK 2024/11/12 02:11:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': File to upload is small (60 bytes), uploading instead of streaming 2024/11/12 02:11:53 DEBUG : potato2: md5 = ffb6a27d698115c3673657b84d1dfa2f OK 2024/11/12 02:11:53 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (6.62s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:11:57 DEBUG : potato2: md5 = 0860ee0220d5a1f5908886ac1af467ab OK 2024/11/12 02:12:00 DEBUG : empty space: md5 = 1d12fc653c904de8dc05e82fabb4520f OK 2024/11/12 02:12:03 DEBUG : sub dir/potato3: md5 = 53eca0bf9de2ce6131a7e1034b613fca OK 2024/11/12 02:12:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': Touching "empty space" 2024/11/12 02:12:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': Touching "potato2" 2024/11/12 02:12:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': Touching "sub dir/potato3" 2024/11/12 02:12:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (15.17s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:12:10 DEBUG : dir with metadata: Making directory with metadata 2024/11/12 02:12:12 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (3.07s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:12:14 DEBUG : directory with modtime: Making directory with metadata 2024/11/12 02:12:15 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (3.10s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:12:17 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/12 02:12:17 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/12 02:12:17 DEBUG : Google drive root 'crypt/s1ql74a9iekjojjfs31kr5upe5fj7qa8eee660g9gm2erq4aofm0': Skipping btime metadata as can't update it on an existing file: 2024-11-12T02:12:17.172718604Z 2024/11/12 02:12:18 INFO : non existent directory: Updated directory metadata 2024/11/12 02:12:21 DEBUG : Google drive root 'crypt/s1ql74a9iekjojjfs31kr5upe5fj7qa8eee660g9gm2erq4aofm0': Skipping btime metadata as can't update it on an existing file: 2024-11-12T02:12:17.172718604Z 2024/11/12 02:12:22 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (6.87s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:12:24 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/11/12 02:12:26 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/11/12 02:12:27 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (5.23s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:12:29 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/11/12 02:12:29 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/12 02:12:29 DEBUG : dst: Making directory with metadata 2024/11/12 02:12:30 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/11/12 02:12:30 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 02:12:31 INFO : dst: Set directory modification time (using SetModTime) 2024/11/12 02:12:32 INFO : dst: Set directory modification time (using SetModTime) 2024/11/12 02:12:32 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/11/12 02:12:32 INFO : dst: Set directory modification time (using SetModTime) 2024/11/12 02:12:32 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (5.20s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi'", Local "Local file system at /tmp/rclone1982233725", Modify Window "1ms" 2024/11/12 02:12:37 DEBUG : sub dir/test remove existing: md5 = 98401437fc0b9048646c89a4119014bf OK 2024/11/12 02:12:39 DEBUG : sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890: md5 = afd81cdfc63559a89279947bbdbe31a7 OK 2024/11/12 02:12:41 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.yujapum7" before starting 2024/11/12 02:12:42 DEBUG : sub dir/test remove existing.yujapum7: TEST: removing renamed existing file after operation 2024/11/12 02:12:44 DEBUG : sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890: TEST: renaming existing object to "sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901.rododot1" before starting 2024/11/12 02:12:45 DEBUG : sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901.rododot1: TEST: renaming existing back after failed operation 2024/11/12 02:12:47 DEBUG : sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890: TEST: renaming existing object to "sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901.sukoteh9" before starting 2024/11/12 02:12:48 DEBUG : sub dir/test remove existing with long name 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901.sukoteh9: TEST: removing renamed existing file after operation 2024/11/12 02:12:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "1fe538s5k8hgmvcj9f3i81e0k0k7neg79kal5n2nknqro0tga7mgnilbh37mq4eqp1grgf7rs5d9ka0962hs3586l8d6j5sogpmqrqpll2bdd7c0bbvffu5pmk4u865p5j02do6fndfp6kkuv64spucg93t2b1ktl4luoa907hm43ao6giv7o1briti64h9hb4nmq53107nf22rasojkq2d3kgpdn2hu97cthi8" 2024/11/12 02:12:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "o46gs40c3g0o890kvf1ttqrq8nls4hvjt9p0k55bolikfg8nif5g" --- PASS: TestRemoveExisting (16.87s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2024/11/12 02:12:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosuhab2zoxi': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 13m54.877753349s (try 1/5)