Package evaluation to test AbstractWallets on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T15:30:37.744 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.9s ################################################################################ # Installation # Installing AbstractWallets... Resolving package versions... Installed AbstractWallets ─ v0.1.1 Updating `~/.julia/environments/v1.14/Project.toml` [5f0830d6] + AbstractWallets v0.1.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [5f0830d6] + AbstractWallets v0.1.1 Installation completed after 1.71s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.4 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl:86 =# Core.@doc "```\nwallet(portfolio::AbstractWallet) <: AbstractWallet\n```\nReturn the `wallet` of a given `portfolio`.\n" function (wallet(portfolio::AbstractPortfolio{K, N})::AbstractWallet{K, N, P}) where {K, N, P} │ #= /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl:91 =# │ #= /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl:92 =# │ missing_api("wallet", portfolio) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [macrocall] │ │ @doc :: Identifier │ mod │ :(#= /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl:86 =#) :: Value │ │ "```\nwallet(portfolio::AbstractWallet) <: AbstractWallet\n```\nReturn the `wallet` of a given `portfolio`.\n" :: Value │ │ [function] │ │ [where] │ │ [::] │ │ [call] │ │ wallet :: Identifier │ │ [::] │ │ portfolio :: Identifier │ │ [curly] │ │ AbstractPortfolio :: Identifier │ │ K :: Identifier │ │ N :: Identifier │ │ [curly] │ │ AbstractWallet :: Identifier │ │ K :: Identifier │ │ N :: Identifier │ │ P :: Identifier │ │ K :: Identifier │ │ N :: Identifier │ │ P :: Identifier │ │ [block] │ │ [call] │ │ missing_api :: Identifier │ │ "wallet" :: Value │ │ portfolio :: Identifier │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [block] │ │ [=] │ │ val :: Identifier │ scope_layer=3 │ [function] │ │ [where] │ │ [::] │ │ [call] │ │ wallet :: Identifier │ scope_layer=1 │ [::] │ │ portfolio :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractPortfolio :: Identifier │ scope_layer=1 │ K :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractWallet :: Identifier │ scope_layer=1 │ K :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ P :: Identifier │ scope_layer=1 │ K :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ P :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ missing_api :: Identifier │ scope_layer=1 │ "wallet" :: Value │ macro_source=28 │ portfolio :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=28 │ AbstractWallets :: Value │ macro_source=28 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=28 │ AbstractWallets :: Value │ │ [inert] │ jl_source=L65 │ wallet :: Identifier │ │ [call] │ macro_source=28 │ Base.Docs.docstr :: Value │ macro_source=28 │ [call] │ macro_source=28 │ Core.svec :: Value │ macro_source=28 │ "```\nwallet(portfolio::AbstractWallet) <: AbstractWallet\n```\nReturn the `wallet` of a given `portfolio`.\n" :: Value │ macro_source=28 │ [call] │ macro_source=28 │ Dict{Symbol, Any} :: Value │ macro_source=28 │ :path => "/home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl" :: Value │ macro_source=28 │ :linenumber => 86 :: Value │ macro_source=28 │ :module => AbstractWallets :: Value │ macro_source=28 │ [where] │ │ [where] │ │ [where] │ │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractPortfolio :: Identifier │ scope_layer=1 │ K :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ P :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ K :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ P :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ K :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl" │ line = 86 └ mod = AbstractWallets ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl:91 =# - method definition declares type variable but does not use it in the type of any function parameter Expression:  (_typevar P core.Any core.Any) Containing expressions:  (_typevar P core.Any core.Any)  Detailed provenance:  (_typevar P core.Any core.Any) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3012 =#  └─ P  └─ P  ├─ @ /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl:91  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl:86 =#) "```\nwallet(portfolio::AbstractWallet) <: AbstractWallet\n```\nReturn the `wallet` of a given `portfolio`.\n" (function (where (:: (call wallet (:: portfolio (curly AbstractPortfolio K N))) (curly AbstractWallet K N P)) K N P) (block (call missing_api "wallet" portfolio))))  └─ @ /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl:86  Stacktrace:  [1] expand_function_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, raw_args::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, wheres::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2860  [2] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4268  [3] getindex(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, i::Int64)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [4] expand_assignment(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, is_const::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1318  [5] _push_nodeid!(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, ids::Vector{Int64}, val::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1268 [inlined]  [6] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4196  [7] expand_forms_2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [8] #expand_forms_2##2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4440 [inlined]  [9] mapchildren(f::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707  [10] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4440  [11] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [12] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4469  [13] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:30  [14] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [15] top-level scope  @ ~/.julia/packages/AbstractWallets/ehxRZ/src/AbstractWallets.jl:14  [16] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [17] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [18] top-level scope  @ stdin:5  [19] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [20] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [21] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [22] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [23] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl:86 in expression starting at /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/AbstractWallets.jl:6 in expression starting at stdin:5 ✗ AbstractWallets Precompilation completed after 34.63s ################################################################################ # Testing # Testing AbstractWallets Status `/tmp/jl_O6qPR3/Project.toml` [5f0830d6] AbstractWallets v0.1.1 Status `/tmp/jl_O6qPR3/Manifest.toml` [5f0830d6] AbstractWallets v0.1.1 Testing Running tests... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl:86 =# Core.@doc "```\nwallet(portfolio::AbstractWallet) <: AbstractWallet\n```\nReturn the `wallet` of a given `portfolio`.\n" function (wallet(portfolio::AbstractPortfolio{K, N})::AbstractWallet{K, N, P}) where {K, N, P} │ #= /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl:91 =# │ #= /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl:92 =# │ missing_api("wallet", portfolio) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [macrocall] │ │ @doc :: Identifier │ mod │ :(#= /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl:86 =#) :: Value │ │ "```\nwallet(portfolio::AbstractWallet) <: AbstractWallet\n```\nReturn the `wallet` of a given `portfolio`.\n" :: Value │ │ [function] │ │ [where] │ │ [::] │ │ [call] │ │ wallet :: Identifier │ │ [::] │ │ portfolio :: Identifier │ │ [curly] │ │ AbstractPortfolio :: Identifier │ │ K :: Identifier │ │ N :: Identifier │ │ [curly] │ │ AbstractWallet :: Identifier │ │ K :: Identifier │ │ N :: Identifier │ │ P :: Identifier │ │ K :: Identifier │ │ N :: Identifier │ │ P :: Identifier │ │ [block] │ │ [call] │ │ missing_api :: Identifier │ │ "wallet" :: Value │ │ portfolio :: Identifier │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [block] │ │ [=] │ │ val :: Identifier │ scope_layer=3 │ [function] │ │ [where] │ │ [::] │ │ [call] │ │ wallet :: Identifier │ scope_layer=1 │ [::] │ │ portfolio :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractPortfolio :: Identifier │ scope_layer=1 │ K :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractWallet :: Identifier │ scope_layer=1 │ K :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ P :: Identifier │ scope_layer=1 │ K :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ P :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ missing_api :: Identifier │ scope_layer=1 │ "wallet" :: Value │ macro_source=28 │ portfolio :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=28 │ AbstractWallets :: Value │ macro_source=28 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=28 │ AbstractWallets :: Value │ │ [inert] │ jl_source=L65 │ wallet :: Identifier │ │ [call] │ macro_source=28 │ Base.Docs.docstr :: Value │ macro_source=28 │ [call] │ macro_source=28 │ Core.svec :: Value │ macro_source=28 │ "```\nwallet(portfolio::AbstractWallet) <: AbstractWallet\n```\nReturn the `wallet` of a given `portfolio`.\n" :: Value │ macro_source=28 │ [call] │ macro_source=28 │ Dict{Symbol, Any} :: Value │ macro_source=28 │ :path => "/home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl" :: Value │ macro_source=28 │ :linenumber => 86 :: Value │ macro_source=28 │ :module => AbstractWallets :: Value │ macro_source=28 │ [where] │ │ [where] │ │ [where] │ │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractPortfolio :: Identifier │ scope_layer=1 │ K :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ P :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ K :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ P :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ K :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl" │ line = 86 └ mod = AbstractWallets ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl:91 =# - method definition declares type variable but does not use it in the type of any function parameter Expression:  (_typevar P core.Any core.Any) Containing expressions:  (_typevar P core.Any core.Any)  Detailed provenance:  (_typevar P core.Any core.Any) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3012 =#  └─ P  └─ P  ├─ @ /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl:91  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl:86 =#) "```\nwallet(portfolio::AbstractWallet) <: AbstractWallet\n```\nReturn the `wallet` of a given `portfolio`.\n" (function (where (:: (call wallet (:: portfolio (curly AbstractPortfolio K N))) (curly AbstractWallet K N P)) K N P) (block (call missing_api "wallet" portfolio))))  └─ @ /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl:86  Stacktrace:  [1] expand_function_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, raw_args::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, wheres::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2860  [2] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4268  [3] getindex(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, i::Int64)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [4] expand_assignment(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, is_const::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1318  [5] _push_nodeid!(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, ids::Vector{Int64}, val::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1268 [inlined]  [6] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4196  [7] expand_forms_2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [8] #expand_forms_2##2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4440 [inlined]  [9] mapchildren(f::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707  [10] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4440  [11] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [12] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4469  [13] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:30  [14] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [15] top-level scope  @ ~/.julia/packages/AbstractWallets/ehxRZ/src/AbstractWallets.jl:14  [16] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [17] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [18] top-level scope  @ stdin:5  [19] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [20] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [21] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [22] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [23] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/wallets.jl:86 in expression starting at /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/src/AbstractWallets.jl:6 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ AbstractWallets │ [Output was shown above] └ ERROR: LoadError: The following 1 package failed to precompile: AbstractWallets Failed to precompile AbstractWallets [5f0830d6-faab-11e9-0c1a-a5525342cc9a] to "/home/pkgeval/.julia/compiled/v1.14/AbstractWallets/jl_tAgNGB" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/AbstractWallets/ehxRZ/test/runtests.jl:4 Testing failed after 17.63s ERROR: LoadError: Package AbstractWallets errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3247 [3] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3110 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:587 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [7] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [8] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:326 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:355 [12] _start() @ Base ./client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 90.77s: package fails to precompile