helix icon indicating copy to clipboard operation
helix copied to clipboard

Helix Windows failed to initialize debug adapter: request 0 timed out

Open redfer13 opened this issue 10 months ago • 8 comments

Summary

I'm trying to initialize helix debug adapter but it doesn't seem to run

Reproduction Steps

I tried this:

to install llsb-vscode

  1. scoop install llvm
  2. hx languages.toml
[[language]]
name = "rust"

[language.debugger]
name = "lldb-vscode"
transport = "stdio"
command = "lldb-vscode"

[[language.debugger.templates]]
name = "binary"
request = "launch"
completion = [ { name = "binary", completion = "filename" } ]
args = { program = "{0}"}, initCommands = [ "command script import ~/scoop/persist/helix/lldb_vscode_rustc_primer.py" ] }
  1. hx lldb_vscode_rustc_primer.py
import subprocess
import pathlib
import lldb

# determine the sysroot for the active rust interpreter
rustlib_etc = pathlib.Path(subprocess.getoutput('rustc --print sysroot')) / 'lib' / 'rustlib' / 'etc'
if not rustlib_etc.exists():
        raise RuntimeError('Unable to determine rustc sysroot')

# load lldb_lookup.py and execute lldb_commands with the correct path
lldb.debugger.HandleCommand(f"""command script import "{rustlib_etc / 'lldb_lookup.py'}" """)
lldb.debugger.HandleCommand(f"""command source -s 0 "{rustlib_etc / 'lldb_commands'}" """)
  1. hx src/main.rs
  2. <space>gb
  3. <space>gl
  4. binary: target\debug\webserver.exe

I expected this to happen: the debug session to begin

Instead, this happened: Failed to initialize debug adapter: request 0 timed out

Helix log

~/.cache/helix/helix.log
2023-10-11T10:22:31.387 helix_dap::transport [ERROR] err: <- StreamClosed
2023-10-11T10:22:51.353 helix_view::editor [ERROR] editor error: Failed to initialize debug adapter: request 0 timed out

Platform

Windows

Terminal Emulator

Windows Terminal

Helix Version

helix 23.05 (7f5940be)

redfer13 avatar Oct 10 '23 23:10 redfer13

This only shows the crash, we need the entire log. It seems like the debug adapter crashed

archseer avatar Oct 11 '23 00:10 archseer

that's my entire log though...

redfer13 avatar Oct 11 '23 09:10 redfer13

Try running with hx -v to produce more logs.

archseer avatar Oct 11 '23 09:10 archseer

im running the exact same thing in linux and it seems to work. also when i typed lldb-vscode -v in my terminal it just instantly exited. could that be why?

redfer13 avatar Oct 11 '23 09:10 redfer13

It doesn't look like we're executing lldb-vscode -v. I recommend you follow the above steps in order to give us an idea as to what is going on.

kirawi avatar Oct 11 '23 14:10 kirawi

