Package evaluation to load Discord on Julia 1.14.0-DEV.2373 (cf67ecc88f*) started at 2026-06-13T09:40:51.682 ################################################################################ # Set-up # Set-up completed after 0.13s ################################################################################ # Installation # Installing Discord... Resolving package versions... Installed IniFile ──────────── v0.5.1 Installed URIs ─────────────── v1.6.1 Installed JSON3 ────────────── v1.14.3 Installed HTTP ─────────────── v0.9.17 Installed JLLWrappers ──────── v1.8.0 Installed SuperEnum ────────── v0.1.4 Installed Preferences ──────── v1.5.2 Installed PrecompileTools ──── v1.3.4 Installed MbedTLS_jll ──────── v2.28.1010+0 Installed Parsers ──────────── v2.8.5 Installed StructTypes ──────── v1.11.0 Installed MbedTLS ──────────── v1.1.10 Installed UnPack ───────────── v1.0.2 Installed Parameters ───────── v0.12.3 Installed OrderedCollections ─ v1.8.2 Installed Discord ──────────── v0.1.1 Installing 1 artifacts Installed artifact MbedTLS 2.2 MiB Updating `~/.julia/environments/v1.14/Project.toml` [e67e5439] + Discord v0.1.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [e67e5439] + Discord v0.1.1 ⌅ [cd3eb016] + HTTP v0.9.17 [83e8ac13] + IniFile v0.5.1 [692b3bcd] + JLLWrappers v1.8.0 [0f8b85d8] + JSON3 v1.14.3 [739be429] + MbedTLS v1.1.10 ⌅ [bac558e1] + OrderedCollections v1.8.2 ⌅ [d96e819e] + Parameters v0.12.3 [69de0a69] + Parsers v2.8.5 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [856f2bd8] + StructTypes v1.11.0 [5c958174] + SuperEnum v0.1.4 [5c2747f8] + URIs v1.6.1 [3a884ed6] + UnPack v1.0.2 [c8ffd9c3] + MbedTLS_jll v2.28.1010+0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [8f399da3] + Libdl v1.11.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [ca575930] + NetworkOptions v1.3.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 [f489334b] + StyledStrings v1.13.0 [fa267f1f] + TOML v1.0.3 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [14a3606d] + MozillaCACerts_jll v2026.5.14 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 9.25s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling project... 0.6 s ✓ IniFile 34.2 s ✓ URIs 129.4 s ✓ OrderedCollections 0.7 s ✓ UnPack 3.1 s ✓ StructTypes 2.4 s ✓ Preferences 34.2 s ✓ SuperEnum 33.6 s ✓ Parameters 3.1 s ✓ JLLWrappers 2.6 s ✓ PrecompileTools 2.9 s ✓ MbedTLS_jll 32.4 s ✓ Parsers 3.6 s ✓ MbedTLS 36.1 s ✓ JSON3 61.0 s ✓ HTTP ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/Discord/3ACPQ/src/objects/enums.jl:1 =# @discord_enum UserPremiumType begin │ #= /home/pkgeval/.julia/packages/Discord/3ACPQ/src/objects/enums.jl:2 =# │ NONE = 0 │ #= /home/pkgeval/.julia/packages/Discord/3ACPQ/src/objects/enums.jl:3 =# │ NITRO_CLASSIC = 1 │ #= /home/pkgeval/.julia/packages/Discord/3ACPQ/src/objects/enums.jl:4 =# │ NITRO = 2 │ 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] │ │ @discord_enum :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Discord/3ACPQ/src/objects/enums.jl:1 =#) :: Value │ │ UserPremiumType :: Identifier │ │ [block] │ │ [=] │ │ NONE :: Identifier │ │ 0 :: Value │ │ [=] │ │ NITRO_CLASSIC :: Identifier │ │ 1 :: Value │ │ [=] │ │ NITRO :: Identifier │ │ 2 :: Value │ │ │ st1 = nothing │ file = "/home/pkgeval/.julia/packages/Discord/3ACPQ/src/objects/enums.jl" │ line = 1 └ mod = Discord ERROR: LoadError: MacroExpansionError while expanding @discord_enum in module Discord: #= /home/pkgeval/.julia/packages/Discord/3ACPQ/src/objects/enums.jl:1 =# - Error expanding macro Caused by: LoweringError: #= /home/pkgeval/.julia/packages/SuperEnum/vsEWn/src/SuperEnum.jl:152 =# - Expected module name Expression:  (escape UserPremiumType (const (= (escape NONE) (call (escape UserPremiumTypeEnum) 0))) (export (escape NONE)) (const (= (escape NITRO_CLASSIC) (call (escape UserPremiumTypeEnum) 1))) (export (escape NITRO_CLASSIC)) (const (= (escape NITRO) (call (escape UserPremiumTypeEnum) 2))) (export (escape NITRO))) Containing expressions:  (module true (escape UserPremiumType (const (= (escape NONE) (call (escape UserPremiumTypeEnum) 0))) (export (escape NONE)) (const (= (escape NITRO_CLASSIC) (call (escape UserPremiumTypeEnum) 1))) (export (escape NITRO_CLASSIC)) (const (= (escape NITRO) (call (escape UserPremiumTypeEnum) 2))) (export (escape NITRO))) (block (primitive (<: (escape UserPremiumTypeEnum) (curly Enum Int32)) 32) (function (call (escape UserPremiumTypeEnum) (:: x Integer)) (block (|| (comparison 0 <= x <= 2) (call enum_argument_error (quote UserPremiumTypeEnum) x)) (return (call bitcast (escape UserPremiumTypeEnum) (call convert Int32 x))))) (= (call (. SuperEnum (inert basetype)) (:: (curly Type (escape UserPremiumTypeEnum)))) (block (escape Int32))) (= (call (. Base (inert typemin)) (:: x (curly Type (escape UserPremiumTypeEnum)))) (block (call (escape UserPremiumTypeEnum) 0))) (= (call (. Base (inert typemax)) (:: x (curly Type (escape UserPremiumTypeEnum)))) (block (call (escape UserPremiumTypeEnum) 2))) (= (call (. Base (inert isless)) (:: x (escape UserPremiumTypeEnum)) (:: y (escape UserPremiumTypeEnum))) (block (call isless (call Int32 x) (call Int32 y)))) (let (= insts (call ntuple (-> i (block (call (escape UserPremiumTypeEnum) (ref Int32[0, 1, 2] i)))) 3)) (block (= (call (. Base (inert instances)) (:: (curly Type (escape UserPremiumTypeEnum)))) (block insts)))) (function (call (. Base (inert string)) (:: x (escape UserPremiumTypeEnum))) (block (for (= (tuple sym i str) Tuple{Symbol, Integer, String}[(:NONE, 0, "NONE"), (:NITRO_CLASSIC, 1, "NITRO_CLASSIC"), (:NITRO, 2, "NITRO")]) (block (if (call == i (call Int32 x)) (block (return str))))))) (function (call (. Base (inert print)) (:: io IO) (:: x (escape UserPremiumTypeEnum))) (block (for (= (tuple sym i str) Tuple{Symbol, Integer, String}[(:NONE, 0, "NONE"), (:NITRO_CLASSIC, 1, "NITRO_CLASSIC"), (:NITRO, 2, "NITRO")]) (block (if (call == i (call Int32 x)) (block (call (. Base (inert print)) io sym) (break))))))) (function (call (. Base (inert show)) (:: io IO) (:: x (escape UserPremiumTypeEnum))) (block (if (call get io (inert compact) false) (block (call print io x)) (block (call print io x "::") (call show (call IOContext io (call => (inert compact) true)) (call typeof x)) (call print io " = ") (call show io (call Int32 x)))))) (function (call (. Base (inert show)) (:: io IO) (:: (macrocall @MIME_str :(#= /home/pkgeval/.julia/packages/SuperEnum/vsEWn/src/SuperEnum.jl:191 =#) "text/plain")) (:: t (curly Type (escape UserPremiumTypeEnum)))) (block (call print io "Enum ") (call (. Base (inert show_datatype)) io t) (call print io ":") (for (= (tuple sym i) Tuple{Symbol, Integer, String}[(:NONE, 0, "NONE"), (:NITRO_CLASSIC, 1, "NITRO_CLASSIC"), (:NITRO, 2, "NITRO")]) (block (call print io "\n" sym " = ") (call show io i))))) (const (= (escape NONE) (call (escape UserPremiumTypeEnum) 0))) (export (escape NONE)) (const (= (escape NITRO_CLASSIC) (call (escape UserPremiumTypeEnum) 1))) (export (escape NITRO_CLASSIC)) (const (= (escape NITRO) (call (escape UserPremiumTypeEnum) 2))) (export (escape NITRO))))  Detailed provenance:  (escape UserPremiumType (const (= (escape NONE) (call (escape UserPremiumTypeEnum) 0))) (export (escape NONE)) (const (= (escape NITRO_CLASSIC) (call (escape UserPremiumTypeEnum) 1))) (export (escape NITRO_CLASSIC)) (const (= (escape NITRO) (call (escape UserPremiumTypeEnum) 2))) (export (escape NITRO)))  └─ (escape UserPremiumType (const (= (escape NONE) (call (escape UserPremiumTypeEnum) 0))) (export (escape NONE)) (const (= (escape NITRO_CLASSIC) (call (escape UserPremiumTypeEnum) 1))) (export (escape NITRO_CLASSIC)) (const (= (escape NITRO) (call (escape UserPremiumTypeEnum) 2))) (export (escape NITRO)))  ├─ @ /home/pkgeval/.julia/packages/SuperEnum/vsEWn/src/SuperEnum.jl:152  └─ (macrocall @se :(#= /home/pkgeval/.julia/packages/Discord/3ACPQ/src/objects.jl:52 =#) UserPremiumType (block (= NONE 0) (= NITRO_CLASSIC 1) (= NITRO 2)))  └─ @ none:0  Stacktrace:  [1] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:81  [2] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72  [3] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:532  [4] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:520 [inlined]  [5] eval(mod::Module, ex::Any; opts::@Kwargs{expr_compat_mode::Bool})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:525 [inlined]  ┌ [6] macro expansion  │ @ ~/.julia/packages/Discord/3ACPQ/src/objects.jl:52 [inlined]  ╰──── repeated 2 times  [8] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343  [9] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431  [10] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480  [11] 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:29  [12] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [13] top-level scope  @ ~/.julia/packages/Discord/3ACPQ/src/objects.jl:76  [14] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [15] top-level scope  @ ~/.julia/packages/Discord/3ACPQ/src/Discord.jl:21  [16] include(mod::Module, _path::String)  @ Base Base.jl:325  [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:3296  [18] top-level scope  @ stdin:5  [19] eval(m::Module, e::Any)  @ Core boot.jl:522  [20] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [21] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/Discord/3ACPQ/src/objects/enums.jl:1 in expression starting at /home/pkgeval/.julia/packages/Discord/3ACPQ/src/objects.jl:76 in expression starting at /home/pkgeval/.julia/packages/Discord/3ACPQ/src/Discord.jl:1 in expression starting at stdin:5 ✗ Discord 15 dependencies successfully precompiled in 497 seconds. 16 already precompiled. Precompilation completed after 515.83s ################################################################################ # Loading # Loading Discord... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/Discord/3ACPQ/src/objects/enums.jl:1 =# @discord_enum UserPremiumType begin │ #= /home/pkgeval/.julia/packages/Discord/3ACPQ/src/objects/enums.jl:2 =# │ NONE = 0 │ #= /home/pkgeval/.julia/packages/Discord/3ACPQ/src/objects/enums.jl:3 =# │ NITRO_CLASSIC = 1 │ #= /home/pkgeval/.julia/packages/Discord/3ACPQ/src/objects/enums.jl:4 =# │ NITRO = 2 │ 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] │ │ @discord_enum :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Discord/3ACPQ/src/objects/enums.jl:1 =#) :: Value │ │ UserPremiumType :: Identifier │ │ [block] │ │ [=] │ │ NONE :: Identifier │ │ 0 :: Value │ │ [=] │ │ NITRO_CLASSIC :: Identifier │ │ 1 :: Value │ │ [=] │ │ NITRO :: Identifier │ │ 2 :: Value │ │ │ st1 = nothing │ file = "/home/pkgeval/.julia/packages/Discord/3ACPQ/src/objects/enums.jl" │ line = 1 └ mod = Discord ERROR: LoadError: MacroExpansionError while expanding @discord_enum in module Discord: #= /home/pkgeval/.julia/packages/Discord/3ACPQ/src/objects/enums.jl:1 =# - Error expanding macro Caused by: LoweringError: #= /home/pkgeval/.julia/packages/SuperEnum/vsEWn/src/SuperEnum.jl:152 =# - Expected module name Expression:  (escape UserPremiumType (const (= (escape NONE) (call (escape UserPremiumTypeEnum) 0))) (export (escape NONE)) (const (= (escape NITRO_CLASSIC) (call (escape UserPremiumTypeEnum) 1))) (export (escape NITRO_CLASSIC)) (const (= (escape NITRO) (call (escape UserPremiumTypeEnum) 2))) (export (escape NITRO))) Containing expressions:  (module true (escape UserPremiumType (const (= (escape NONE) (call (escape UserPremiumTypeEnum) 0))) (export (escape NONE)) (const (= (escape NITRO_CLASSIC) (call (escape UserPremiumTypeEnum) 1))) (export (escape NITRO_CLASSIC)) (const (= (escape NITRO) (call (escape UserPremiumTypeEnum) 2))) (export (escape NITRO))) (block (primitive (<: (escape UserPremiumTypeEnum) (curly Enum Int32)) 32) (function (call (escape UserPremiumTypeEnum) (:: x Integer)) (block (|| (comparison 0 <= x <= 2) (call enum_argument_error (quote UserPremiumTypeEnum) x)) (return (call bitcast (escape UserPremiumTypeEnum) (call convert Int32 x))))) (= (call (. SuperEnum (inert basetype)) (:: (curly Type (escape UserPremiumTypeEnum)))) (block (escape Int32))) (= (call (. Base (inert typemin)) (:: x (curly Type (escape UserPremiumTypeEnum)))) (block (call (escape UserPremiumTypeEnum) 0))) (= (call (. Base (inert typemax)) (:: x (curly Type (escape UserPremiumTypeEnum)))) (block (call (escape UserPremiumTypeEnum) 2))) (= (call (. Base (inert isless)) (:: x (escape UserPremiumTypeEnum)) (:: y (escape UserPremiumTypeEnum))) (block (call isless (call Int32 x) (call Int32 y)))) (let (= insts (call ntuple (-> i (block (call (escape UserPremiumTypeEnum) (ref Int32[0, 1, 2] i)))) 3)) (block (= (call (. Base (inert instances)) (:: (curly Type (escape UserPremiumTypeEnum)))) (block insts)))) (function (call (. Base (inert string)) (:: x (escape UserPremiumTypeEnum))) (block (for (= (tuple sym i str) Tuple{Symbol, Integer, String}[(:NONE, 0, "NONE"), (:NITRO_CLASSIC, 1, "NITRO_CLASSIC"), (:NITRO, 2, "NITRO")]) (block (if (call == i (call Int32 x)) (block (return str))))))) (function (call (. Base (inert print)) (:: io IO) (:: x (escape UserPremiumTypeEnum))) (block (for (= (tuple sym i str) Tuple{Symbol, Integer, String}[(:NONE, 0, "NONE"), (:NITRO_CLASSIC, 1, "NITRO_CLASSIC"), (:NITRO, 2, "NITRO")]) (block (if (call == i (call Int32 x)) (block (call (. Base (inert print)) io sym) (break))))))) (function (call (. Base (inert show)) (:: io IO) (:: x (escape UserPremiumTypeEnum))) (block (if (call get io (inert compact) false) (block (call print io x)) (block (call print io x "::") (call show (call IOContext io (call => (inert compact) true)) (call typeof x)) (call print io " = ") (call show io (call Int32 x)))))) (function (call (. Base (inert show)) (:: io IO) (:: (macrocall @MIME_str :(#= /home/pkgeval/.julia/packages/SuperEnum/vsEWn/src/SuperEnum.jl:191 =#) "text/plain")) (:: t (curly Type (escape UserPremiumTypeEnum)))) (block (call print io "Enum ") (call (. Base (inert show_datatype)) io t) (call print io ":") (for (= (tuple sym i) Tuple{Symbol, Integer, String}[(:NONE, 0, "NONE"), (:NITRO_CLASSIC, 1, "NITRO_CLASSIC"), (:NITRO, 2, "NITRO")]) (block (call print io "\n" sym " = ") (call show io i))))) (const (= (escape NONE) (call (escape UserPremiumTypeEnum) 0))) (export (escape NONE)) (const (= (escape NITRO_CLASSIC) (call (escape UserPremiumTypeEnum) 1))) (export (escape NITRO_CLASSIC)) (const (= (escape NITRO) (call (escape UserPremiumTypeEnum) 2))) (export (escape NITRO))))  Detailed provenance:  (escape UserPremiumType (const (= (escape NONE) (call (escape UserPremiumTypeEnum) 0))) (export (escape NONE)) (const (= (escape NITRO_CLASSIC) (call (escape UserPremiumTypeEnum) 1))) (export (escape NITRO_CLASSIC)) (const (= (escape NITRO) (call (escape UserPremiumTypeEnum) 2))) (export (escape NITRO)))  └─ (escape UserPremiumType (const (= (escape NONE) (call (escape UserPremiumTypeEnum) 0))) (export (escape NONE)) (const (= (escape NITRO_CLASSIC) (call (escape UserPremiumTypeEnum) 1))) (export (escape NITRO_CLASSIC)) (const (= (escape NITRO) (call (escape UserPremiumTypeEnum) 2))) (export (escape NITRO)))  ├─ @ /home/pkgeval/.julia/packages/SuperEnum/vsEWn/src/SuperEnum.jl:152  └─ (macrocall @se :(#= /home/pkgeval/.julia/packages/Discord/3ACPQ/src/objects.jl:52 =#) UserPremiumType (block (= NONE 0) (= NITRO_CLASSIC 1) (= NITRO 2)))  └─ @ none:0  Stacktrace:  [1] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:81  [2] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72  [3] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:532  [4] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:520 [inlined]  [5] eval(mod::Module, ex::Any; opts::@Kwargs{expr_compat_mode::Bool})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:525 [inlined]  ┌ [6] macro expansion  │ @ ~/.julia/packages/Discord/3ACPQ/src/objects.jl:52 [inlined]  ╰──── repeated 2 times  [8] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343  [9] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431  [10] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480  [11] 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:29  [12] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [13] top-level scope  @ ~/.julia/packages/Discord/3ACPQ/src/objects.jl:76  [14] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [15] top-level scope  @ ~/.julia/packages/Discord/3ACPQ/src/Discord.jl:21  [16] include(mod::Module, _path::String)  @ Base Base.jl:325  [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:3296  [18] top-level scope  @ stdin:5  [19] eval(m::Module, e::Any)  @ Core boot.jl:522  [20] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [21] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/Discord/3ACPQ/src/objects/enums.jl:1 in expression starting at /home/pkgeval/.julia/packages/Discord/3ACPQ/src/objects.jl:76 in expression starting at /home/pkgeval/.julia/packages/Discord/3ACPQ/src/Discord.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ Discord │ [Output was shown above] └ ERROR: The following 1 package failed to precompile: Discord Failed to precompile Discord [e67e5439-1494-44b2-b9ab-d191a16377ec] to "/home/pkgeval/.julia/compiled/v1.14/Discord/jl_fOnEVY" (ProcessExited(1)). Loading failed after 120.23s ERROR: LoadError: failed process: Process(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so -g1 --check-bounds=yes --inline=yes --check-bounds=yes --pkgimages=existing -e 'using Discord'`, ProcessExited(1)) [1] Stacktrace: [1] pipeline_error(proc::Base.Process) @ Base process.jl:612 [inlined] [2] run(::Cmd; wait::Bool) @ Base process.jl:525 [3] run(::Cmd) @ Base process.jl:522 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:197 [5] include(mod::Module, _path::String) @ Base Base.jl:325 [6] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [7] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:188 PkgEval failed after 665.43s: package fails to precompile