Package evaluation to test FunnyORM on Julia 1.14.0-DEV.2309 (6e1a27e459*) started at 2026-06-06T09:24:17.673 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 17.62s ################################################################################ # Installation # Installing FunnyORM... Resolving package versions... Installed IteratorInterfaceExtensions ─ v1.0.0 Installed Reexport ──────────────────── v1.2.2 Installed DBInterface ───────────────── v2.6.1 Installed DataAPI ───────────────────── v1.16.0 Installed TableTraits ───────────────── v1.0.1 Installed PrettyPrinting ────────────── v0.4.2 Installed Inflector ─────────────────── v1.1.0 Installed MacroTools ────────────────── v0.5.16 Installed StringManipulation ────────── v0.4.4 Installed PrettyTables ──────────────── v2.4.0 Installed Preferences ───────────────── v1.5.2 Installed PrecompileTools ───────────── v1.3.4 Installed DataValueInterfaces ───────── v1.0.0 Installed LaTeXStrings ──────────────── v1.4.0 Installed Crayons ───────────────────── v4.1.1 Installed Tables ────────────────────── v1.12.1 Installed OrderedCollections ────────── v1.8.2 Installed FunnyORM ──────────────────── v0.1.2 Installed LRUCache ──────────────────── v1.6.2 Installed FunSQL ────────────────────── v0.11.2 Updating `~/.julia/environments/v1.14/Project.toml` [6f72f9d7] + FunnyORM v0.1.2 Updating `~/.julia/environments/v1.14/Manifest.toml` [a8cc5b0e] + Crayons v4.1.1 [a10d1c49] + DBInterface v2.6.1 [9a962f9c] + DataAPI v1.16.0 [e2d170a0] + DataValueInterfaces v1.0.0 ⌅ [cf6cc811] + FunSQL v0.11.2 [6f72f9d7] + FunnyORM v0.1.2 [6d011eab] + Inflector v1.1.0 [82899510] + IteratorInterfaceExtensions v1.0.0 [8ac3fa9e] + LRUCache v1.6.2 [b964fa9f] + LaTeXStrings v1.4.0 [1914dd2f] + MacroTools v0.5.16 ⌅ [bac558e1] + OrderedCollections v1.8.2 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [54e16d92] + PrettyPrinting v0.4.2 ⌅ [08abe8d2] + PrettyTables v2.4.0 [189a3867] + Reexport v1.2.2 [892a3eda] + StringManipulation v0.4.4 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.1 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [f489334b] + StyledStrings v1.13.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 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 2.52s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 6.7 s ✓ TestEnv 1 dependency successfully precompiled in 7 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 4.9 s ✓ MacroTools 318.4 s ✓ InlineStrings 0.6 s ✓ Reexport 1.1 s ✓ DataAPI 0.5 s ✓ DataValueInterfaces 20.4 s ✓ DBInterface 150.0 s ✓ OrderedCollections 4.4 s ✓ PrettyPrinting 93.4 s ✓ LRUCache 0.5 s ✓ IteratorInterfaceExtensions 41.8 s ✓ LaTeXStrings 2.3 s ✓ Crayons 0.7 s ✓ Inflector 1.5 s ✓ Compat 2.9 s ✓ Preferences 37.6 s ✓ LRUCache → SerializationExt 0.5 s ✓ TableTraits 0.7 s ✓ Compat → CompatLinearAlgebraExt 3.5 s ✓ JLLWrappers 3.2 s ✓ PrecompileTools 152.2 s ✓ Tables 46.4 s ✓ Aqua 2.6 s ✓ dlfcn_win32_jll 78.3 s ✓ StringManipulation 39.4 s ✓ Parsers ┌ Info: JuliaLowering threw given input: │ code = │ :(function link!(n::AsNode, refs::Vector{SQLNode}, ctx) │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1094 =# │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1095 =# │ box = n.over[]::BoxNode │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1096 =# │ for ref = refs │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1097 =# │ if #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1097 =# @dissect(ref, over |> NameBound(name = name)) │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1098 =# │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1098 =# @assert name == n.name │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1099 =# │ push!(box.refs, over) │ elseif #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1100 =# #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1100 =# @dissect(ref, HandleBound()) │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1101 =# │ push!(box.refs, ref) │ else │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1103 =# │ error() │ end │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1105 =# │ end │ 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__ │ [function] │ │ [call] │ │ link! :: Identifier │ │ [::] │ │ n :: Identifier │ │ AsNode :: Identifier │ │ [::] │ │ refs :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ SQLNode :: Identifier │ │ ctx :: Identifier │ │ [block] │ │ [=] │ │ box :: Identifier │ │ [::] │ │ [ref] │ │ [.] │ │ n :: Identifier │ │ [inert] │ │ over :: Identifier │ │ BoxNode :: Identifier │ │ [for] │ │ [=] │ │ ref :: Identifier │ │ refs :: Identifier │ │ [block] │ │ [if] │ │ [macrocall] │ │ @dissect :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1097 =#) :: Value │ │ ref :: Identifier │ │ [call] │ │ |> :: Identifier │ │ over :: Identifier │ │ [call] │ │ NameBound :: Identifier │ │ [kw] │ │ name :: Identifier │ │ name :: Identifier │ │ [block] │ │ [macrocall] │ │ @assert :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1098 =#) :: Value │ │ [call] │ │ == :: Identifier │ │ name :: Identifier │ │ [.] │ │ n :: Identifier │ │ [inert] │ │ name :: Identifier │ │ [call] │ │ push! :: Identifier │ │ [.] │ │ box :: Identifier │ │ [inert] │ │ refs :: Identifier │ │ over :: Identifier │ │ [elseif] │ │ [block] │ │ [macrocall] │ │ @dissect :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1100 =#) :: Value │ │ ref :: Identifier │ │ [call] │ │ HandleBound :: Identifier │ │ [block] │ │ [call] │ │ push! :: Identifier │ │ [.] │ │ box :: Identifier │ │ [inert] │ │ refs :: Identifier │ │ ref :: Identifier │ │ [block] │ │ [call] │ │ error :: 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 │ [function] │ │ [call] │ │ link! :: Identifier │ scope_layer=1 │ [::] │ │ n :: Identifier │ scope_layer=1 │ AsNode :: Identifier │ scope_layer=1 │ [::] │ │ refs :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ SQLNode :: Identifier │ scope_layer=1 │ ctx :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ box :: Identifier │ scope_layer=1 │ [::] │ │ [ref] │ │ [.] │ │ n :: Identifier │ scope_layer=1 │ [inert] │ │ over :: Identifier │ │ BoxNode :: Identifier │ scope_layer=1 │ [for] │ │ [=] │ │ ref :: Identifier │ scope_layer=1 │ refs :: Identifier │ scope_layer=1 │ [block] │ │ [if] │ │ [&&] │ │ [call] │ │ isa :: Identifier │ scope_layer=1 │ ref :: Identifier │ scope_layer=1 │ SQLNode :: Identifier │ scope_layer=1 │ [block] │ │ [local] │ │ [=] │ │ ##scr_core#1066 :: Identifier │ scope_layer=1 │ [ref] │ │ ref :: Identifier │ scope_layer=1 │ [&&] │ │ [call] │ │ isa :: Identifier │ scope_layer=1 │ ##scr_core#1066 :: Identifier │ scope_layer=1 │ FunSQL.NameBoundNode :: Value │ macro_source=35 │ [block] │ │ [local] │ │ [=] │ │ ##scr#1067 :: Identifier │ scope_layer=1 │ [.] │ │ ##scr_core#1066 :: Identifier │ scope_layer=1 │ [inert] │ │ name :: Identifier │ │ [block] │ │ [local] │ │ [=] │ │ name :: Identifier │ scope_layer=1 │ ##scr#1067 :: Identifier │ scope_layer=1 │ true :: Value │ macro_source=35 │ [block] │ │ [local] │ │ [=] │ │ ##scr#1068 :: Identifier │ scope_layer=1 │ [.] │ │ ##scr_core#1066 :: Identifier │ scope_layer=1 │ [inert] │ │ over :: Identifier │ │ [block] │ │ [local] │ │ [=] │ │ over :: Identifier │ scope_layer=1 │ ##scr#1068 :: Identifier │ scope_layer=1 │ true :: Value │ macro_source=35 │ [block] │ │ [if] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ name :: Identifier │ scope_layer=1 │ [.] │ │ n :: Identifier │ scope_layer=1 │ [inert] │ │ name :: Identifier │ │ nothing :: Value │ macro_source=45 │ [call] │ │ throw :: Identifier │ scope_layer=3 │ [call] │ │ AssertionError :: Identifier │ scope_layer=3 │ "name == n.name" :: Value │ macro_source=45 │ [call] │ │ push! :: Identifier │ scope_layer=1 │ [.] │ │ box :: Identifier │ scope_layer=1 │ [inert] │ │ refs :: Identifier │ │ over :: Identifier │ scope_layer=1 │ [elseif] │ │ [block] │ │ [&&] │ │ [call] │ │ isa :: Identifier │ scope_layer=1 │ ref :: Identifier │ scope_layer=1 │ SQLNode :: Identifier │ scope_layer=1 │ [block] │ │ [local] │ │ [=] │ │ ##scr_core#1069 :: Identifier │ scope_layer=1 │ [ref] │ │ ref :: Identifier │ scope_layer=1 │ [&&] │ │ [call] │ │ isa :: Identifier │ scope_layer=1 │ ##scr_core#1069 :: Identifier │ scope_layer=1 │ FunSQL.HandleBoundNode :: Value │ macro_source=59 │ [block] │ │ [call] │ │ push! :: Identifier │ scope_layer=1 │ [.] │ │ box :: Identifier │ scope_layer=1 │ [inert] │ │ refs :: Identifier │ │ ref :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ error :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl" │ line = 1094 └ mod = FunSQL ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/nodes.jl:21 =# - `jl_assert(numchildren(ex) > 1, _)`: ex Expression:  (&& (call isa ##scr_core#1069 FunSQL.HandleBoundNode)) Containing expressions:  (block (&& (call isa ref SQLNode) (block (local (= ##scr_core#1069 (ref ref))) (&& (call isa ##scr_core#1069 FunSQL.HandleBoundNode)))))  Detailed provenance:  (&& (call isa ##scr_core#1069 FunSQL.HandleBoundNode))  └─ (&& (call isa ##scr_core#1069 FunSQL.HandleBoundNode))  └─ (&& (call isa ##scr_core#1069 FunSQL.HandleBoundNode))  ├─ @ /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/nodes.jl:21  └─ (macrocall @dissect :(#= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1100 =#) ref (call HandleBound))  └─ @ /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1100  Stacktrace:  [1] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined]  [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:4146  [3] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [4] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined]  [5] 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  [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:4421  [7] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133  [8] expand_cond_children(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, cond_kind::Base.JuliaSyntax.Kind, flat_children::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1471  [9] expand_cond_children(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1467  [10] expand_condition(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1485  [11] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined]  [12] 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:4269  [13] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133  [14] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, exs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4428  [15] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined]  [16] 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:4269  [17] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [18] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined]  ┌ [19] 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  ├ [20] 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:4421  ├ [21] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133  ├ [22] 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:4274  ╰───── repeated 3 times  [31] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [32] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined]  ┌ [33] 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  ├ [34] 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:4421  ├ [35] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133  ├ [36] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, exs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}})  │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4428  ╰───── repeated 3 times  [45] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined]  [46] 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:4269  [47] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [48] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined]  ┌ [49] 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  ├ [50] 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:4421  ├ [51] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133  ├ [52] 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:4210  ╰───── repeated 2 times  [57] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [58] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined]  [59] 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  [60] 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:4421  [61] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133  [62] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:290 [inlined]  [63] method_def_expr(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, mtable::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sparams::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, argl::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:2417  [64] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined]  [65] 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:2863  [66] 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:4249  [67] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [68] 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:4450  [69] 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  [70] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [71] top-level scope  @ ~/.julia/packages/FunSQL/uMs2b/src/FunSQL.jl:30  [72] include(mod::Module, _path::String)  @ Base Base.jl:326  [73] 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  [74] top-level scope  @ stdin:5  [75] eval(m::Module, e::Any)  @ Core boot.jl:521  [76] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [77] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [78] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [79] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1094 in expression starting at /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/FunSQL.jl:3 in expression starting at stdin:5 ✗ FunSQL 3.7 s ✓ SQLite_jll 168.6 s ✓ PrettyTables 60.6 s ✓ InlineStrings → ParsersExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("cf6cc811-59f4-4a10-b258-a8547a8f6407"), "FunSQL") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base module.jl:101  [11] eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [12] top-level scope  @ ~/.julia/packages/FunnyORM/qAS71/src/FunnyORM.jl:3  [13] include(mod::Module, _path::String)  @ Base Base.jl:326  [14] 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  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:521  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [20] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/FunnyORM/qAS71/src/FunnyORM.jl:1 in expression starting at stdin:5 ✗ FunnyORM 399.4 s ✓ WeakRefStrings 120.1 s ✓ SQLite 30 dependencies successfully precompiled in 1916 seconds. 30 already precompiled. Precompilation completed after 1957.47s ################################################################################ # Testing # Testing FunnyORM Status `/tmp/jl_yhb3yC/Project.toml` [4c88cf16] Aqua v0.8.16 [a10d1c49] DBInterface v2.6.1 ⌅ [cf6cc811] FunSQL v0.11.2 [6f72f9d7] FunnyORM v0.1.2 [b964fa9f] LaTeXStrings v1.4.0 [0aa819cd] SQLite v1.8.0 [bd369af6] Tables v1.12.1 [8dfed614] Test v1.11.0 Status `/tmp/jl_yhb3yC/Manifest.toml` [4c88cf16] Aqua v0.8.16 [34da2185] Compat v4.18.1 [a8cc5b0e] Crayons v4.1.1 [a10d1c49] DBInterface v2.6.1 [9a962f9c] DataAPI v1.16.0 [e2d170a0] DataValueInterfaces v1.0.0 ⌅ [cf6cc811] FunSQL v0.11.2 [6f72f9d7] FunnyORM v0.1.2 [6d011eab] Inflector v1.1.0 [842dd82b] InlineStrings v1.4.5 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.8.0 [8ac3fa9e] LRUCache v1.6.2 [b964fa9f] LaTeXStrings v1.4.0 [1914dd2f] MacroTools v0.5.16 ⌅ [bac558e1] OrderedCollections v1.8.2 [69de0a69] Parsers v2.8.5 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [54e16d92] PrettyPrinting v0.4.2 ⌅ [08abe8d2] PrettyTables v2.4.0 [189a3867] Reexport v1.2.2 [0aa819cd] SQLite v1.8.0 [892a3eda] StringManipulation v0.4.4 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [ea10d353] WeakRefStrings v1.4.3 [76ed43ae] SQLite_jll v3.51.2+0 [c4b69c83] dlfcn_win32_jll v1.4.2+0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.2+0 [deac9b47] LibCURL_jll v8.20.0+1 [e37daf67] LibGit2_jll v1.9.4+0 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [458c3c95] OpenSSL_jll v3.5.6+0 [efcefdf7] PCRE2_jll v10.47.0+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.69.0+0 [3f19e933] p7zip_jll v17.8.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ┌ Info: JuliaLowering threw given input: │ code = │ :(function link!(n::AsNode, refs::Vector{SQLNode}, ctx) │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1094 =# │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1095 =# │ box = n.over[]::BoxNode │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1096 =# │ for ref = refs │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1097 =# │ if #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1097 =# @dissect(ref, over |> NameBound(name = name)) │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1098 =# │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1098 =# @assert name == n.name │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1099 =# │ push!(box.refs, over) │ elseif #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1100 =# #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1100 =# @dissect(ref, HandleBound()) │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1101 =# │ push!(box.refs, ref) │ else │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1103 =# │ error() │ end │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1105 =# │ end │ 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__ │ [function] │ │ [call] │ │ link! :: Identifier │ │ [::] │ │ n :: Identifier │ │ AsNode :: Identifier │ │ [::] │ │ refs :: Identifier │ │ [curly] │ │ Vector :: Identifier │ │ SQLNode :: Identifier │ │ ctx :: Identifier │ │ [block] │ │ [=] │ │ box :: Identifier │ │ [::] │ │ [ref] │ │ [.] │ │ n :: Identifier │ │ [inert] │ │ over :: Identifier │ │ BoxNode :: Identifier │ │ [for] │ │ [=] │ │ ref :: Identifier │ │ refs :: Identifier │ │ [block] │ │ [if] │ │ [macrocall] │ │ @dissect :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1097 =#) :: Value │ │ ref :: Identifier │ │ [call] │ │ |> :: Identifier │ │ over :: Identifier │ │ [call] │ │ NameBound :: Identifier │ │ [kw] │ │ name :: Identifier │ │ name :: Identifier │ │ [block] │ │ [macrocall] │ │ @assert :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1098 =#) :: Value │ │ [call] │ │ == :: Identifier │ │ name :: Identifier │ │ [.] │ │ n :: Identifier │ │ [inert] │ │ name :: Identifier │ │ [call] │ │ push! :: Identifier │ │ [.] │ │ box :: Identifier │ │ [inert] │ │ refs :: Identifier │ │ over :: Identifier │ │ [elseif] │ │ [block] │ │ [macrocall] │ │ @dissect :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1100 =#) :: Value │ │ ref :: Identifier │ │ [call] │ │ HandleBound :: Identifier │ │ [block] │ │ [call] │ │ push! :: Identifier │ │ [.] │ │ box :: Identifier │ │ [inert] │ │ refs :: Identifier │ │ ref :: Identifier │ │ [block] │ │ [call] │ │ error :: 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 │ [function] │ │ [call] │ │ link! :: Identifier │ scope_layer=1 │ [::] │ │ n :: Identifier │ scope_layer=1 │ AsNode :: Identifier │ scope_layer=1 │ [::] │ │ refs :: Identifier │ scope_layer=1 │ [curly] │ │ Vector :: Identifier │ scope_layer=1 │ SQLNode :: Identifier │ scope_layer=1 │ ctx :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ box :: Identifier │ scope_layer=1 │ [::] │ │ [ref] │ │ [.] │ │ n :: Identifier │ scope_layer=1 │ [inert] │ │ over :: Identifier │ │ BoxNode :: Identifier │ scope_layer=1 │ [for] │ │ [=] │ │ ref :: Identifier │ scope_layer=1 │ refs :: Identifier │ scope_layer=1 │ [block] │ │ [if] │ │ [&&] │ │ [call] │ │ isa :: Identifier │ scope_layer=1 │ ref :: Identifier │ scope_layer=1 │ SQLNode :: Identifier │ scope_layer=1 │ [block] │ │ [local] │ │ [=] │ │ ##scr_core#1066 :: Identifier │ scope_layer=1 │ [ref] │ │ ref :: Identifier │ scope_layer=1 │ [&&] │ │ [call] │ │ isa :: Identifier │ scope_layer=1 │ ##scr_core#1066 :: Identifier │ scope_layer=1 │ FunSQL.NameBoundNode :: Value │ macro_source=35 │ [block] │ │ [local] │ │ [=] │ │ ##scr#1067 :: Identifier │ scope_layer=1 │ [.] │ │ ##scr_core#1066 :: Identifier │ scope_layer=1 │ [inert] │ │ name :: Identifier │ │ [block] │ │ [local] │ │ [=] │ │ name :: Identifier │ scope_layer=1 │ ##scr#1067 :: Identifier │ scope_layer=1 │ true :: Value │ macro_source=35 │ [block] │ │ [local] │ │ [=] │ │ ##scr#1068 :: Identifier │ scope_layer=1 │ [.] │ │ ##scr_core#1066 :: Identifier │ scope_layer=1 │ [inert] │ │ over :: Identifier │ │ [block] │ │ [local] │ │ [=] │ │ over :: Identifier │ scope_layer=1 │ ##scr#1068 :: Identifier │ scope_layer=1 │ true :: Value │ macro_source=35 │ [block] │ │ [if] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ name :: Identifier │ scope_layer=1 │ [.] │ │ n :: Identifier │ scope_layer=1 │ [inert] │ │ name :: Identifier │ │ nothing :: Value │ macro_source=45 │ [call] │ │ throw :: Identifier │ scope_layer=3 │ [call] │ │ AssertionError :: Identifier │ scope_layer=3 │ "name == n.name" :: Value │ macro_source=45 │ [call] │ │ push! :: Identifier │ scope_layer=1 │ [.] │ │ box :: Identifier │ scope_layer=1 │ [inert] │ │ refs :: Identifier │ │ over :: Identifier │ scope_layer=1 │ [elseif] │ │ [block] │ │ [&&] │ │ [call] │ │ isa :: Identifier │ scope_layer=1 │ ref :: Identifier │ scope_layer=1 │ SQLNode :: Identifier │ scope_layer=1 │ [block] │ │ [local] │ │ [=] │ │ ##scr_core#1069 :: Identifier │ scope_layer=1 │ [ref] │ │ ref :: Identifier │ scope_layer=1 │ [&&] │ │ [call] │ │ isa :: Identifier │ scope_layer=1 │ ##scr_core#1069 :: Identifier │ scope_layer=1 │ FunSQL.HandleBoundNode :: Value │ macro_source=59 │ [block] │ │ [call] │ │ push! :: Identifier │ scope_layer=1 │ [.] │ │ box :: Identifier │ scope_layer=1 │ [inert] │ │ refs :: Identifier │ │ ref :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ error :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl" │ line = 1094 └ mod = FunSQL ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/nodes.jl:21 =# - `jl_assert(numchildren(ex) > 1, _)`: ex Expression:  (&& (call isa ##scr_core#1069 FunSQL.HandleBoundNode)) Containing expressions:  (block (&& (call isa ref SQLNode) (block (local (= ##scr_core#1069 (ref ref))) (&& (call isa ##scr_core#1069 FunSQL.HandleBoundNode)))))  Detailed provenance:  (&& (call isa ##scr_core#1069 FunSQL.HandleBoundNode))  └─ (&& (call isa ##scr_core#1069 FunSQL.HandleBoundNode))  └─ (&& (call isa ##scr_core#1069 FunSQL.HandleBoundNode))  ├─ @ /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/nodes.jl:21  └─ (macrocall @dissect :(#= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1100 =#) ref (call HandleBound))  └─ @ /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1100  Stacktrace:  [1] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined]  [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:4146  [3] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [4] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined]  [5] 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  [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:4421  [7] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133  [8] expand_cond_children(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, cond_kind::Base.JuliaSyntax.Kind, flat_children::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1471  [9] expand_cond_children(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1467  [10] expand_condition(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1485  [11] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined]  [12] 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:4269  [13] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133  [14] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, exs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4428  [15] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined]  [16] 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:4269  [17] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [18] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined]  ┌ [19] 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  ├ [20] 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:4421  ├ [21] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133  ├ [22] 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:4274  ╰───── repeated 3 times  [31] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [32] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined]  ┌ [33] 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  ├ [34] 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:4421  ├ [35] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133  ├ [36] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, exs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}})  │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4428  ╰───── repeated 3 times  [45] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined]  [46] 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:4269  [47] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [48] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined]  ┌ [49] 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  ├ [50] 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:4421  ├ [51] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133  ├ [52] 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:4210  ╰───── repeated 2 times  [57] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [58] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined]  [59] 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  [60] 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:4421  [61] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133  [62] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:290 [inlined]  [63] method_def_expr(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, mtable::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sparams::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, argl::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:2417  [64] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined]  [65] 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:2863  [66] 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:4249  [67] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [68] 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:4450  [69] 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  [70] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [71] top-level scope  @ ~/.julia/packages/FunSQL/uMs2b/src/FunSQL.jl:30  [72] include(mod::Module, _path::String)  @ Base Base.jl:326  [73] 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  [74] top-level scope  @ stdin:5  [75] eval(m::Module, e::Any)  @ Core boot.jl:521  [76] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [77] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [78] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [79] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1094 in expression starting at /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/FunSQL.jl:3 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("cf6cc811-59f4-4a10-b258-a8547a8f6407"), "FunSQL") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base loading.jl:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base module.jl:60  [10] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base module.jl:101  [11] eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [12] top-level scope  @ ~/.julia/packages/FunnyORM/qAS71/src/FunnyORM.jl:3  [13] include(mod::Module, _path::String)  @ Base Base.jl:326  [14] 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  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:521  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [20] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/FunnyORM/qAS71/src/FunnyORM.jl:1 in expression starting at stdin:5 2 dependencies had output during precompilation: ┌ FunSQL │ ┌ Info: JuliaLowering threw given input: │ │ code = │ │ :(function link!(n::AsNode, refs::Vector{SQLNode}, ctx) │ │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1094 =# │ │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1095 =# │ │ box = n.over[]::BoxNode │ │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1096 =# │ │ for ref = refs │ │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1097 =# │ │ if #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1097 =# @dissect(ref, over |> NameBound(name = name)) │ │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1098 =# │ │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1098 =# @assert name == n.name │ │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1099 =# │ │ push!(box.refs, over) │ │ elseif #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1100 =# #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1100 =# @dissect(ref, HandleBound()) │ │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1101 =# │ │ push!(box.refs, ref) │ │ else │ │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1103 =# │ │ error() │ │ end │ │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1105 =# │ │ end │ │ 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__ │ │ [function] │ │ │ [call] │ │ │ link! :: Identifier │ │ │ [::] │ │ │ n :: Identifier │ │ │ AsNode :: Identifier │ │ │ [::] │ │ │ refs :: Identifier │ │ │ [curly] │ │ │ Vector :: Identifier │ │ │ SQLNode :: Identifier │ │ │ ctx :: Identifier │ │ │ [block] │ │ │ [=] │ │ │ box :: Identifier │ │ │ [::] │ │ │ [ref] │ │ │ [.] │ │ │ n :: Identifier │ │ │ [inert] │ │ │ over :: Identifier │ │ │ BoxNode :: Identifier │ │ │ [for] │ │ │ [=] │ │ │ ref :: Identifier │ │ │ refs :: Identifier │ │ │ [block] │ │ │ [if] │ │ │ [macrocall] │ │ │ @dissect :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1097 =#) :: Value │ │ │ ref :: Identifier │ │ │ [call] │ │ │ |> :: Identifier │ │ │ over :: Identifier │ │ │ [call] │ │ │ NameBound :: Identifier │ │ │ [kw] │ │ │ name :: Identifier │ │ │ name :: Identifier │ │ │ [block] │ │ │ [macrocall] │ │ │ @assert :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1098 =#) :: Value │ │ │ [call] │ │ │ == :: Identifier │ │ │ name :: Identifier │ │ │ [.] │ │ │ n :: Identifier │ │ │ [inert] │ │ │ name :: Identifier │ │ │ [call] │ │ │ push! :: Identifier │ │ │ [.] │ │ │ box :: Identifier │ │ │ [inert] │ │ │ refs :: Identifier │ │ │ over :: Identifier │ │ │ [elseif] │ │ │ [block] │ │ │ [macrocall] │ │ │ @dissect :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1100 =#) :: Value │ │ │ ref :: Identifier │ │ │ [call] │ │ │ HandleBound :: Identifier │ │ │ [block] │ │ │ [call] │ │ │ push! :: Identifier │ │ │ [.] │ │ │ box :: Identifier │ │ │ [inert] │ │ │ refs :: Identifier │ │ │ ref :: Identifier │ │ │ [block] │ │ │ [call] │ │ │ error :: 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 │ │ [function] │ │ │ [call] │ │ │ link! :: Identifier │ scope_layer=1 │ │ [::] │ │ │ n :: Identifier │ scope_layer=1 │ │ AsNode :: Identifier │ scope_layer=1 │ │ [::] │ │ │ refs :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ Vector :: Identifier │ scope_layer=1 │ │ SQLNode :: Identifier │ scope_layer=1 │ │ ctx :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [=] │ │ │ box :: Identifier │ scope_layer=1 │ │ [::] │ │ │ [ref] │ │ │ [.] │ │ │ n :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ over :: Identifier │ │ │ BoxNode :: Identifier │ scope_layer=1 │ │ [for] │ │ │ [=] │ │ │ ref :: Identifier │ scope_layer=1 │ │ refs :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [if] │ │ │ [&&] │ │ │ [call] │ │ │ isa :: Identifier │ scope_layer=1 │ │ ref :: Identifier │ scope_layer=1 │ │ SQLNode :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [local] │ │ │ [=] │ │ │ ##scr_core#1066 :: Identifier │ scope_layer=1 │ │ [ref] │ │ │ ref :: Identifier │ scope_layer=1 │ │ [&&] │ │ │ [call] │ │ │ isa :: Identifier │ scope_layer=1 │ │ ##scr_core#1066 :: Identifier │ scope_layer=1 │ │ FunSQL.NameBoundNode :: Value │ macro_source=35 │ │ [block] │ │ │ [local] │ │ │ [=] │ │ │ ##scr#1067 :: Identifier │ scope_layer=1 │ │ [.] │ │ │ ##scr_core#1066 :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ name :: Identifier │ │ │ [block] │ │ │ [local] │ │ │ [=] │ │ │ name :: Identifier │ scope_layer=1 │ │ ##scr#1067 :: Identifier │ scope_layer=1 │ │ true :: Value │ macro_source=35 │ │ [block] │ │ │ [local] │ │ │ [=] │ │ │ ##scr#1068 :: Identifier │ scope_layer=1 │ │ [.] │ │ │ ##scr_core#1066 :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ over :: Identifier │ │ │ [block] │ │ │ [local] │ │ │ [=] │ │ │ over :: Identifier │ scope_layer=1 │ │ ##scr#1068 :: Identifier │ scope_layer=1 │ │ true :: Value │ macro_source=35 │ │ [block] │ │ │ [if] │ │ │ [call] │ │ │ == :: Identifier │ scope_layer=1 │ │ name :: Identifier │ scope_layer=1 │ │ [.] │ │ │ n :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ name :: Identifier │ │ │ nothing :: Value │ macro_source=45 │ │ [call] │ │ │ throw :: Identifier │ scope_layer=3 │ │ [call] │ │ │ AssertionError :: Identifier │ scope_layer=3 │ │ "name == n.name" :: Value │ macro_source=45 │ │ [call] │ │ │ push! :: Identifier │ scope_layer=1 │ │ [.] │ │ │ box :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ refs :: Identifier │ │ │ over :: Identifier │ scope_layer=1 │ │ [elseif] │ │ │ [block] │ │ │ [&&] │ │ │ [call] │ │ │ isa :: Identifier │ scope_layer=1 │ │ ref :: Identifier │ scope_layer=1 │ │ SQLNode :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [local] │ │ │ [=] │ │ │ ##scr_core#1069 :: Identifier │ scope_layer=1 │ │ [ref] │ │ │ ref :: Identifier │ scope_layer=1 │ │ [&&] │ │ │ [call] │ │ │ isa :: Identifier │ scope_layer=1 │ │ ##scr_core#1069 :: Identifier │ scope_layer=1 │ │ FunSQL.HandleBoundNode :: Value │ macro_source=59 │ │ [block] │ │ │ [call] │ │ │ push! :: Identifier │ scope_layer=1 │ │ [.] │ │ │ box :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ refs :: Identifier │ │ │ ref :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [call] │ │ │ error :: Identifier │ scope_layer=1 │ │ │ │ file = "/home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl" │ │ line = 1094 │ └ mod = FunSQL │ ERROR: LoadError: internal lowering bug: │ #= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/nodes.jl:21 =# - `jl_assert(numchildren(ex) > 1, _)`: ex │ Expression: │ (&& (call isa ##scr_core#1069 FunSQL.HandleBoundNode)) │ Containing expressions: │ (block (&& (call isa ref SQLNode) (block (local (= ##scr_core#1069 (ref ref))) (&& (call isa ##scr_core#1069 FunSQL.HandleBoundNode))))) │ │ Detailed provenance: │ (&& (call isa ##scr_core#1069 FunSQL.HandleBoundNode)) │ └─ (&& (call isa ##scr_core#1069 FunSQL.HandleBoundNode)) │ └─ (&& (call isa ##scr_core#1069 FunSQL.HandleBoundNode)) │ ├─ @ /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/nodes.jl:21 │ └─ (macrocall @dissect :(#= /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1100 =#) ref (call HandleBound)) │ └─ @ /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1100 │ │ Stacktrace: │ [1] macro expansion │ @ /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined] │ [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:4146 │ [3] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined] │ [4] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined] │ [5] 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 │ [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:4421 │ [7] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 │ [8] expand_cond_children(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, cond_kind::Base.JuliaSyntax.Kind, flat_children::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1471 │ [9] expand_cond_children(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1467 │ [10] expand_condition(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1485 │ [11] macro expansion │ @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined] │ [12] 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:4269 │ [13] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 │ [14] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, exs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4428 │ [15] macro expansion │ @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined] │ [16] 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:4269 │ [17] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined] │ [18] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined] │ ┌ [19] 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 │ ├ [20] 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:4421 │ ├ [21] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 │ ├ [22] 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:4274 │ ╰───── repeated 3 times │ [31] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined] │ [32] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined] │ ┌ [33] 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 │ ├ [34] 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:4421 │ ├ [35] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 │ ├ [36] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, exs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}}) │ │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4428 │ ╰───── repeated 3 times │ [45] macro expansion │ @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined] │ [46] 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:4269 │ [47] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined] │ [48] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined] │ ┌ [49] 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 │ ├ [50] 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:4421 │ ├ [51] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 │ ├ [52] 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:4210 │ ╰───── repeated 2 times │ [57] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined] │ [58] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined] │ [59] 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 │ [60] 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:4421 │ [61] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 │ [62] macro expansion │ @ /source/usr/share/julia/JuliaLowering/src/ast.jl:290 [inlined] │ [63] method_def_expr(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, mtable::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sparams::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, argl::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:2417 │ [64] macro expansion │ @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined] │ [65] 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:2863 │ [66] 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:4249 │ [67] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined] │ [68] 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:4450 │ [69] 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 │ [70] include(mapexpr::Function, mod::Module, _path::String) │ @ Base Base.jl:327 │ [71] top-level scope │ @ ~/.julia/packages/FunSQL/uMs2b/src/FunSQL.jl:30 │ [72] include(mod::Module, _path::String) │ @ Base Base.jl:326 │ [73] 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 │ [74] top-level scope │ @ stdin:5 │ [75] eval(m::Module, e::Any) │ @ Core boot.jl:521 │ [76] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base loading.jl:3132 │ [77] include_string(m::Module, txt::String, fname::String) │ @ Base loading.jl:3142 [inlined] │ [78] exec_options(opts::Base.JLOptions) │ @ Base client.jl:353 │ [79] _start() │ @ Base client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/annotate.jl:1094 │ in expression starting at /home/pkgeval/.julia/packages/FunSQL/uMs2b/src/FunSQL.jl:3 │ in expression starting at stdin:5 └ ┌ FunnyORM │ [Output was shown above] └ ERROR: LoadError: The following 2 packages failed to precompile: FunSQL Failed to precompile FunSQL [cf6cc811-59f4-4a10-b258-a8547a8f6407] to "/home/pkgeval/.julia/compiled/v1.14/FunSQL/jl_anRxyn" (ProcessExited(1)). FunnyORM Failed to precompile FunnyORM [6f72f9d7-811b-4da6-baae-56a3a3823ad6] to "/home/pkgeval/.julia/compiled/v1.14/FunnyORM/jl_Bxi53b" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/FunnyORM/qAS71/test/runtests.jl:1 Testing failed after 184.17s ERROR: LoadError: Package FunnyORM 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] 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 [4] 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 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:326 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 2185.3s: package fails to precompile