"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2024/09/21 05:09:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vugaxix5femo" 2024/09/21 05:09:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/21 05:09:45 DEBUG : Creating backend with remote "TestDrive:crypt/39hshhbjmrg9tdtess5uul5eq964p5k2ebj2pqv9uahkurfcoteg" 2024/09/21 05:09:46 DEBUG : Creating backend with remote "/tmp/rclone3437890261" === 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-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.23s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.22s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/09/21 05:09:47 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/09/21 05:09:47 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/09/21 05:09:47 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/09/21 05:09:47 DEBUG : potato: Seek from 10 to 0 2024/09/21 05:09:47 DEBUG : potato: Seek from 10 to 0 2024/09/21 05:09:47 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/09/21 05:09:47 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/09/21 05:09:47 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/09/21 05:09:47 DEBUG : potato: Seek from 5 to 2 2024/09/21 05:09:47 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/09/21 05:09:47 DEBUG : potato: Seek from 7 to 0 2024/09/21 05:09:47 DEBUG : potato: Seek from 7 to 0 2024/09/21 05:09:47 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/09/21 05:09:47 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/09/21 05:09:47 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/09/21 05:09:47 DEBUG : potato: Seek from 5 to 2 2024/09/21 05:09:47 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/09/21 05:09:47 DEBUG : potato: Seek from 8 to 0 2024/09/21 05:09:47 DEBUG : potato: Seek from 8 to 0 2024/09/21 05:09:47 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/09/21 05:09:47 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/09/21 05:09:47 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/09/21 05:09:47 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/09/21 05:09:47 DEBUG : potato: Seek from 5 to 2 2024/09/21 05:09:47 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/09/21 05:09:47 DEBUG : potato: Seek from 9 to 0 2024/09/21 05:09:47 DEBUG : potato: Seek from 9 to 0 2024/09/21 05:09:47 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-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:09:49 DEBUG : rutabaga: md5 = 2b2d2c36571af23350eba8bd86240a7d OK === RUN TestCheck/1 === RUN TestCheck/2 2024/09/21 05:09:51 DEBUG : empty space: md5 = 19cda71bce367273adf2be5e2530839a OK === RUN TestCheck/3 2024/09/21 05:09:53 DEBUG : potato2: md5 = a5053d0e6dbf0a026ec8ebfcbe545b40 OK === RUN TestCheck/4 === RUN TestCheck/5 2024/09/21 05:09:56 DEBUG : remotepotato: md5 = 66ba62b3c4689d552820b2c6985a9d4e OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.96s) --- PASS: TestCheck/1 (0.27s) --- PASS: TestCheck/2 (0.25s) --- PASS: TestCheck/3 (0.31s) --- PASS: TestCheck/4 (0.28s) --- PASS: TestCheck/5 (0.29s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.29s) === RUN TestCheckFsError 2024/09/21 05:10:00 DEBUG : Creating backend with remote "nonexistent" 2024/09/21 05:10:00 DEBUG : Creating backend with remote "nonexistent" 2024/09/21 05:10:00 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/09/21 05:10:00 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/09/21 05:10:00 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/09/21 05:10:00 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-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:10:01 DEBUG : rutabaga: md5 = 050feba4ec691444575e01b5c222bb0e OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2024/09/21 05:10:06 DEBUG : empty space: md5 = 8ab96c9c6907919f26972d3172013493 OK === RUN TestCheckDownload/3 2024/09/21 05:10:09 DEBUG : potato2: md5 = 6da64746409ec672e004f8b1b4fa3d27 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2024/09/21 05:10:13 DEBUG : remotepotato: md5 = 5a8f752c35ffa8373e57d57142b6f5a7 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (18.48s) --- PASS: TestCheckDownload/1 (1.35s) --- PASS: TestCheckDownload/2 (1.60s) --- PASS: TestCheckDownload/3 (1.04s) --- PASS: TestCheckDownload/4 (1.34s) --- PASS: TestCheckDownload/5 (1.36s) --- PASS: TestCheckDownload/6 (0.98s) --- PASS: TestCheckDownload/7 (0.90s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:10:20 DEBUG : rutabaga: md5 = eb79b9ef5a50e1e1b45e44ebe04cb630 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2024/09/21 05:10:22 DEBUG : empty space: md5 = a0096ffe9dbb91eea2f95eca114cf76d OK === RUN TestCheckSizeOnly/3 2024/09/21 05:10:24 DEBUG : potato2: md5 = 5b2492eb55c35be0edca83de346a63cc OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2024/09/21 05:10:26 DEBUG : remotepotato: md5 = 336cd0edab0b80b17bcb918a11668600 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (11.61s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.23s) --- PASS: TestCheckSizeOnly/3 (0.28s) --- PASS: TestCheckSizeOnly/4 (0.29s) --- PASS: TestCheckSizeOnly/5 (0.30s) --- PASS: TestCheckSizeOnly/6 (0.30s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:10:31 DEBUG : test.sum: md5 = fe1d5a3850de45445e6d40f3a6fed9a7 OK 2024/09/21 05:10:33 NOTICE: test.sum: improperly formatted checksum line 4 2024/09/21 05:10:33 NOTICE: test.sum: improperly formatted checksum line 5 2024/09/21 05:10:33 NOTICE: test.sum: improperly formatted checksum line 6 2024/09/21 05:10:33 NOTICE: test.sum: 2 warning(s) suppressed... 2024/09/21 05:10:35 DEBUG : test.sum: md5 = 599449392a1d2c15e11a64119293f73d OK 2024/09/21 05:10:36 NOTICE: test.sum: improperly formatted checksum line 4 2024/09/21 05:10:36 NOTICE: test.sum: improperly formatted checksum line 5 2024/09/21 05:10:36 NOTICE: test.sum: improperly formatted checksum line 6 2024/09/21 05:10:36 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (7.36s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:10:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vugaxix5femo/data" 2024/09/21 05:10:37 DEBUG : Creating backend with remote "TestDrive:crypt/39hshhbjmrg9tdtess5uul5eq964p5k2ebj2pqv9uahkurfcoteg/vjrnln8ratgmqakfosrqe8espk" check_test.go:354: Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo/data' lacks md5, skipping --- SKIP: TestCheckSum (2.11s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:10:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vugaxix5femo/data" 2024/09/21 05:10:39 DEBUG : Creating backend with remote "TestDrive:crypt/39hshhbjmrg9tdtess5uul5eq964p5k2ebj2pqv9uahkurfcoteg/vjrnln8ratgmqakfosrqe8espk" 2024/09/21 05:10:43 DEBUG : data/banana: md5 = 3d82ac92a3b4b8edbe0283996f7412fb OK 2024/09/21 05:10:45 DEBUG : test.sum: md5 = 7b0648a99dd3e98e3f905dd057ca3db2 OK === RUN TestCheckSumDownload/subtest1 2024/09/21 05:10:50 DEBUG : data/potato: md5 = 842c73ce0348b9d0fa693fb32e442a6a OK 2024/09/21 05:10:51 DEBUG : test.sum: md5 = f8d3082005557dde9a7567f51357344e OK === RUN TestCheckSumDownload/subtest2 2024/09/21 05:10:56 DEBUG : test.sum: md5 = 1fd373b66795cebfd16a761223ca1fd7 OK === RUN TestCheckSumDownload/subtest3 2024/09/21 05:11:01 DEBUG : test.sum: md5 = f3ae739922828fd8b3bd206ea101988b OK === RUN TestCheckSumDownload/subtest4 2024/09/21 05:11:06 DEBUG : test.sum: md5 = 81c376804b9eabd04d541ca8c6f93d5c OK === RUN TestCheckSumDownload/subtest5 2024/09/21 05:11:11 DEBUG : test.sum: md5 = f9c461251778a542b5bf6e090b648580 OK === RUN TestCheckSumDownload/subtest6 2024/09/21 05:11:16 DEBUG : data/banana: md5 = 1e9c30ad111caac748c6ab65bdb69bef OK 2024/09/21 05:11:17 DEBUG : data/potato: md5 = caaede96cad476494cf3a275ef5d7ace OK 2024/09/21 05:11:19 DEBUG : test.sum: md5 = a3f1b2550b75954cbf406536deeb63be OK === RUN TestCheckSumDownload/subtest7 2024/09/21 05:11:25 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2024/09/21 05:11:25 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (46.35s) --- PASS: TestCheckSumDownload/subtest1 (2.74s) --- PASS: TestCheckSumDownload/subtest2 (2.63s) --- PASS: TestCheckSumDownload/subtest3 (2.33s) --- PASS: TestCheckSumDownload/subtest4 (2.41s) --- PASS: TestCheckSumDownload/subtest5 (2.91s) --- PASS: TestCheckSumDownload/subtest6 (2.60s) --- PASS: TestCheckSumDownload/subtest7 (3.03s) === RUN TestApplyTransforms 2024/09/21 05:11:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vuzugul6dova" 2024/09/21 05:11:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/21 05:11:26 DEBUG : Creating backend with remote "TestDrive:crypt/oqvpvobmec0ve6e58eh4o36j0a35v2ainpai2fd71qvq8qpvp260" 2024/09/21 05:11:27 DEBUG : Creating backend with remote "/tmp/rclone1706732104" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vuzugul6dova'", Local "Local file system at /tmp/rclone1706732104", Modify Window "1ms" 2024/09/21 05:11:29 DEBUG : hello, world!: md5 = 5feb16d53780c2a261661f2aca9eaab4 OK upper checkfile vs. lower remote (without normalization) 2024/09/21 05:11:30 ERROR : hello, world!: sum not found 2024/09/21 05:11:30 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-vuzugul6dova' 2024/09/21 05:11:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vuzugul6dova': 1 files missing 2024/09/21 05:11:30 NOTICE: 1 hashes missing 2024/09/21 05:11:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vuzugul6dova': 2 differences found 2024/09/21 05:11:30 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vuzugul6dova': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/09/21 05:11:31 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/09/21 05:11:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vuzugul6dova': 0 differences found 2024/09/21 05:11:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vuzugul6dova': 1 matching files 2024/09/21 05:11:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rugobas2livo" 2024/09/21 05:11:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/21 05:11:31 DEBUG : Creating backend with remote "TestDrive:crypt/vq7jc59ci0e9k17uvf1oa2obj89esf04unem3s2lrvv6r3ohn6h0" 2024/09/21 05:11:32 DEBUG : Creating backend with remote "/tmp/rclone523042284" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rugobas2livo'", Local "Local file system at /tmp/rclone523042284", Modify Window "1ms" 2024/09/21 05:11:35 DEBUG : HELLO, WORLD!: md5 = 98070bf8d188d2e76bc1290b70aafa6a OK lower checkfile vs. upper remote (without normalization) 2024/09/21 05:11:36 ERROR : HELLO, WORLD!: sum not found 2024/09/21 05:11:36 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-rugobas2livo' 2024/09/21 05:11:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rugobas2livo': 1 files missing 2024/09/21 05:11:36 NOTICE: 1 hashes missing 2024/09/21 05:11:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rugobas2livo': 2 differences found 2024/09/21 05:11:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rugobas2livo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/09/21 05:11:37 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/09/21 05:11:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rugobas2livo': 0 differences found 2024/09/21 05:11:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rugobas2livo': 1 matching files 2024/09/21 05:11:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kuhafuf4nore" 2024/09/21 05:11:37 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/21 05:11:37 DEBUG : Creating backend with remote "TestDrive:crypt/d6e0qk8uslvmt398kiglc4p2mtgedjvo07jo5fic75vajovgi2lg" 2024/09/21 05:11:38 DEBUG : Creating backend with remote "/tmp/rclone59093094" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kuhafuf4nore'", Local "Local file system at /tmp/rclone59093094", Modify Window "1ms" 2024/09/21 05:11:40 DEBUG : HeLlO, wOrLd!: md5 = 1d009b51175447825460c5a01394bfaa OK lower checkfile vs. upperlowermixed remote (without normalization) 2024/09/21 05:11:41 ERROR : HeLlO, wOrLd!: sum not found 2024/09/21 05:11:41 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-kuhafuf4nore' 2024/09/21 05:11:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuhafuf4nore': 1 files missing 2024/09/21 05:11:41 NOTICE: 1 hashes missing 2024/09/21 05:11:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuhafuf4nore': 2 differences found 2024/09/21 05:11:41 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuhafuf4nore': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/09/21 05:11:42 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/09/21 05:11:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuhafuf4nore': 0 differences found 2024/09/21 05:11:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuhafuf4nore': 1 matching files 2024/09/21 05:11:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-korinoq2riqa" 2024/09/21 05:11:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/21 05:11:42 DEBUG : Creating backend with remote "TestDrive:crypt/vac7tt7178jgc0ff691ooj2tson8qbnd6rusvrmjrvqp5qfoqn9g" 2024/09/21 05:11:43 DEBUG : Creating backend with remote "/tmp/rclone3247405793" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-korinoq2riqa'", Local "Local file system at /tmp/rclone3247405793", Modify Window "1ms" 2024/09/21 05:11:46 DEBUG : HELLO, WORLD!: md5 = 5b663efc9df22a544de3b15faad7800d OK upperlowermixed checkfile vs. upper remote (without normalization) 2024/09/21 05:11:46 ERROR : HELLO, WORLD!: sum not found 2024/09/21 05:11:46 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-korinoq2riqa' 2024/09/21 05:11:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-korinoq2riqa': 1 files missing 2024/09/21 05:11:46 NOTICE: 1 hashes missing 2024/09/21 05:11:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-korinoq2riqa': 2 differences found 2024/09/21 05:11:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-korinoq2riqa': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/09/21 05:11:48 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/09/21 05:11:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-korinoq2riqa': 0 differences found 2024/09/21 05:11:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-korinoq2riqa': 1 matching files 2024/09/21 05:11:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-keyamaj6tana" 2024/09/21 05:11:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/21 05:11:48 DEBUG : Creating backend with remote "TestDrive:crypt/j1iu49g8bruh7k2gfah6fqddk8er0opk060s2598egnv6le7hm30" 2024/09/21 05:11:49 DEBUG : Creating backend with remote "/tmp/rclone1297319934" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-keyamaj6tana'", Local "Local file system at /tmp/rclone1297319934", Modify Window "1ms" 2024/09/21 05:11:51 DEBUG : 測試_Русский___ě_áñ: md5 = f894d42712e4ae3c7fcf4fdf81ce3ce0 OK NFD checkfile vs. NFC remote (without normalization) 2024/09/21 05:11:52 ERROR : 測試_Русский___ě_áñ: sum not found 2024/09/21 05:11:52 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-keyamaj6tana' 2024/09/21 05:11:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keyamaj6tana': 1 files missing 2024/09/21 05:11:52 NOTICE: 1 hashes missing 2024/09/21 05:11:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keyamaj6tana': 2 differences found 2024/09/21 05:11:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keyamaj6tana': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/09/21 05:11:53 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/09/21 05:11:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keyamaj6tana': 0 differences found 2024/09/21 05:11:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-keyamaj6tana': 1 matching files 2024/09/21 05:11:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qaruris8lohi" 2024/09/21 05:11:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/21 05:11:53 DEBUG : Creating backend with remote "TestDrive:crypt/pnjph1cb7vfgjnmts310eu500gdq922988nm466aqnr9chqlajfg" 2024/09/21 05:11:54 DEBUG : Creating backend with remote "/tmp/rclone2340316073" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qaruris8lohi'", Local "Local file system at /tmp/rclone2340316073", Modify Window "1ms" 2024/09/21 05:11:57 DEBUG : 測試_Русский___ě_áñ: md5 = 3ab77ddaa00e0811bfac111dff956f50 OK NFC checkfile vs. NFD remote (without normalization) 2024/09/21 05:11:58 ERROR : 測試_Русский___ě_áñ: sum not found 2024/09/21 05:11:58 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-qaruris8lohi' 2024/09/21 05:11:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qaruris8lohi': 1 files missing 2024/09/21 05:11:58 NOTICE: 1 hashes missing 2024/09/21 05:11:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qaruris8lohi': 2 differences found 2024/09/21 05:11:58 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qaruris8lohi': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/09/21 05:11:59 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/09/21 05:11:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qaruris8lohi': 0 differences found 2024/09/21 05:11:59 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qaruris8lohi': 1 matching files 2024/09/21 05:11:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hahupep9peti" 2024/09/21 05:11:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/21 05:11:59 DEBUG : Creating backend with remote "TestDrive:crypt/qcd72478sm55mq77u39grt2tvk03m7a21pfqunr19hcjs7hhr3qg" 2024/09/21 05:12:00 DEBUG : Creating backend with remote "/tmp/rclone433999682" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hahupep9peti'", Local "Local file system at /tmp/rclone433999682", Modify Window "1ms" 2024/09/21 05:12:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 367abf054045232ddb519242b9cb9e3c OK NFDx2 checkfile vs. both remote (without normalization) 2024/09/21 05:12:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/09/21 05:12:03 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-hahupep9peti' 2024/09/21 05:12:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hahupep9peti': 1 files missing 2024/09/21 05:12:03 NOTICE: 1 hashes missing 2024/09/21 05:12:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hahupep9peti': 2 differences found 2024/09/21 05:12:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hahupep9peti': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/09/21 05:12:04 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/09/21 05:12:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hahupep9peti': 0 differences found 2024/09/21 05:12:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hahupep9peti': 1 matching files 2024/09/21 05:12:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nagutec7line" 2024/09/21 05:12:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/21 05:12:04 DEBUG : Creating backend with remote "TestDrive:crypt/g2tpv659o0is36b5btl875hokigv42joe2smp60d8i75e7n4dmo0" 2024/09/21 05:12:05 DEBUG : Creating backend with remote "/tmp/rclone3079980898" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nagutec7line'", Local "Local file system at /tmp/rclone3079980898", Modify Window "1ms" 2024/09/21 05:12:08 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 1b7a73aca509bd0a3643977fc882394c OK NFCx2 checkfile vs. both remote (without normalization) 2024/09/21 05:12:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/09/21 05:12:08 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nagutec7line' 2024/09/21 05:12:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nagutec7line': 1 files missing 2024/09/21 05:12:08 NOTICE: 1 hashes missing 2024/09/21 05:12:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nagutec7line': 2 differences found 2024/09/21 05:12:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nagutec7line': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/09/21 05:12:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/09/21 05:12:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nagutec7line': 0 differences found 2024/09/21 05:12:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nagutec7line': 1 matching files 2024/09/21 05:12:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jewopil4jibi" 2024/09/21 05:12:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/21 05:12:10 DEBUG : Creating backend with remote "TestDrive:crypt/hpss2h297u4pc6rbv6s0t3aopnc0045mcf1l78b828vlsrkn48ug" 2024/09/21 05:12:11 DEBUG : Creating backend with remote "/tmp/rclone78989657" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jewopil4jibi'", Local "Local file system at /tmp/rclone78989657", Modify Window "1ms" 2024/09/21 05:12:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 183e7d330f9ba71b69ab8640f2be4680 OK both checkfile vs. NFDx2 remote (without normalization) 2024/09/21 05:12:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/09/21 05:12:14 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jewopil4jibi' 2024/09/21 05:12:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jewopil4jibi': 1 files missing 2024/09/21 05:12:14 NOTICE: 1 hashes missing 2024/09/21 05:12:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jewopil4jibi': 2 differences found 2024/09/21 05:12:14 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jewopil4jibi': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/09/21 05:12:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/09/21 05:12:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jewopil4jibi': 0 differences found 2024/09/21 05:12:15 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jewopil4jibi': 1 matching files 2024/09/21 05:12:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yaqolod6biza" 2024/09/21 05:12:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/21 05:12:15 DEBUG : Creating backend with remote "TestDrive:crypt/b4kfi1760nbg9eif52t9lv9tjbhmounfv0i1lgsh4553rqoe45dg" 2024/09/21 05:12:16 DEBUG : Creating backend with remote "/tmp/rclone3275068620" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yaqolod6biza'", Local "Local file system at /tmp/rclone3275068620", Modify Window "1ms" 2024/09/21 05:12:19 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 807dde26b65070fa8839f20d10fd1b69 OK both checkfile vs. NFCx2 remote (without normalization) 2024/09/21 05:12:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/09/21 05:12:19 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yaqolod6biza' 2024/09/21 05:12:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yaqolod6biza': 1 files missing 2024/09/21 05:12:19 NOTICE: 1 hashes missing 2024/09/21 05:12:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yaqolod6biza': 2 differences found 2024/09/21 05:12:19 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yaqolod6biza': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/09/21 05:12:21 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/09/21 05:12:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yaqolod6biza': 0 differences found 2024/09/21 05:12:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yaqolod6biza': 1 matching files 2024/09/21 05:12:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yaqolod6biza': Purge remote 2024/09/21 05:12:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jewopil4jibi': Purge remote 2024/09/21 05:12:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nagutec7line': Purge remote 2024/09/21 05:12:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hahupep9peti': Purge remote 2024/09/21 05:12:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qaruris8lohi': Purge remote 2024/09/21 05:12:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-keyamaj6tana': Purge remote 2024/09/21 05:12:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-korinoq2riqa': Purge remote 2024/09/21 05:12:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kuhafuf4nore': Purge remote 2024/09/21 05:12:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rugobas2livo': Purge remote 2024/09/21 05:12:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vuzugul6dova': Purge remote --- PASS: TestApplyTransforms (60.71s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:12:26 DEBUG : file1: Need to transfer - File not found at Destination 2024/09/21 05:12:29 DEBUG : sub/file2: md5 = b69fef34b845b0fa7bfb317e4097be8a OK 2024/09/21 05:12:29 INFO : file1: Copied (new) to: sub/file2 2024/09/21 05:12:30 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/21 05:12:30 DEBUG : file1: Unchanged skipping 2024/09/21 05:12:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': don't need to copy/move sub/file2, it is already at target location 2024/09/21 05:12:32 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.72s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.51s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:12:36 DEBUG : dst/file1: md5 = 6fa71638a9462307164a8a6677261ace OK 2024/09/21 05:12:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vugaxix5femo/backup" 2024/09/21 05:12:37 DEBUG : Creating backend with remote "TestDrive:crypt/39hshhbjmrg9tdtess5uul5eq964p5k2ebj2pqv9uahkurfcoteg/1nrff024r7pq65ecp72fc28jb0" 2024/09/21 05:12:38 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/09/21 05:12:41 INFO : dst/file1: Moved (server-side) 2024/09/21 05:12:43 DEBUG : dst/file1: md5 = e52388556d72d006896cda1e12d4a19e OK 2024/09/21 05:12:43 INFO : dst/file1: Copied (new) 2024/09/21 05:12:47 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/09/21 05:12:47 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/09/21 05:12:48 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (15.48s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:12:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vugaxix5femo/dst" 2024/09/21 05:12:49 DEBUG : Creating backend with remote "TestDrive:crypt/39hshhbjmrg9tdtess5uul5eq964p5k2ebj2pqv9uahkurfcoteg/31u3jie661vd5p8j7rtc3hgbh0" 2024/09/21 05:12:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vugaxix5femo/CompareDest" 2024/09/21 05:12:51 DEBUG : Creating backend with remote "TestDrive:crypt/39hshhbjmrg9tdtess5uul5eq964p5k2ebj2pqv9uahkurfcoteg/gveqi14airsml4bgu7krj116o8" 2024/09/21 05:12:52 DEBUG : one: Need to transfer - File not found at Destination 2024/09/21 05:12:55 DEBUG : one: md5 = 2ff8871947f0a4a63b69bc789e0de3de OK 2024/09/21 05:12:55 INFO : one: Copied (new) 2024/09/21 05:12:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/21 05:12:58 DEBUG : one: md5 = 78926dbd619cf5f6fada4a497eaf89ba OK 2024/09/21 05:12:58 INFO : one: Copied (replaced existing) 2024/09/21 05:13:00 DEBUG : dst/one: md5 = 3ed8b98141b69ea7956c1e101f148405 OK 2024/09/21 05:13:03 DEBUG : CompareDest/one: md5 = fd6b27d027ed76f12bd641f4b5504557 OK 2024/09/21 05:13:03 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/21 05:13:04 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/21 05:13:04 DEBUG : one: Destination found in --compare-dest, skipping 2024/09/21 05:13:06 DEBUG : CompareDest/two: md5 = ea9d19b980c1265a457fe6b3523c07cc OK 2024/09/21 05:13:07 DEBUG : two: Need to transfer - File not found at Destination 2024/09/21 05:13:07 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/21 05:13:07 DEBUG : two: Destination found in --compare-dest, skipping 2024/09/21 05:13:08 DEBUG : two: Need to transfer - File not found at Destination 2024/09/21 05:13:08 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/21 05:13:08 DEBUG : two: Destination found in --compare-dest, skipping 2024/09/21 05:13:10 DEBUG : two: Need to transfer - File not found at Destination 2024/09/21 05:13:10 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/09/21 05:13:11 DEBUG : two: md5 = c46f3bea3988b746d36f11d61e3e686f OK 2024/09/21 05:13:11 INFO : two: Copied (new) 2024/09/21 05:13:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/09/21 05:13:15 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:13:16 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:13:16 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (28.07s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:13:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vugaxix5femo/dst" 2024/09/21 05:13:17 DEBUG : Creating backend with remote "TestDrive:crypt/39hshhbjmrg9tdtess5uul5eq964p5k2ebj2pqv9uahkurfcoteg/31u3jie661vd5p8j7rtc3hgbh0" 2024/09/21 05:13:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vugaxix5femo/CopyDest" 2024/09/21 05:13:19 DEBUG : Creating backend with remote "TestDrive:crypt/39hshhbjmrg9tdtess5uul5eq964p5k2ebj2pqv9uahkurfcoteg/d09o6po3f7bm6ce32vdgs8h9ls" 2024/09/21 05:13:21 DEBUG : one: Need to transfer - File not found at Destination 2024/09/21 05:13:24 DEBUG : one: md5 = 4d2998bb5d797857550aab4ef6e6e3d8 OK 2024/09/21 05:13:24 INFO : one: Copied (new) 2024/09/21 05:13:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/21 05:13:28 DEBUG : one: md5 = be3de0cfcda8c2aea94b01356ed07678 OK 2024/09/21 05:13:28 INFO : one: Copied (replaced existing) 2024/09/21 05:13:30 DEBUG : dst/one: md5 = 734ae39b4381ba5e7a2f3cb2e3cf71e7 OK 2024/09/21 05:13:32 DEBUG : CopyDest/one: md5 = 097abccd21bced138f695b547b8b6b8a OK 2024/09/21 05:13:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vugaxix5femo/BackupDir" 2024/09/21 05:13:33 DEBUG : Creating backend with remote "TestDrive:crypt/39hshhbjmrg9tdtess5uul5eq964p5k2ebj2pqv9uahkurfcoteg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/09/21 05:13:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/21 05:13:35 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/21 05:13:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/21 05:13:37 INFO : one: Moved (server-side) 2024/09/21 05:13:39 INFO : one: Copied (server-side copy) 2024/09/21 05:13:39 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/09/21 05:13:41 DEBUG : CopyDest/two: md5 = 3a7af2fc029740f2593fece446e6dad9 OK 2024/09/21 05:13:41 DEBUG : two: Need to transfer - File not found at Destination 2024/09/21 05:13:42 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/21 05:13:43 INFO : two: Copied (server-side copy) 2024/09/21 05:13:43 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/09/21 05:13:44 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/21 05:13:44 DEBUG : two: Unchanged skipping 2024/09/21 05:13:46 DEBUG : CopyDest/three: md5 = ed3a3e480b031b6b2b58b3de7f2579bf OK 2024/09/21 05:13:47 DEBUG : three: Need to transfer - File not found at Destination 2024/09/21 05:13:47 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/09/21 05:13:47 DEBUG : three: Destination not found in --copy-dest 2024/09/21 05:13:49 DEBUG : three: md5 = 361ecf34888cf40ee6af0f26c0ffdaae OK 2024/09/21 05:13:49 INFO : three: Copied (new) 2024/09/21 05:13:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/09/21 05:13:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:13:54 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/09/21 05:13:55 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:13:55 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/09/21 05:13:55 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/09/21 05:13:56 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (39.41s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.45s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.44s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:13:58 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2024/09/21 05:14:00 DEBUG : TestCopyFileMaxTransfer/file1: md5 = e283c758ed460b52cc5b68b8edbacc70 OK 2024/09/21 05:14:00 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2024/09/21 05:14:01 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2024/09/21 05:14:01 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/09/21 05:14:02 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2024/09/21 05:14:03 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2024/09/21 05:14:04 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 0bde794e6c82355290aaae6e1a574558 OK 2024/09/21 05:14:04 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2024/09/21 05:14:07 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2024/09/21 05:14:07 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (10.11s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.47s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:14:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': Looking for duplicate names using skip mode. 2024/09/21 05:14:11 NOTICE: one: Found 2 files with duplicate names 2024/09/21 05:14:11 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (5.52s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:14:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': Looking for duplicate names using skip mode. 2024/09/21 05:14:18 NOTICE: one: Found 3 files with duplicate names 2024/09/21 05:14:18 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2024/09/21 05:14:19 INFO : one: Deleted 2024/09/21 05:14:19 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (7.63s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:14:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': Looking for duplicate names using first mode. 2024/09/21 05:14:26 NOTICE: one: Found 3 files with duplicate names 2024/09/21 05:14:26 INFO : one: Deleted 2024/09/21 05:14:27 INFO : one: Deleted 2024/09/21 05:14:27 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.85s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:14:32 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': Looking for duplicate names using newest mode. 2024/09/21 05:14:33 NOTICE: one: Found 3 files with duplicate names 2024/09/21 05:14:33 INFO : one: Deleted 2024/09/21 05:14:34 INFO : one: Deleted 2024/09/21 05:14:34 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (7.23s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.48s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:14:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': Looking for duplicate names using oldest mode. 2024/09/21 05:14:41 NOTICE: one: Found 3 files with duplicate names 2024/09/21 05:14:41 INFO : one: Deleted 2024/09/21 05:14:42 INFO : one: Deleted 2024/09/21 05:14:42 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.68s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:14:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': Looking for duplicate names using largest mode. 2024/09/21 05:14:48 NOTICE: one: Found 3 files with duplicate names 2024/09/21 05:14:49 INFO : one: Deleted 2024/09/21 05:14:49 INFO : one: Deleted 2024/09/21 05:14:49 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (7.41s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:14:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': Looking for duplicate names using smallest mode. 2024/09/21 05:14:56 NOTICE: one: Found 3 files with duplicate names 2024/09/21 05:14:57 INFO : one: Deleted 2024/09/21 05:14:57 INFO : one: Deleted 2024/09/21 05:14:57 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (7.83s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:15:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': Looking for duplicate names using rename mode. 2024/09/21 05:15:05 NOTICE: one.txt: Found 3 files with duplicate names 2024/09/21 05:15:06 INFO : one-2.txt: renamed from: one.txt 2024/09/21 05:15:08 INFO : one-3.txt: renamed from: one.txt 2024/09/21 05:15:09 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (13.33s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:15:14 DEBUG : dupe1/one.txt: md5 = b6bd2e1d520c447eb76992ac926134df OK 2024/09/21 05:15:17 DEBUG : dupe2/two.txt: md5 = b052cb8e66c2be6c8912f72ad818cef2 OK 2024/09/21 05:15:19 DEBUG : dupe3/three.txt: md5 = 96985a07a87af36ae4daefa6ca01b50e OK 2024/09/21 05:15:20 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2024/09/21 05:15:20 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2024/09/21 05:15:21 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2024/09/21 05:15:22 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2024/09/21 05:15:25 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2024/09/21 05:15:25 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2024/09/21 05:15:25 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (14.34s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:15:28 DEBUG : a.txt: md5 = 851609564d1f9c123ab83408576dcd3e OK 2024/09/21 05:15:30 DEBUG : zend.txt: md5 = db81ecf1383a7de2df17cf406d92bc2c OK 2024/09/21 05:15:32 DEBUG : sub dir/hello world: md5 = 97d4ec40552bf7318dd90a252abc3f0b OK 2024/09/21 05:15:34 DEBUG : sub dir/hello world2: md5 = b8e8f9cb249a6a82215a0568341d3d4c OK 2024/09/21 05:15:36 DEBUG : sub dir/ignore dir/.ignore: md5 = 85b5be6297adaa78df64570f1a75b108 OK 2024/09/21 05:15:37 DEBUG : sub dir/ignore dir/should be ignored: md5 = 62bf5fb1c9fbd73ca6b4a898fe5ab312 OK 2024/09/21 05:15:40 DEBUG : sub dir/sub sub dir/hello world3: md5 = 42921d669b1d6973361e4b55f91cf6c7 OK 2024/09/21 05:15:41 DEBUG : a.txt: Excluded (Size Filter) 2024/09/21 05:15:41 DEBUG : a.txt: Excluded 2024/09/21 05:15:42 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/09/21 05:15:42 DEBUG : sub dir/hello world2: Excluded 2024/09/21 05:15:42 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/09/21 05:15:42 DEBUG : sub dir/hello world: Excluded 2024/09/21 05:15:42 DEBUG : sub dir/ignore dir: Excluded 2024/09/21 05:15:42 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2024/09/21 05:15:42 DEBUG : sub dir/hello world2: Excluded 2024/09/21 05:15:42 DEBUG : sub dir/hello world: Excluded (Size Filter) 2024/09/21 05:15:42 DEBUG : sub dir/hello world: Excluded 2024/09/21 05:15:43 DEBUG : sub dir/ignore dir: Excluded 2024/09/21 05:15:48 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2024/09/21 05:15:49 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2024/09/21 05:15:49 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2024/09/21 05:15:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2024/09/21 05:15:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2024/09/21 05:15:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2024/09/21 05:15:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (24.19s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:15:52 DEBUG : file1: md5 = 76d38833f29121dcb8197aabe0224dec OK 2024/09/21 05:15:54 DEBUG : sub/file2: md5 = d4c8e87b78cb77dbf7d245f33fdfce1a 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/09/21 05:15:58 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2024/09/21 05:15:58 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2024/09/21 05:15:58 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2024/09/21 05:16:00 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (10.61s) --- PASS: TestListJSON/Default (0.29s) --- PASS: TestListJSON/FilesOnly (0.27s) --- PASS: TestListJSON/DirsOnly (0.27s) --- PASS: TestListJSON/Recurse (0.53s) --- PASS: TestListJSON/SubDir (0.28s) --- PASS: TestListJSON/NoModTime (0.27s) --- PASS: TestListJSON/NoMimeType (0.24s) --- PASS: TestListJSON/ShowHash (0.27s) --- PASS: TestListJSON/HashTypes (0.27s) --- PASS: TestListJSON/Metadata (0.75s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:16:03 DEBUG : file1: md5 = 97879905ea4647c594f5c9c672b8e29c OK 2024/09/21 05:16:05 DEBUG : sub/file2: md5 = 2a9325886db5a71a0402428c7ca33816 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/09/21 05:16:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vugaxix5femo/notfound" 2024/09/21 05:16:09 DEBUG : Creating backend with remote "TestDrive:crypt/39hshhbjmrg9tdtess5uul5eq964p5k2ebj2pqv9uahkurfcoteg/qe0i31qdkoejk60elps0ni5sqk" 2024/09/21 05:16:13 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (12.99s) --- PASS: TestStatJSON/Root (0.27s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.28s) --- PASS: TestStatJSON/Dir (0.54s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.26s) --- PASS: TestStatJSON/File (0.25s) --- PASS: TestStatJSON/NotFound (0.54s) --- PASS: TestStatJSON/DirFilesOnly (0.27s) --- PASS: TestStatJSON/FileFilesOnly (0.31s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.29s) --- PASS: TestStatJSON/FileDirsOnly (0.30s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.27s) --- PASS: TestStatJSON/RootNotFound (1.77s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:16:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': Making directory 2024/09/21 05:16:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': Making directory --- PASS: TestMkdir (0.68s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:16:17 DEBUG : sub dir/hello world: md5 = fa5910dbae8fb898b74aa307c2ca122e OK 2024/09/21 05:16:19 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.42s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:16:22 DEBUG : potato2: md5 = aec2522a4522b7972aa1a90647f48fb8 OK 2024/09/21 05:16:23 DEBUG : empty space: md5 = d988b640c47099c38e05f7f712886f4e OK --- PASS: TestLs (5.42s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:16:27 DEBUG : potato2: md5 = 8bad6d6873b3968ada6d827813004b41 OK 2024/09/21 05:16:29 DEBUG : empty space: md5 = 96b7e7f73777c14a324a46459df6e54c OK 2024/09/21 05:16:29 DEBUG : empty space: Excluded (FilesFrom Filter) 2024/09/21 05:16:29 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.45s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:16:33 DEBUG : potato2: md5 = 04cf6788307b408dd84fa1ebc0f6536a OK 2024/09/21 05:16:34 DEBUG : empty space: md5 = c7e3f152f64c6f3c258e75543243a731 OK --- PASS: TestLsLong (5.19s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:16:38 DEBUG : potato2: md5 = 3b477a1d68428428b053acc92610cfa0 OK 2024/09/21 05:16:39 DEBUG : empty space: md5 = ed51fe4f84184ccc87cd0c4179756340 OK --- PASS: TestHashSums (4.99s) === RUN TestHashSumsWithErrors 2024/09/21 05:16:41 DEBUG : Creating backend with remote ":memory:" 2024/09/21 05:16:41 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2024/09/21 05:16:41 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/09/21 05:16:41 DEBUG : Creating md5 hash of 0 bytes read from input stream 2024/09/21 05:16:41 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/09/21 05:16:41 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2024/09/21 05:16:41 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/09/21 05:16:41 DEBUG : Creating md5 hash of 12 bytes read from input stream 2024/09/21 05:16:41 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2024/09/21 05:16:41 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-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:16:43 DEBUG : potato2: md5 = ecdd6cb246180fd451269bfd28d7b479 OK 2024/09/21 05:16:44 DEBUG : empty space: md5 = d629af707f2d0e92607d7ec4a6ae1173 OK 2024/09/21 05:16:46 DEBUG : sub dir/potato3: md5 = d9605f8537d01763f20b3b87c8b5f6cb OK 2024/09/21 05:16:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.97s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:16:52 DEBUG : small: md5 = c0efe4dc5a6221329d9b649f6238aee5 OK 2024/09/21 05:16:53 DEBUG : medium: md5 = 6d400a54c39fc1889ff0181b2229096d OK 2024/09/21 05:16:55 DEBUG : large: md5 = a435d91612bab897f3bda849876ba61b OK 2024/09/21 05:16:55 DEBUG : Waiting for deletions to finish 2024/09/21 05:16:56 DEBUG : large: Excluded (Size Filter) 2024/09/21 05:16:56 INFO : medium: Deleted 2024/09/21 05:16:56 INFO : small: Deleted --- PASS: TestDelete (7.24s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:16:59 DEBUG : small: md5 = 7467692d24446ac656b45d0c969e6858 OK 2024/09/21 05:17:00 DEBUG : medium: md5 = 0fd57be7db7331bb1510219a80b20813 OK 2024/09/21 05:17:02 DEBUG : large: md5 = 7d70b36d23343358fa9947522104d4db OK 2024/09/21 05:17:02 DEBUG : Waiting for deletions to finish 2024/09/21 05:17:03 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2024/09/21 05:17:03 INFO : small: Deleted 2024/09/21 05:17:03 INFO : large: Deleted --- PASS: TestMaxDelete (7.57s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:17:06 DEBUG : small: md5 = a9b673177fc1a6065115acfedfd7d1f7 OK 2024/09/21 05:17:08 DEBUG : medium: md5 = df879769928d0514ce657480f98d2b9e OK 2024/09/21 05:17:09 DEBUG : large: md5 = 7f162a2dc90be1b3e054fd643c32f4d3 OK 2024/09/21 05:17:10 DEBUG : Waiting for deletions to finish 2024/09/21 05:17:10 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2024/09/21 05:17:10 INFO : medium: Deleted 2024/09/21 05:17:10 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (7.23s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:17:14 DEBUG : small: md5 = 0e9d367ae82d6530d88b0bc96d16c630 OK 2024/09/21 05:17:15 DEBUG : medium: md5 = 8893aaa983c4d10ed25571770b095f1c OK 2024/09/21 05:17:17 DEBUG : large: md5 = 424845873e1a0558928c3190c197c90c OK 2024/09/21 05:17:17 DEBUG : Waiting for deletions to finish 2024/09/21 05:17:17 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2024/09/21 05:17:18 INFO : large: Deleted 2024/09/21 05:17:18 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.55s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:17:21 DEBUG : ReadFile: md5 = e74b88370ea7b8538ae2955420070fa9 OK --- PASS: TestReadFile (4.43s) === RUN TestRetry 2024/09/21 05:17:24 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2024/09/21 05:17:24 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2024/09/21 05:17:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/09/21 05:17:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/09/21 05:17:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/09/21 05:17:24 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2024/09/21 05:17:24 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-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:17:26 DEBUG : file1: md5 = db2d0d2cc3c3617a5f8162d8fe16d2ef OK 2024/09/21 05:17:27 DEBUG : file2: md5 = bf30275676d919aa1cfed2d84b45bad2 OK --- PASS: TestCat (17.72s) === RUN TestPurge 2024/09/21 05:17:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qopalen0woni" 2024/09/21 05:17:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/21 05:17:42 DEBUG : Creating backend with remote "TestDrive:crypt/vvh257jpaism3rg9kahmtoufi999ar86lkfgms48n44kqfdofa4g" 2024/09/21 05:17:43 DEBUG : Creating backend with remote "/tmp/rclone3716787521" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qopalen0woni'", Local "Local file system at /tmp/rclone3716787521", Modify Window "1ms" 2024/09/21 05:17:48 DEBUG : A1/B1/C1/one: md5 = 6bec6068e091c934060bfc4b76cc78bd OK 2024/09/21 05:17:48 DEBUG : A2: Making directory 2024/09/21 05:17:49 DEBUG : A1/B2: Making directory 2024/09/21 05:17:50 DEBUG : A1/B2/C2: Making directory 2024/09/21 05:17:51 DEBUG : A1/B1/C3: Making directory 2024/09/21 05:17:52 DEBUG : A3: Making directory 2024/09/21 05:17:53 DEBUG : A3/B3: Making directory 2024/09/21 05:17:54 DEBUG : A3/B3/C4: Making directory 2024/09/21 05:17:56 DEBUG : A1/two: md5 = e4bbbcc78c0a101f389fa08f3d7757b4 OK 2024/09/21 05:18:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qopalen0woni': Purge remote 2024/09/21 05:18:00 NOTICE: purge failed: directory not found --- PASS: TestPurge (18.30s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:18:04 DEBUG : A1/B1/C1/one: md5 = 178c029851eb1ea430e7fb274a17c302 OK 2024/09/21 05:18:04 DEBUG : A2: Making directory 2024/09/21 05:18:05 DEBUG : A1/B2: Making directory 2024/09/21 05:18:06 DEBUG : A1/B2/C2: Making directory 2024/09/21 05:18:07 DEBUG : A1/B1/C3: Making directory 2024/09/21 05:18:08 DEBUG : A3: Making directory 2024/09/21 05:18:09 DEBUG : A3/B3: Making directory 2024/09/21 05:18:10 DEBUG : A3/B3/C4: Making directory 2024/09/21 05:18:12 DEBUG : A1/two: md5 = 6fda67c51dadb686b05cbd0dc913dd27 OK 2024/09/21 05:18:14 DEBUG : removing 1 level 3 directories 2024/09/21 05:18:14 INFO : A3/B3/C4: Removing directory 2024/09/21 05:18:17 DEBUG : removing 2 level 3 directories 2024/09/21 05:18:17 INFO : A1/B2/C2: Removing directory 2024/09/21 05:18:17 INFO : A1/B1/C3: Removing directory 2024/09/21 05:18:17 DEBUG : removing 2 level 2 directories 2024/09/21 05:18:17 INFO : A3/B3: Removing directory 2024/09/21 05:18:17 INFO : A1/B2: Removing directory 2024/09/21 05:18:18 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2024/09/21 05:18:18 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/09/21 05:18:19 DEBUG : removing 2 level 1 directories 2024/09/21 05:18:19 INFO : A3: Removing directory 2024/09/21 05:18:19 INFO : A2: Removing directory 2024/09/21 05:18:19 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2024/09/21 05:18:23 DEBUG : removing 1 level 3 directories 2024/09/21 05:18:23 INFO : A1/B1/C1: Removing directory 2024/09/21 05:18:24 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:24 DEBUG : removing 1 level 2 directories 2024/09/21 05:18:24 INFO : A1/B1: Removing directory 2024/09/21 05:18:24 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/09/21 05:18:24 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/09/21 05:18:25 DEBUG : removing 1 level 1 directories 2024/09/21 05:18:25 INFO : A1: Removing directory 2024/09/21 05:18:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/09/21 05:18:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/09/21 05:18:25 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/09/21 05:18:26 DEBUG : removing 1 level 0 directories 2024/09/21 05:18:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': Removing directory 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/09/21 05:18:26 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestRmdirsNoLeaveRoot (27.26s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:18:28 DEBUG : A1: Making directory 2024/09/21 05:18:29 DEBUG : A1/B1: Making directory 2024/09/21 05:18:30 DEBUG : A1/B1/C1: Making directory 2024/09/21 05:18:33 DEBUG : removing 1 level 3 directories 2024/09/21 05:18:33 INFO : A1/B1/C1: Removing directory 2024/09/21 05:18:34 DEBUG : removing 1 level 2 directories 2024/09/21 05:18:34 INFO : A1/B1: Removing directory 2024/09/21 05:18:34 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/09/21 05:18:36 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (9.29s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:18:37 DEBUG : A1: Making directory 2024/09/21 05:18:38 DEBUG : A1/B1: Making directory 2024/09/21 05:18:39 DEBUG : A1/B1/C1: Making directory 2024/09/21 05:18:41 DEBUG : removing 1 level 3 directories 2024/09/21 05:18:41 INFO : A1/B1/C1: Removing directory 2024/09/21 05:18:42 DEBUG : removing 1 level 2 directories 2024/09/21 05:18:42 INFO : A1/B1: Removing directory 2024/09/21 05:18:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/09/21 05:18:44 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (8.16s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:18:47 DEBUG : file1: md5 = 48cc93a7836a2b7f3f1ce7d9947f85bf OK 2024/09/21 05:18:47 DEBUG : filename.txt: File name found in url 2024/09/21 05:18:49 DEBUG : filename.txt: md5 = 624877aca41291a85ca8d2e5c37c4b42 OK 2024/09/21 05:18:49 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2024/09/21 05:18:50 DEBUG : headerfilename.txt: md5 = 8311b9d0f8ed2e19a2523aeca967e947 OK 2024/09/21 05:18:52 DEBUG : file2: md5 = f65493264f31326d5f5526676e070307 OK --- PASS: TestCopyURL (10.15s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:18:55 DEBUG : file1: Need to transfer - File not found at Destination 2024/09/21 05:18:58 DEBUG : sub/file2: md5 = 4074f4d5af90e0db2ed297643239aab8 OK 2024/09/21 05:18:58 INFO : file1: Copied (new) to: sub/file2 2024/09/21 05:18:58 INFO : file1: Deleted 2024/09/21 05:18:59 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/21 05:18:59 DEBUG : file1: Unchanged skipping 2024/09/21 05:18:59 INFO : file1: Deleted 2024/09/21 05:18:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': don't need to copy/move sub/file2, it is already at target location 2024/09/21 05:19:01 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (7.02s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:19:02 DEBUG : file1: Need to transfer - File not found at Destination 2024/09/21 05:19:04 DEBUG : file1: md5 = d082fe299801bb287660168ebb85c21f OK 2024/09/21 05:19:04 INFO : file1: Copied (new) 2024/09/21 05:19:04 INFO : file1: Deleted 2024/09/21 05:19:04 DEBUG : file1: Destination exists, skipping 2024/09/21 05:19:04 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.68s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.50s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.44s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:19:09 DEBUG : dst/file1: md5 = 6d77b041febb7ad617af15a3d1f71aa9 OK 2024/09/21 05:19:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vugaxix5femo/backup" 2024/09/21 05:19:10 DEBUG : Config file has changed externally - reloading 2024/09/21 05:19:10 DEBUG : Creating backend with remote "TestDrive:crypt/39hshhbjmrg9tdtess5uul5eq964p5k2ebj2pqv9uahkurfcoteg/1nrff024r7pq65ecp72fc28jb0" 2024/09/21 05:19:11 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2024/09/21 05:19:14 INFO : dst/file1: Moved (server-side) 2024/09/21 05:19:16 DEBUG : dst/file1: md5 = 03bdd6f88c8f59b67b5714d90c099173 OK 2024/09/21 05:19:16 INFO : dst/file1: Copied (new) 2024/09/21 05:19:16 INFO : dst/file1: Deleted 2024/09/21 05:19:19 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/09/21 05:19:20 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2024/09/21 05:19:21 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (15.16s) === 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-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:19:24 DEBUG : A1/one: md5 = dbaea164c329817acee6882bc605fc21 OK 2024/09/21 05:19:26 DEBUG : A1/two: md5 = 957edeced4d789ff39b939a04d27c048 OK 2024/09/21 05:19:28 DEBUG : A1/B1/three: md5 = 018b61e237339b6bf4aef528a1b28b09 OK 2024/09/21 05:19:31 DEBUG : A1/B1/C1/four: md5 = 3b6baa92402ff9f3e2284d36200b7e87 OK 2024/09/21 05:19:33 DEBUG : A1/B1/C2/five: md5 = 2b63c19e5cc88f3ceb859bd6127f59ca OK 2024/09/21 05:19:33 DEBUG : A1/B2: Making directory 2024/09/21 05:19:34 DEBUG : A1/B1/C3: Making directory 2024/09/21 05:19:45 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2024/09/21 05:19:45 INFO : A2/one: Moved (server-side) to: A3/one 2024/09/21 05:19:45 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2024/09/21 05:19:45 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2024/09/21 05:19:45 INFO : A2/two: Moved (server-side) to: A3/two 2024/09/21 05:19:48 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/09/21 05:19:48 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/09/21 05:19:48 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/09/21 05:19:49 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/09/21 05:19:49 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/09/21 05:19:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2024/09/21 05:19:58 INFO : A3/two: Moved (server-side) to: A4/two 2024/09/21 05:19:58 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2024/09/21 05:19:58 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2024/09/21 05:19:59 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2024/09/21 05:19:59 INFO : A3/one: Moved (server-side) to: A4/one 2024/09/21 05:20:02 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/09/21 05:20:02 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/09/21 05:20:02 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/09/21 05:20:03 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/09/21 05:20:03 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/09/21 05:20:11 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2024/09/21 05:20:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2024/09/21 05:20:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2024/09/21 05:20:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2024/09/21 05:20:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2024/09/21 05:20:12 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2024/09/21 05:20:13 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2024/09/21 05:20:13 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2024/09/21 05:20:13 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2024/09/21 05:20:13 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (52.22s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" --- PASS: TestGetFsInfo (0.48s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:20:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': File to upload is small (34 bytes), uploading instead of streaming 2024/09/21 05:20:16 DEBUG : no_checksum_small_file_from_pipe: md5 = 1829fa9f726dd4eee5a797c5e8cbcea3 OK 2024/09/21 05:20:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/09/21 05:20:16 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/09/21 05:20:17 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2024/09/21 05:20:19 DEBUG : no_checksum_big_file_from_pipe: md5 = a550bad136b344db57e81ced0ae31a20 OK 2024/09/21 05:20:19 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-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:20:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': File to upload is small (34 bytes), uploading instead of streaming 2024/09/21 05:20:22 DEBUG : with_checksum_small_file_from_pipe: md5 = 0dfcae92edc745ac0566af830ba61902 OK 2024/09/21 05:20:22 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/09/21 05:20:23 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2024/09/21 05:20:24 DEBUG : with_checksum_big_file_from_pipe: md5 = 613cbd956cc3886d88177ba19a266f4a OK 2024/09/21 05:20:24 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-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:20:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': File to upload is small (34 bytes), uploading instead of streaming 2024/09/21 05:20:27 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/21 05:20:28 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/09/21 05:20:29 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-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:20:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': File to upload is small (34 bytes), uploading instead of streaming 2024/09/21 05:20:33 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2024/09/21 05:20:34 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2024/09/21 05:20:35 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (22.40s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.77s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.34s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.39s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.90s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2024/09/21 05:20:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': File to upload is small (48 bytes), uploading instead of streaming 2024/09/21 05:20:39 DEBUG : rcat_metadata: md5 = 1d2fafd5198e0ec96e3068c63b59556d OK 2024/09/21 05:20:39 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2024/09/21 05:20:41 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2024/09/21 05:20:42 DEBUG : rcat_metadata_uploadcutoff0: md5 = 78d69c9034b659a536e6b64f1a361ef2 OK 2024/09/21 05:20:42 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.72s) --- PASS: TestRcatMetadata/Normal (3.01s) --- PASS: TestRcatMetadata/ViaDisk (3.21s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:20:45 DEBUG : potato1: md5 = eab9689debf21bab1356f2f8823d8dda OK 2024/09/21 05:20:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': File to upload is small (60 bytes), uploading instead of streaming 2024/09/21 05:20:47 DEBUG : potato2: md5 = 7309467c9813ac42946e1ce447e2afbb OK 2024/09/21 05:20:47 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.86s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:20:50 DEBUG : potato1: md5 = 3746ebbf4b7617419ca820ec22d28675 OK 2024/09/21 05:20:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': File to upload is small (60 bytes), uploading instead of streaming 2024/09/21 05:20:52 DEBUG : potato2: md5 = 5e30d4163648d56b7a06d2ae2cae2156 OK 2024/09/21 05:20:52 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.79s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:20:56 DEBUG : potato2: md5 = af4ca39bbac82cf359de33a4c45aa935 OK 2024/09/21 05:20:57 DEBUG : empty space: md5 = c5bfd1690ccfc76dff489d35d5fd386e OK 2024/09/21 05:21:00 DEBUG : sub dir/potato3: md5 = 2998df725713032897d5ccb223ddd1b1 OK 2024/09/21 05:21:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': Touching "empty space" 2024/09/21 05:21:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': Touching "potato2" 2024/09/21 05:21:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': Touching "sub dir/potato3" 2024/09/21 05:21:06 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (12.11s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:21:06 DEBUG : dir with metadata: Making directory with metadata 2024/09/21 05:21:07 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.84s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:21:09 DEBUG : directory with modtime: Making directory with metadata 2024/09/21 05:21:10 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.66s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:21:12 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/09/21 05:21:12 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/09/21 05:21:12 DEBUG : Google drive root 'crypt/39hshhbjmrg9tdtess5uul5eq964p5k2ebj2pqv9uahkurfcoteg': Skipping btime metadata as can't update it on an existing file: 2024-09-21T05:21:12.449982687Z 2024/09/21 05:21:13 INFO : non existent directory: Updated directory metadata 2024/09/21 05:21:15 DEBUG : Google drive root 'crypt/39hshhbjmrg9tdtess5uul5eq964p5k2ebj2pqv9uahkurfcoteg': Skipping btime metadata as can't update it on an existing file: 2024-09-21T05:21:12.449982687Z 2024/09/21 05:21:16 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (5.46s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:21:17 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2024/09/21 05:21:19 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2024/09/21 05:21:20 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.74s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo'", Local "Local file system at /tmp/rclone3437890261", Modify Window "1ms" 2024/09/21 05:21:22 DEBUG : dir with metadata to be copied: Making directory with metadata 2024/09/21 05:21:22 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/09/21 05:21:22 DEBUG : dst: Making directory with metadata 2024/09/21 05:21:23 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2024/09/21 05:21:23 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/21 05:21:24 INFO : dst: Set directory modification time (using SetModTime) 2024/09/21 05:21:24 INFO : dst: Set directory modification time (using SetModTime) 2024/09/21 05:21:24 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2024/09/21 05:21:25 INFO : dst: Set directory modification time (using SetModTime) 2024/09/21 05:21:25 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (4.14s) === 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/09/21 05:21:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vugaxix5femo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 11m41.701373614s (try 1/5)