Open
Description
julia> import Pkg
julia> function f()
Pkg.activate(@__DIR__)
Pkg.instantiate()
Pkg.status(io=stderr)
println(stderr, "julia = ", VERSION)
end
f (generic function with 1 method)
julia> JET.@report_call f()
═════ 190 possible errors found ═════
┌ @ REPL[10]:3 Pkg.activate("C:\\GitHub\\scripts\\Script")
│┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:1701 Pkg.API.:(var"#activate#282")(false, false, Pkg.API.stderr_f(), #self#, path)
││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:1711 fullpath = Pkg.API._activate_dep(path)
│││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:1688 ctx = Pkg.API.Context()
││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Types.jl:383 EnvCache()
│││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Types.jl:343 #self#(Pkg.Types.nothing)
││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Types.jl:364 manifest = read_manifest(manifest_file)
│││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\manifest.jl:213 Manifest(raw, f_or_io)
││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\manifest.jl:194 Pkg.Types.validate_manifest(julia_version, manifest_format, stage1, other)
│││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\manifest.jl:117 Core.kwcall(NamedTuple{(:isext,)}(tuple(true)), Pkg.Types.normalize_deps, name, info.uuid, info.weakdeps, stage1)
││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\manifest.jl:90 Pkg.Types.:(var"#normalize_deps#38")(_9, _3, name, uuid, deps, manifest)
│││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\manifest.jl:104 Pkg.Types.length(infos)
││││││││││││ no matching method found `length(::Nothing)` (1/2 union split): Pkg.Types.length(infos::Union{Nothing, Vector{Pkg.Types.Stage1}})
│││││││││││└───────────────────────────────────────────────────────────────────
│││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\manifest.jl:106 infos[1]
││││││││││││ no matching method found `getindex(::Nothing, ::Int64)` (1/2 union split): (infos::Union{Nothing, Vector{Pkg.Types.Stage1}})[1]
│││││││││││└───────────────────────────────────────────────────────────────────
││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Types.jl:383 Pkg.Registry.reachable_registries()
│││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\registry_instance.jl:401 Pkg.Registry.:(var"#reachable_registries#25")(DEPOT_PATH, #self#)
││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\registry_instance.jl:431 Pkg.Registry.RegistryInstance(candidate)
│││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\registry_instance.jl:325 = Pkg.Registry.uncompress_registry(Pkg.Registry.joinpath(Pkg.Registry.dirname(path), compressed_file))
││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\registry_instance.jl:258 Pkg.Registry.open(#19, Base.cmd_gen(tuple(tuple(Pkg.Registry.exe7z()), tuple(x), tuple(tar_gz), tuple(-so))))
│││││││││┌ @ process.jl:414 Base.:(var"#open#769")(tuple(pairs(NamedTuple()), #self#, f, cmds), args...)
││││││││││┌ @ process.jl:415 = open(tuple(cmds), args...)
│││││││││││┌ @ process.jl:383 #self#(cmds, devnull)
││││││││││││┌ @ process.jl:383 Base.:(var"#open#768")(write, read, #self#, cmds, stdio)
│││││││││││││┌ @ process.jl:393 processes = Base._spawn(cmds, Base.SpawnIO[stdio, out, stderr])
││││││││││││││┌ @ process.jl:138 pp = Base.setup_stdios(#759, stdios)
│││││││││││││││┌ @ process.jl:227 Base.close_stdio(open_io[i])
││││││││││││││││┌ @ process.jl:316 close(stdio)
│││││││││││││││││ no matching method found `close(::RawFD)`: close(stdio::RawFD)
││││││││││││││││└──────────────────
││││││││││┌ @ process.jl:427 = f(P)
│││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\registry_instance.jl:259 Core.kwcall(NamedTuple{(:buf,)}(tuple(getfield(#self#, :buf))), Pkg.Registry.Tar.read_tarball, #20, #21, tar)
││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Tar\src\extract.jl:342 Tar.:(var"#read_tarball#45")(_9, _9, _3, callback, predicate, tar)
│││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Tar\src\extract.jl:354 hdr = Core.kwcall(NamedTuple{(:globals, :buf, :tee)}(tuple(globals, buf, skeleton)), Tar.read_header, tar)
││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Tar\src\extract.jl:418 Tar.:(var"#read_header#48")(_8, _8, _8, _3, io)
│││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Tar\src\extract.jl:424 hdr = Core.kwcall(NamedTuple{(:buf, :tee)}(tuple(buf, tee)), Tar.read_standard_header, io)
││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Tar\src\extract.jl:579 Tar.:(var"#read_standard_header#58")(_7, _7, _3, io)
│││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Tar\src\extract.jl:599 Tar.match(r"^(.*?)\s*\[header block data\]"s, typeassert(Tar.convert(Union{SubString{String}, String}, err.msg), Union{SubString{String}, String})).captures
││││││││││││││││││┌ @ Base.jl:37 Base.getfield(x, f)
│││││││││││││││││││ type Nothing has no field captures
││││││││││││││││││└──────────────
│││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Tar\src\extract.jl:407 = Tar.position(tar)
││││││││││││││ no matching method found `position(::Base.Process)`: = Tar.position(tar::Base.Process)
│││││││││││││└──────────────────────────────────────────────────────────────────
│││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Tar\src\extract.jl:410 Tar.position(tar)
││││││││││││││ no matching method found `position(::Base.Process)`: Tar.position(tar::Base.Process)
│││││││││││││└──────────────────────────────────────────────────────────────────
│││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\registry_instance.jl:340 reg = Pkg.Registry.RegistryInstance(path, typeassert(d["name"], Pkg.Registry.String), Pkg.Registry.UUID(typeassert(d["uuid"], Pkg.Registry.String)), typeassert(Pkg.Registry.get(d, "repo", Pkg.Registry.nothing), Union{Nothing, String}), typeassert(Pkg.Registry.get(d, "description", Pkg.Registry.nothing), Union{Nothing, String}), pkgs, tree_info, in_memory_registry, Dict{String, Base.UUID}())
││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\registry_instance.jl:270 convert(fieldtype(Pkg.Registry.RegistryInstance, 9), name_to_uuids)
│││││││││┌ @ abstractdict.jl:570 T(x)
││││││││││┌ @ dict.jl:84 h[k] = v
│││││││││││┌ @ dict.jl:370 v = convert(V, v0)
││││││││││││ no matching method found `convert(::Type{Vector{Base.UUID}}, ::Base.UUID)`: v = convert(V::Type{Vector{Base.UUID}}, v0::Base.UUID)
│││││││││││└───────────────
││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:1734 Pkg.API.PREV_ENV_PATH[] = Base.active_project()
│││┌ @ refvalue.jl:57 b.x = x
││││┌ @ Base.jl:38 convert(Base.fieldtype(Base.typeof(x), f), v)
│││││ no matching method found `convert(::Type{String}, ::Nothing)`: convert(Base.fieldtype(Base.typeof(x::Base.RefValue{String})::Type{Base.RefValue{String}}, f::Symbol)::Type{String}, v::Nothing)
││││└──────────────
┌ @ REPL[10]:4 Pkg.instantiate()
│┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:1542 Pkg.API.:(var"#instantiate#276")(pairs(NamedTuple()), #self#)
││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:1542 Pkg.API.instantiate(Pkg.API.Context())
│││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:1543 Pkg.API.HostPlatform()
││││┌ @ binaryplatforms.jl:981 Base.BinaryPlatforms.host_triplet()
│││││┌ @ binaryplatforms.jl:959 libstdcxx_version = detect_libstdcxx_version()
││││││┌ @ binaryplatforms.jl:868 #self#(30)
│││││││┌ @ binaryplatforms.jl:880 Core.kwcall(NamedTuple{(:throw_error,)}(tuple(false)), dlsym, hdl, string("GLIBCXX_3.4.", minor_version))
││││││││ no matching method found `kwcall(::NamedTuple{(:throw_error,), Tuple{Bool}}, ::typeof(Base.Libc.Libdl.dlsym), ::Nothing, ::String)` (1/2 union split): Core.kwcall(NamedTuple{(:throw_error,)}(tuple(false)::Tuple{Bool})::NamedTuple{(:throw_error,), Tuple{Bool}}, dlsym, hdl::Union{Nothing, Ptr{Nothing}}, string("GLIBCXX_3.4.", minor_version)::String)
│││││││└──────────────────────────
│││││││┌ @ binaryplatforms.jl:880 Core.kwcall(NamedTuple{(:throw_error,)}(tuple(false)), dlsym, hdl, string("GLIBCXX_3.4.", minor_version))
││││││││ no matching method found `kwcall(::NamedTuple{(:throw_error,), Tuple{Bool}}, ::typeof(Base.Libc.Libdl.dlsym), ::Nothing, ::String)` (1/2 union split): Core.kwcall(NamedTuple{(:throw_error,)}(tuple(false)::Tuple{Bool})::NamedTuple{(:throw_error,), Tuple{Bool}}, dlsym, hdl::Union{Nothing, Ptr{Nothing}}, string("GLIBCXX_3.4.", minor_version::Int64)::String)::Union{Nothing, Ptr{Nothing}}
│││││││└──────────────────────────
││││┌ @ binaryplatforms.jl:981 Base.BinaryPlatforms.parse(Platform, Base.BinaryPlatforms.host_triplet())
│││││┌ @ binaryplatforms.jl:671 Base.BinaryPlatforms.:(var"#parse#29")(false, #self#, _2, triplet)
││││││┌ @ binaryplatforms.jl:718 arch = get_field(m, Base.BinaryPlatforms.arch_mapping)
│││││││┌ @ binaryplatforms.jl:708 lastindex(m[k])
││││││││ no matching method found `lastindex(::Nothing)` (1/2 union split): lastindex((m::RegexMatch)[k::String]::Union{Nothing, SubString{String}})
│││││││└──────────────────────────
│││││││┌ @ binaryplatforms.jl:708 m[k][11 Base.BinaryPlatforms.:(:) lastindex(m[k])]
││││││││ no matching method found `getindex(::Nothing, ::UnitRange{Int64})` (1/2 union split): ((m::RegexMatch)[k::String]::Union{Nothing, SubString{String}})[(11 Base.BinaryPlatforms.:(:) lastindex((m::RegexMatch)[k::String]::Union{Nothing, SubString{String}})::Int64)::UnitRange{Int64}]
│││││││└──────────────────────────
││││││┌ @ binaryplatforms.jl:732 split_tags(m["tags"])
│││││││┌ @ binaryplatforms.jl:726 tag_fields = Core.kwcall(NamedTuple{(:keepempty,)}(tuple(false)), Base.BinaryPlatforms.split, tagstr, "-")
││││││││ no matching method found `kwcall(::NamedTuple{(:keepempty,), Tuple{Bool}}, ::typeof(split), ::Nothing, ::String)`: tag_fields = Core.kwcall(NamedTuple{(:keepempty,)}(tuple(false)::Tuple{Bool})::NamedTuple{(:keepempty,), Tuple{Bool}}, Base.BinaryPlatforms.split, tagstr::Nothing, "-")
│││││││└──────────────────────────
││││││┌ @ binaryplatforms.jl:744 os_version = extract_os_version("macos", r".*darwin([\d\.]+)")
│││││││┌ @ binaryplatforms.jl:736 m_osvn = Base.BinaryPlatforms.match(pattern, getfield(#self#, :m)[os_name])
││││││││ no matching method found `match(::Regex, ::Nothing)` (1/2 union split): m_osvn = Base.BinaryPlatforms.match(pattern::Regex, (getfield(#self#::Base.BinaryPlatforms.var"#extract_os_version#37"{RegexMatch}, :m)::RegexMatch)[os_name::String]::Union{Nothing, SubString{String}})
│││││││└──────────────────────────
│││││││┌ @ binaryplatforms.jl:738 Base.BinaryPlatforms.VersionNumber(m_osvn.captures[1])
││││││││ no matching method found `VersionNumber(::Nothing)` (1/2 union split): Base.BinaryPlatforms.VersionNumber(((m_osvn::RegexMatch).captures::Vector{Union{Nothing, SubString{String}}})[1]::Union{Nothing, SubString{String}})
│││││││└──────────────────────────
│││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:1543 Pkg.API.:(var"#instantiate#277")(Pkg.API.nothing, true, false, Pkg.API.HostPlatform(), true, true, pairs(NamedTuple()), #self#, ctx)
││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:1543 Pkg.API.:(var"#instantiate#277")(_12, _12, _12, _12, _12, _12, kwargs..., _3, ctx)
│││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:1547 Pkg.Registry.download_default_registries(ctx.io)
││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:98 Pkg.Registry.:(var"#download_default_registries#39")(true, Pkg.Registry.depots1(), #self#, io)│││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:105 Pkg.Registry.pkg_server_registry_urls()
││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:86 server_registry_info = Pkg.Registry.pkg_server_registry_info()
│││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:66 f()
││││││││││┌ @ error.jl:291 getfield(#self#, Symbol("#91#92"))(tuple(pairs(NamedTuple()), #self#), args...)
│││││││││││┌ @ error.jl:296 getfield(#91#92, :f)(args...)
││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:64 Core.kwcall(NamedTuple{(:verbose,)}(tuple(false)), Pkg.Registry.download, string(getfield(#self#, :server), "/registries"), getfield(#self#, :tmp_path))
│││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\PlatformEngines.jl:252 Pkg.PlatformEngines.:(var"#download#15")(_10, _10, _10, _10, _3, url, dest)
││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\PlatformEngines.jl:261 auth_header = Core.kwcall(NamedTuple{(:verbose,)}(tuple(verbose)), Pkg.PlatformEngines.get_auth_header, url)
│││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\PlatformEngines.jl:110 Pkg.PlatformEngines.:(var"#get_auth_header#10")(_6, _3, url)
││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\PlatformEngines.jl:111 server_dir = Pkg.PlatformEngines.get_server_dir(url)
│││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\PlatformEngines.jl:50 #self#(url, Pkg.PlatformEngines.pkg_server())
││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\PlatformEngines.jl:59 Pkg.PlatformEngines.String(m[1])
│││││││││││││││││││ no matching method found `String(::Nothing)` (1/2 union split): Pkg.PlatformEngines.String((m::RegexMatch)[1]::Union{Nothing, SubString{String}})
││││││││││││││││││└─────────────────────────────────────────────────────────────────────────
││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\PlatformEngines.jl:163 Core.kwcall(NamedTuple{(:auth_header, :verbose)}(tuple(refresh_auth, verbose)), Pkg.PlatformEngines.download, refresh_url, tmp)
│││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\PlatformEngines.jl:252 Pkg.PlatformEngines.:(var"#download#15")(_10, _10, _10, _10, _3, url, dest)
││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\PlatformEngines.jl:266 Pkg.PlatformEngines.get_metadata_headers(url)
│││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\PlatformEngines.jl:224 Pkg.PlatformEngines.push!(headers, "Julia-Pkg-Server" Pkg.PlatformEngines.:(=>) server)
││││││││││││││││││││┌ @ array.jl:1060 itemT = convert(T, item)
│││││││││││││││││││││┌ @ pair.jl:63 convert(B, x[2])
││││││││││││││││││││││ no matching method found `convert(::Type{String}, ::Nothing)`: convert(B::Type{String}, (x::Pair{String, Nothing})[2]::Nothing)
│││││││││││││││││││││└──────────────
│││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\PlatformEngines.jl:243 words = Core.kwcall(NamedTuple{(:keepempty,)}(tuple(false)), Pkg.PlatformEngines.split, m.captures[1], _)
││││││││││││││││││││ no matching method found `kwcall(::NamedTuple{(:keepempty,), Tuple{Bool}}, ::typeof(split), ::Nothing, ::Char)` (1/2 union split): words = Core.kwcall(NamedTuple{(:keepempty,)}(tuple(false)::Tuple{Bool})::NamedTuple{(:keepempty,), Tuple{Bool}}, Pkg.PlatformEngines.split, ((m::RegexMatch).captures::Vector{Union{Nothing, SubString{String}}})[1]::Union{Nothing, SubString{String}}, _)
│││││││││││││││││││└──────────────────────────────────────────────────────────────────────────
││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\PlatformEngines.jl:285 = Core.kwcall(NamedTuple{(:headers, :progress)}(tuple(headers, progress)), Pkg.PlatformEngines.Downloads.download, url, dest)
│││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Downloads\src\Downloads.jl:221 Downloads.:(var"#download#2")(_13, _13, _13, _13, _13, _13, _13, _3, url, output)
││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Downloads\src\Downloads.jl:232 Downloads.arg_write(#3, output)
│││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\ArgTools\src\ArgTools.jl:103 Core.kwcall(NamedTuple{(:write,)}(tuple(true)), ArgTools.open_nolock, f, arg)
││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\ArgTools\src\ArgTools.jl:35 ArgTools.:(var"#open_nolock#1")(tuple(kws..., _3), args...)
│││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\ArgTools\src\ArgTools.jl:35 Core.kwcall(tuple(merge(merge(Base.NamedTuple(), kws), NamedTuple{(:lock,)}(tuple(false))), ArgTools.open), args...)
││││││││││││││││││││││││┌ @ io.jl:392 Base.:(var"#open#408")(tuple(kwargs..., _3, f), args...)
│││││││││││││││││││││││││┌ @ io.jl:395 = f(io)
││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Downloads\src\Downloads.jl:233 Core.kwcall(NamedTuple{(:output, :method, :headers, :timeout, :progress, :verbose, :debug, :downloader)}(tuple(output, getfield(#self#, :method), getfield(#self#, :headers), getfield(#self#, :timeout), getfield(#self#, :progress), getfield(#self#, :verbose), getfield(#self#, :debug), getfield(#self#, :downloader))), request, getfield(#self#, :url))
│││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Downloads\src\Downloads.jl:295 Downloads.:(var"#request#5")(_15, _15, _15, _15, _15, _15, _15, _15, _15,
_15, _3, url)
││││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Downloads\src\Downloads.jl:327 Downloads.arg_read(#7, input)
│││││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\ArgTools\src\ArgTools.jl:76 f(arg)
││││││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Downloads\src\Downloads.jl:328 Downloads.arg_write(#8, getfield(#self#, :output))
│││││││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\ArgTools\src\ArgTools.jl:134 f(arg)
││││││││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Downloads\src\Downloads.jl:329 Downloads.with_handle(#9, Downloads.Easy())
│││││││││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Downloads\src\Curl\Curl.jl:90 = f(handle)
││││││││││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Downloads\src\Downloads.jl:331 Downloads.set_url(easy, getfield(#self#, :url))
│││││││││││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Downloads\src\Curl\Easy.jl:109 Downloads.Curl.verify_host(url, "ssl")
││││││││││││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\NetworkOptions\src\verify_host.jl:60 NetworkOptions.env_host_pattern_match("JULIA_ALWAYS_VERIFY_HOSTS", host)
│││││││││││││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\NetworkOptions\src\verify_host.jl:83 NetworkOptions.occursin(NetworkOptions.env_host_pattern_regex(var), host)
││││││││││││││││││││││││││││││││││││││ no matching method found `occursin(::Nothing, ::SubString{String})` (1/2 union split): NetworkOptions.occursin(NetworkOptions.env_host_pattern_regex(var::String)::Union{Nothing, Regex}, host::SubString{String})
│││││││││││││││││││││││││││││││││││││└────────────────────────────────────────────────────────────────────────────────
││││││││││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Downloads\src\Downloads.jl:364 Downloads.add_handle(getfield(getfield(#self#, :downloader), :contents).multi, easy)
│││││││││││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Downloads\src\Curl\Multi.jl:45 Downloads.Curl.lock(#25, multi.lock)
││││││││││││││││││││││││││││││││││││┌ @ lock.jl:229 = f()
│││││││││││││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Downloads\src\Curl\Multi.jl:50 Downloads.Curl.init!(getfield(#self#, :multi))
││││││││││││││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Downloads\src\Curl\Multi.jl:18 Downloads.Curl.add_callbacks(multi)
│││││││││││││││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Downloads\src\Curl\Multi.jl:209 socket_cb = $(Expr(:cfunction, Ptr{Nothing}, :($(QuoteNode(Downloads.Curl.socket_callback))), Int32, svec(Ptr{Nothing}, Base.Libc.WindowsRawSocket, Int32, Ptr{Nothing}, Ptr{Nothing}), :(:ccall)))
││││││││││││││││││││││││││││││││││││││││┌ @ task.jl:518 task = Base.Task(#54)
│││││││││││││││││││││││││││││││││││││││││┌ @ task.jl:5 #self#(f, 0)
││││││││││││││││││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Downloads\src\Curl\Multi.jl:184 Downloads.Curl.lock(#55, getfield(#self#, :multi).lock)
│││││││││││││││││││││││││││││││││││││││││││┌ @ lock.jl:229 = f()
││││││││││││││││││││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Downloads\src\Curl\Multi.jl:185 getfield(#self#, :watcher).writable
│││││││││││││││││││││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\FileWatching\src\FileWatching.jl:293 fdw.mask.writable
││││││││││││││││││││││││││││││││││││││││││││││┌ @ Base.jl:37 Base.getfield(x, f)
│││││││││││││││││││││││││││││││││││││││││││││││ type Bool has no field writable
││││││││││││││││││││││││││││││││││││││││││││││└──────────────
││││││││││││││││││││││││││││││││││││││││││││││┌ @ Base.jl:37 Base.getfield(x, f)
│││││││││││││││││││││││││││││││││││││││││││││││ type FileWatching._FDWatcher has no field writable
││││││││││││││││││││││││││││││││││││││││││││││└──────────────
││││││││││││││││││││││││││││││││││││││││┌ @ task.jl:518 task = Base.Task(#57)
│││││││││││││││││││││││││││││││││││││││││┌ @ task.jl:5 #self#(f, 0)
││││││││││││││││││││││││││││││││││││││││││┌ @ logging.jl:349 tuple(Downloads.Curl.err, 1000)
│││││││││││││││││││││││││││││││││││││││││││ `Downloads.Curl.err` is not defined
││││││││││││││││││││││││││││││││││││││││││└──────────────────
│││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:111 Pkg.Registry.download_registries(io, registries, depot)
││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:168 Core.kwcall(NamedTuple{(:stale_age,)}(tuple(10)), mkpidlock, #48, Pkg.Registry.joinpath(regdir, ".pid"))
│││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:77 FileWatching.Pidfile.:(var"#mkpidlock#6")(kwopts..., _3, f, at)
││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:77 Core.kwcall(merge(Base.NamedTuple(), kwopts), mkpidlock, f, at, FileWatching.Pidfile.getpid())
│││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:79 FileWatching.Pidfile.:(var"#mkpidlock#7")(kwopts..., _3, f, at, pid)
││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:82 = f()
│││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:183 Pkg.Registry.download_verify(url, Pkg.Registry.nothing, tmp)
││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\PlatformEngines.jl:318 Pkg.PlatformEngines.:(var"#download_verify#20")(false, false, false, #self#, url, hash, dest)
│││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\PlatformEngines.jl:351 f()
││││││││││││││││┌ @ error.jl:291 getfield(#self#, Symbol("#91#92"))(tuple(pairs(NamedTuple()), #self#), args...)
│││││││││││││││││┌ @ error.jl:308 getfield(#91#92, :f)(args...)
││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\PlatformEngines.jl:349 Core.kwcall(NamedTuple{(:verbose,)}(tuple(_2)), Pkg.PlatformEngines.download, getfield(#self#, :url), getfield(#self#, :dest))
││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\PlatformEngines.jl:272 bar = Core.kwcall(NamedTuple{(:header, :color)}(tuple("Downloading", Pkg.PlatformEngines.Base.info_color())), Pkg.PlatformEngines.MiniProgressBar)
│││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\MiniProgressBars.jl:7 Pkg.MiniProgressBars.:(var"#MiniProgressBar#1")(_15, _15, _15, _15, _15, _15, _15, _15, _15, _15, _15, _3)
││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\MiniProgressBars.jl:7 MiniProgressBar(max, header, color, width, current, prev, has_shown, time_shown, percentage, always_reprint, indent)
│││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\MiniProgressBars.jl:8 convert(fieldtype(MiniProgressBar, 3), color)
││││││││││││││││││││││││││││ no matching method found `convert(::Type{Symbol}, ::Int64)`: convert(fieldtype(MiniProgressBar, 3)::Type{Symbol}, color::Int64)
│││││││││││││││││││││││││││└─────────────────────────────────────────────────────────────────────────
│││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:199 Pkg.Registry.mktempdir(#50)
││││││││││││││┌ @ file.jl:756 #self#(fn, tempdir())
│││││││││││││││┌ @ file.jl:756 Base.Filesystem.:(var"#mktempdir#24")(Base.Filesystem.temp_prefix, #self#, fn, parent)
││││││││││││││││┌ @ file.jl:760 = fn(tmpdir)
│││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:211 Pkg.Registry.pkgerror(string("A symlinked registry was requested but `path` was not set and `url` was set to `", getfield(#self#, :url), "`.\nSet only `path` and `linked = true` to use registry symlinking.\n"))
││││││││││││││││││ `Pkg.Registry.pkgerror` is not defined
│││││││││││││││││└────────────────────────────────────────────────────────────────────────────
│││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:235 repo = Core.kwcall(NamedTuple{(:header,)}(tuple(string("registry from ", Pkg.Registry.repr(getfield(#self#, :reg).url)))), Core.kwcall(NamedTuple{(:delays, :check)}(tuple(Pkg.Registry.fill(1.0, 5), #51)), Pkg.Registry.retry, Pkg.GitTools.clone), getfield(#self#, :io), getfield(#self#, :reg).url, tmp)
││││││││││││││││││┌ @ error.jl:291 getfield(_3, Symbol("#91#92"))(tuple(kwargs..., _3), args...)
│││││││││││││││││││┌ @ error.jl:296 Core.kwcall(tuple(merge(Base.NamedTuple(), kwargs), getfield(#91#92, :f)), args...)
││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\GitTools.jl:88 Pkg.GitTools.:(var"#clone#3")(_10, _10, kwargs..., _3, io, url, source_path)
│││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\GitTools.jl:90 url = Pkg.GitTools.normalize_url(url)
││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\GitTools.jl:58 Pkg.GitTools.lowercase(host)
│││││││││││││││││││││││ no matching method found `lowercase(::Nothing)` (1/2 union split): Pkg.GitTools.lowercase(host)
││││││││││││││││││││││└──────────────────────────────────────────────────────────────────
││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\GitTools.jl:63 Pkg.GitTools.lowercase(host)
│││││││││││││││││││││││ no matching method found `lowercase(::Nothing)` (1/2 union split): Pkg.GitTools.lowercase(host::Union{Nothing, SubString{String}})
││││││││││││││││││││││└──────────────────────────────────────────────────────────────────
│││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\GitTools.jl:115 = Core.kwcall(merge(NamedTuple{(:callbacks, :credentials)}(tuple(callbacks, credentials)), kwargs), LibGit2.clone, url, source_path)
││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\LibGit2\src\LibGit2.jl:556 LibGit2.:(var"#clone#120")(_11, _11, _11, _11, _11, _3, repo_url, repo_path)
│││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\LibGit2\src\LibGit2.jl:564 LibGit2.credentials_cb()
││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\LibGit2\src\callbacks.jl:513 $(Expr(:cfunction, Ptr{Nothing}, :($(QuoteNode(LibGit2.credentials_callback))), Int32, svec(Ptr{Ptr{Nothing}}, Cstring, Cstring, UInt32, Any), :(:ccall)))
│││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\LibGit2\src\callbacks.jl:281 m[:scheme]
││││││││││││││││││││││││││ no matching method found `getindex(::Nothing, ::Symbol)` (1/2 union split): m[:scheme]
│││││││││││││││││││││││││└────────────────────────────────────────────────────────────────────────
│││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\LibGit2\src\callbacks.jl:282 m[:user]
││││││││││││││││││││││││││ no matching method found `getindex(::Nothing, ::Symbol)` (1/2 union split): m[:user]
│││││││││││││││││││││││││└────────────────────────────────────────────────────────────────────────
│││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\LibGit2\src\callbacks.jl:283 m[:host]
││││││││││││││││││││││││││ no matching method found `getindex(::Nothing, ::Symbol)` (1/2 union split): m[:host]
│││││││││││││││││││││││││└────────────────────────────────────────────────────────────────────────
│││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\LibGit2\src\callbacks.jl:283 p.host = m[:host]
││││││││││││││││││││││││││┌ @ Base.jl:38 convert(Base.fieldtype(Base.typeof(x), f), v)
│││││││││││││││││││││││││││ no matching method found `convert(::Type{String}, ::Nothing)`: convert(Base.fieldtype(Base.typeof(x::LibGit2.CredentialPayload)::Type{LibGit2.CredentialPayload}, f::Symbol)::Type{String}, v::Nothing)
││││││││││││││││││││││││││└──────────────
│││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\LibGit2\src\callbacks.jl:307 LibGit2.haskey(p.cache, cred_id)
││││││││││││││││││││││││││ no matching method found `haskey(::Nothing, ::String)` (1/2 union split): LibGit2.haskey((p::LibGit2.CredentialPayload).cache::Union{Nothing, LibGit2.CachedCredentials}, cred_id)
│││││││││││││││││││││││││└────────────────────────────────────────────────────────────────────────
│││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\LibGit2\src\callbacks.jl:309 p.cache[cred_id]
││││││││││││││││││││││││││ no matching method found `getindex(::Nothing, ::String)` (1/2 union split): ((p::LibGit2.CredentialPayload).cache::Union{Nothing, LibGit2.CachedCredentials})[cred_id::String]
│││││││││││││││││││││││││└────────────────────────────────────────────────────────────────────────
│││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\LibGit2\src\callbacks.jl:323 err = LibGit2.authenticate_ssh(libgit2credptr, p, username_ptr)
││││││││││││││││││││││││││┌ @ C:\workdir\usr\share\julia\stdlib\v1.10\LibGit2\src\callbacks.jl:124 response = Core.kwcall(NamedTuple{(:default,)}(tuple(cred.user)), Base.prompt, string("Username for '", url, "'"))
│││││││││││││││││││││││││││┌ @ util.jl:385 Base.:(var"#prompt#969")(_6, _3, message)
││││││││││││││││││││││││││││┌ @ util.jl:385 Core.kwcall(NamedTuple{(:default,)}(tuple(default)), Base.prompt, stdin, stdout, message)
│││││││││││││││││││││││││││││┌ @ c:\Users\lgeissbauer\.vscode\extensions\julialang.language-julia-1.40.1\scripts\packages\IJuliaCore\src\stdio.jl:213 VSCodeServer.IJuliaCore.:(var"#prompt#2")(_8, _3, input, output, message)
││││││││││││││││││││││││││││││┌ @ c:\Users\lgeissbauer\.vscode\extensions\julialang.language-julia-1.40.1\scripts\packages\IJuliaCore\src\stdio.jl:215 VSCodeServer.IJuliaCore.readprompt(message VSCodeServer.IJuliaCore.:* ": ")
│││││││││││││││││││││││││││││││┌ @ c:\Users\lgeissbauer\.vscode\extensions\julialang.language-julia-1.40.1\scripts\packages\IJuliaCore\src\stdio.jl:188 VSCodeServer.IJuliaCore.:(var"#readprompt#1")(false, #self#, prompt)
││││││││││││││││││││││││││││││││┌ @ c:\Users\lgeissbauer\.vscode\extensions\julialang.language-julia-1.40.1\scripts\packages\IJuliaCore\src\stdio.jl:193 VSCodeServer.IJuliaCore.raw_input[]
│││││││││││││││││││││││││││││││││ `VSCodeServer.IJuliaCore.raw_input` is not defined
...
Metadata
Metadata
Assignees
Labels
No labels