2023-10-13T14:18:49.362 helix_vcs [INFO] PeelToCommit(
    Unborn {
        name: FullName(
            "refs/heads/master",
        ),
    },
)
2023-10-13T14:18:49.363 helix_vcs [INFO] failed to open diff base for C:\Users\135408\development\webserver\src\main.rs
2023-10-13T14:18:49.366 helix_vcs [INFO] PeelToCommit(
    Unborn {
        name: FullName(
            "refs/heads/master",
        ),
    },
)
2023-10-13T14:18:49.366 helix_vcs [INFO] failed to obtain current head name for C:\Users\135408\development\webserver\src\main.rs
2023-10-13T14:18:49.378 helix_lsp::client [INFO] Using custom LSP config: {"inlayHints":{"bindingModeHints":{"enable":false},"closingBraceHints":{"minLines":10},"closureReturnTypeHints":{"enable":"with_block"},"discriminantHints":{"enable":"fieldless"},"lifetimeElisionHints":{"enable":"skip_trivial"},"typeHints":{"hideClosureInitialization":false}}}
2023-10-13T14:18:49.378 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","method":"initialize","params":{"capabilities":{"general":{"positionEncodings":["utf-8","utf-32","utf-16"]},"textDocument":{"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":["","quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite","source","source.organizeImports"]}}},"completion":{"completionItem":{"deprecatedSupport":true,"insertReplaceSupport":true,"resolveSupport":{"properties":["documentation","detail","additionalTextEdits"]},"snippetSupport":true,"tagSupport":{"valueSet":[1]}},"completionItemKind":{}},"hover":{"contentFormat":["markdown"]},"inlayHint":{"dynamicRegistration":false},"publishDiagnostics":{"versionSupport":true},"rename":{"dynamicRegistration":false,"honorsChangeAnnotations":false,"prepareSupport":true},"signatureHelp":{"signatureInformation":{"activeParameterSupport":true,"documentationFormat":["markdown"],"parameterInformation":{"labelOffsetSupport":true}}}},"window":{"workDoneProgress":true},"workspace":{"applyEdit":true,"configuration":true,"didChangeConfiguration":{"dynamicRegistration":false},"executeCommand":{"dynamicRegistration":false},"inlayHint":{"refreshSupport":false},"symbol":{"dynamicRegistration":false},"workspaceEdit":{"documentChanges":true,"failureHandling":"abort","normalizesLineEndings":false,"resourceOperations":["create","rename","delete"]},"workspaceFolders":true}},"clientInfo":{"name":"helix","version":"23.05 (7f5940be)"},"initializationOptions":{"inlayHints":{"bindingModeHints":{"enable":false},"closingBraceHints":{"minLines":10},"closureReturnTypeHints":{"enable":"with_block"},"discriminantHints":{"enable":"fieldless"},"lifetimeElisionHints":{"enable":"skip_trivial"},"typeHints":{"hideClosureInitialization":false}}},"processId":16436,"rootPath":"C:\\Users\\135408\\development\\webserver","rootUri":"file:///C:/Users/135408/development/webserver","workspaceFolders":[{"name":"webserver","uri":"file:///C:/Users/135408/development/webserver"}]},"id":0}
2023-10-13T14:18:49.481 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","id":0,"result":{"capabilities":{"positionEncoding":"utf-8","textDocumentSync":{"openClose":true,"change":2,"save":{}},"selectionRangeProvider":true,"hoverProvider":true,"completionProvider":{"resolveProvider":true,"triggerCharacters":[":",".","'","("],"completionItem":{"labelDetailsSupport":false}},"signatureHelpProvider":{"triggerCharacters":["(",",","<"]},"definitionProvider":true,"typeDefinitionProvider":true,"implementationProvider":true,"referencesProvider":true,"documentHighlightProvider":true,"documentSymbolProvider":true,"workspaceSymbolProvider":true,"codeActionProvider":{"codeActionKinds":["","quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite"],"resolveProvider":true},"codeLensProvider":{"resolveProvider":true},"documentFormattingProvider":true,"documentRangeFormattingProvider":false,"documentOnTypeFormattingProvider":{"firstTriggerCharacter":"=","moreTriggerCharacter":[".",">","{"]},"renameProvider":{"prepareProvider":true},"foldingRangeProvider":true,"declarationProvider":true,"workspace":{"workspaceFolders":{"supported":true,"changeNotifications":true},"fileOperations":{"willRename":{"filters":[{"scheme":"file","pattern":{"glob":"**/*.rs","matches":"file"}},{"scheme":"file","pattern":{"glob":"**","matches":"folder"}}]}}},"callHierarchyProvider":true,"semanticTokensProvider":{"legend":{"tokenTypes":["comment","decorator","enumMember","enum","function","interface","keyword","macro","method","namespace","number","operator","parameter","property","string","struct","typeParameter","variable","angle","arithmetic","attribute","attributeBracket","bitwise","boolean","brace","bracket","builtinAttribute","builtinType","character","colon","comma","comparison","constParameter","derive","deriveHelper","dot","escapeSequence","invalidEscapeSequence","formatSpecifier","generic","label","lifetime","logical","macroBang","parenthesis","punctuation","selfKeyword","selfTypeKeyword","semicolon","typeAlias","toolModule","union","unresolvedReference"],"tokenModifiers":["documentation","declaration","static","defaultLibrary","async","attribute","callable","constant","consuming","controlFlow","crateRoot","injected","intraDocLink","library","macro","mutable","public","reference","trait","unsafe"]},"range":true,"full":{"delta":true}},"inlayHintProvider":{"resolveProvider":true},"experimental":{"externalDocs":true,"hoverRange":true,"joinLines":true,"matchingBrace":true,"moveItem":true,"onEnter":true,"openCargoToml":true,"parentModule":true,"runnables":{"kinds":["cargo"]},"ssr":true,"workspaceSymbolScopeKindFiltering":true}},"serverInfo":{"name":"rust-analyzer","version":"1.73.0 (cc66ad46 2023-10-03)"}}}
2023-10-13T14:18:49.481 helix_lsp::transport [INFO] <- {"capabilities":{"callHierarchyProvider":true,"codeActionProvider":{"codeActionKinds":["","quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite"],"resolveProvider":true},"codeLensProvider":{"resolveProvider":true},"completionProvider":{"completionItem":{"labelDetailsSupport":false},"resolveProvider":true,"triggerCharacters":[":",".","'","("]},"declarationProvider":true,"definitionProvider":true,"documentFormattingProvider":true,"documentHighlightProvider":true,"documentOnTypeFormattingProvider":{"firstTriggerCharacter":"=","moreTriggerCharacter":[".",">","{"]},"documentRangeFormattingProvider":false,"documentSymbolProvider":true,"experimental":{"externalDocs":true,"hoverRange":true,"joinLines":true,"matchingBrace":true,"moveItem":true,"onEnter":true,"openCargoToml":true,"parentModule":true,"runnables":{"kinds":["cargo"]},"ssr":true,"workspaceSymbolScopeKindFiltering":true},"foldingRangeProvider":true,"hoverProvider":true,"implementationProvider":true,"inlayHintProvider":{"resolveProvider":true},"positionEncoding":"utf-8","referencesProvider":true,"renameProvider":{"prepareProvider":true},"selectionRangeProvider":true,"semanticTokensProvider":{"full":{"delta":true},"legend":{"tokenModifiers":["documentation","declaration","static","defaultLibrary","async","attribute","callable","constant","consuming","controlFlow","crateRoot","injected","intraDocLink","library","macro","mutable","public","reference","trait","unsafe"],"tokenTypes":["comment","decorator","enumMember","enum","function","interface","keyword","macro","method","namespace","number","operator","parameter","property","string","struct","typeParameter","variable","angle","arithmetic","attribute","attributeBracket","bitwise","boolean","brace","bracket","builtinAttribute","builtinType","character","colon","comma","comparison","constParameter","derive","deriveHelper","dot","escapeSequence","invalidEscapeSequence","formatSpecifier","generic","label","lifetime","logical","macroBang","parenthesis","punctuation","selfKeyword","selfTypeKeyword","semicolon","typeAlias","toolModule","union","unresolvedReference"]},"range":true},"signatureHelpProvider":{"triggerCharacters":["(",",","<"]},"textDocumentSync":{"change":2,"openClose":true,"save":{}},"typeDefinitionProvider":true,"workspace":{"fileOperations":{"willRename":{"filters":[{"pattern":{"glob":"**/*.rs","matches":"file"},"scheme":"file"},{"pattern":{"glob":"**","matches":"folder"},"scheme":"file"}]}},"workspaceFolders":{"changeNotifications":true,"supported":true}},"workspaceSymbolProvider":true},"serverInfo":{"name":"rust-analyzer","version":"1.73.0 (cc66ad46 2023-10-03)"}}
2023-10-13T14:18:49.481 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","method":"initialized","params":{}}
2023-10-13T14:18:49.482 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","method":"workspace/didChangeConfiguration","params":{"settings":{"inlayHints":{"bindingModeHints":{"enable":false},"closingBraceHints":{"minLines":10},"closureReturnTypeHints":{"enable":"with_block"},"discriminantHints":{"enable":"fieldless"},"lifetimeElisionHints":{"enable":"skip_trivial"},"typeHints":{"hideClosureInitialization":false}}}}}
2023-10-13T14:18:49.482 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"languageId":"rust","text":"use std::net::SocketAddr;\n\nuse axum::response::Response;\nuse axum::routing::get;\n\n#[tokio::main]\nasync fn main() {\n    tracing_subscriber::fmt::init();\n\n    let app = axum::Router::new().route(\"/health\", get(health));\n\n    let addr = SocketAddr::from(([127, 0, 0, 1], 80));\n    axum::Server::bind(&addr)\n        .serve(app.into_make_service())\n        .with_graceful_shutdown(shutdown_signal())\n        .await\n        .unwrap();\n\n    tracing::info!(\"Shutting down\");\n}\n\nasync fn shutdown_signal() {\n    tokio::signal::ctrl_c()\n        .await\n        .expect(\"failed to install Ctrl-C Handler\");\n}\n\n#[tracing::instrument]\nasync fn health() -> Result<Response, axum::http::StatusCode> {\n    Ok(Response::builder()\n        .status(200)\n        .body(axum::body::boxed(\"Ok\".to_string()))\n        .unwrap())\n}\n","uri":"file:///C:/Users/135408/development/webserver/src/main.rs","version":0}}}
2023-10-13T14:18:49.484 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","id":0,"method":"workspace/configuration","params":{"items":[{"section":"rust-analyzer"}]}}
2023-10-13T14:18:49.484 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","id":1,"method":"window/workDoneProgress/create","params":{"token":"rustAnalyzer/Fetching"}}
2023-10-13T14:18:49.484 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Fetching","value":{"kind":"begin","title":"Fetching","cancellable":false}}}
2023-10-13T14:18:49.484 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","result":[null],"id":0}
2023-10-13T14:18:49.484 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","result":null,"id":1}
2023-10-13T14:18:49.593 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Fetching","value":{"kind":"report","cancellable":false,"message":"metadata"}}}
2023-10-13T14:18:50.110 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Fetching","value":{"kind":"end"}}}
2023-10-13T14:18:50.110 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","id":2,"method":"window/workDoneProgress/create","params":{"token":"rustAnalyzer/Roots Scanned"}}
2023-10-13T14:18:50.110 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"begin","title":"Roots Scanned","cancellable":false,"message":"0/175","percentage":0}}}
2023-10-13T14:18:50.110 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"1/175","percentage":0}}}
2023-10-13T14:18:50.110 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"2/175","percentage":1}}}
2023-10-13T14:18:50.110 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"3/175","percentage":1}}}
2023-10-13T14:18:50.110 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"4/175","percentage":2}}}
2023-10-13T14:18:50.110 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"5/175","percentage":2}}}
2023-10-13T14:18:50.110 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"6/175","percentage":3}}}
2023-10-13T14:18:50.110 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"7/175","percentage":4}}}
2023-10-13T14:18:50.110 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"8/175","percentage":4}}}
2023-10-13T14:18:50.111 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"9/175","percentage":5}}}
2023-10-13T14:18:50.111 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"10/175","percentage":5}}}
2023-10-13T14:18:50.111 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"11/175","percentage":6}}}
2023-10-13T14:18:50.112 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","result":null,"id":2}
2023-10-13T14:18:50.117 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","id":3,"method":"window/workDoneProgress/create","params":{"token":"rustAnalyzer/Fetching"}}
2023-10-13T14:18:50.117 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Fetching","value":{"kind":"begin","title":"Fetching","cancellable":false}}}
2023-10-13T14:18:50.117 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"12/175","percentage":6}}}
2023-10-13T14:18:50.117 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","result":null,"id":3}
2023-10-13T14:18:50.117 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"13/175","percentage":7}}}
2023-10-13T14:18:50.121 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"14/175","percentage":8}}}
2023-10-13T14:18:50.121 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"15/175","percentage":8}}}
2023-10-13T14:18:50.125 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"16/175","percentage":9}}}
2023-10-13T14:18:50.126 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"17/175","percentage":9}}}
2023-10-13T14:18:50.126 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"18/175","percentage":10}}}
2023-10-13T14:18:50.130 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"19/175","percentage":10}}}
2023-10-13T14:18:50.130 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"20/175","percentage":11}}}
2023-10-13T14:18:50.135 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"21/175","percentage":12}}}
2023-10-13T14:18:50.135 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"22/175","percentage":12}}}
2023-10-13T14:18:50.141 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"23/175","percentage":13}}}
2023-10-13T14:18:50.145 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"24/175","percentage":13}}}
2023-10-13T14:18:50.151 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"25/175","percentage":14}}}
2023-10-13T14:18:50.151 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"26/175","percentage":14}}}
2023-10-13T14:18:50.157 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"27/175","percentage":15}}}
2023-10-13T14:18:50.157 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"28/175","percentage":16}}}
2023-10-13T14:18:50.163 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"29/175","percentage":16}}}
2023-10-13T14:18:50.163 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"30/175","percentage":17}}}
2023-10-13T14:18:50.163 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"31/175","percentage":17}}}
2023-10-13T14:18:50.167 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"32/175","percentage":18}}}
2023-10-13T14:18:50.167 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"33/175","percentage":18}}}
2023-10-13T14:18:50.167 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"34/175","percentage":19}}}
2023-10-13T14:18:50.167 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"35/175","percentage":20}}}
2023-10-13T14:18:50.175 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"36/175","percentage":20}}}
2023-10-13T14:18:50.175 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"37/175","percentage":21}}}
2023-10-13T14:18:50.175 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"38/175","percentage":21}}}
2023-10-13T14:18:50.181 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"39/175","percentage":22}}}
2023-10-13T14:18:50.181 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"40/175","percentage":22}}}
2023-10-13T14:18:50.181 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"41/175","percentage":23}}}
2023-10-13T14:18:50.181 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"42/175","percentage":24}}}
2023-10-13T14:18:50.207 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"43/175","percentage":24}}}
2023-10-13T14:18:50.219 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Fetching","value":{"kind":"report","cancellable":false,"message":"metadata"}}}
2023-10-13T14:18:50.219 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"44/175","percentage":25}}}
2023-10-13T14:18:50.219 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"45/175","percentage":25}}}
2023-10-13T14:18:50.219 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"46/175","percentage":26}}}
2023-10-13T14:18:50.229 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"47/175","percentage":26}}}
2023-10-13T14:18:50.229 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"48/175","percentage":27}}}
2023-10-13T14:18:50.229 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"49/175","percentage":28}}}
2023-10-13T14:18:50.229 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"50/175","percentage":28}}}
2023-10-13T14:18:50.229 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"51/175","percentage":29}}}
2023-10-13T14:18:50.229 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"52/175","percentage":29}}}
2023-10-13T14:18:50.238 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"53/175","percentage":30}}}
2023-10-13T14:18:50.238 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"54/175","percentage":30}}}
2023-10-13T14:18:50.238 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"55/175","percentage":31}}}
2023-10-13T14:18:50.246 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"56/175","percentage":32}}}
2023-10-13T14:18:50.256 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"57/175","percentage":32}}}
2023-10-13T14:18:50.256 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"58/175","percentage":33}}}
2023-10-13T14:18:50.266 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"59/175","percentage":33}}}
2023-10-13T14:18:50.266 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"60/175","percentage":34}}}
2023-10-13T14:18:50.266 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"61/175","percentage":34}}}
2023-10-13T14:18:50.278 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"62/175","percentage":35}}}
2023-10-13T14:18:50.293 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"63/175","percentage":36}}}
2023-10-13T14:18:50.293 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"64/175","percentage":36}}}
2023-10-13T14:18:50.306 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"65/175","percentage":37}}}
2023-10-13T14:18:50.306 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"66/175","percentage":37}}}
2023-10-13T14:18:50.306 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"67/175","percentage":38}}}
2023-10-13T14:18:50.306 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"68/175","percentage":38}}}
2023-10-13T14:18:50.322 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"69/175","percentage":39}}}
2023-10-13T14:18:50.322 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"70/175","percentage":40}}}
2023-10-13T14:18:50.322 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"71/175","percentage":40}}}
2023-10-13T14:18:50.335 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"72/175","percentage":41}}}
2023-10-13T14:18:50.336 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"73/175","percentage":41}}}
2023-10-13T14:18:50.348 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"74/175","percentage":42}}}
2023-10-13T14:18:50.348 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"75/175","percentage":42}}}
2023-10-13T14:18:50.348 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"76/175","percentage":43}}}
2023-10-13T14:18:50.348 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"77/175","percentage":44}}}
2023-10-13T14:18:50.363 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"78/175","percentage":44}}}
2023-10-13T14:18:50.363 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"79/175","percentage":45}}}
2023-10-13T14:18:50.363 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"80/175","percentage":45}}}
2023-10-13T14:18:50.363 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"81/175","percentage":46}}}
2023-10-13T14:18:50.363 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"82/175","percentage":46}}}
2023-10-13T14:18:50.377 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"83/175","percentage":47}}}
2023-10-13T14:18:50.377 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"84/175","percentage":48}}}
2023-10-13T14:18:50.377 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"85/175","percentage":48}}}
2023-10-13T14:18:50.377 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"86/175","percentage":49}}}
2023-10-13T14:18:50.377 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"87/175","percentage":49}}}
2023-10-13T14:18:50.377 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"88/175","percentage":50}}}
2023-10-13T14:18:50.377 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"89/175","percentage":50}}}
2023-10-13T14:18:50.377 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"90/175","percentage":51}}}
2023-10-13T14:18:50.377 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"91/175","percentage":52}}}
2023-10-13T14:18:50.377 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"92/175","percentage":52}}}
2023-10-13T14:18:50.393 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"93/175","percentage":53}}}
2023-10-13T14:18:50.393 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"94/175","percentage":53}}}
2023-10-13T14:18:50.393 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"95/175","percentage":54}}}
2023-10-13T14:18:50.393 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"96/175","percentage":54}}}
2023-10-13T14:18:50.394 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"97/175","percentage":55}}}
2023-10-13T14:18:50.394 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"98/175","percentage":56}}}
2023-10-13T14:18:50.394 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"99/175","percentage":56}}}
2023-10-13T14:18:50.416 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"100/175","percentage":57}}}
2023-10-13T14:18:50.434 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"101/175","percentage":57}}}
2023-10-13T14:18:50.451 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"102/175","percentage":58}}}
2023-10-13T14:18:50.451 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"103/175","percentage":58}}}
2023-10-13T14:18:50.451 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"104/175","percentage":59}}}
2023-10-13T14:18:50.451 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"105/175","percentage":60}}}
2023-10-13T14:18:50.451 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"106/175","percentage":60}}}
2023-10-13T14:18:50.451 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"107/175","percentage":61}}}
2023-10-13T14:18:50.469 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"108/175","percentage":61}}}
2023-10-13T14:18:50.469 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"109/175","percentage":62}}}
2023-10-13T14:18:50.470 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"110/175","percentage":62}}}
2023-10-13T14:18:50.470 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"111/175","percentage":63}}}
2023-10-13T14:18:50.490 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"112/175","percentage":64}}}
2023-10-13T14:18:50.490 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"113/175","percentage":64}}}
2023-10-13T14:18:50.490 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"114/175","percentage":65}}}
2023-10-13T14:18:50.490 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"115/175","percentage":65}}}
2023-10-13T14:18:50.490 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"116/175","percentage":66}}}
2023-10-13T14:18:50.490 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"117/175","percentage":66}}}
2023-10-13T14:18:50.490 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"118/175","percentage":67}}}
2023-10-13T14:18:50.490 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"119/175","percentage":68}}}
2023-10-13T14:18:50.510 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"120/175","percentage":68}}}
2023-10-13T14:18:50.510 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"121/175","percentage":69}}}
2023-10-13T14:18:50.510 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"122/175","percentage":69}}}
2023-10-13T14:18:50.510 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"123/175","percentage":70}}}
2023-10-13T14:18:50.510 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"124/175","percentage":70}}}
2023-10-13T14:18:50.510 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"125/175","percentage":71}}}
2023-10-13T14:18:50.510 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"126/175","percentage":72}}}
2023-10-13T14:18:50.528 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"127/175","percentage":72}}}
2023-10-13T14:18:50.528 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"128/175","percentage":73}}}
2023-10-13T14:18:50.528 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"129/175","percentage":73}}}
2023-10-13T14:18:50.551 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"130/175","percentage":74}}}
2023-10-13T14:18:50.551 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"131/175","percentage":74}}}
2023-10-13T14:18:50.576 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"132/175","percentage":75}}}
2023-10-13T14:18:50.576 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"133/175","percentage":76}}}
2023-10-13T14:18:50.576 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"134/175","percentage":76}}}
2023-10-13T14:18:50.576 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"135/175","percentage":77}}}
2023-10-13T14:18:50.607 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"136/175","percentage":77}}}
2023-10-13T14:18:50.607 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"137/175","percentage":78}}}
2023-10-13T14:18:50.607 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"138/175","percentage":78}}}
2023-10-13T14:18:50.607 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"139/175","percentage":79}}}
2023-10-13T14:18:50.607 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"140/175","percentage":80}}}
2023-10-13T14:18:50.607 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"141/175","percentage":80}}}
2023-10-13T14:18:50.607 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"142/175","percentage":81}}}
2023-10-13T14:18:50.607 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"143/175","percentage":81}}}
2023-10-13T14:18:50.648 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"144/175","percentage":82}}}
2023-10-13T14:18:50.648 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"145/175","percentage":82}}}
2023-10-13T14:18:50.681 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"146/175","percentage":83}}}
2023-10-13T14:18:50.681 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"147/175","percentage":84}}}
2023-10-13T14:18:50.681 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"148/175","percentage":84}}}
2023-10-13T14:18:50.681 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"149/175","percentage":85}}}
2023-10-13T14:18:50.681 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"150/175","percentage":85}}}
2023-10-13T14:18:50.681 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"151/175","percentage":86}}}
2023-10-13T14:18:50.681 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"152/175","percentage":86}}}
2023-10-13T14:18:50.712 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"153/175","percentage":87}}}
2023-10-13T14:18:50.712 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"154/175","percentage":88}}}
2023-10-13T14:18:50.712 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"155/175","percentage":88}}}
2023-10-13T14:18:50.712 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"156/175","percentage":89}}}
2023-10-13T14:18:50.712 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"157/175","percentage":89}}}
2023-10-13T14:18:50.712 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"158/175","percentage":90}}}
2023-10-13T14:18:50.712 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"159/175","percentage":90}}}
2023-10-13T14:18:50.712 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"160/175","percentage":91}}}
2023-10-13T14:18:50.712 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"161/175","percentage":92}}}
2023-10-13T14:18:50.712 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"162/175","percentage":92}}}
2023-10-13T14:18:50.712 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"163/175","percentage":93}}}
2023-10-13T14:18:50.753 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"164/175","percentage":93}}}
2023-10-13T14:18:50.753 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"165/175","percentage":94}}}
2023-10-13T14:18:50.753 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"166/175","percentage":94}}}
2023-10-13T14:18:50.753 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"167/175","percentage":95}}}
2023-10-13T14:18:50.753 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"168/175","percentage":96}}}
2023-10-13T14:18:50.797 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Fetching","value":{"kind":"end"}}}
2023-10-13T14:18:50.798 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"169/175","percentage":96}}}
2023-10-13T14:18:50.851 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","id":4,"method":"window/workDoneProgress/create","params":{"token":"rustAnalyzer/Fetching"}}
2023-10-13T14:18:50.851 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Fetching","value":{"kind":"begin","title":"Fetching","cancellable":false}}}
2023-10-13T14:18:50.851 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","result":null,"id":4}
2023-10-13T14:18:50.901 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Fetching","value":{"kind":"report","cancellable":false,"message":"metadata"}}}
2023-10-13T14:18:50.956 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"170/175","percentage":97}}}
2023-10-13T14:18:50.956 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"171/175","percentage":97}}}
2023-10-13T14:18:51.033 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"172/175","percentage":98}}}
2023-10-13T14:18:51.033 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"173/175","percentage":98}}}
2023-10-13T14:18:51.251 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"174/175","percentage":99}}}
2023-10-13T14:18:51.251 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"end","message":"175/175"}}}
2023-10-13T14:18:51.366 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Fetching","value":{"kind":"end"}}}
2023-10-13T14:18:51.366 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","id":5,"method":"window/workDoneProgress/create","params":{"token":"rustAnalyzer/Fetching"}}
2023-10-13T14:18:51.366 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Fetching","value":{"kind":"begin","title":"Fetching","cancellable":false}}}
2023-10-13T14:18:51.368 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","result":null,"id":5}
2023-10-13T14:18:51.448 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Fetching","value":{"kind":"report","cancellable":false,"message":"metadata"}}}
2023-10-13T14:18:51.867 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Fetching","value":{"kind":"end"}}}
2023-10-13T14:18:51.867 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","id":6,"method":"window/workDoneProgress/create","params":{"token":"rustAnalyzer/Building"}}
2023-10-13T14:18:51.867 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"begin","title":"Building","cancellable":false}}}
2023-10-13T14:18:51.868 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","id":7,"method":"window/workDoneProgress/create","params":{"token":"rustAnalyzer/Loading"}}
2023-10-13T14:18:51.868 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Loading","value":{"kind":"begin","title":"Loading","cancellable":false}}}
2023-10-13T14:18:51.868 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Loading","value":{"kind":"end"}}}
2023-10-13T14:18:51.870 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","result":null,"id":6}
2023-10-13T14:18:51.870 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","result":null,"id":7}
2023-10-13T14:18:52.431 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: proc-macro2"}}}
2023-10-13T14:18:52.431 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: proc-macro2"}}}
2023-10-13T14:18:52.431 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: unicode-ident"}}}
2023-10-13T14:18:52.431 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: version_check"}}}
2023-10-13T14:18:52.432 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: windows_x86_64_msvc"}}}
2023-10-13T14:18:52.432 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: autocfg"}}}
2023-10-13T14:18:52.433 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: typenum"}}}
2023-10-13T14:18:52.433 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: cfg-if"}}}
2023-10-13T14:18:52.433 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: cfg-if"}}}
2023-10-13T14:18:52.434 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: proc-macro2"}}}
2023-10-13T14:18:52.434 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: windows_x86_64_msvc"}}}
2023-10-13T14:18:52.434 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: typenum"}}}
2023-10-13T14:18:52.434 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: generic-array"}}}
2023-10-13T14:18:52.435 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: futures-core"}}}
2023-10-13T14:18:52.436 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: serde"}}}
2023-10-13T14:18:52.436 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: cc"}}}
2023-10-13T14:18:52.436 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: slab"}}}
2023-10-13T14:18:52.437 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: quote"}}}
2023-10-13T14:18:52.437 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: generic-array"}}}
2023-10-13T14:18:52.437 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: futures-core"}}}
2023-10-13T14:18:52.437 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: serde"}}}
2023-10-13T14:18:52.438 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: ring"}}}
2023-10-13T14:18:52.438 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: windows_x86_64_msvc"}}}
2023-10-13T14:18:52.438 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: windows_x86_64_msvc"}}}
2023-10-13T14:18:52.439 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: ahash"}}}
2023-10-13T14:18:52.439 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: syn"}}}
2023-10-13T14:18:52.439 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: ring"}}}
2023-10-13T14:18:52.439 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: windows-targets"}}}
2023-10-13T14:18:52.439 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: windows-targets"}}}
2023-10-13T14:18:52.440 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: futures-task"}}}
2023-10-13T14:18:52.440 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: ahash"}}}
2023-10-13T14:18:52.440 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: slab"}}}
2023-10-13T14:18:52.440 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: once_cell"}}}
2023-10-13T14:18:52.441 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: serde_derive"}}}
2023-10-13T14:18:52.441 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: futures-task"}}}
2023-10-13T14:18:52.442 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: winapi"}}}
2023-10-13T14:18:52.442 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: typenum"}}}
2023-10-13T14:18:52.442 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: lock_api"}}}
2023-10-13T14:18:52.443 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: parking_lot_core"}}}
2023-10-13T14:18:52.444 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: futures-util"}}}
2023-10-13T14:18:52.444 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: windows-sys"}}}
2023-10-13T14:18:52.444 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: winapi"}}}
2023-10-13T14:18:52.444 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: parking_lot_core"}}}
2023-10-13T14:18:52.444 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: futures-util"}}}
2023-10-13T14:18:52.445 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: generic-array"}}}
2023-10-13T14:18:52.445 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: lock_api"}}}
2023-10-13T14:18:52.445 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: tracing-attributes"}}}
2023-10-13T14:18:52.445 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: windows-sys"}}}
2023-10-13T14:18:52.446 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: typenum"}}}
2023-10-13T14:18:52.446 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: winapi"}}}
2023-10-13T14:18:52.447 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: num-traits"}}}
2023-10-13T14:18:52.447 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: getrandom"}}}
2023-10-13T14:18:52.448 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: winapi"}}}
2023-10-13T14:18:52.448 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: pin-project-lite"}}}
2023-10-13T14:18:52.449 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: crossbeam-utils"}}}
2023-10-13T14:18:52.449 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: generic-array"}}}
2023-10-13T14:18:52.449 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: crypto-common"}}}
2023-10-13T14:18:52.449 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: crossbeam-utils"}}}
2023-10-13T14:18:52.449 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: num-traits"}}}
2023-10-13T14:18:52.449 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: winapi"}}}
2023-10-13T14:18:52.450 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: block-buffer"}}}
2023-10-13T14:18:52.450 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: futures-core"}}}
2023-10-13T14:18:52.450 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: subtle"}}}
2023-10-13T14:18:52.450 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: itoa"}}}
2023-10-13T14:18:52.451 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: serde_json"}}}
2023-10-13T14:18:52.451 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: once_cell"}}}
2023-10-13T14:18:52.451 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: bytes"}}}
2023-10-13T14:18:52.451 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: digest"}}}
2023-10-13T14:18:52.451 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: serde_json"}}}
2023-10-13T14:18:52.451 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: winapi"}}}
2023-10-13T14:18:52.452 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: serde"}}}
2023-10-13T14:18:52.452 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: getrandom"}}}
2023-10-13T14:18:52.452 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: memchr"}}}
2023-10-13T14:18:52.453 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: crossbeam-queue"}}}
2023-10-13T14:18:52.453 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: tinyvec_macros"}}}
2023-10-13T14:18:52.453 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: untrusted"}}}
2023-10-13T14:18:52.454 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: thiserror"}}}
2023-10-13T14:18:52.454 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: rustls"}}}
2023-10-13T14:18:52.455 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: spin"}}}
2023-10-13T14:18:52.455 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: crypto-common"}}}
2023-10-13T14:18:52.455 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: block-buffer"}}}
2023-10-13T14:18:52.455 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: tinyvec"}}}
2023-10-13T14:18:52.455 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: crossbeam-queue"}}}
2023-10-13T14:18:52.455 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: thiserror"}}}
2023-10-13T14:18:52.456 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: ring"}}}
2023-10-13T14:18:52.456 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: rustls"}}}
2023-10-13T14:18:52.456 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: serde"}}}
2023-10-13T14:18:52.456 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: thiserror-impl"}}}
2023-10-13T14:18:52.456 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: tracing-core"}}}
2023-10-13T14:18:52.457 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: futures-core"}}}
2023-10-13T14:18:52.457 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: futures-sink"}}}
2023-10-13T14:18:52.457 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: log"}}}
2023-10-13T14:18:52.457 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: pin-project-lite"}}}
2023-10-13T14:18:52.458 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: paste"}}}
2023-10-13T14:18:52.458 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: subtle"}}}
2023-10-13T14:18:52.458 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: unicode-normalization"}}}
2023-10-13T14:18:52.458 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: ahash"}}}
2023-10-13T14:18:52.458 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: paste"}}}
2023-10-13T14:18:52.459 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: digest"}}}
2023-10-13T14:18:52.459 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: socket2"}}}
2023-10-13T14:18:52.459 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: mio"}}}
2023-10-13T14:18:52.459 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: futures-task"}}}
2023-10-13T14:18:52.459 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: slab"}}}
2023-10-13T14:18:52.460 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: tokio-macros"}}}
2023-10-13T14:18:52.460 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: spin"}}}
2023-10-13T14:18:52.460 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: allocator-api2"}}}
2023-10-13T14:18:52.460 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: num_cpus"}}}
2023-10-13T14:18:52.461 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: scopeguard"}}}
2023-10-13T14:18:52.461 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: memchr"}}}
2023-10-13T14:18:52.461 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: unicode-bidi"}}}
2023-10-13T14:18:52.462 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: futures-io"}}}
2023-10-13T14:18:52.462 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: rustversion"}}}
2023-10-13T14:18:52.462 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: untrusted"}}}
2023-10-13T14:18:52.463 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: tinyvec_macros"}}}
2023-10-13T14:18:52.463 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: smallvec"}}}
2023-10-13T14:18:52.463 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: pin-utils"}}}
2023-10-13T14:18:52.463 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: hashbrown"}}}
2023-10-13T14:18:52.463 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: lock_api"}}}
2023-10-13T14:18:52.463 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: ring"}}}
2023-10-13T14:18:52.464 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: tokio"}}}
2023-10-13T14:18:52.464 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: rustversion"}}}
2023-10-13T14:18:52.464 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: parking_lot_core"}}}
2023-10-13T14:18:52.464 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: futures-util"}}}
2023-10-13T14:18:52.464 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: tinyvec"}}}
2023-10-13T14:18:52.465 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: paste"}}}
2023-10-13T14:18:52.465 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: rustls-webpki"}}}
2023-10-13T14:18:52.465 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: either"}}}
2023-10-13T14:18:52.465 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: socket2"}}}
2023-10-13T14:18:52.466 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: mio"}}}
2023-10-13T14:18:52.466 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: cpufeatures"}}}
2023-10-13T14:18:52.466 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: percent-encoding"}}}
2023-10-13T14:18:52.466 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: percent-encoding"}}}
2023-10-13T14:18:52.467 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: futures-channel"}}}
2023-10-13T14:18:52.467 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: futures-sink"}}}
2023-10-13T14:18:52.468 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: smallvec"}}}
2023-10-13T14:18:52.468 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: bytes"}}}
2023-10-13T14:18:52.468 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: futures-channel"}}}
2023-10-13T14:18:52.469 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: minimal-lexical"}}}
2023-10-13T14:18:52.469 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: form_urlencoded"}}}
2023-10-13T14:18:52.469 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: futures-channel"}}}
2023-10-13T14:18:52.469 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: tokio"}}}
2023-10-13T14:18:52.470 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: form_urlencoded"}}}
2023-10-13T14:18:52.470 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: futures-channel"}}}
2023-10-13T14:18:52.470 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: itertools"}}}
2023-10-13T14:18:52.470 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: parking_lot"}}}
2023-10-13T14:18:52.470 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: nom"}}}
2023-10-13T14:18:52.470 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: unicode-normalization"}}}
2023-10-13T14:18:52.471 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: rustversion"}}}
2023-10-13T14:18:52.471 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: idna"}}}
2023-10-13T14:18:52.471 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: tracing"}}}
2023-10-13T14:18:52.471 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: sct"}}}
2023-10-13T14:18:52.472 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: ahash"}}}
2023-10-13T14:18:52.472 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: tracing-core"}}}
2023-10-13T14:18:52.472 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: crossbeam-utils"}}}
2023-10-13T14:18:52.473 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: num-traits"}}}
2023-10-13T14:18:52.473 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: rand_core"}}}
2023-10-13T14:18:52.473 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: futures-task"}}}
2023-10-13T14:18:52.474 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: slab"}}}
2023-10-13T14:18:52.474 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: allocator-api2"}}}
2023-10-13T14:18:52.474 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: log"}}}
2023-10-13T14:18:52.474 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: pin-utils"}}}
2023-10-13T14:18:52.475 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: futures-io"}}}
2023-10-13T14:18:52.475 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: equivalent"}}}
2023-10-13T14:18:52.475 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: ryu"}}}
2023-10-13T14:18:52.476 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: itoa"}}}
2023-10-13T14:18:52.476 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: ppv-lite86"}}}
2023-10-13T14:18:52.476 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: unicode_categories"}}}
2023-10-13T14:18:52.476 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: ryu"}}}
2023-10-13T14:18:52.477 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: unicode-bidi"}}}
2023-10-13T14:18:52.477 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: base64"}}}
2023-10-13T14:18:52.477 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: scopeguard"}}}
2023-10-13T14:18:52.477 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: crc-catalog"}}}
2023-10-13T14:18:52.478 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: serde_json"}}}
2023-10-13T14:18:52.478 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: indexmap"}}}
2023-10-13T14:18:52.478 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: futures-util"}}}
2023-10-13T14:18:52.478 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: sqlformat"}}}
2023-10-13T14:18:52.479 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: rand_chacha"}}}
2023-10-13T14:18:52.479 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: lock_api"}}}
2023-10-13T14:18:52.479 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: rustls-pemfile"}}}
2023-10-13T14:18:52.479 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: crc"}}}
2023-10-13T14:18:52.479 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: hashbrown"}}}
2023-10-13T14:18:52.480 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: atoi"}}}
2023-10-13T14:18:52.480 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: crossbeam-queue"}}}
2023-10-13T14:18:52.480 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: tracing"}}}
2023-10-13T14:18:52.480 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: rustls"}}}
2023-10-13T14:18:52.481 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: url"}}}
2023-10-13T14:18:52.481 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: futures-channel"}}}
2023-10-13T14:18:52.481 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: futures-intrusive"}}}
2023-10-13T14:18:52.481 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: futures-channel"}}}
2023-10-13T14:18:52.481 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: tokio-stream"}}}
2023-10-13T14:18:52.482 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: parking_lot_core"}}}
2023-10-13T14:18:52.482 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: sha2"}}}
2023-10-13T14:18:52.482 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: webpki-roots"}}}
2023-10-13T14:18:52.482 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: rustls-webpki"}}}
2023-10-13T14:18:52.483 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: hashlink"}}}
2023-10-13T14:18:52.483 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: thiserror"}}}
2023-10-13T14:18:52.483 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: either"}}}
2023-10-13T14:18:52.483 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: hmac"}}}
2023-10-13T14:18:52.484 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: home"}}}
2023-10-13T14:18:52.484 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: event-listener"}}}
2023-10-13T14:18:52.484 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: minimal-lexical"}}}
2023-10-13T14:18:52.485 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: syn"}}}
2023-10-13T14:18:52.485 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: cpufeatures"}}}
2023-10-13T14:18:52.485 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: fnv"}}}
2023-10-13T14:18:52.485 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: dotenvy"}}}
2023-10-13T14:18:52.485 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: finl_unicode"}}}
2023-10-13T14:18:52.486 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: byteorder"}}}
2023-10-13T14:18:52.486 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: hex"}}}
2023-10-13T14:18:52.486 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: etcetera"}}}
2023-10-13T14:18:52.486 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: stringprep"}}}
2023-10-13T14:18:52.487 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: http"}}}
2023-10-13T14:18:52.487 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: sqlx-core"}}}
2023-10-13T14:18:52.487 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: syn"}}}
2023-10-13T14:18:52.487 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: itertools"}}}
2023-10-13T14:18:52.487 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: nom"}}}
2023-10-13T14:18:52.487 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: hkdf"}}}
2023-10-13T14:18:52.488 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: parking_lot"}}}
2023-10-13T14:18:52.488 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: rand"}}}
2023-10-13T14:18:52.488 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: idna"}}}
2023-10-13T14:18:52.488 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: serde_json"}}}
2023-10-13T14:18:52.489 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: sha1"}}}
2023-10-13T14:18:52.489 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: sct"}}}
2023-10-13T14:18:52.489 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: md-5"}}}
2023-10-13T14:18:52.489 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: rand_core"}}}
2023-10-13T14:18:52.489 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: num-traits"}}}
2023-10-13T14:18:52.489 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: crossbeam-utils"}}}
2023-10-13T14:18:52.490 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: ppv-lite86"}}}
2023-10-13T14:18:52.490 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: whoami"}}}
2023-10-13T14:18:52.490 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: equivalent"}}}
2023-10-13T14:18:52.491 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: fastrand"}}}
2023-10-13T14:18:52.491 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: base64"}}}
2023-10-13T14:18:52.491 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: unicode_categories"}}}
2023-10-13T14:18:52.491 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: async-trait"}}}
2023-10-13T14:18:52.492 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: tower-service"}}}
2023-10-13T14:18:52.492 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: unicode-segmentation"}}}
2023-10-13T14:18:52.492 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: bitflags"}}}
2023-10-13T14:18:52.492 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: crc-catalog"}}}
2023-10-13T14:18:52.493 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: httparse"}}}
2023-10-13T14:18:52.493 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: rustls-pemfile"}}}
2023-10-13T14:18:52.493 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: crossbeam-queue"}}}
2023-10-13T14:18:52.493 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: tempfile"}}}
2023-10-13T14:18:52.493 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: httparse"}}}
2023-10-13T14:18:52.493 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: crc"}}}
2023-10-13T14:18:52.494 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: heck"}}}
2023-10-13T14:18:52.494 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: sqlx-postgres"}}}
2023-10-13T14:18:52.494 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: rand_chacha"}}}
2023-10-13T14:18:52.494 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: indexmap"}}}
2023-10-13T14:18:52.494 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: sqlformat"}}}
2023-10-13T14:18:52.494 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: async-trait"}}}
2023-10-13T14:18:52.494 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: atoi"}}}
2023-10-13T14:18:52.495 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: rustls"}}}
2023-10-13T14:18:52.495 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: url"}}}
2023-10-13T14:18:52.495 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: http-body"}}}
2023-10-13T14:18:52.495 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: syn"}}}
2023-10-13T14:18:52.495 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: futures-intrusive"}}}
2023-10-13T14:18:52.495 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: sha2"}}}
2023-10-13T14:18:52.496 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: webpki-roots"}}}
2023-10-13T14:18:52.496 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: hashlink"}}}
2023-10-13T14:18:52.496 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: axum-core"}}}
2023-10-13T14:18:52.496 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: tokio-stream"}}}
2023-10-13T14:18:52.497 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: hmac"}}}
2023-10-13T14:18:52.497 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: thiserror"}}}
2023-10-13T14:18:52.497 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: home"}}}
2023-10-13T14:18:52.497 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: pin-project-internal"}}}
2023-10-13T14:18:52.497 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: tower-layer"}}}
2023-10-13T14:18:52.498 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: try-lock"}}}
2023-10-13T14:18:52.498 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: hex"}}}
2023-10-13T14:18:52.498 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: dotenvy"}}}
2023-10-13T14:18:52.498 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: event-listener"}}}
2023-10-13T14:18:52.498 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: byteorder"}}}
2023-10-13T14:18:52.498 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: finl_unicode"}}}
2023-10-13T14:18:52.498 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: lazy_static"}}}
2023-10-13T14:18:52.499 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: hkdf"}}}
2023-10-13T14:18:52.499 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: sqlx-core"}}}
2023-10-13T14:18:52.499 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: want"}}}
2023-10-13T14:18:52.499 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: stringprep"}}}
2023-10-13T14:18:52.499 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: etcetera"}}}
2023-10-13T14:18:52.499 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: pin-project"}}}
2023-10-13T14:18:52.500 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: axum-core"}}}
2023-10-13T14:18:52.500 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: sqlx-macros-core"}}}
2023-10-13T14:18:52.500 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: rand"}}}
2023-10-13T14:18:52.500 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: async-trait"}}}
2023-10-13T14:18:52.500 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: httparse"}}}
2023-10-13T14:18:52.500 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: sha1"}}}
2023-10-13T14:18:52.501 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: axum"}}}
2023-10-13T14:18:52.501 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: md-5"}}}
2023-10-13T14:18:52.501 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: socket2"}}}
2023-10-13T14:18:52.501 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: mime"}}}
2023-10-13T14:18:52.502 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: bitflags"}}}
2023-10-13T14:18:52.502 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: overload"}}}
2023-10-13T14:18:52.502 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: httpdate"}}}
2023-10-13T14:18:52.502 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: whoami"}}}
2023-10-13T14:18:52.502 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"running build-script: axum"}}}
2023-10-13T14:18:52.502 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: axum-core"}}}
2023-10-13T14:18:52.503 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: tower"}}}
2023-10-13T14:18:52.503 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: sqlx-macros"}}}
2023-10-13T14:18:52.504 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: sharded-slab"}}}
2023-10-13T14:18:52.504 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: hyper"}}}
2023-10-13T14:18:52.504 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: nu-ansi-term"}}}
2023-10-13T14:18:52.504 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: sqlx-postgres"}}}
2023-10-13T14:18:52.504 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: tracing-log"}}}
2023-10-13T14:18:52.504 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: serde_urlencoded"}}}
2023-10-13T14:18:52.504 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: serde_path_to_error"}}}
2023-10-13T14:18:52.505 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: thread_local"}}}
2023-10-13T14:18:52.505 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: bitflags"}}}
2023-10-13T14:18:52.505 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: sync_wrapper"}}}
2023-10-13T14:18:52.505 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: matchit"}}}
2023-10-13T14:18:52.505 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: tracing-subscriber"}}}
2023-10-13T14:18:52.505 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: sqlx"}}}
2023-10-13T14:18:52.506 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: axum"}}}
2023-10-13T14:18:52.506 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: webserver"}}}
2023-10-13T14:18:52.506 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"report","cancellable":false,"message":"building proc-macros: webserver"}}}
2023-10-13T14:18:52.533 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Building","value":{"kind":"end"}}}
2023-10-13T14:18:52.533 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","id":8,"method":"window/workDoneProgress/create","params":{"token":"rustAnalyzer/Roots Scanned"}}
2023-10-13T14:18:52.533 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"begin","title":"Roots Scanned","cancellable":false,"message":"0/175","percentage":0}}}
2023-10-13T14:18:52.533 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"1/175","percentage":0}}}
2023-10-13T14:18:52.534 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"2/175","percentage":1}}}
2023-10-13T14:18:52.534 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"3/175","percentage":1}}}
2023-10-13T14:18:52.534 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","id":9,"method":"window/workDoneProgress/create","params":{"token":"rustAnalyzer/Loading"}}
2023-10-13T14:18:52.534 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Loading","value":{"kind":"begin","title":"Loading","cancellable":false}}}
2023-10-13T14:18:52.534 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Loading","value":{"kind":"report","cancellable":false,"message":"C:\\Users\\135408\\development\\webserver\\target\\debug\\deps\\paste-4ca615791761dd00.dll"}}}
2023-10-13T14:18:52.535 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"4/175","percentage":2}}}
2023-10-13T14:18:52.536 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","result":null,"id":8}
2023-10-13T14:18:52.536 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","result":null,"id":9}
2023-10-13T14:18:52.536 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"5/175","percentage":2}}}
2023-10-13T14:18:52.549 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"6/175","percentage":3}}}
2023-10-13T14:18:52.552 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"7/175","percentage":4}}}
2023-10-13T14:18:52.556 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"8/175","percentage":4}}}
2023-10-13T14:18:52.559 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"9/175","percentage":5}}}
2023-10-13T14:18:52.561 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"10/175","percentage":5}}}
2023-10-13T14:18:52.564 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"11/175","percentage":6}}}
2023-10-13T14:18:52.565 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"12/175","percentage":6}}}
2023-10-13T14:18:52.567 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"13/175","percentage":7}}}
2023-10-13T14:18:52.572 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"14/175","percentage":8}}}
2023-10-13T14:18:52.575 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"15/175","percentage":8}}}
2023-10-13T14:18:52.577 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"16/175","percentage":9}}}
2023-10-13T14:18:52.579 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"17/175","percentage":9}}}
2023-10-13T14:18:52.580 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"18/175","percentage":10}}}
2023-10-13T14:18:52.583 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"19/175","percentage":10}}}
2023-10-13T14:18:52.585 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"20/175","percentage":11}}}
2023-10-13T14:18:52.587 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"21/175","percentage":12}}}
2023-10-13T14:18:52.591 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"22/175","percentage":12}}}
2023-10-13T14:18:52.592 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"23/175","percentage":13}}}
2023-10-13T14:18:52.599 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"24/175","percentage":13}}}
2023-10-13T14:18:52.602 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"25/175","percentage":14}}}
2023-10-13T14:18:52.604 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"26/175","percentage":14}}}
2023-10-13T14:18:52.606 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"27/175","percentage":15}}}
2023-10-13T14:18:52.607 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"28/175","percentage":16}}}
2023-10-13T14:18:52.610 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"29/175","percentage":16}}}
2023-10-13T14:18:52.611 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"30/175","percentage":17}}}
2023-10-13T14:18:52.612 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"31/175","percentage":17}}}
2023-10-13T14:18:52.615 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"32/175","percentage":18}}}
2023-10-13T14:18:52.616 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"33/175","percentage":18}}}
2023-10-13T14:18:52.617 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"34/175","percentage":19}}}
2023-10-13T14:18:52.618 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"35/175","percentage":20}}}
2023-10-13T14:18:52.620 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"36/175","percentage":20}}}
2023-10-13T14:18:52.622 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"37/175","percentage":21}}}
2023-10-13T14:18:52.623 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"38/175","percentage":21}}}
2023-10-13T14:18:52.627 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"39/175","percentage":22}}}
2023-10-13T14:18:52.628 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"40/175","percentage":22}}}
2023-10-13T14:18:52.629 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"41/175","percentage":23}}}
2023-10-13T14:18:52.631 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"42/175","percentage":24}}}
2023-10-13T14:18:52.654 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"43/175","percentage":24}}}
2023-10-13T14:18:52.655 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"44/175","percentage":25}}}
2023-10-13T14:18:52.658 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"45/175","percentage":25}}}
2023-10-13T14:18:52.663 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"46/175","percentage":26}}}
2023-10-13T14:18:52.665 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"47/175","percentage":26}}}
2023-10-13T14:18:52.666 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"48/175","percentage":27}}}
2023-10-13T14:18:52.668 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"49/175","percentage":28}}}
2023-10-13T14:18:52.669 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"50/175","percentage":28}}}
2023-10-13T14:18:52.670 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"51/175","percentage":29}}}
2023-10-13T14:18:52.670 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"52/175","percentage":29}}}
2023-10-13T14:18:52.673 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"53/175","percentage":30}}}
2023-10-13T14:18:52.676 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"54/175","percentage":30}}}
2023-10-13T14:18:52.678 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"55/175","percentage":31}}}
2023-10-13T14:18:52.680 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"56/175","percentage":32}}}
2023-10-13T14:18:52.688 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"57/175","percentage":32}}}
2023-10-13T14:18:52.689 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"58/175","percentage":33}}}
2023-10-13T14:18:52.693 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"59/175","percentage":33}}}
2023-10-13T14:18:52.698 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"60/175","percentage":34}}}
2023-10-13T14:18:52.699 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"61/175","percentage":34}}}
2023-10-13T14:18:52.700 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"62/175","percentage":35}}}
2023-10-13T14:18:52.708 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Loading","value":{"kind":"report","cancellable":false,"message":"C:\\Users\\135408\\development\\webserver\\target\\debug\\deps\\rustversion-29014e04df5837c7.dll"}}}
2023-10-13T14:18:52.711 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"63/175","percentage":36}}}
2023-10-13T14:18:52.714 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"64/175","percentage":36}}}
2023-10-13T14:18:52.718 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"65/175","percentage":37}}}
2023-10-13T14:18:52.718 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"66/175","percentage":37}}}
2023-10-13T14:18:52.719 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"67/175","percentage":38}}}
2023-10-13T14:18:52.721 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"68/175","percentage":38}}}
2023-10-13T14:18:52.730 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"69/175","percentage":39}}}
2023-10-13T14:18:52.731 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"70/175","percentage":40}}}
2023-10-13T14:18:52.734 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"71/175","percentage":40}}}
2023-10-13T14:18:52.743 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"72/175","percentage":41}}}
2023-10-13T14:18:52.750 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"73/175","percentage":41}}}
2023-10-13T14:18:52.752 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"74/175","percentage":42}}}
2023-10-13T14:18:52.761 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"75/175","percentage":42}}}
2023-10-13T14:18:52.761 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"76/175","percentage":43}}}
2023-10-13T14:18:52.761 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"77/175","percentage":44}}}
2023-10-13T14:18:52.763 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"78/175","percentage":44}}}
2023-10-13T14:18:52.769 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"79/175","percentage":45}}}
2023-10-13T14:18:52.771 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"80/175","percentage":45}}}
2023-10-13T14:18:52.772 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"81/175","percentage":46}}}
2023-10-13T14:18:52.775 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"82/175","percentage":46}}}
2023-10-13T14:18:52.778 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"83/175","percentage":47}}}
2023-10-13T14:18:52.780 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"84/175","percentage":48}}}
2023-10-13T14:18:52.781 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"85/175","percentage":48}}}
2023-10-13T14:18:52.781 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"86/175","percentage":49}}}
2023-10-13T14:18:52.782 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"87/175","percentage":49}}}
2023-10-13T14:18:52.785 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"88/175","percentage":50}}}
2023-10-13T14:18:52.785 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"89/175","percentage":50}}}
2023-10-13T14:18:52.787 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"90/175","percentage":51}}}
2023-10-13T14:18:52.788 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"91/175","percentage":52}}}
2023-10-13T14:18:52.790 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"92/175","percentage":52}}}
2023-10-13T14:18:52.791 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"93/175","percentage":53}}}
2023-10-13T14:18:52.793 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"94/175","percentage":53}}}
2023-10-13T14:18:52.795 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"95/175","percentage":54}}}
2023-10-13T14:18:52.797 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"96/175","percentage":54}}}
2023-10-13T14:18:52.801 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"97/175","percentage":55}}}
2023-10-13T14:18:52.802 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"98/175","percentage":56}}}
2023-10-13T14:18:52.804 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"99/175","percentage":56}}}
2023-10-13T14:18:52.825 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"100/175","percentage":57}}}
2023-10-13T14:18:52.829 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"101/175","percentage":57}}}
2023-10-13T14:18:52.838 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"102/175","percentage":58}}}
2023-10-13T14:18:52.839 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"103/175","percentage":58}}}
2023-10-13T14:18:52.842 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"104/175","percentage":59}}}
2023-10-13T14:18:52.845 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"105/175","percentage":60}}}
2023-10-13T14:18:52.849 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"106/175","percentage":60}}}
2023-10-13T14:18:52.850 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"107/175","percentage":61}}}
2023-10-13T14:18:52.854 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"108/175","percentage":61}}}
2023-10-13T14:18:52.858 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"109/175","percentage":62}}}
2023-10-13T14:18:52.860 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"110/175","percentage":62}}}
2023-10-13T14:18:52.866 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"111/175","percentage":63}}}
2023-10-13T14:18:52.867 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"112/175","percentage":64}}}
2023-10-13T14:18:52.869 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"113/175","percentage":64}}}
2023-10-13T14:18:52.871 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"114/175","percentage":65}}}
2023-10-13T14:18:52.873 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"115/175","percentage":65}}}
2023-10-13T14:18:52.876 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"116/175","percentage":66}}}
2023-10-13T14:18:52.877 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"117/175","percentage":66}}}
2023-10-13T14:18:52.878 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"118/175","percentage":67}}}
2023-10-13T14:18:52.880 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"119/175","percentage":68}}}
2023-10-13T14:18:52.882 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"120/175","percentage":68}}}
2023-10-13T14:18:52.883 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"121/175","percentage":69}}}
2023-10-13T14:18:52.884 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"122/175","percentage":69}}}
2023-10-13T14:18:52.887 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"123/175","percentage":70}}}
2023-10-13T14:18:52.888 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"124/175","percentage":70}}}
2023-10-13T14:18:52.890 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"125/175","percentage":71}}}
2023-10-13T14:18:52.893 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"126/175","percentage":72}}}
2023-10-13T14:18:52.899 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Loading","value":{"kind":"report","cancellable":false,"message":"C:\\Users\\135408\\development\\webserver\\target\\debug\\deps\\tracing_attributes-de530e799350c3b5.dll"}}}
2023-10-13T14:18:52.911 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"127/175","percentage":72}}}
2023-10-13T14:18:52.912 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"128/175","percentage":73}}}
2023-10-13T14:18:52.915 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"129/175","percentage":73}}}
2023-10-13T14:18:52.924 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"130/175","percentage":74}}}
2023-10-13T14:18:52.936 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"131/175","percentage":74}}}
2023-10-13T14:18:52.941 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"132/175","percentage":75}}}
2023-10-13T14:18:52.943 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"133/175","percentage":76}}}
2023-10-13T14:18:52.944 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"134/175","percentage":76}}}
2023-10-13T14:18:52.949 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"135/175","percentage":77}}}
2023-10-13T14:18:52.955 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"136/175","percentage":77}}}
2023-10-13T14:18:52.955 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"137/175","percentage":78}}}
2023-10-13T14:18:52.958 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"138/175","percentage":78}}}
2023-10-13T14:18:52.961 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"139/175","percentage":79}}}
2023-10-13T14:18:53.014 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"140/175","percentage":80}}}
2023-10-13T14:18:53.014 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"141/175","percentage":80}}}
2023-10-13T14:18:53.014 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"142/175","percentage":81}}}
2023-10-13T14:18:53.015 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"143/175","percentage":81}}}
2023-10-13T14:18:53.015 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","id":10,"method":"window/workDoneProgress/create","params":{"token":"rustAnalyzer/Fetching"}}
2023-10-13T14:18:53.015 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Fetching","value":{"kind":"begin","title":"Fetching","cancellable":false}}}
2023-10-13T14:18:53.016 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","result":null,"id":10}
2023-10-13T14:18:53.030 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"144/175","percentage":82}}}
2023-10-13T14:18:53.030 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"145/175","percentage":82}}}
2023-10-13T14:18:53.036 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"146/175","percentage":83}}}
2023-10-13T14:18:53.054 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"147/175","percentage":84}}}
2023-10-13T14:18:53.055 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"148/175","percentage":84}}}
2023-10-13T14:18:53.056 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"149/175","percentage":85}}}
2023-10-13T14:18:53.060 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"150/175","percentage":85}}}
2023-10-13T14:18:53.062 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"151/175","percentage":86}}}
2023-10-13T14:18:53.065 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"152/175","percentage":86}}}
2023-10-13T14:18:53.067 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"153/175","percentage":87}}}
2023-10-13T14:18:53.075 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"154/175","percentage":88}}}
2023-10-13T14:18:53.076 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"155/175","percentage":88}}}
2023-10-13T14:18:53.082 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"156/175","percentage":89}}}
2023-10-13T14:18:53.138 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Fetching","value":{"kind":"report","cancellable":false,"message":"metadata"}}}
2023-10-13T14:18:53.138 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"157/175","percentage":89}}}
2023-10-13T14:18:53.138 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"158/175","percentage":90}}}
2023-10-13T14:18:53.138 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"159/175","percentage":90}}}
2023-10-13T14:18:53.138 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"160/175","percentage":91}}}
2023-10-13T14:18:53.138 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"161/175","percentage":92}}}
2023-10-13T14:18:53.138 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"162/175","percentage":92}}}
2023-10-13T14:18:53.138 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"163/175","percentage":93}}}
2023-10-13T14:18:53.138 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"164/175","percentage":93}}}
2023-10-13T14:18:53.138 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"165/175","percentage":94}}}
2023-10-13T14:18:53.138 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"166/175","percentage":94}}}
2023-10-13T14:18:53.138 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"167/175","percentage":95}}}
2023-10-13T14:18:53.138 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"168/175","percentage":96}}}
2023-10-13T14:18:53.189 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"169/175","percentage":96}}}
2023-10-13T14:18:53.358 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"170/175","percentage":97}}}
2023-10-13T14:18:53.358 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"171/175","percentage":97}}}
2023-10-13T14:18:53.359 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"172/175","percentage":98}}}
2023-10-13T14:18:53.359 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"173/175","percentage":98}}}
2023-10-13T14:18:53.378 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Loading","value":{"kind":"report","cancellable":false,"message":"C:\\Users\\135408\\development\\webserver\\target\\debug\\deps\\tokio_macros-9953431d16abea0f.dll"}}}
2023-10-13T14:18:53.654 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"report","cancellable":false,"message":"174/175","percentage":99}}}
2023-10-13T14:18:53.654 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Roots Scanned","value":{"kind":"end","message":"175/175"}}}
2023-10-13T14:18:53.789 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Loading","value":{"kind":"report","cancellable":false,"message":"C:\\Users\\135408\\development\\webserver\\target\\debug\\deps\\async_trait-ae9e4f0a8e6c5cea.dll"}}}
2023-10-13T14:18:53.808 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Fetching","value":{"kind":"end"}}}
2023-10-13T14:18:53.808 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","id":11,"method":"window/workDoneProgress/create","params":{"token":"rustAnalyzer/Fetching"}}
2023-10-13T14:18:53.808 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Fetching","value":{"kind":"begin","title":"Fetching","cancellable":false}}}
2023-10-13T14:18:53.808 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","result":null,"id":11}
2023-10-13T14:18:53.917 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Fetching","value":{"kind":"report","cancellable":false,"message":"metadata"}}}
2023-10-13T14:18:54.179 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Loading","value":{"kind":"report","cancellable":false,"message":"C:\\Users\\135408\\development\\webserver\\target\\debug\\deps\\sqlx_macros-14c90d3fb0628b9b.dll"}}}
2023-10-13T14:18:54.359 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Fetching","value":{"kind":"end"}}}
2023-10-13T14:18:55.251 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Loading","value":{"kind":"report","cancellable":false,"message":"C:\\Users\\135408\\development\\webserver\\target\\debug\\deps\\pin_project_internal-9769b914c2e49806.dll"}}}
2023-10-13T14:18:55.742 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Loading","value":{"kind":"report","cancellable":false,"message":"C:\\Users\\135408\\development\\webserver\\target\\debug\\deps\\serde_derive-6f42034a3798988b.dll"}}}
2023-10-13T14:18:56.316 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Loading","value":{"kind":"report","cancellable":false,"message":"C:\\Users\\135408\\development\\webserver\\target\\debug\\deps\\thiserror_impl-8e1f5e98404c5d7b.dll"}}}
2023-10-13T14:18:56.818 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Loading","value":{"kind":"end"}}}
2023-10-13T14:18:56.818 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","id":12,"method":"window/workDoneProgress/create","params":{"token":"rustAnalyzer/Indexing"}}
2023-10-13T14:18:56.818 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Indexing","value":{"kind":"begin","title":"Indexing","cancellable":false,"percentage":0}}}
2023-10-13T14:18:56.819 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Indexing","value":{"kind":"report","cancellable":false,"message":"0/10 (core + 1 more)","percentage":0}}}
2023-10-13T14:18:56.824 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","result":null,"id":12}
2023-10-13T14:18:56.896 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Indexing","value":{"kind":"report","cancellable":false,"message":"1/10 (core)","percentage":10}}}
2023-10-13T14:18:56.911 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","id":13,"method":"window/workDoneProgress/create","params":{"token":"rust-analyzer/flycheck/0"}}
2023-10-13T14:18:56.911 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rust-analyzer/flycheck/0","value":{"kind":"begin","title":"cargo check","cancellable":true}}}
2023-10-13T14:18:56.911 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","result":null,"id":13}
2023-10-13T14:18:57.339 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rust-analyzer/flycheck/0","value":{"kind":"end"}}}
2023-10-13T14:19:05.311 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Indexing","value":{"kind":"report","cancellable":false,"message":"2/10 (alloc)","percentage":20}}}
2023-10-13T14:19:05.653 helix_dap::transport [INFO] -> DAP {"type":"request","seq":0,"command":"initialize","arguments":{"adapterID":"lldb-vscode","clientID":"hx","clientName":"helix","columnsStartAt1":true,"linesStartAt1":true,"locale":"en-us","pathFormat":"path","supportsInvalidatedEvent":false,"supportsMemoryReferences":false,"supportsProgressReporting":false,"supportsRunInTerminalRequest":true,"supportsVariablePaging":false,"supportsVariableType":true}}
2023-10-13T14:19:05.689 helix_dap::transport [ERROR] err: <- StreamClosed
2023-10-13T14:19:06.161 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Indexing","value":{"kind":"report","cancellable":false,"message":"3/10 (std)","percentage":30}}}
2023-10-13T14:19:08.567 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Indexing","value":{"kind":"report","cancellable":false,"message":"4/10 (proc_macro)","percentage":40}}}
2023-10-13T14:19:08.957 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Indexing","value":{"kind":"report","cancellable":false,"message":"5/10 (tokio)","percentage":50}}}
2023-10-13T14:19:08.957 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Indexing","value":{"kind":"report","cancellable":false,"message":"5/10 (tokio + 1 more)","percentage":50}}}
2023-10-13T14:19:08.958 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Indexing","value":{"kind":"report","cancellable":false,"message":"5/10 (tokio + 3 more)","percentage":50}}}
2023-10-13T14:19:12.178 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Indexing","value":{"kind":"report","cancellable":false,"message":"6/10 (tokio + 2 more)","percentage":60}}}
2023-10-13T14:19:13.241 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Indexing","value":{"kind":"report","cancellable":false,"message":"7/10 (tokio + 1 more)","percentage":70}}}
2023-10-13T14:19:19.254 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Indexing","value":{"kind":"report","cancellable":false,"message":"8/10 (sqlx + 1 more)","percentage":80}}}
2023-10-13T14:19:23.172 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Indexing","value":{"kind":"report","cancellable":false,"message":"9/10 (sqlx)","percentage":90}}}
2023-10-13T14:19:25.663 helix_view::editor [ERROR] editor error: Failed to initialize debug adapter: request 0 timed out
2023-10-13T14:19:30.040 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Indexing","value":{"kind":"report","cancellable":false,"percentage":100}}}
2023-10-13T14:19:30.041 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","method":"$/progress","params":{"token":"rustAnalyzer/Indexing","value":{"kind":"end"}}}

