Skip to content

Slow/failing cache download (Helix editor) #1247

@KronosTheLate

Description

@KronosTheLate

I am tring to get the the julia LSP up and running for Helix.

The code I run on startup, as defined inside ~/.config/helix/languages.toml, is as follows:

[[languages]]
name = "julia"
scope = "source.julia"
injection-regex = "julia"
file-types = ["jl"]
roots = ["Project.toml", "Manifest.toml", "JuliaProject.toml"]
comment-token = "#"
language-server = { command = "julia", args = [
    "--project=@helix-lsp",
    "--startup-file=no",
    "--history-file=no",
#    "--quiet",
    "-e",
    "using LanguageServer; runserver()"
    ] }
indent = { tab-width = 4, unit = "    " }

The global enviroment helix-lsp is as follows:

~ $julia --project=@helix-lsp

(@helix-lsp) pkg> st
Status `~/.julia/environments/helix-lsp/Project.toml`
  [2b0e0bc5] LanguageServer v4.4.0

To demonstrate the issue, I deleted ~.cache/helix/helix.log, and opened a .jl file in helix. The LSP takes some time to start, and also it has a number of errors. Highlighted examples from the log-file are:

  • 2023-09-29T11:30:54.646 helix_lsp::transport [ERROR] err <- "[ Info: Downloading caches... (0%)\n" 2023-09-29T11:30:58.341 helix_lsp::transport [ERROR] err <- "┌ Info: Couldn't retrieve cache file for Distributed.\n" 2023-09-29T11:30:58.341 helix_lsp::transport [ERROR] err <- "└ exception = RequestError: HTTP/2 404 while requesting https://www.julia-vscode.org/symbolcache/store/v1/packages/D/Distributed_8ba89e20-285c-5b6f-9357-94700520ee1b/vnothing_nothing.tar.gz\n"\
  • Final line: 2023-09-29T11:33:13.314 helix_view::editor [ERROR] Failed to initialize the LSP for source.toml { cannot find binary path }