redfer13 avatar Oct 13 '23 03:10 redfer13

Any updates?

redfer13 avatar Oct 22 '23 02:10 redfer13

I am hitting this too. If I attempt to debug a binary with Helix my editor freezes and becomes unresponsive for 20 seconds (timeout value?) then fails with an error. Running with hx -vvv the relevant lines

2024-03-25T16:38:03.519 helix_dap::transport [INFO] -> DAP {"type":"request","seq":0,"command":"initialize","arguments":{"adapterID":"lldb-dap","clientID":"hx","clientName":"helix","columnsStartAt1":true,"linesStartAt1":true,"locale":"en-us","pathFormat":"path","supportsInvalidatedEvent":false,"supportsMemoryReferences":false,"supportsProgressReporting":false,"supportsRunInTerminalRequest":true,"supportsVariablePaging":false,"supportsVariableType":true}}
2024-03-25T16:38:03.751 helix_dap::transport [ERROR] err: <- StreamClosed
2024-03-25T16:38:23.536 helix_view::editor [DEBUG] editor error: Failed to initialize debug adapter: request 0 timed out

Seems relevant https://github.com/helix-editor/helix/blob/1d1087822a3b91dfc6617e0d67bf4293ad4f38e2/helix-dap/src/client.rs#L269-L274 Could the error snuffer being masking something else?

And with hx --health it does have a little checkmark for the DAP. DAP being in beta and not working is fine I can use VSCode. But freezing the editor is not great.

RossSmyth avatar Mar 25 '24 20:03 RossSmyth