Full log file:
2023-09-29T11:30:54.646 helix_lsp::transport [ERROR] err <- "[ Info: Downloading caches... (0%)\n"
2023-09-29T11:30:58.341 helix_lsp::transport [ERROR] err <- "┌ Info: Couldn't retrieve cache file for Distributed.\n"
2023-09-29T11:30:58.341 helix_lsp::transport [ERROR] err <- "└   exception = RequestError: HTTP/2 404 while requesting https://www.julia-vscode.org/symbolcache/store/v1/packages/D/Distributed_8ba89e20-285c-5b6f-9357-94700520ee1b/vnothing_nothing.tar.gz\n"
2023-09-29T11:30:58.341 helix_lsp::transport [ERROR] err <- "[ Info: Downloading caches... (33%)\n"
2023-09-29T11:31:01.424 helix_lsp::transport [ERROR] err <- "┌ Info: Couldn't retrieve cache file for SharedArrays.\n"
2023-09-29T11:31:01.424 helix_lsp::transport [ERROR] err <- "└   exception = RequestError: HTTP/2 404 while requesting https://www.julia-vscode.org/symbolcache/store/v1/packages/S/SharedArrays_1a1011a3-84de-559e-8e89-a11a2f7dc383/vnothing_nothing.tar.gz\n"
2023-09-29T11:31:01.424 helix_lsp::transport [ERROR] err <- "[ Info: Downloading caches... (67%)\n"
2023-09-29T11:31:04.508 helix_lsp::transport [ERROR] err <- "┌ Info: Couldn't retrieve cache file for LazyArtifacts.\n"
2023-09-29T11:31:04.508 helix_lsp::transport [ERROR] err <- "└   exception = RequestError: HTTP/2 404 while requesting https://www.julia-vscode.org/symbolcache/store/v1/packages/L/LazyArtifacts_4af54fe1-eca0-43a8-85a7-787d91b784e3/vnothing_nothing.tar.gz\n"
2023-09-29T11:31:04.508 helix_lsp::transport [ERROR] err <- "[ Info: All cache files downloaded. (100%)\n"
2023-09-29T11:31:07.213 helix_lsp::transport [ERROR] err <- "[ Info: Loading OhMyREPL from cache... (0%)\n"
2023-09-29T11:31:07.240 helix_lsp::transport [ERROR] err <- "[ Info: Loading JLFzf from cache... (0%)\n"
2023-09-29T11:31:07.240 helix_lsp::transport [ERROR] err <- "[ Info: Loading Pipe from cache... (0%)\n"
2023-09-29T11:31:07.241 helix_lsp::transport [ERROR] err <- "[ Info: Loading REPL from cache... (0%)\n"
2023-09-29T11:31:07.265 helix_lsp::transport [ERROR] err <- "[ Info: Loading InteractiveUtils from cache... (0%)\n"
2023-09-29T11:31:07.267 helix_lsp::transport [ERROR] err <- "[ Info: Loading Markdown from cache... (0%)\n"
2023-09-29T11:31:07.270 helix_lsp::transport [ERROR] err <- "[ Info: Loading Base64 from cache... (0%)\n"
2023-09-29T11:31:07.270 helix_lsp::transport [ERROR] err <- "[ Info: Loading Sockets from cache... (0%)\n"
2023-09-29T11:31:07.271 helix_lsp::transport [ERROR] err <- "[ Info: Loading Unicode from cache... (0%)\n"
2023-09-29T11:31:07.271 helix_lsp::transport [ERROR] err <- "[ Info: Loading Random from cache... (0%)\n"
2023-09-29T11:31:07.278 helix_lsp::transport [ERROR] err <- "[ Info: Loading SHA from cache... (0%)\n"
2023-09-29T11:31:07.285 helix_lsp::transport [ERROR] err <- "[ Info: Loading fzf_jll from cache... (0%)\n"
2023-09-29T11:31:07.285 helix_lsp::transport [ERROR] err <- "[ Info: Loading JLLWrappers from cache... (0%)\n"
2023-09-29T11:31:07.286 helix_lsp::transport [ERROR] err <- "[ Info: Loading Preferences from cache... (0%)\n"
2023-09-29T11:31:07.286 helix_lsp::transport [ERROR] err <- "[ Info: Loading TOML from cache... (0%)\n"
2023-09-29T11:31:07.287 helix_lsp::transport [ERROR] err <- "[ Info: Loading Dates from cache... (0%)\n"
2023-09-29T11:31:07.289 helix_lsp::transport [ERROR] err <- "[ Info: Loading Printf from cache... (0%)\n"
2023-09-29T11:31:07.290 helix_lsp::transport [ERROR] err <- "[ Info: Loading Artifacts from cache... (0%)\n"
2023-09-29T11:31:07.291 helix_lsp::transport [ERROR] err <- "[ Info: Loading Pkg from cache... (0%)\n"
2023-09-29T11:31:07.307 helix_lsp::transport [ERROR] err <- "[ Info: Loading Downloads from cache... (0%)\n"
2023-09-29T11:31:07.310 helix_lsp::transport [ERROR] err <- "[ Info: Loading LibCURL from cache... (0%)\n"
2023-09-29T11:31:07.316 helix_lsp::transport [ERROR] err <- "[ Info: Loading MozillaCACerts_jll from cache... (0%)\n"
2023-09-29T11:31:07.317 helix_lsp::transport [ERROR] err <- "[ Info: Loading LibCURL_jll from cache... (0%)\n"
2023-09-29T11:31:07.321 helix_lsp::transport [ERROR] err <- "┌ Warning: LibSSH2_jll not stored on disc\n"
2023-09-29T11:31:07.321 helix_lsp::transport [ERROR] err <- "└ @ SymbolServer ~/.julia/packages/SymbolServer/LMSFX/src/SymbolServer.jl:247\n"
2023-09-29T11:31:07.321 helix_lsp::transport [ERROR] err <- "┌ Warning: MbedTLS_jll not stored on disc\n"
2023-09-29T11:31:07.321 helix_lsp::transport [ERROR] err <- "└ @ SymbolServer ~/.julia/packages/SymbolServer/LMSFX/src/SymbolServer.jl:247\n"
2023-09-29T11:31:07.321 helix_lsp::transport [ERROR] err <- "[ Info: Loading nghttp2_jll from cache... (0%)\n"
2023-09-29T11:31:07.321 helix_lsp::transport [ERROR] err <- "[ Info: Loading Libdl from cache... (0%)\n"
2023-09-29T11:31:07.322 helix_lsp::transport [ERROR] err <- "[ Info: Loading Zlib_jll from cache... (0%)\n"
2023-09-29T11:31:07.322 helix_lsp::transport [ERROR] err <- "[ Info: Loading NetworkOptions from cache... (0%)\n"
2023-09-29T11:31:07.322 helix_lsp::transport [ERROR] err <- "[ Info: Loading FileWatching from cache... (0%)\n"
2023-09-29T11:31:07.323 helix_lsp::transport [ERROR] err <- "[ Info: Loading ArgTools from cache... (0%)\n"
2023-09-29T11:31:07.324 helix_lsp::transport [ERROR] err <- "[ Info: Loading Tar from cache... (0%)\n"
2023-09-29T11:31:07.326 helix_lsp::transport [ERROR] err <- "[ Info: Loading UUIDs from cache... (0%)\n"
2023-09-29T11:31:07.327 helix_lsp::transport [ERROR] err <- "[ Info: Loading Serialization from cache... (0%)\n"
2023-09-29T11:31:07.328 helix_lsp::transport [ERROR] err <- "[ Info: Loading LibGit2 from cache... (0%)\n"
2023-09-29T11:31:07.335 helix_lsp::transport [ERROR] err <- "[ Info: Loading p7zip_jll from cache... (0%)\n"
2023-09-29T11:31:07.335 helix_lsp::transport [ERROR] err <- "[ Info: Loading Logging from cache... (0%)\n"
2023-09-29T11:31:07.336 helix_lsp::transport [ERROR] err <- "[ Info: Loading JuliaSyntax from cache... (0%)\n"
2023-09-29T11:31:07.341 helix_lsp::transport [ERROR] err <- "[ Info: Loading Crayons from cache... (0%)\n"
2023-09-29T11:31:07.342 helix_lsp::transport [ERROR] err <- "[ Info: Loading Revise from cache... (25%)\n"
2023-09-29T11:31:07.397 helix_lsp::transport [ERROR] err <- "[ Info: Loading LoweredCodeUtils from cache... (25%)\n"
2023-09-29T11:31:07.400 helix_lsp::transport [ERROR] err <- "[ Info: Loading JuliaInterpreter from cache... (25%)\n"
2023-09-29T11:31:07.408 helix_lsp::transport [ERROR] err <- "[ Info: Loading CodeTracking from cache... (25%)\n"
2023-09-29T11:31:07.415 helix_lsp::transport [ERROR] err <- "┌ Warning: Distributed not stored on disc\n"
2023-09-29T11:31:07.415 helix_lsp::transport [ERROR] err <- "└ @ SymbolServer ~/.julia/packages/SymbolServer/LMSFX/src/SymbolServer.jl:247\n"
2023-09-29T11:31:07.415 helix_lsp::transport [ERROR] err <- "[ Info: Loading OrderedCollections from cache... (25%)\n"
2023-09-29T11:31:07.416 helix_lsp::transport [ERROR] err <- "[ Info: Loading Requires from cache... (25%)\n"
2023-09-29T11:31:07.416 helix_lsp::transport [ERROR] err <- "[ Info: Loading GLMakie from cache... (50%)\n"
2023-09-29T11:31:07.426 helix_lsp::transport [ERROR] err <- "[ Info: Loading Observables from cache... (50%)\n"
2023-09-29T11:31:07.427 helix_lsp::transport [ERROR] err <- "[ Info: Loading MeshIO from cache... (50%)\n"
2023-09-29T11:31:07.428 helix_lsp::transport [ERROR] err <- "[ Info: Loading FileIO from cache... (50%)\n"
2023-09-29T11:31:07.430 helix_lsp::transport [ERROR] err <- "[ Info: Loading ColorTypes from cache... (50%)\n"
2023-09-29T11:31:07.433 helix_lsp::transport [ERROR] err <- "[ Info: Loading FixedPointNumbers from cache... (50%)\n"
2023-09-29T11:31:07.437 helix_lsp::transport [ERROR] err <- "[ Info: Loading Statistics from cache... (50%)\n"
2023-09-29T11:31:07.438 helix_lsp::transport [ERROR] err <- "[ Info: Loading LinearAlgebra from cache... (50%)\n"
2023-09-29T11:31:07.448 helix_lsp::transport [ERROR] err <- "[ Info: Loading libblastrampoline_jll from cache... (50%)\n"
2023-09-29T11:31:07.449 helix_lsp::transport [ERROR] err <- "[ Info: Loading OpenBLAS_jll from cache... (50%)\n"
2023-09-29T11:31:07.449 helix_lsp::transport [ERROR] err <- "[ Info: Loading CompilerSupportLibraries_jll from cache... (50%)\n"
2023-09-29T11:31:07.450 helix_lsp::transport [ERROR] err <- "[ Info: Loading SparseArrays from cache... (50%)\n"
2023-09-29T11:31:07.468 helix_lsp::transport [ERROR] err <- "[ Info: Loading SuiteSparse_jll from cache... (50%)\n"
2023-09-29T11:31:07.469 helix_lsp::transport [ERROR] err <- "[ Info: Loading GeometryBasics from cache... (50%)\n"
2023-09-29T11:31:07.475 helix_lsp::transport [ERROR] err <- "[ Info: Loading IterTools from cache... (50%)\n"
2023-09-29T11:31:07.476 helix_lsp::transport [ERROR] err <- "[ Info: Loading StaticArrays from cache... (50%)\n"
2023-09-29T11:31:07.485 helix_lsp::transport [ERROR] err <- "[ Info: Loading StaticArraysCore from cache... (50%)\n"
2023-09-29T11:31:07.486 helix_lsp::transport [ERROR] err <- "[ Info: Loading Tables from cache... (50%)\n"
2023-09-29T11:31:07.494 helix_lsp::transport [ERROR] err <- "[ Info: Loading DataAPI from cache... (50%)\n"
2023-09-29T11:31:07.495 helix_lsp::transport [ERROR] err <- "[ Info: Loading IteratorInterfaceExtensions from cache... (50%)\n"
2023-09-29T11:31:07.495 helix_lsp::transport [ERROR] err <- "[ Info: Loading DataValueInterfaces from cache... (50%)\n"
2023-09-29T11:31:07.496 helix_lsp::transport [ERROR] err <- "[ Info: Loading TableTraits from cache... (50%)\n"
2023-09-29T11:31:07.496 helix_lsp::transport [ERROR] err <- "[ Info: Loading EarCut_jll from cache... (50%)\n"
2023-09-29T11:31:07.496 helix_lsp::transport [ERROR] err <- "[ Info: Loading StructArrays from cache... (50%)\n"
2023-09-29T11:31:07.498 helix_lsp::transport [ERROR] err <- "[ Info: Loading ConstructionBase from cache... (50%)\n"
2023-09-29T11:31:07.499 helix_lsp::transport [ERROR] err <- "[ Info: Loading GPUArraysCore from cache... (50%)\n"
2023-09-29T11:31:07.499 helix_lsp::transport [ERROR] err <- "[ Info: Loading Adapt from cache... (50%)\n"
2023-09-29T11:31:07.500 helix_lsp::transport [ERROR] err <- "[ Info: Loading Extents from cache... (50%)\n"
2023-09-29T11:31:07.500 helix_lsp::transport [ERROR] err <- "[ Info: Loading GeoInterface from cache... (50%)\n"
2023-09-29T11:31:07.504 helix_lsp::transport [ERROR] err <- "[ Info: Loading ShaderAbstractions from cache... (50%)\n"
2023-09-29T11:31:07.505 helix_lsp::transport [ERROR] err <- "[ Info: Loading PrecompileTools from cache... (50%)\n"
2023-09-29T11:31:07.506 helix_lsp::transport [ERROR] err <- "[ Info: Loading Makie from cache... (50%)\n"
2023-09-29T11:31:07.540 helix_lsp::transport [ERROR] err <- "[ Info: Loading OffsetArrays from cache... (50%)\n"
2023-09-29T11:31:07.542 helix_lsp::transport [ERROR] err <- "[ Info: Loading SignedDistanceFields from cache... (50%)\n"
2023-09-29T11:31:07.542 helix_lsp::transport [ERROR] err <- "[ Info: Loading Test from cache... (50%)\n"
2023-09-29T11:31:07.544 helix_lsp::transport [ERROR] err <- "[ Info: Loading RelocatableFolders from cache... (50%)\n"
2023-09-29T11:31:07.544 helix_lsp::transport [ERROR] err <- "[ Info: Loading Scratch from cache... (50%)\n"
2023-09-29T11:31:07.545 helix_lsp::transport [ERROR] err <- "[ Info: Loading StatsFuns from cache... (50%)\n"
2023-09-29T11:31:07.548 helix_lsp::transport [ERROR] err <- "[ Info: Loading IrrationalConstants from cache... (50%)\n"
2023-09-29T11:31:07.549 helix_lsp::transport [ERROR] err <- "[ Info: Loading HypergeometricFunctions from cache... (50%)\n"
2023-09-29T11:31:07.551 helix_lsp::transport [ERROR] err <- "[ Info: Loading DualNumbers from cache... (50%)\n"
2023-09-29T11:31:07.552 helix_lsp::transport [ERROR] err <- "[ Info: Loading SpecialFunctions from cache... (50%)\n"
2023-09-29T11:31:07.554 helix_lsp::transport [ERROR] err <- "[ Info: Loading LogExpFunctions from cache... (50%)\n"
2023-09-29T11:31:07.555 helix_lsp::transport [ERROR] err <- "[ Info: Loading DocStringExtensions from cache... (50%)\n"
2023-09-29T11:31:07.556 helix_lsp::transport [ERROR] err <- "[ Info: Loading OpenLibm_jll from cache... (50%)\n"
2023-09-29T11:31:07.556 helix_lsp::transport [ERROR] err <- "[ Info: Loading OpenSpecFun_jll from cache... (50%)\n"
2023-09-29T11:31:07.557 helix_lsp::transport [ERROR] err <- "[ Info: Loading Calculus from cache... (50%)\n"
2023-09-29T11:31:07.557 helix_lsp::transport [ERROR] err <- "[ Info: Loading NaNMath from cache... (50%)\n"
2023-09-29T11:31:07.558 helix_lsp::transport [ERROR] err <- "[ Info: Loading Rmath from cache... (50%)\n"
2023-09-29T11:31:07.560 helix_lsp::transport [ERROR] err <- "[ Info: Loading Rmath_jll from cache... (50%)\n"
2023-09-29T11:31:07.561 helix_lsp::transport [ERROR] err <- "[ Info: Loading Reexport from cache... (50%)\n"
2023-09-29T11:31:07.561 helix_lsp::transport [ERROR] err <- "[ Info: Loading PolygonOps from cache... (50%)\n"
2023-09-29T11:31:07.561 helix_lsp::transport [ERROR] err <- "[ Info: Loading MakieCore from cache... (50%)\n"
2023-09-29T11:31:07.563 helix_lsp::transport [ERROR] err <- "[ Info: Loading Showoff from cache... (50%)\n"
2023-09-29T11:31:07.563 helix_lsp::transport [ERROR] err <- "[ Info: Loading Grisu from cache... (50%)\n"
2023-09-29T11:31:07.571 helix_lsp::transport [ERROR] err <- "[ Info: Loading Distributions from cache... (50%)\n"
2023-09-29T11:31:07.585 helix_lsp::transport [ERROR] err <- "[ Info: Loading PDMats from cache... (50%)\n"
2023-09-29T11:31:07.586 helix_lsp::transport [ERROR] err <- "[ Info: Loading SuiteSparse from cache... (50%)\n"
2023-09-29T11:31:07.586 helix_lsp::transport [ERROR] err <- "[ Info: Loading StatsBase from cache... (50%)\n"
2023-09-29T11:31:07.593 helix_lsp::transport [ERROR] err <- "[ Info: Loading SortingAlgorithms from cache... (50%)\n"
2023-09-29T11:31:07.593 helix_lsp::transport [ERROR] err <- "[ Info: Loading DataStructures from cache... (50%)\n"
2023-09-29T11:31:07.599 helix_lsp::transport [ERROR] err <- "[ Info: Loading Compat from cache... (50%)\n"
2023-09-29T11:31:07.600 helix_lsp::transport [ERROR] err <- "[ Info: Loading Missings from cache... (50%)\n"
2023-09-29T11:31:07.600 helix_lsp::transport [ERROR] err <- "[ Info: Loading StatsAPI from cache... (50%)\n"
2023-09-29T11:31:07.601 helix_lsp::transport [ERROR] err <- "[ Info: Loading QuadGK from cache... (50%)\n"
2023-09-29T11:31:07.603 helix_lsp::transport [ERROR] err <- "[ Info: Loading FillArrays from cache... (50%)\n"
2023-09-29T11:31:07.604 helix_lsp::transport [ERROR] err <- "[ Info: Loading Animations from cache... (50%)\n"
2023-09-29T11:31:07.605 helix_lsp::transport [ERROR] err <- "[ Info: Loading Colors from cache... (50%)\n"
2023-09-29T11:31:07.608 helix_lsp::transport [ERROR] err <- "[ Info: Loading Formatting from cache... (50%)\n"
2023-09-29T11:31:07.608 helix_lsp::transport [ERROR] err <- "[ Info: Loading FreeType from cache... (50%)\n"
2023-09-29T11:31:07.614 helix_lsp::transport [ERROR] err <- "[ Info: Loading CEnum from cache... (50%)\n"
2023-09-29T11:31:07.614 helix_lsp::transport [ERROR] err <- "[ Info: Loading FreeType2_jll from cache... (50%)\n"
2023-09-29T11:31:07.614 helix_lsp::transport [ERROR] err <- "[ Info: Loading Bzip2_jll from cache... (50%)\n"
2023-09-29T11:31:07.615 helix_lsp::transport [ERROR] err <- "[ Info: Loading KernelDensity from cache... (50%)\n"
2023-09-29T11:31:07.615 helix_lsp::transport [ERROR] err <- "[ Info: Loading Interpolations from cache... (50%)\n"
2023-09-29T11:31:07.619 helix_lsp::transport [ERROR] err <- "[ Info: Loading AxisAlgorithms from cache... (50%)\n"
2023-09-29T11:31:07.620 helix_lsp::transport [ERROR] err <- "[ Info: Loading WoodburyMatrices from cache... (50%)\n"
2023-09-29T11:31:07.620 helix_lsp::transport [ERROR] err <- "┌ Warning: SharedArrays not stored on disc\n"
2023-09-29T11:31:07.620 helix_lsp::transport [ERROR] err <- "└ @ SymbolServer ~/.julia/packages/SymbolServer/LMSFX/src/SymbolServer.jl:247\n"
2023-09-29T11:31:07.621 helix_lsp::transport [ERROR] err <- "[ Info: Loading Ratios from cache... (50%)\n"
2023-09-29T11:31:07.621 helix_lsp::transport [ERROR] err <- "[ Info: Loading ChainRulesCore from cache... (50%)\n"
2023-09-29T11:31:07.623 helix_lsp::transport [ERROR] err <- "[ Info: Loading FFTW from cache... (50%)\n"
2023-09-29T11:31:07.626 helix_lsp::transport [ERROR] err <- "[ Info: Loading AbstractFFTs from cache... (50%)\n"
2023-09-29T11:31:07.627 helix_lsp::transport [ERROR] err <- "┌ Warning: MKL_jll not stored on disc\n"
2023-09-29T11:31:07.627 helix_lsp::transport [ERROR] err <- "└ @ SymbolServer ~/.julia/packages/SymbolServer/LMSFX/src/SymbolServer.jl:247\n"
2023-09-29T11:31:07.627 helix_lsp::transport [ERROR] err <- "[ Info: Loading FFTW_jll from cache... (50%)\n"
2023-09-29T11:31:07.627 helix_lsp::transport [ERROR] err <- "[ Info: Loading UnicodeFun from cache... (50%)\n"
2023-09-29T11:31:07.628 helix_lsp::transport [ERROR] err <- "[ Info: Loading Contour from cache... (50%)\n"
2023-09-29T11:31:07.629 helix_lsp::transport [ERROR] err <- "[ Info: Loading Isoband from cache... (50%)\n"
2023-09-29T11:31:07.629 helix_lsp::transport [ERROR] err <- "[ Info: Loading isoband_jll from cache... (50%)\n"
2023-09-29T11:31:07.629 helix_lsp::transport [ERROR] err <- "[ Info: Loading FFMPEG_jll from cache... (50%)\n"
2023-09-29T11:31:07.630 helix_lsp::transport [ERROR] err <- "[ Info: Loading LAME_jll from cache... (50%)\n"
2023-09-29T11:31:07.630 helix_lsp::transport [ERROR] err <- "[ Info: Loading Opus_jll from cache... (50%)\n"
2023-09-29T11:31:07.631 helix_lsp::transport [ERROR] err <- "[ Info: Loading FriBidi_jll from cache... (50%)\n"
2023-09-29T11:31:07.631 helix_lsp::transport [ERROR] err <- "[ Info: Loading x264_jll from cache... (50%)\n"
2023-09-29T11:31:07.632 helix_lsp::transport [ERROR] err <- "[ Info: Loading libaom_jll from cache... (50%)\n"
2023-09-29T11:31:07.632 helix_lsp::transport [ERROR] err <- "[ Info: Loading libvorbis_jll from cache... (50%)\n"
2023-09-29T11:31:07.632 helix_lsp::transport [ERROR] err <- "[ Info: Loading Ogg_jll from cache... (50%)\n"
2023-09-29T11:31:07.633 helix_lsp::transport [ERROR] err <- "[ Info: Loading x265_jll from cache... (50%)\n"
2023-09-29T11:31:07.633 helix_lsp::transport [ERROR] err <- "[ Info: Loading libass_jll from cache... (50%)\n"
2023-09-29T11:31:07.633 helix_lsp::transport [ERROR] err <- "[ Info: Loading HarfBuzz_jll from cache... (50%)\n"
2023-09-29T11:31:07.634 helix_lsp::transport [ERROR] err <- "[ Info: Loading Libffi_jll from cache... (50%)\n"
2023-09-29T11:31:07.634 helix_lsp::transport [ERROR] err <- "[ Info: Loading Cairo_jll from cache... (50%)\n"
2023-09-29T11:31:07.634 helix_lsp::transport [ERROR] err <- "[ Info: Loading Fontconfig_jll from cache... (50%)\n"
2023-09-29T11:31:07.635 helix_lsp::transport [ERROR] err <- "[ Info: Loading Libuuid_jll from cache... (50%)\n"
2023-09-29T11:31:07.636 helix_lsp::transport [ERROR] err <- "[ Info: Loading Expat_jll from cache... (50%)\n"
2023-09-29T11:31:07.637 helix_lsp::transport [ERROR] err <- "[ Info: Loading Xorg_libXrender_jll from cache... (50%)\n"
2023-09-29T11:31:07.637 helix_lsp::transport [ERROR] err <- "[ Info: Loading Xorg_libX11_jll from cache... (50%)\n"
2023-09-29T11:31:07.638 helix_lsp::transport [ERROR] err <- "[ Info: Loading Xorg_libxcb_jll from cache... (50%)\n"
2023-09-29T11:31:07.639 helix_lsp::transport [ERROR] err <- "[ Info: Loading XSLT_jll from cache... (50%)\n"
2023-09-29T11:31:07.639 helix_lsp::transport [ERROR] err <- "[ Info: Loading XML2_jll from cache... (50%)\n"
2023-09-29T11:31:07.640 helix_lsp::transport [ERROR] err <- "[ Info: Loading Libiconv_jll from cache... (50%)\n"
2023-09-29T11:31:07.640 helix_lsp::transport [ERROR] err <- "[ Info: Loading Libgpg_error_jll from cache... (50%)\n"
2023-09-29T11:31:07.640 helix_lsp::transport [ERROR] err <- "[ Info: Loading Libgcrypt_jll from cache... (50%)\n"
2023-09-29T11:31:07.641 helix_lsp::transport [ERROR] err <- "[ Info: Loading Xorg_libXau_jll from cache... (50%)\n"
2023-09-29T11:31:07.641 helix_lsp::transport [ERROR] err <- "[ Info: Loading Xorg_libpthread_stubs_jll from cache... (50%)\n"
2023-09-29T11:31:07.642 helix_lsp::transport [ERROR] err <- "[ Info: Loading Xorg_libXdmcp_jll from cache... (50%)\n"
2023-09-29T11:31:07.642 helix_lsp::transport [ERROR] err <- "[ Info: Loading Xorg_xtrans_jll from cache... (50%)\n"
2023-09-29T11:31:07.642 helix_lsp::transport [ERROR] err <- "[ Info: Loading Pixman_jll from cache... (50%)\n"
2023-09-29T11:31:07.643 helix_lsp::transport [ERROR] err <- "┌ Warning: LLVMOpenMP_jll not stored on disc\n"
2023-09-29T11:31:07.643 helix_lsp::transport [ERROR] err <- "└ @ SymbolServer ~/.julia/packages/SymbolServer/LMSFX/src/SymbolServer.jl:247\n"
2023-09-29T11:31:07.643 helix_lsp::transport [ERROR] err <- "[ Info: Loading Glib_jll from cache... (50%)\n"
2023-09-29T11:31:07.643 helix_lsp::transport [ERROR] err <- "[ Info: Loading Gettext_jll from cache... (50%)\n"
2023-09-29T11:31:07.644 helix_lsp::transport [ERROR] err <- "[ Info: Loading Libmount_jll from cache... (50%)\n"
2023-09-29T11:31:07.644 helix_lsp::transport [ERROR] err <- "[ Info: Loading PCRE2_jll from cache... (50%)\n"
2023-09-29T11:31:07.645 helix_lsp::transport [ERROR] err <- "[ Info: Loading Xorg_libXext_jll from cache... (50%)\n"
2023-09-29T11:31:07.645 helix_lsp::transport [ERROR] err <- "[ Info: Loading libpng_jll from cache... (50%)\n"
2023-09-29T11:31:07.645 helix_lsp::transport [ERROR] err <- "[ Info: Loading LZO_jll from cache... (50%)\n"
2023-09-29T11:31:07.646 helix_lsp::transport [ERROR] err <- "[ Info: Loading Graphite2_jll from cache... (50%)\n"
2023-09-29T11:31:07.646 helix_lsp::transport [ERROR] err <- "[ Info: Loading libfdk_aac_jll from cache... (50%)\n"
2023-09-29T11:31:07.646 helix_lsp::transport [ERROR] err <- "[ Info: Loading OpenSSL_jll from cache... (50%)\n"
2023-09-29T11:31:07.647 helix_lsp::transport [ERROR] err <- "[ Info: Loading ColorSchemes from cache... (50%)\n"
2023-09-29T11:31:07.657 helix_lsp::transport [ERROR] err <- "[ Info: Loading ColorVectorSpace from cache... (50%)\n"
2023-09-29T11:31:07.658 helix_lsp::transport [ERROR] err <- "[ Info: Loading TensorCore from cache... (50%)\n"
2023-09-29T11:31:07.659 helix_lsp::transport [ERROR] err <- "[ Info: Loading Packing from cache... (50%)\n"
2023-09-29T11:31:07.660 helix_lsp::transport [ERROR] err <- "[ Info: Loading GridLayoutBase from cache... (50%)\n"
2023-09-29T11:31:07.663 helix_lsp::transport [ERROR] err <- "[ Info: Loading Match from cache... (50%)\n"
2023-09-29T11:31:07.664 helix_lsp::transport [ERROR] err <- "[ Info: Loading PlotUtils from cache... (50%)\n"
2023-09-29T11:31:07.666 helix_lsp::transport [ERROR] err <- "[ Info: Loading MathTeXEngine from cache... (50%)\n"
2023-09-29T11:31:07.667 helix_lsp::transport [ERROR] err <- "[ Info: Loading AbstractTrees from cache... (50%)\n"
2023-09-29T11:31:07.669 helix_lsp::transport [ERROR] err <- "[ Info: Loading FreeTypeAbstraction from cache... (50%)\n"
2023-09-29T11:31:07.670 helix_lsp::transport [ERROR] err <- "[ Info: Loading LaTeXStrings from cache... (50%)\n"
2023-09-29T11:31:07.670 helix_lsp::transport [ERROR] err <- "[ Info: Loading Automa from cache... (50%)\n"
2023-09-29T11:31:07.672 helix_lsp::transport [ERROR] err <- "[ Info: Loading TranscodingStreams from cache... (50%)\n"
2023-09-29T11:31:07.674 helix_lsp::transport [ERROR] err <- "[ Info: Loading IntervalSets from cache... (50%)\n"
2023-09-29T11:31:07.675 helix_lsp::transport [ERROR] err <- "[ Info: Loading CRC32c from cache... (50%)\n"
2023-09-29T11:31:07.675 helix_lsp::transport [ERROR] err <- "[ Info: Loading StableHashTraits from cache... (50%)\n"
2023-09-29T11:31:07.676 helix_lsp::transport [ERROR] err <- "[ Info: Loading TupleTools from cache... (50%)\n"
2023-09-29T11:31:07.677 helix_lsp::transport [ERROR] err <- "[ Info: Loading ImageIO from cache... (50%)\n"
2023-09-29T11:31:07.677 helix_lsp::transport [ERROR] err <- "[ Info: Loading QOI from cache... (50%)\n"
2023-09-29T11:31:07.678 helix_lsp::transport [ERROR] err <- "[ Info: Loading PNGFiles from cache... (50%)\n"
2023-09-29T11:31:07.692 helix_lsp::transport [ERROR] err <- "[ Info: Loading ImageCore from cache... (50%)\n"
2023-09-29T11:31:07.721 helix_lsp::transport [ERROR] err <- "[ Info: Loading MosaicViews from cache... (50%)\n"
2023-09-29T11:31:07.723 helix_lsp::transport [ERROR] err <- "[ Info: Loading StackViews from cache... (50%)\n"
2023-09-29T11:31:07.724 helix_lsp::transport [ERROR] err <- "[ Info: Loading MappedArrays from cache... (50%)\n"
2023-09-29T11:31:07.725 helix_lsp::transport [ERROR] err <- "[ Info: Loading PaddedViews from cache... (50%)\n"
2023-09-29T11:31:07.727 helix_lsp::transport [ERROR] err <- "[ Info: Loading Graphics from cache... (50%)\n"
2023-09-29T11:31:07.729 helix_lsp::transport [ERROR] err <- "[ Info: Loading IndirectArrays from cache... (50%)\n"
2023-09-29T11:31:07.729 helix_lsp::transport [ERROR] err <- "[ Info: Loading Netpbm from cache... (50%)\n"
2023-09-29T11:31:07.730 helix_lsp::transport [ERROR] err <- "[ Info: Loading ImageMetadata from cache... (50%)\n"
2023-09-29T11:31:07.731 helix_lsp::transport [ERROR] err <- "[ Info: Loading AxisArrays from cache... (50%)\n"
2023-09-29T11:31:07.737 helix_lsp::transport [ERROR] err <- "[ Info: Loading RangeArrays from cache... (50%)\n"
2023-09-29T11:31:07.738 helix_lsp::transport [ERROR] err <- "[ Info: Loading ImageAxes from cache... (50%)\n"
2023-09-29T11:31:07.760 helix_lsp::transport [ERROR] err <- "[ Info: Loading ImageBase from cache... (50%)\n"
2023-09-29T11:31:07.784 helix_lsp::transport [ERROR] err <- "[ Info: Loading SimpleTraits from cache... (50%)\n"
2023-09-29T11:31:07.786 helix_lsp::transport [ERROR] err <- "[ Info: Loading MacroTools from cache... (50%)\n"
2023-09-29T11:31:07.787 helix_lsp::transport [ERROR] err <- "[ Info: Loading Sixel from cache... (50%)\n"
2023-09-29T11:31:07.795 helix_lsp::transport [ERROR] err <- "┌ Warning: libsixel_jll not stored on disc\n"
2023-09-29T11:31:07.795 helix_lsp::transport [ERROR] err <- "└ @ SymbolServer ~/.julia/packages/SymbolServer/LMSFX/src/SymbolServer.jl:247\n"
2023-09-29T11:31:07.795 helix_lsp::transport [ERROR] err <- "[ Info: Loading JpegTurbo from cache... (50%)\n"
2023-09-29T11:31:07.804 helix_lsp::transport [ERROR] err <- "┌ Warning: JpegTurbo_jll not stored on disc\n"
2023-09-29T11:31:07.804 helix_lsp::transport [ERROR] err <- "└ @ SymbolServer ~/.julia/packages/SymbolServer/LMSFX/src/SymbolServer.jl:247\n"
2023-09-29T11:31:07.805 helix_lsp::transport [ERROR] err <- "[ Info: Loading TiffImages from cache... (50%)\n"
2023-09-29T11:31:07.810 helix_lsp::transport [ERROR] err <- "[ Info: Loading Inflate from cache... (50%)\n"
2023-09-29T11:31:07.812 helix_lsp::transport [ERROR] err <- "[ Info: Loading PkgVersion from cache... (50%)\n"
2023-09-29T11:31:07.812 helix_lsp::transport [ERROR] err <- "[ Info: Loading Mmap from cache... (50%)\n"
2023-09-29T11:31:07.813 helix_lsp::transport [ERROR] err <- "[ Info: Loading ProgressMeter from cache... (50%)\n"
2023-09-29T11:31:07.816 helix_lsp::transport [ERROR] err <- "[ Info: Loading LazyModules from cache... (50%)\n"
2023-09-29T11:31:07.817 helix_lsp::transport [ERROR] err <- "[ Info: Loading OpenEXR from cache... (50%)\n"
2023-09-29T11:31:07.820 helix_lsp::transport [ERROR] err <- "┌ Warning: OpenEXR_jll not stored on disc\n"
2023-09-29T11:31:07.820 helix_lsp::transport [ERROR] err <- "└ @ SymbolServer ~/.julia/packages/SymbolServer/LMSFX/src/SymbolServer.jl:247\n"
2023-09-29T11:31:07.820 helix_lsp::transport [ERROR] err <- "[ Info: Loading ColorBrewer from cache... (50%)\n"
2023-09-29T11:31:07.820 helix_lsp::transport [ERROR] err <- "[ Info: Loading JSON from cache... (50%)\n"
2023-09-29T11:31:07.822 helix_lsp::transport [ERROR] err <- "[ Info: Loading Parsers from cache... (50%)\n"
2023-09-29T11:31:07.825 helix_lsp::transport [ERROR] err <- "[ Info: Loading DelaunayTriangulation from cache... (50%)\n"
2023-09-29T11:31:07.833 helix_lsp::transport [ERROR] err <- "[ Info: Loading EnumX from cache... (50%)\n"
2023-09-29T11:31:07.834 helix_lsp::transport [ERROR] err <- "[ Info: Loading SimpleGraphs from cache... (50%)\n"
2023-09-29T11:31:07.837 helix_lsp::transport [ERROR] err <- "[ Info: Loading SimpleRandom from cache... (50%)\n"
2023-09-29T11:31:07.837 helix_lsp::transport [ERROR] err <- "[ Info: Loading Primes from cache... (50%)\n"
2023-09-29T11:31:07.838 helix_lsp::transport [ERROR] err <- "[ Info: Loading IntegerMathUtils from cache... (50%)\n"
2023-09-29T11:31:07.839 helix_lsp::transport [ERROR] err <- "[ Info: Loading Optim from cache... (50%)\n"
2023-09-29T11:31:07.857 helix_lsp::transport [ERROR] err <- "[ Info: Loading ForwardDiff from cache... (50%)\n"
2023-09-29T11:31:07.865 helix_lsp::transport [ERROR] err <- "[ Info: Loading DiffResults from cache... (50%)\n"
2023-09-29T11:31:07.866 helix_lsp::transport [ERROR] err <- "[ Info: Loading DiffRules from cache... (50%)\n"
2023-09-29T11:31:07.868 helix_lsp::transport [ERROR] err <- "[ Info: Loading CommonSubexpressions from cache... (50%)\n"
2023-09-29T11:31:07.869 helix_lsp::transport [ERROR] err <- "[ Info: Loading LineSearches from cache... (50%)\n"
2023-09-29T11:31:07.872 helix_lsp::transport [ERROR] err <- "[ Info: Loading Parameters from cache... (50%)\n"
2023-09-29T11:31:07.872 helix_lsp::transport [ERROR] err <- "[ Info: Loading UnPack from cache... (50%)\n"
2023-09-29T11:31:07.873 helix_lsp::transport [ERROR] err <- "[ Info: Loading NLSolversBase from cache... (50%)\n"
2023-09-29T11:31:07.881 helix_lsp::transport [ERROR] err <- "[ Info: Loading FiniteDiff from cache... (50%)\n"
2023-09-29T11:31:07.887 helix_lsp::transport [ERROR] err <- "[ Info: Loading Setfield from cache... (50%)\n"
2023-09-29T11:31:07.888 helix_lsp::transport [ERROR] err <- "[ Info: Loading Future from cache... (50%)\n"
2023-09-29T11:31:07.888 helix_lsp::transport [ERROR] err <- "[ Info: Loading ArrayInterface from cache... (50%)\n"
2023-09-29T11:31:07.893 helix_lsp::transport [ERROR] err <- "[ Info: Loading PositiveFactorizations from cache... (50%)\n"
2023-09-29T11:31:07.895 helix_lsp::transport [ERROR] err <- "[ Info: Loading LinearAlgebraX from cache... (50%)\n"
2023-09-29T11:31:07.896 helix_lsp::transport [ERROR] err <- "[ Info: Loading Mods from cache... (50%)\n"
2023-09-29T11:31:07.896 helix_lsp::transport [ERROR] err <- "[ Info: Loading SimplePolynomials from cache... (50%)\n"
2023-09-29T11:31:07.897 helix_lsp::transport [ERROR] err <- "[ Info: Loading Polynomials from cache... (50%)\n"
2023-09-29T11:31:07.903 helix_lsp::transport [ERROR] err <- "[ Info: Loading RecipesBase from cache... (50%)\n"
2023-09-29T11:31:07.904 helix_lsp::transport [ERROR] err <- "[ Info: Loading Multisets from cache... (50%)\n"
2023-09-29T11:31:07.904 helix_lsp::transport [ERROR] err <- "[ Info: Loading Permutations from cache... (50%)\n"
2023-09-29T11:31:07.905 helix_lsp::transport [ERROR] err <- "[ Info: Loading Combinatorics from cache... (50%)\n"
2023-09-29T11:31:07.907 helix_lsp::transport [ERROR] err <- "[ Info: Loading SimplePartitions from cache... (50%)\n"
2023-09-29T11:31:07.907 helix_lsp::transport [ERROR] err <- "[ Info: Loading AbstractLattices from cache... (50%)\n"
2023-09-29T11:31:07.908 helix_lsp::transport [ERROR] err <- "[ Info: Loading RingLists from cache... (50%)\n"
2023-09-29T11:31:07.908 helix_lsp::transport [ERROR] err <- "[ Info: Loading LightXML from cache... (50%)\n"
2023-09-29T11:31:07.909 helix_lsp::transport [ERROR] err <- "[ Info: Loading ExactPredicates from cache... (50%)\n"
2023-09-29T11:31:07.911 helix_lsp::transport [ERROR] err <- "[ Info: Loading IntervalArithmetic from cache... (50%)\n"
2023-09-29T11:31:07.914 helix_lsp::transport [ERROR] err <- "[ Info: Loading CRlibm from cache... (50%)\n"
2023-09-29T11:31:07.915 helix_lsp::transport [ERROR] err <- "[ Info: Loading CRlibm_jll from cache... (50%)\n"
2023-09-29T11:31:07.915 helix_lsp::transport [ERROR] err <- "[ Info: Loading FastRounding from cache... (50%)\n"
2023-09-29T11:31:07.916 helix_lsp::transport [ERROR] err <- "[ Info: Loading ErrorfreeArithmetic from cache... (50%)\n"
2023-09-29T11:31:07.917 helix_lsp::transport [ERROR] err <- "[ Info: Loading SetRounding from cache... (50%)\n"
2023-09-29T11:31:07.917 helix_lsp::transport [ERROR] err <- "[ Info: Loading RoundingEmulator from cache... (50%)\n"
2023-09-29T11:31:07.917 helix_lsp::transport [ERROR] err <- "[ Info: Loading TriplotBase from cache... (50%)\n"
2023-09-29T11:31:07.918 helix_lsp::transport [ERROR] err <- "[ Info: Loading ModernGL from cache... (50%)\n"
2023-09-29T11:31:07.940 helix_lsp::transport [ERROR] err <- "[ Info: Loading GLFW from cache... (50%)\n"
2023-09-29T11:31:07.943 helix_lsp::transport [ERROR] err <- "[ Info: Loading GLFW_jll from cache... (50%)\n"
2023-09-29T11:31:07.944 helix_lsp::transport [ERROR] err <- "[ Info: Loading Libglvnd_jll from cache... (50%)\n"
2023-09-29T11:31:07.944 helix_lsp::transport [ERROR] err <- "[ Info: Loading Xorg_libXcursor_jll from cache... (50%)\n"
2023-09-29T11:31:07.945 helix_lsp::transport [ERROR] err <- "[ Info: Loading Xorg_libXfixes_jll from cache... (50%)\n"
2023-09-29T11:31:07.945 helix_lsp::transport [ERROR] err <- "[ Info: Loading Xorg_libXinerama_jll from cache... (50%)\n"
2023-09-29T11:31:07.945 helix_lsp::transport [ERROR] err <- "[ Info: Loading Xorg_libXrandr_jll from cache... (50%)\n"
2023-09-29T11:31:07.946 helix_lsp::transport [ERROR] err <- "[ Info: Loading Xorg_libXi_jll from cache... (50%)\n"
2023-09-29T11:31:07.946 helix_lsp::transport [ERROR] err <- "[ Info: Loading LanguageServer from cache... (75%)\n"
2023-09-29T11:31:08.010 helix_lsp::transport [ERROR] err <- "[ Info: Loading URIs from cache... (75%)\n"
2023-09-29T11:31:08.013 helix_lsp::transport [ERROR] err <- "[ Info: Loading Tokenize from cache... (75%)\n"
2023-09-29T11:31:08.020 helix_lsp::transport [ERROR] err <- "[ Info: Loading TestItemDetection from cache... (75%)\n"
2023-09-29T11:31:08.020 helix_lsp::transport [ERROR] err <- "[ Info: Loading CSTParser from cache... (75%)\n"
2023-09-29T11:31:08.030 helix_lsp::transport [ERROR] err <- "[ Info: Loading StaticLint from cache... (75%)\n"
2023-09-29T11:31:08.037 helix_lsp::transport [ERROR] err <- "[ Info: Loading SymbolServer from cache... (75%)\n"
2023-09-29T11:31:08.042 helix_lsp::transport [ERROR] err <- "[ Info: Loading JuliaFormatter from cache... (75%)\n"
2023-09-29T11:31:08.055 helix_lsp::transport [ERROR] err <- "[ Info: Loading Glob from cache... (75%)\n"
2023-09-29T11:31:08.056 helix_lsp::transport [ERROR] err <- "[ Info: Loading CommonMark from cache... (75%)\n"
2023-09-29T11:31:08.068 helix_lsp::transport [ERROR] err <- "[ Info: Loading JSONRPC from cache... (75%)\n"
2023-09-29T11:31:08.343 helix_lsp::transport [ERROR] err <- "[ Info: Received new data from Julia Symbol Server.\n"
2023-09-29T11:33:13.314 helix_view::editor [ERROR] Failed to initialize the LSP for `source.toml` { cannot find binary path }

I do not understand why I am unable to download the caches, why startup takes so long (on 1.10), and what the final "Failed to initialize" line means. Could anyone give pointers as for how to fix this?

Julia version info:
julia> versioninfo()
Julia Version 1.10.0-beta2
Commit a468aa198d0 (2023-08-17 06:27 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 8 × Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, skylake)
  Threads: 1 on 8 virtual cores
Environment:
  JULIA_PKG_PRESERVE_TIERED_INSTALLED = true
  JULIA_CONDAPKG_BACKEND = Null

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions