Package evaluation to test HerbSearch on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-24T02:28:37.255 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.76s ################################################################################ # Installation # Installing HerbSearch... Resolving package versions... Installed Missings ────────────────── v1.2.0 Installed DataAPI ─────────────────── v1.16.0 Installed DataStructures ──────────── v0.19.4 Installed Statistics ──────────────── v1.11.1 Installed MacroTools ──────────────── v0.5.16 Installed HerbInterpret ───────────── v1.0.1 Installed StatsAPI ────────────────── v1.8.0 Installed HerbGrammar ─────────────── v1.2.0 Installed AbstractTrees ───────────── v0.4.5 Installed LogExpFunctions ─────────── v0.3.29 Installed HerbSearch ──────────────── v1.0.2 Installed HerbConstraints ─────────── v1.2.1 Installed TimerOutputs ────────────── v0.5.29 Installed SortingAlgorithms ───────── v1.2.2 Installed AliasTables ─────────────── v1.1.3 Installed RuntimeGeneratedFunctions ─ v0.5.19 Installed AutoHashEquals ──────────── v2.2.0 Installed IrrationalConstants ─────── v0.2.6 Installed StatsBase ───────────────── v0.34.10 Installed MLStyle ─────────────────── v0.4.17 Installed ExprTools ───────────────── v0.1.10 Installed DocStringExtensions ─────── v0.9.5 Installed OrderedCollections ──────── v1.8.1 Installed PtrArrays ───────────────── v1.4.0 Installed HerbSpecification ───────── v1.0.0 Installed HerbCore ────────────────── v1.1.0 Updating `~/.julia/environments/v1.14/Project.toml` [3008d8e8] + HerbSearch v1.0.2 Updating `~/.julia/environments/v1.14/Manifest.toml` [1520ce14] + AbstractTrees v0.4.5 [66dad0bd] + AliasTables v1.1.3 [15f4f7f2] + AutoHashEquals v2.2.0 [9a962f9c] + DataAPI v1.16.0 [864edb3b] + DataStructures v0.19.4 [ffbed154] + DocStringExtensions v0.9.5 [e2ba6199] + ExprTools v0.1.10 [1fa96474] + HerbConstraints v1.2.1 [2b23ba43] + HerbCore v1.1.0 [4ef9e186] + HerbGrammar v1.2.0 [5bbddadd] + HerbInterpret v1.0.1 [3008d8e8] + HerbSearch v1.0.2 [6d54aada] + HerbSpecification v1.0.0 [92d709cd] + IrrationalConstants v0.2.6 [2ab3a3ac] + LogExpFunctions v0.3.29 [d8e11817] + MLStyle v0.4.17 [1914dd2f] + MacroTools v0.5.16 [e1d29d7a] + Missings v1.2.0 [bac558e1] + OrderedCollections v1.8.1 [43287f4e] + PtrArrays v1.4.0 [7e49a35a] + RuntimeGeneratedFunctions v0.5.19 [a2af1166] + SortingAlgorithms v1.2.2 [10745b16] + Statistics v1.11.1 [82ae8749] + StatsAPI v1.8.0 [2913bbd2] + StatsBase v0.34.10 [a759f4b9] + TimerOutputs v0.5.29 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.13.0 [f489334b] + StyledStrings v1.13.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.1+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 2.38s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.8 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... ┌ Info: JuliaLowering threw given input: │ code = │ :(function destruct_key(pat, val, getm) │ #= /home/pkgeval/.julia/packages/MacroTools/Ar0jT/src/examples/destruct.jl:26 =# │ #= /home/pkgeval/.julia/packages/MacroTools/Ar0jT/src/examples/destruct.jl:27 =# │ #= /home/pkgeval/.julia/packages/MacroTools/Ar0jT/src/examples/destruct.jl:27 =# @match pat begin │ #= /home/pkgeval/.julia/packages/MacroTools/Ar0jT/src/examples/destruct.jl:28 =# │ _Symbol => destruct_key($(Expr(:quote, :($(Expr(:$, :pat)) = $(Expr(:$, :(Expr(:quote, pat))))))), val, getm) │ #= /home/pkgeval/.julia/packages/MacroTools/Ar0jT/src/examples/destruct.jl:29 =# │ x_Symbol || y_ => destruct_key($(Expr(:quote, :($(Expr(:$, :x)) = $(Expr(:$, :(Expr(:quote, x)))) || $(Expr(:$, :y))))), val, getm) │ #= /home/pkgeval/.julia/packages/MacroTools/Ar0jT/src/examples/destruct.jl:30 =# │ (x_ = y_) => destructm(x, destruct_key(y, val, getm)) │ #= /home/pkgeval/.julia/packages/MacroTools/Ar0jT/src/examples/destruct.jl:31 =# │ x_ || y_ => getm(val, x, y) │ #= /home/pkgeval/.julia/packages/MacroTools/Ar0jT/src/examples/destruct.jl:32 =# │ _ => atoms((i->begin │ #= /home/pkgeval/.julia/packages/MacroTools/Ar0jT/src/examples/destruct.jl:32 =# │ getm(val, i) │ end), pat) │ 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] │ │ destruct_key :: Identifier │ │ pat :: Identifier │ │ val :: Identifier │ │ getm :: Identifier │ │ [block] │ │ [macrocall] │ │ @match :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/MacroTools/Ar0jT/src/examples/destruct.jl:27 =#) :: Value │ │ pat :: Identifier │ │ [block] │ │ [call] │ │ => :: Identifier │ │ _Symbol :: Identifier │ │ [call] │ │ destruct_key :: Identifier │ │ [quote] │ │ [=] │ │ [$] │ │ pat :: Identifier │ │ [$] │ │ [call] │ │ Expr :: Identifier │ │ [inert] │ │ quote :: Identifier │ │ pat :: Identifier │ │ val :: Identifier │ │ getm :: Identifier │ │ [call] │ │ => :: Identifier │ │ [||] │ │ x_Symbol :: Identifier │ │ y_ :: Identifier │ │ [call] │ │ destruct_key :: Identifier │ │ [quote] │ │ [=] │ │ [$] │ │ x :: Identifier │ │ [||] │ │ [$] │ │ [call] │ │ Expr :: Identifier │ │ [inert] │ │ quote :: Identifier │ │ x :: Identifier │ │ [$] │ │ y :: Identifier │ │ val :: Identifier │ │ getm :: Identifier │ │ [call] │ │ => :: Identifier │ │ [=] │ │ x_ :: Identifier │ │ y_ :: Identifier │ │ [call] │ │ destructm :: Identifier │ │ x :: Identifier │ │ [call] │ │ destruct_key :: Identifier │ │ y :: Identifier │ │ val :: Identifier │ │ getm :: Identifier │ │ [call] │ │ => :: Identifier │ │ [||] │ │ x_ :: Identifier │ │ y_ :: Identifier │ │ [call] │ │ getm :: Identifier │ │ val :: Identifier │ │ x :: Identifier │ │ y :: Identifier │ │ [call] │ │ => :: Identifier │ │ _ :: Identifier │ │ [call] │ │ atoms :: Identifier │ │ [->] │ │ i :: Identifier │ │ [block] │ │ [call] │ │ getm :: Identifier │ │ val :: Identifier │ │ i :: Identifier │ │ pat :: 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] │ │ destruct_key :: Identifier │ scope_layer=1 │ pat :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=1 │ getm :: Identifier │ scope_layer=1 │ [block] │ │ [block] │ │ [=] │ │ ex :: Identifier │ scope_layer=2 │ pat :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ env :: Identifier │ scope_layer=2 │ [call] │ │ trymatch :: Identifier │ scope_layer=2 │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [$] │ │ [call] │ │ MacroTools.TypeBind :: Value │ │ [quote] │ │ :: Identifier │ │ [call] │ │ [curly] │ │ Set :: Identifier │ │ Any :: Identifier │ │ [vect] │ │ Symbol :: Identifier │ │ [tuple] │ jl_source=L31 │ [call] │ │ MacroTools.TypeBind :: Value │ macro_source=85 │ [inert] │ jl_source=L65 │ :: Identifier │ │ [call] │ │ [curly] │ │ Set :: Identifier │ scope_layer=2 │ Any :: Identifier │ scope_layer=2 │ [vect] │ │ Symbol :: Identifier │ scope_layer=2 │ ex :: Identifier │ scope_layer=2 │ [if] │ │ [call] │ │ !== :: Identifier │ scope_layer=2 │ env :: Identifier │ scope_layer=2 │ nothing :: Identifier │ scope_layer=2 │ [block] │ │ [let] │ │ [block] │ │ [=] │ │ env :: Identifier │ scope_layer=1 │ env :: Identifier │ scope_layer=2 │ [=] │ │ :: Identifier │ scope_layer=1 │ [call] │ │ get :: Identifier │ scope_layer=2 │ env :: Identifier │ scope_layer=2 │ [inert] │ jl_source=L65 │ :: Identifier │ │ nothing :: Identifier │ scope_layer=2 │ [block] │ │ [block] │ │ [call] │ │ destruct_key :: Identifier │ scope_layer=1 │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [=] │ │ [$] │ │ pat :: Identifier │ │ [$] │ │ [call] │ │ Expr :: Identifier │ │ [inert] │ │ quote :: Identifier │ │ pat :: Identifier │ │ [tuple] │ jl_source=L31 │ pat :: Identifier │ scope_layer=1 │ [tuple] │ jl_source=L31 │ [call] │ │ Expr :: Identifier │ scope_layer=1 │ [inert] │ │ quote :: Identifier │ │ pat :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=1 │ getm :: Identifier │ scope_layer=1 │ [block] │ │ [block] │ │ [=] │ │ env :: Identifier │ scope_layer=2 │ [call] │ │ trymatch :: Identifier │ scope_layer=2 │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [||] │ │ [$] │ │ [call] │ │ MacroTools.TypeBind :: Value │ │ [quote] │ │ x :: Identifier │ │ [call] │ │ [curly] │ │ Set :: Identifier │ │ Any :: Identifier │ │ [vect] │ │ Symbol :: Identifier │ │ y_ :: Identifier │ │ [tuple] │ jl_source=L31 │ [call] │ │ MacroTools.TypeBind :: Value │ macro_source=85 │ [inert] │ jl_source=L65 │ x :: Identifier │ │ [call] │ │ [curly] │ │ Set :: Identifier │ scope_layer=2 │ Any :: Identifier │ scope_layer=2 │ [vect] │ │ Symbol :: Identifier │ scope_layer=2 │ ex :: Identifier │ scope_layer=2 │ [if] │ │ [call] │ │ !== :: Identifier │ scope_layer=2 │ env :: Identifier │ scope_layer=2 │ nothing :: Identifier │ scope_layer=2 │ [block] │ │ [let] │ │ [block] │ │ [=] │ │ env :: Identifier │ scope_layer=1 │ env :: Identifier │ scope_layer=2 │ [=] │ │ x :: Identifier │ scope_layer=1 │ [call] │ │ get :: Identifier │ scope_layer=2 │ env :: Identifier │ scope_layer=2 │ [inert] │ jl_source=L65 │ x :: Identifier │ │ nothing :: Identifier │ scope_layer=2 │ [=] │ │ y :: Identifier │ scope_layer=1 │ [call] │ │ get :: Identifier │ scope_layer=2 │ env :: Identifier │ scope_layer=2 │ [inert] │ jl_source=L65 │ y :: Identifier │ │ nothing :: Identifier │ scope_layer=2 │ [block] │ │ [block] │ │ [call] │ │ destruct_key :: Identifier │ scope_layer=1 │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [=] │ │ [$] │ │ x :: Identifier │ │ [||] │ │ [$] │ │ [call] │ │ Expr :: Identifier │ │ [inert] │ │ quote :: Identifier │ │ x :: Identifier │ │ [$] │ │ y :: Identifier │ │ [tuple] │ jl_source=L31 │ x :: Identifier │ scope_layer=1 │ [tuple] │ jl_source=L31 │ [call] │ │ Expr :: Identifier │ scope_layer=1 │ [inert] │ │ quote :: Identifier │ │ x :: Identifier │ scope_layer=1 │ [tuple] │ jl_source=L31 │ y :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=1 │ getm :: Identifier │ scope_layer=1 │ [block] │ │ [block] │ │ [=] │ │ env :: Identifier │ scope_layer=2 │ [call] │ │ trymatch :: Identifier │ scope_layer=2 │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [=] │ │ x_ :: Identifier │ │ y_ :: Identifier │ │ ex :: Identifier │ scope_layer=2 │ [if] │ │ [call] │ │ !== :: Identifier │ scope_layer=2 │ env :: Identifier │ scope_layer=2 │ nothing :: Identifier │ scope_layer=2 │ [block] │ │ [let] │ │ [block] │ │ [=] │ │ env :: Identifier │ scope_layer=1 │ env :: Identifier │ scope_layer=2 │ [=] │ │ x :: Identifier │ scope_layer=1 │ [call] │ │ get :: Identifier │ scope_layer=2 │ env :: Identifier │ scope_layer=2 │ [inert] │ jl_source=L65 │ x :: Identifier │ │ nothing :: Identifier │ scope_layer=2 │ [=] │ │ y :: Identifier │ scope_layer=1 │ [call] │ │ get :: Identifier │ scope_layer=2 │ env :: Identifier │ scope_layer=2 │ [inert] │ jl_source=L65 │ y :: Identifier │ │ nothing :: Identifier │ scope_layer=2 │ [block] │ │ [block] │ │ [call] │ │ destructm :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ [call] │ │ destruct_key :: Identifier │ scope_layer=1 │ y :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=1 │ getm :: Identifier │ scope_layer=1 │ [block] │ │ [block] │ │ [=] │ │ env :: Identifier │ scope_layer=2 │ [call] │ │ trymatch :: Identifier │ scope_layer=2 │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [||] │ │ x_ :: Identifier │ │ y_ :: Identifier │ │ ex :: Identifier │ scope_layer=2 │ [if] │ │ [call] │ │ !== :: Identifier │ scope_layer=2 │ env :: Identifier │ scope_layer=2 │ nothing :: Identifier │ scope_layer=2 │ [block] │ │ [let] │ │ [block] │ │ [=] │ │ env :: Identifier │ scope_layer=1 │ env :: Identifier │ scope_layer=2 │ [=] │ │ x :: Identifier │ scope_layer=1 │ [call] │ │ get :: Identifier │ scope_layer=2 │ env :: Identifier │ scope_layer=2 │ [inert] │ jl_source=L65 │ x :: Identifier │ │ nothing :: Identifier │ scope_layer=2 │ [=] │ │ y :: Identifier │ scope_layer=1 │ [call] │ │ get :: Identifier │ scope_layer=2 │ env :: Identifier │ scope_layer=2 │ [inert] │ jl_source=L65 │ y :: Identifier │ │ nothing :: Identifier │ scope_layer=2 │ [block] │ │ [block] │ │ [call] │ │ getm :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ y :: Identifier │ scope_layer=1 │ [block] │ │ [block] │ │ [=] │ │ env :: Identifier │ scope_layer=2 │ [call] │ │ trymatch :: Identifier │ scope_layer=2 │ [inert] │ jl_source=L65 │ _ :: Identifier │ │ ex :: Identifier │ scope_layer=2 │ [if] │ │ [call] │ │ !== :: Identifier │ scope_layer=2 │ env :: Identifier │ scope_layer=2 │ nothing :: Identifier │ scope_layer=2 │ [block] │ │ [let] │ │ [block] │ │ [=] │ │ env :: Identifier │ scope_layer=1 │ env :: Identifier │ scope_layer=2 │ [block] │ │ [block] │ │ [call] │ │ atoms :: Identifier │ scope_layer=1 │ [->] │ │ i :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ getm :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ pat :: Identifier │ scope_layer=1 │ [block] │ macro_source=85 │ nothing :: Value │ macro_source=85 │ │ file = "/home/pkgeval/.julia/packages/MacroTools/Ar0jT/src/examples/destruct.jl" │ line = 26 └ mod = MacroTools ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/MacroTools/Ar0jT/src/match/macro.jl:29 =# - Invalid assignment location in let syntax Expression:  Containing expressions:  (let (block (= env env) (= (call get env : nothing))) (block (block (call destruct_key (call Base.JuliaLowering.interpolate_ast Expr (inert (= ($ pat) ($ (call Expr (inert quote) pat)))) (tuple pat) (tuple (call Expr :quote pat))) val getm))))  Detailed provenance:   └─  └─  ├─ @ /home/pkgeval/.julia/packages/MacroTools/Ar0jT/src/match/macro.jl:29  └─ (macrocall @match :(#= /home/pkgeval/.julia/packages/MacroTools/Ar0jT/src/examples/destruct.jl:27 =#) pat (block (call => _Symbol (call destruct_key (quote (= ($ pat) ($ (call Expr (inert quote) pat)))) val getm)) (call => (|| x_Symbol y_) (call destruct_key (quote (= ($ x) (|| ($ (call Expr (inert quote) x)) ($ y)))) val getm)) (call => (= x_ y_) (call destructm x (call destruct_key y val getm))) (call => (|| x_ y_) (call getm val x y)) (call => _ (call atoms (-> i (block (call getm val i))) pat))))  └─ @ /home/pkgeval/.julia/packages/MacroTools/Ar0jT/src/examples/destruct.jl:27  Stacktrace:  [1] expand_let(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:1561  [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:4293  [3] expand_forms_2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [4] #expand_forms_2##2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4440 [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:4440  [7] iterate(A::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}})  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [8] 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:4447  [9] getindex(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, i::Int64)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaLowering/src/ast.jl:355 [inlined]  [10] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4288  [11] expand_forms_2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [12] #expand_forms_2##2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4440 [inlined]  [13] 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  [14] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4440  [15] expand_forms_2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [16] #expand_forms_2##2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4440 [inlined]  [17] 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  [18] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4440  [19] expand_forms_2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [20] #expand_forms_2##2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4440 [inlined]  [21] 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  [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:4440  [23] _node_id(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [24] _push_nodeid!(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, ids::Vector{Int64}, val::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/ast.jl:288 [inlined]  [25] 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:2419  [26] (::Colon)(start::Int64, stop::Int64)  @ Base /source/usr/share/julia/JuliaLowering/src/ast.jl:355 [inlined]  [27] 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:2873  [28] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4268  [29] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [30] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4469  [31] 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  [32] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [33] top-level scope  @ ~/.julia/packages/MacroTools/Ar0jT/src/MacroTools.jl:13  [34] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [35] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [36] top-level scope  @ stdin:5  [37] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [38] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [39] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [40] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [41] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/MacroTools/Ar0jT/src/examples/destruct.jl:26 in expression starting at /home/pkgeval/.julia/packages/MacroTools/Ar0jT/src/MacroTools.jl:1 in expression starting at stdin:5 ✗ MacroTools 0.9 s ✓ ANSIColoredPrinters 0.9 s ✓ Statistics 0.9 s ✓ DataAPI 2.3 s ✓ IrrationalConstants 0.6 s ✓ StatsAPI 0.8 s ✓ LazilyInitializedFields 150.1 s ✓ OrderedCollections ┌ Info: JuliaLowering threw given input: │ code = │ :(const any_type(_...) = begin │ #= /home/pkgeval/.julia/packages/MLStyle/SLOsr/src/AbstractPatterns/PatternSignature.jl:85 =# │ Any │ 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__ │ [const] │ │ [=] │ │ [call] │ │ any_type :: Identifier │ │ [...] │ │ _ :: Identifier │ │ [block] │ │ Any :: 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 │ [const] │ │ [=] │ │ [call] │ │ any_type :: Identifier │ scope_layer=1 │ [...] │ │ _ :: Identifier │ scope_layer=1 │ [block] │ │ Any :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/MLStyle/SLOsr/src/AbstractPatterns/PatternSignature.jl" │ line = 85 └ mod = MLStyle.AbstractPatterns ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/MLStyle/SLOsr/src/AbstractPatterns/PatternSignature.jl:85 =# - all-underscore identifiers are write-only and their values cannot be used in expressions Expression:  _ Containing expressions:  (lambda (block) (block) (block (call core._apply_iterate top.iterate #₁/any_type _)))  (lambda (block) (block) (block (call core._apply_iterate top.iterate #₁/any_type _)))  (lambda (block) (block) (block (call core._apply_iterate top.iterate #₁/any_type _)))  (lambda (block) (block) (call core._apply_iterate top.iterate any_type _))  (call core._apply_iterate top.iterate any_type _)  Detailed provenance:  _  └─ _  └─ _  └─ @ /home/pkgeval/.julia/packages/MLStyle/SLOsr/src/AbstractPatterns/PatternSignature.jl:85  Stacktrace:  [1] compile(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, needs_value::Bool, in_tail_pos::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:643  [2] compile_args(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, args::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/linear_ir.jl:161  [3] compile(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, needs_value::Bool, in_tail_pos::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:651  [4] compile(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, needs_value::Bool, in_tail_pos::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:712  [5] compile_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1007  [6] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1163  [7] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1253  [8] 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:33  [9] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [10] top-level scope  @ ~/.julia/packages/MLStyle/SLOsr/src/AbstractPatterns/AbstractPatterns.jl:62  [11] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [12] top-level scope  @ ~/.julia/packages/MLStyle/SLOsr/src/MLStyle.jl:12  [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:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [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/MLStyle/SLOsr/src/AbstractPatterns/PatternSignature.jl:85 in expression starting at /home/pkgeval/.julia/packages/MLStyle/SLOsr/src/AbstractPatterns/AbstractPatterns.jl:1 in expression starting at /home/pkgeval/.julia/packages/MLStyle/SLOsr/src/MLStyle.jl:1 in expression starting at stdin:5 ✗ MLStyle 1.7 s ✓ DocStringExtensions 84.3 s ✓ AbstractTrees 0.7 s ✓ ExprTools 0.9 s ✓ AutoHashEquals 37.2 s ✓ PtrArrays 57.7 s ✓ TranscodingStreams 0.7 s ✓ IOCapture 0.9 s ✓ DelimitedFiles 2.6 s ✓ StructUtils 1.4 s ✓ Compat 2.3 s ✓ Preferences ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("1914dd2f-81c6-5fcd-8719-6d5c9610ff09"), "MacroTools") 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:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./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(imported::Bool, to::Module, from::Expr, paths::Expr)  @ Base ./module.jl:101  [11] eval_import(imported::Bool, to::Module, from::Expr, paths::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [12] top-level scope  @ ~/.julia/packages/LegibleLambdas/wGhDT/src/LegibleLambdas.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:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [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/LegibleLambdas/wGhDT/src/LegibleLambdas.jl:1 in expression starting at stdin:5 ✗ LegibleLambdas 40.6 s ✓ Statistics → SparseArraysExt 0.8 s ✓ ScikitLearnBase 63.2 s ✓ Missings 6.5 s ✓ RegistryInstances 180.6 s ✓ DataStructures 1.6 s ✓ LogExpFunctions ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("1914dd2f-81c6-5fcd-8719-6d5c9610ff09"), "MacroTools") 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:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./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/HerbCore/YPQyi/src/rulenode.jl:2  [13] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [14] top-level scope  @ ~/.julia/packages/HerbCore/YPQyi/src/HerbCore.jl:6  [15] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [16] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [17] top-level scope  @ stdin:5  [18] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [20] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [21] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [22] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/HerbCore/YPQyi/src/rulenode.jl:2 in expression starting at /home/pkgeval/.julia/packages/HerbCore/YPQyi/src/HerbCore.jl:1 in expression starting at stdin:5 ✗ HerbCore 23.3 s ✓ MarkdownAST 1.0 s ✓ RuntimeGeneratedFunctions 34.0 s ✓ TimerOutputs 1.8 s ✓ HerbSpecification 40.4 s ✓ AliasTables 20.9 s ✓ CodecZlib 0.6 s ✓ Compat → CompatLinearAlgebraExt 2.9 s ✓ JLLWrappers 2.4 s ✓ PrecompileTools ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:514 =# Core.@doc " permutation_importances(\n trees :: U,\n labels :: AbstractVector{T},\n features:: AbstractVecOrMat{S},\n score :: Function,\n n_iter :: Int = 3;\n rng = Random.GLOBAL_RNG\n )\n\nCalculate feature importance by shuffling each feature.\n\n* `trees`: a `DecisionTree.Leaf` object, `DecisionTree.Node` object, `DecisionTree.Root`\n object, `DecisionTree.Ensemble` object or `Tuple{DecisionTree.Ensemble, AbstractVector}`\n object (for adaboost model)\n* `score`: a function for evaluating model performance with the form of `score(model, y, X)`\n\n# Return a `NamedTuple`\n\n* Fields\n1. `mean`: mean of feature importance of each shuffle\n2. `std`: standard deviation of feature importance of each shuffle\n3. `scores`: scores of each shuffle\n\nFor algorithm details, please see [Permutation feature importanc](https://scikit-learn.org/stable/modules/permutation_importance.html).\n\n" function permutation_importance(trees::U, labels::AbstractVector{T}, features::AbstractVecOrMat{S}, score::Function, n_iter::Int = 3; rng = Random.GLOBAL_RNG) where {S, T, U <: Union{<:Ensemble{S, T}, <:Root{S, T}, <:DecisionTree.LeafOrNode{S, T}, Tuple{<:Ensemble{S, T}, AbstractVector{Float64}}}} │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:541 =# │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:558 =# │ base = score(trees, labels, features) │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:559 =# │ scores = Matrix{Float64}(undef, size(features, 2), n_iter) │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:560 =# │ rng = mk_rng(rng)::Random.AbstractRNG │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:561 =# │ for (i, col) = enumerate(eachcol(features)) │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:562 =# │ origin = copy(col) │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:563 =# │ scores[i, :] = map(1:n_iter) do i │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:564 =# │ shuffle!(rng, col) │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:565 =# │ base - score(trees, labels, features) │ end │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:567 =# │ features[:, i] = origin │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:568 =# │ end │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:570 =# │ (mean = reshape(mapslices(scores; dims = 2) do im │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:573 =# │ mean(im) │ end, :), std = reshape(mapslices(scores; dims = 2) do im │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:579 =# │ std(im) │ end, :), scores = scores) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [macrocall] │ │ @doc :: Identifier │ mod │ :(#= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:514 =#) :: Value │ │ " permutation_importances(\n trees :: U,\n labels :: AbstractVector{T},\n features:: AbstractVecOrMat{S},\n score :: Function,\n n_iter :: Int = 3;\n rng = Random.GLOBAL_RNG\n )\n\nCalculate feature importance by shuffling each feature.\n\n* `trees`: a `DecisionTree.Leaf` object, `DecisionTree.Node` object, `DecisionTree.Root`\n object, `DecisionTree.Ensemble` object or `Tuple{DecisionTree.Ensemble, AbstractVector}`\n object (for adaboost model)\n* `score`: a function for evaluating model performance with the form of `score(model, y, X)`\n\n# Return a `NamedTuple`\n\n* Fields\n1. `mean`: mean of feature importance of each shuffle\n2. `std`: standard deviation of feature importance of each shuffle\n3. `scores`: scores of each shuffle\n\nFor algorithm details, please see [Permutation feature importanc](https://scikit-learn.org/stable/modules/permutation_importance.html).\n\n" :: Value │ │ [function] │ │ [where] │ │ [call] │ │ permutation_importance :: Identifier │ │ [parameters] │ │ [kw] │ │ rng :: Identifier │ │ [.] │ │ Random :: Identifier │ │ [inert] │ │ GLOBAL_RNG :: Identifier │ │ [::] │ │ trees :: Identifier │ │ U :: Identifier │ │ [::] │ │ labels :: Identifier │ │ [curly] │ │ AbstractVector :: Identifier │ │ T :: Identifier │ │ [::] │ │ features :: Identifier │ │ [curly] │ │ AbstractVecOrMat :: Identifier │ │ S :: Identifier │ │ [::] │ │ score :: Identifier │ │ Function :: Identifier │ │ [kw] │ │ [::] │ │ n_iter :: Identifier │ │ Int :: Identifier │ │ 3 :: Value │ │ S :: Identifier │ │ T :: Identifier │ │ [<:] │ │ U :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ [<:] │ │ [curly] │ │ Ensemble :: Identifier │ │ S :: Identifier │ │ T :: Identifier │ │ [<:] │ │ [curly] │ │ Root :: Identifier │ │ S :: Identifier │ │ T :: Identifier │ │ [<:] │ │ [curly] │ │ [.] │ │ DecisionTree :: Identifier │ │ [inert] │ │ LeafOrNode :: Identifier │ │ S :: Identifier │ │ T :: Identifier │ │ [curly] │ │ Tuple :: Identifier │ │ [<:] │ │ [curly] │ │ Ensemble :: Identifier │ │ S :: Identifier │ │ T :: Identifier │ │ [curly] │ │ AbstractVector :: Identifier │ │ Float64 :: Identifier │ │ [block] │ │ [=] │ │ base :: Identifier │ │ [call] │ │ score :: Identifier │ │ trees :: Identifier │ │ labels :: Identifier │ │ features :: Identifier │ │ [=] │ │ scores :: Identifier │ │ [call] │ │ [curly] │ │ Matrix :: Identifier │ │ Float64 :: Identifier │ │ undef :: Identifier │ │ [call] │ │ size :: Identifier │ │ features :: Identifier │ │ 2 :: Value │ │ n_iter :: Identifier │ │ [=] │ │ rng :: Identifier │ │ [::] │ │ [call] │ │ mk_rng :: Identifier │ │ rng :: Identifier │ │ [.] │ │ Random :: Identifier │ │ [inert] │ │ AbstractRNG :: Identifier │ │ [for] │ │ [=] │ │ [tuple] │ │ i :: Identifier │ │ col :: Identifier │ │ [call] │ │ enumerate :: Identifier │ │ [call] │ │ eachcol :: Identifier │ │ features :: Identifier │ │ [block] │ │ [=] │ │ origin :: Identifier │ │ [call] │ │ copy :: Identifier │ │ col :: Identifier │ │ [=] │ │ [ref] │ │ scores :: Identifier │ │ i :: Identifier │ │ : :: Identifier │ │ [do] │ │ [call] │ │ map :: Identifier │ │ [call] │ │ : :: Identifier │ │ 1 :: Value │ │ n_iter :: Identifier │ │ [->] │ │ [tuple] │ │ i :: Identifier │ │ [block] │ │ [call] │ │ shuffle! :: Identifier │ │ rng :: Identifier │ │ col :: Identifier │ │ [call] │ │ - :: Identifier │ │ base :: Identifier │ │ [call] │ │ score :: Identifier │ │ trees :: Identifier │ │ labels :: Identifier │ │ features :: Identifier │ │ [=] │ │ [ref] │ │ features :: Identifier │ │ : :: Identifier │ │ i :: Identifier │ │ origin :: Identifier │ │ [tuple] │ │ [=] │ │ mean :: Identifier │ │ [call] │ │ reshape :: Identifier │ │ [do] │ │ [call] │ │ mapslices :: Identifier │ │ [parameters] │ │ [kw] │ │ dims :: Identifier │ │ 2 :: Value │ │ scores :: Identifier │ │ [->] │ │ [tuple] │ │ im :: Identifier │ │ [block] │ │ [call] │ │ mean :: Identifier │ │ im :: Identifier │ │ : :: Identifier │ │ [=] │ │ std :: Identifier │ │ [call] │ │ reshape :: Identifier │ │ [do] │ │ [call] │ │ mapslices :: Identifier │ │ [parameters] │ │ [kw] │ │ dims :: Identifier │ │ 2 :: Value │ │ scores :: Identifier │ │ [->] │ │ [tuple] │ │ im :: Identifier │ │ [block] │ │ [call] │ │ std :: Identifier │ │ im :: Identifier │ │ : :: Identifier │ │ [=] │ │ scores :: Identifier │ │ scores :: Identifier │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [block] │ │ [=] │ │ val :: Identifier │ scope_layer=3 │ [function] │ │ [where] │ │ [call] │ │ permutation_importance :: Identifier │ scope_layer=1 │ [parameters] │ │ [kw] │ │ rng :: Identifier │ scope_layer=1 │ [.] │ │ Random :: Identifier │ scope_layer=1 │ [inert] │ │ GLOBAL_RNG :: Identifier │ │ [::] │ │ trees :: Identifier │ scope_layer=1 │ U :: Identifier │ scope_layer=1 │ [::] │ │ labels :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractVector :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [::] │ │ features :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractVecOrMat :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [::] │ │ score :: Identifier │ scope_layer=1 │ Function :: Identifier │ scope_layer=1 │ [kw] │ │ [::] │ │ n_iter :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ 3 :: Value │ macro_source=194 │ S :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ U :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ Ensemble :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ Root :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ [.] │ │ DecisionTree :: Identifier │ scope_layer=1 │ [inert] │ │ LeafOrNode :: Identifier │ │ S :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ Ensemble :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractVector :: Identifier │ scope_layer=1 │ Float64 :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ base :: Identifier │ scope_layer=1 │ [call] │ │ score :: Identifier │ scope_layer=1 │ trees :: Identifier │ scope_layer=1 │ labels :: Identifier │ scope_layer=1 │ features :: Identifier │ scope_layer=1 │ [=] │ │ scores :: Identifier │ scope_layer=1 │ [call] │ │ [curly] │ │ Matrix :: Identifier │ scope_layer=1 │ Float64 :: Identifier │ scope_layer=1 │ undef :: Identifier │ scope_layer=1 │ [call] │ │ size :: Identifier │ scope_layer=1 │ features :: Identifier │ scope_layer=1 │ 2 :: Value │ macro_source=194 │ n_iter :: Identifier │ scope_layer=1 │ [=] │ │ rng :: Identifier │ scope_layer=1 │ [::] │ │ [call] │ │ mk_rng :: Identifier │ scope_layer=1 │ rng :: Identifier │ scope_layer=1 │ [.] │ │ Random :: Identifier │ scope_layer=1 │ [inert] │ │ AbstractRNG :: Identifier │ │ [for] │ │ [=] │ │ [tuple] │ │ i :: Identifier │ scope_layer=1 │ col :: Identifier │ scope_layer=1 │ [call] │ │ enumerate :: Identifier │ scope_layer=1 │ [call] │ │ eachcol :: Identifier │ scope_layer=1 │ features :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ origin :: Identifier │ scope_layer=1 │ [call] │ │ copy :: Identifier │ scope_layer=1 │ col :: Identifier │ scope_layer=1 │ [=] │ │ [ref] │ │ scores :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ : :: Identifier │ scope_layer=1 │ [do] │ │ [call] │ │ map :: Identifier │ scope_layer=1 │ [call] │ │ : :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=194 │ n_iter :: Identifier │ scope_layer=1 │ [->] │ │ [tuple] │ │ i :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ shuffle! :: Identifier │ scope_layer=1 │ rng :: Identifier │ scope_layer=1 │ col :: Identifier │ scope_layer=1 │ [call] │ │ - :: Identifier │ scope_layer=1 │ base :: Identifier │ scope_layer=1 │ [call] │ │ score :: Identifier │ scope_layer=1 │ trees :: Identifier │ scope_layer=1 │ labels :: Identifier │ scope_layer=1 │ features :: Identifier │ scope_layer=1 │ [=] │ │ [ref] │ │ features :: Identifier │ scope_layer=1 │ : :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ origin :: Identifier │ scope_layer=1 │ [tuple] │ │ [=] │ │ mean :: Identifier │ scope_layer=1 │ [call] │ │ reshape :: Identifier │ scope_layer=1 │ [do] │ │ [call] │ │ mapslices :: Identifier │ scope_layer=1 │ [parameters] │ │ [kw] │ │ dims :: Identifier │ scope_layer=1 │ 2 :: Value │ macro_source=194 │ scores :: Identifier │ scope_layer=1 │ [->] │ │ [tuple] │ │ im :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ mean :: Identifier │ scope_layer=1 │ im :: Identifier │ scope_layer=1 │ : :: Identifier │ scope_layer=1 │ [=] │ │ std :: Identifier │ scope_layer=1 │ [call] │ │ reshape :: Identifier │ scope_layer=1 │ [do] │ │ [call] │ │ mapslices :: Identifier │ scope_layer=1 │ [parameters] │ │ [kw] │ │ dims :: Identifier │ scope_layer=1 │ 2 :: Value │ macro_source=194 │ scores :: Identifier │ scope_layer=1 │ [->] │ │ [tuple] │ │ im :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ std :: Identifier │ scope_layer=1 │ im :: Identifier │ scope_layer=1 │ : :: Identifier │ scope_layer=1 │ [=] │ │ scores :: Identifier │ scope_layer=1 │ scores :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=194 │ DecisionTree :: Value │ macro_source=194 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=194 │ DecisionTree :: Value │ │ [inert] │ jl_source=L65 │ permutation_importance :: Identifier │ │ [call] │ macro_source=194 │ Base.Docs.docstr :: Value │ macro_source=194 │ [call] │ macro_source=194 │ Core.svec :: Value │ macro_source=194 │ " permutation_importances(\n trees :: U,\n labels :: AbstractVector{T},\n features:: AbstractVecOrMat{S},\n score :: Function,\n n_iter :: Int = 3;\n rng = Random.GLOBAL_RNG\n )\n\nCalculate feature importance by shuffling each feature.\n\n* `trees`: a `DecisionTree.Leaf` object, `DecisionTree.Node` object, `DecisionTree.Root`\n object, `DecisionTree.Ensemble` object or `Tuple{DecisionTree.Ensemble, AbstractVector}`\n object (for adaboost model)\n* `score`: a function for evaluating model performance with the form of `score(model, y, X)`\n\n# Return a `NamedTuple`\n\n* Fields\n1. `mean`: mean of feature importance of each shuffle\n2. `std`: standard deviation of feature importance of each shuffle\n3. `scores`: scores of each shuffle\n\nFor algorithm details, please see [Permutation feature importanc](https://scikit-learn.org/stable/modules/permutation_importance.html).\n\n" :: Value │ macro_source=194 │ [call] │ macro_source=194 │ Dict{Symbol, Any} :: Value │ macro_source=194 │ :path => "/home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl" :: Value │ macro_source=194 │ :linenumber => 514 :: Value │ macro_source=194 │ :module => DecisionTree :: Value │ macro_source=194 │ [where] │ │ [where] │ │ [where] │ │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ U :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractVector :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractVecOrMat :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ Function :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ U :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractVector :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractVecOrMat :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ Function :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ U :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ U :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ Ensemble :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ Root :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ [.] │ │ DecisionTree :: Identifier │ scope_layer=1 │ [inert] │ │ LeafOrNode :: Identifier │ │ S :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ Ensemble :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractVector :: Identifier │ scope_layer=1 │ Float64 :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl" │ line = 514 └ mod = DecisionTree ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:541 =# - `jl_assert(!(haskey(ssa_rewrites, lhs_id)), _)`: multiple assignments to ssavalue Expression:  (= #₂ (call core.TypeVar :#T1 #₃₀₀)) Containing expressions:  (= #₂ (call core.TypeVar :#T1 #₃₀₀))  Detailed provenance:  (= #₂ (call core.TypeVar :#T1 #₃₀₀)) @#= /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:366 =#  └─ (= #₂ (call core.TypeVar :#T1 (call core.apply_type #₄₂/Ensemble #₉₃/S #₉₄/T))) @#= /source/usr/share/julia/JuliaLowering/src/closure_conversion.jl:197 =#  └─ (= #₂ (call core.TypeVar :#T1 (call core.apply_type #₄₂/Ensemble #₉₃/S #₉₄/T))) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₂ (call core.TypeVar :#T1 (call core.apply_type Ensemble S T))) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₂ (call core.TypeVar :#T1 (curly Ensemble S T)))  └─ (call core.TypeVar :#T1 (curly Ensemble S T)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3025 =#  └─ (<: (curly Ensemble S T))  └─ (<: (curly Ensemble S T))  └─ (<: (curly Ensemble S T))  └─ (<: (curly Ensemble S T))  ├─ @ /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:541  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:514 =#) " permutation_importances(\n trees :: U,\n labels :: AbstractVector{T},\n features:: AbstractVecOrMat{S},\n score :: Function,\n n_iter :: Int = 3;\n rng = Random.GLOBAL_RNG\n )\n\nCalculate feature importance by shuffling each feature.\n\n* `trees`: a `DecisionTree.Leaf` object, `DecisionTree.Node` object, `DecisionTree.Root`\n object, `DecisionTree.Ensemble` object or `Tuple{DecisionTree.Ensemble, AbstractVector}`\n object (for adaboost model)\n* `score`: a function for evaluating model performance with the form of `score(model, y, X)`\n\n# Return a `NamedTuple`\n\n* Fields\n1. `mean`: mean of feature importance of each shuffle\n2. `std`: standard deviation of feature importance of each shuffle\n3. `scores`: scores of each shuffle\n\nFor algorithm details, please see [Permutation feature importanc](https://scikit-learn.org/stable/modules/permutation_importance.html).\n\n" (function (where (call permutation_importance (parameters (kw rng (. Random (inert GLOBAL_RNG)))) (:: trees U) (:: labels (curly AbstractVector T)) (:: features (curly AbstractVecOrMat S)) (:: score Function) (kw (:: n_iter Int) 3)) S T (<: U (curly Union (<: (curly Ensemble S T)) (<: (curly Root S T)) (<: (curly (. DecisionTree (inert LeafOrNode)) S T)) (curly Tuple (<: (curly Ensemble S T)) (curly AbstractVector Float64))))) (block (= base (call score trees labels features)) (= scores (call (curly Matrix Float64) undef (call size features 2) n_iter)) (= rng (:: (call mk_rng rng) (. Random (inert AbstractRNG)))) (for (= (tuple i col) (call enumerate (call eachcol features))) (block (= origin (call copy col)) (= (ref scores i :) (do (call map (call : 1 n_iter)) (-> (tuple i) (block (call shuffle! rng col) (call - base (call score trees labels features)))))) (= (ref features : i) origin))) (tuple (= mean (call reshape (do (call mapslices (parameters (kw dims 2)) scores) (-> (tuple im) (block (call mean im)))) :)) (= std (call reshape (do (call mapslices (parameters (kw dims 2)) scores) (-> (tuple im) (block (call std im)))) :)) (= scores scores)))))  └─ @ /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:514  Stacktrace:  [1] iterate(A::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}})  @ Base /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined]  [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1106  [3] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1223  [4] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1253  [5] 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:33  [6] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [7] top-level scope  @ ~/.julia/packages/DecisionTree/0Dw1P/src/DecisionTree.jl:164  [8] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [9] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [10] top-level scope  @ stdin:5  [11] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [13] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [14] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [15] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:514 in expression starting at /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/DecisionTree.jl:1 in expression starting at stdin:5 ✗ DecisionTree 38.9 s ✓ SortingAlgorithms ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("2b23ba43-8213-43cb-b5ea-38c12b45bd45"), "HerbCore") 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:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./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_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/HerbGrammar/J2xK3/src/HerbGrammar.jl:5  [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:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [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/HerbGrammar/J2xK3/src/HerbGrammar.jl:1 in expression starting at stdin:5 ✗ HerbGrammar 44.3 s ✓ Aqua 3.0 s ✓ Clingo_jll 2.8 s ✓ Libiconv_jll 2.7 s ✓ Git_LFS_jll 2.8 s ✓ OpenSSH_jll 2.8 s ✓ Expat_jll 25.5 s ✓ Parsers ERROR: LoadError: Creating a new global in closed module `IrrationalConstants` (`Mad_constant`) breaks incremental compilation because the side effects will not be permanent. Stacktrace:  [1] top-level scope  @ ~/.julia/packages/StatsBase/lRQEN/src/scalarstats.jl:527  [2] macro expansion  @ ~/.julia/packages/IrrationalConstants/RokwY/src/macro.jl:107 [inlined]  [3] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [4] top-level scope  @ ~/.julia/packages/StatsBase/lRQEN/src/StatsBase.jl:251  [5] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [6] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [7] top-level scope  @ stdin:5  [8] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [10] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [11] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [12] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/StatsBase/lRQEN/src/scalarstats.jl:527 in expression starting at /home/pkgeval/.julia/packages/StatsBase/lRQEN/src/StatsBase.jl:1 in expression starting at stdin:5 ✗ StatsBase ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("2b23ba43-8213-43cb-b5ea-38c12b45bd45"), "HerbCore") 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:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./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_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/HerbInterpret/QvlNP/src/HerbInterpret.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:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [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/HerbInterpret/QvlNP/src/HerbInterpret.jl:1 in expression starting at stdin:5 ✗ HerbInterpret ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("2b23ba43-8213-43cb-b5ea-38c12b45bd45"), "HerbCore") 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:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./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_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/HerbConstraints/qvrVD/src/HerbConstraints.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:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [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/HerbConstraints/qvrVD/src/HerbConstraints.jl:1 in expression starting at stdin:5 ✗ HerbConstraints 2.9 s ✓ Git_jll 94.3 s ✓ JSON ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("2b23ba43-8213-43cb-b5ea-38c12b45bd45"), "HerbCore") 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:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./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_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/HerbConstraints/qvrVD/ext/ASPExt/ASPExt.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:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [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/HerbConstraints/qvrVD/ext/ASPExt/ASPExt.jl:1 in expression starting at stdin:5 ✗ HerbConstraints → ASPExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("2b23ba43-8213-43cb-b5ea-38c12b45bd45"), "HerbCore") 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:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./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_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/HerbSearch/IvwnL/src/HerbSearch.jl:5  [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:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [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/HerbSearch/IvwnL/src/HerbSearch.jl:1 in expression starting at stdin:5 ✗ HerbSearch 1.8 s ✓ Git ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("3008d8e8-f9aa-438a-92ed-26e9c7b4829f"), "HerbSearch") 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:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./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_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/HerbSearch/IvwnL/ext/DivideAndConquerExt/DivideAndConquerExt.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:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [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/HerbSearch/IvwnL/ext/DivideAndConquerExt/DivideAndConquerExt.jl:1 in expression starting at stdin:5 ✗ HerbSearch → DivideAndConquerExt 194.1 s ✓ Documenter 45 dependencies successfully precompiled in 1432 seconds. 35 already precompiled. Precompilation completed after 1468.79s ################################################################################ # Testing # Testing HerbSearch Status `/tmp/jl_Je8Jaq/Project.toml` [4c88cf16] Aqua v0.8.14 [864edb3b] DataStructures v0.19.4 [7806a523] DecisionTree v0.12.4 [e30172f5] Documenter v1.17.0 [1fa96474] HerbConstraints v1.2.1 [2b23ba43] HerbCore v1.1.0 [4ef9e186] HerbGrammar v1.2.0 [5bbddadd] HerbInterpret v1.0.1 [3008d8e8] HerbSearch v1.0.2 [6d54aada] HerbSpecification v1.0.0 [f1f30506] LegibleLambdas v0.3.0 [e1d4ad0e] Clingo_jll v5.8.0+0 [56ddb016] Logging v1.11.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_Je8Jaq/Manifest.toml` [a4c015fc] ANSIColoredPrinters v0.0.1 [1520ce14] AbstractTrees v0.4.5 [66dad0bd] AliasTables v1.1.3 [4c88cf16] Aqua v0.8.14 [15f4f7f2] AutoHashEquals v2.2.0 [944b1d66] CodecZlib v0.7.8 [34da2185] Compat v4.18.1 [9a962f9c] DataAPI v1.16.0 [864edb3b] DataStructures v0.19.4 [7806a523] DecisionTree v0.12.4 [8bb1440f] DelimitedFiles v1.9.1 [ffbed154] DocStringExtensions v0.9.5 [e30172f5] Documenter v1.17.0 [e2ba6199] ExprTools v0.1.10 [d7ba0133] Git v1.5.0 [1fa96474] HerbConstraints v1.2.1 [2b23ba43] HerbCore v1.1.0 [4ef9e186] HerbGrammar v1.2.0 [5bbddadd] HerbInterpret v1.0.1 [3008d8e8] HerbSearch v1.0.2 [6d54aada] HerbSpecification v1.0.0 [b5f81e59] IOCapture v1.0.0 [92d709cd] IrrationalConstants v0.2.6 [692b3bcd] JLLWrappers v1.8.0 [682c06a0] JSON v1.6.0 [0e77f7df] LazilyInitializedFields v1.3.0 [f1f30506] LegibleLambdas v0.3.0 [2ab3a3ac] LogExpFunctions v0.3.29 [d8e11817] MLStyle v0.4.17 [1914dd2f] MacroTools v0.5.16 [d0879d2d] MarkdownAST v0.1.3 [e1d29d7a] Missings v1.2.0 [bac558e1] OrderedCollections v1.8.1 [69de0a69] Parsers v2.8.4 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [43287f4e] PtrArrays v1.4.0 [2792f1a3] RegistryInstances v0.1.0 [7e49a35a] RuntimeGeneratedFunctions v0.5.19 [6e75b9c4] ScikitLearnBase v0.5.0 [a2af1166] SortingAlgorithms v1.2.2 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.8.0 [2913bbd2] StatsBase v0.34.10 [ec057cc2] StructUtils v2.8.2 [a759f4b9] TimerOutputs v0.5.29 [3bb67fe8] TranscodingStreams v0.11.3 [e1d4ad0e] Clingo_jll v5.8.0+0 [2e619515] Expat_jll v2.8.0+0 [020c3dae] Git_LFS_jll v3.7.1+0 [f8c6e375] Git_jll v2.54.0+0 [94ce4f54] Libiconv_jll v1.18.0+0 [9bd350c2] OpenSSH_jll v10.3.1+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 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [2f01184e] SparseArrays v1.13.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.1+0 [deac9b47] LibCURL_jll v8.20.0+1 [e37daf67] LibGit2_jll v1.9.3+0 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [4536629a] OpenBLAS_jll v0.3.33+0 [458c3c95] OpenSSL_jll v3.5.6+0 [efcefdf7] PCRE2_jll v10.47.0+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.69.0+0 [3f19e933] p7zip_jll v17.8.0+0 Testing Running tests... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:514 =# Core.@doc " permutation_importances(\n trees :: U,\n labels :: AbstractVector{T},\n features:: AbstractVecOrMat{S},\n score :: Function,\n n_iter :: Int = 3;\n rng = Random.GLOBAL_RNG\n )\n\nCalculate feature importance by shuffling each feature.\n\n* `trees`: a `DecisionTree.Leaf` object, `DecisionTree.Node` object, `DecisionTree.Root`\n object, `DecisionTree.Ensemble` object or `Tuple{DecisionTree.Ensemble, AbstractVector}`\n object (for adaboost model)\n* `score`: a function for evaluating model performance with the form of `score(model, y, X)`\n\n# Return a `NamedTuple`\n\n* Fields\n1. `mean`: mean of feature importance of each shuffle\n2. `std`: standard deviation of feature importance of each shuffle\n3. `scores`: scores of each shuffle\n\nFor algorithm details, please see [Permutation feature importanc](https://scikit-learn.org/stable/modules/permutation_importance.html).\n\n" function permutation_importance(trees::U, labels::AbstractVector{T}, features::AbstractVecOrMat{S}, score::Function, n_iter::Int = 3; rng = Random.GLOBAL_RNG) where {S, T, U <: Union{<:Ensemble{S, T}, <:Root{S, T}, <:DecisionTree.LeafOrNode{S, T}, Tuple{<:Ensemble{S, T}, AbstractVector{Float64}}}} │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:541 =# │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:558 =# │ base = score(trees, labels, features) │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:559 =# │ scores = Matrix{Float64}(undef, size(features, 2), n_iter) │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:560 =# │ rng = mk_rng(rng)::Random.AbstractRNG │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:561 =# │ for (i, col) = enumerate(eachcol(features)) │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:562 =# │ origin = copy(col) │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:563 =# │ scores[i, :] = map(1:n_iter) do i │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:564 =# │ shuffle!(rng, col) │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:565 =# │ base - score(trees, labels, features) │ end │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:567 =# │ features[:, i] = origin │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:568 =# │ end │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:570 =# │ (mean = reshape(mapslices(scores; dims = 2) do im │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:573 =# │ mean(im) │ end, :), std = reshape(mapslices(scores; dims = 2) do im │ #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:579 =# │ std(im) │ end, :), scores = scores) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [macrocall] │ │ @doc :: Identifier │ mod │ :(#= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:514 =#) :: Value │ │ " permutation_importances(\n trees :: U,\n labels :: AbstractVector{T},\n features:: AbstractVecOrMat{S},\n score :: Function,\n n_iter :: Int = 3;\n rng = Random.GLOBAL_RNG\n )\n\nCalculate feature importance by shuffling each feature.\n\n* `trees`: a `DecisionTree.Leaf` object, `DecisionTree.Node` object, `DecisionTree.Root`\n object, `DecisionTree.Ensemble` object or `Tuple{DecisionTree.Ensemble, AbstractVector}`\n object (for adaboost model)\n* `score`: a function for evaluating model performance with the form of `score(model, y, X)`\n\n# Return a `NamedTuple`\n\n* Fields\n1. `mean`: mean of feature importance of each shuffle\n2. `std`: standard deviation of feature importance of each shuffle\n3. `scores`: scores of each shuffle\n\nFor algorithm details, please see [Permutation feature importanc](https://scikit-learn.org/stable/modules/permutation_importance.html).\n\n" :: Value │ │ [function] │ │ [where] │ │ [call] │ │ permutation_importance :: Identifier │ │ [parameters] │ │ [kw] │ │ rng :: Identifier │ │ [.] │ │ Random :: Identifier │ │ [inert] │ │ GLOBAL_RNG :: Identifier │ │ [::] │ │ trees :: Identifier │ │ U :: Identifier │ │ [::] │ │ labels :: Identifier │ │ [curly] │ │ AbstractVector :: Identifier │ │ T :: Identifier │ │ [::] │ │ features :: Identifier │ │ [curly] │ │ AbstractVecOrMat :: Identifier │ │ S :: Identifier │ │ [::] │ │ score :: Identifier │ │ Function :: Identifier │ │ [kw] │ │ [::] │ │ n_iter :: Identifier │ │ Int :: Identifier │ │ 3 :: Value │ │ S :: Identifier │ │ T :: Identifier │ │ [<:] │ │ U :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ [<:] │ │ [curly] │ │ Ensemble :: Identifier │ │ S :: Identifier │ │ T :: Identifier │ │ [<:] │ │ [curly] │ │ Root :: Identifier │ │ S :: Identifier │ │ T :: Identifier │ │ [<:] │ │ [curly] │ │ [.] │ │ DecisionTree :: Identifier │ │ [inert] │ │ LeafOrNode :: Identifier │ │ S :: Identifier │ │ T :: Identifier │ │ [curly] │ │ Tuple :: Identifier │ │ [<:] │ │ [curly] │ │ Ensemble :: Identifier │ │ S :: Identifier │ │ T :: Identifier │ │ [curly] │ │ AbstractVector :: Identifier │ │ Float64 :: Identifier │ │ [block] │ │ [=] │ │ base :: Identifier │ │ [call] │ │ score :: Identifier │ │ trees :: Identifier │ │ labels :: Identifier │ │ features :: Identifier │ │ [=] │ │ scores :: Identifier │ │ [call] │ │ [curly] │ │ Matrix :: Identifier │ │ Float64 :: Identifier │ │ undef :: Identifier │ │ [call] │ │ size :: Identifier │ │ features :: Identifier │ │ 2 :: Value │ │ n_iter :: Identifier │ │ [=] │ │ rng :: Identifier │ │ [::] │ │ [call] │ │ mk_rng :: Identifier │ │ rng :: Identifier │ │ [.] │ │ Random :: Identifier │ │ [inert] │ │ AbstractRNG :: Identifier │ │ [for] │ │ [=] │ │ [tuple] │ │ i :: Identifier │ │ col :: Identifier │ │ [call] │ │ enumerate :: Identifier │ │ [call] │ │ eachcol :: Identifier │ │ features :: Identifier │ │ [block] │ │ [=] │ │ origin :: Identifier │ │ [call] │ │ copy :: Identifier │ │ col :: Identifier │ │ [=] │ │ [ref] │ │ scores :: Identifier │ │ i :: Identifier │ │ : :: Identifier │ │ [do] │ │ [call] │ │ map :: Identifier │ │ [call] │ │ : :: Identifier │ │ 1 :: Value │ │ n_iter :: Identifier │ │ [->] │ │ [tuple] │ │ i :: Identifier │ │ [block] │ │ [call] │ │ shuffle! :: Identifier │ │ rng :: Identifier │ │ col :: Identifier │ │ [call] │ │ - :: Identifier │ │ base :: Identifier │ │ [call] │ │ score :: Identifier │ │ trees :: Identifier │ │ labels :: Identifier │ │ features :: Identifier │ │ [=] │ │ [ref] │ │ features :: Identifier │ │ : :: Identifier │ │ i :: Identifier │ │ origin :: Identifier │ │ [tuple] │ │ [=] │ │ mean :: Identifier │ │ [call] │ │ reshape :: Identifier │ │ [do] │ │ [call] │ │ mapslices :: Identifier │ │ [parameters] │ │ [kw] │ │ dims :: Identifier │ │ 2 :: Value │ │ scores :: Identifier │ │ [->] │ │ [tuple] │ │ im :: Identifier │ │ [block] │ │ [call] │ │ mean :: Identifier │ │ im :: Identifier │ │ : :: Identifier │ │ [=] │ │ std :: Identifier │ │ [call] │ │ reshape :: Identifier │ │ [do] │ │ [call] │ │ mapslices :: Identifier │ │ [parameters] │ │ [kw] │ │ dims :: Identifier │ │ 2 :: Value │ │ scores :: Identifier │ │ [->] │ │ [tuple] │ │ im :: Identifier │ │ [block] │ │ [call] │ │ std :: Identifier │ │ im :: Identifier │ │ : :: Identifier │ │ [=] │ │ scores :: Identifier │ │ scores :: Identifier │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [block] │ │ [=] │ │ val :: Identifier │ scope_layer=3 │ [function] │ │ [where] │ │ [call] │ │ permutation_importance :: Identifier │ scope_layer=1 │ [parameters] │ │ [kw] │ │ rng :: Identifier │ scope_layer=1 │ [.] │ │ Random :: Identifier │ scope_layer=1 │ [inert] │ │ GLOBAL_RNG :: Identifier │ │ [::] │ │ trees :: Identifier │ scope_layer=1 │ U :: Identifier │ scope_layer=1 │ [::] │ │ labels :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractVector :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [::] │ │ features :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractVecOrMat :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [::] │ │ score :: Identifier │ scope_layer=1 │ Function :: Identifier │ scope_layer=1 │ [kw] │ │ [::] │ │ n_iter :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ 3 :: Value │ macro_source=194 │ S :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ U :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ Ensemble :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ Root :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ [.] │ │ DecisionTree :: Identifier │ scope_layer=1 │ [inert] │ │ LeafOrNode :: Identifier │ │ S :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ Ensemble :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractVector :: Identifier │ scope_layer=1 │ Float64 :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ base :: Identifier │ scope_layer=1 │ [call] │ │ score :: Identifier │ scope_layer=1 │ trees :: Identifier │ scope_layer=1 │ labels :: Identifier │ scope_layer=1 │ features :: Identifier │ scope_layer=1 │ [=] │ │ scores :: Identifier │ scope_layer=1 │ [call] │ │ [curly] │ │ Matrix :: Identifier │ scope_layer=1 │ Float64 :: Identifier │ scope_layer=1 │ undef :: Identifier │ scope_layer=1 │ [call] │ │ size :: Identifier │ scope_layer=1 │ features :: Identifier │ scope_layer=1 │ 2 :: Value │ macro_source=194 │ n_iter :: Identifier │ scope_layer=1 │ [=] │ │ rng :: Identifier │ scope_layer=1 │ [::] │ │ [call] │ │ mk_rng :: Identifier │ scope_layer=1 │ rng :: Identifier │ scope_layer=1 │ [.] │ │ Random :: Identifier │ scope_layer=1 │ [inert] │ │ AbstractRNG :: Identifier │ │ [for] │ │ [=] │ │ [tuple] │ │ i :: Identifier │ scope_layer=1 │ col :: Identifier │ scope_layer=1 │ [call] │ │ enumerate :: Identifier │ scope_layer=1 │ [call] │ │ eachcol :: Identifier │ scope_layer=1 │ features :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ origin :: Identifier │ scope_layer=1 │ [call] │ │ copy :: Identifier │ scope_layer=1 │ col :: Identifier │ scope_layer=1 │ [=] │ │ [ref] │ │ scores :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ : :: Identifier │ scope_layer=1 │ [do] │ │ [call] │ │ map :: Identifier │ scope_layer=1 │ [call] │ │ : :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=194 │ n_iter :: Identifier │ scope_layer=1 │ [->] │ │ [tuple] │ │ i :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ shuffle! :: Identifier │ scope_layer=1 │ rng :: Identifier │ scope_layer=1 │ col :: Identifier │ scope_layer=1 │ [call] │ │ - :: Identifier │ scope_layer=1 │ base :: Identifier │ scope_layer=1 │ [call] │ │ score :: Identifier │ scope_layer=1 │ trees :: Identifier │ scope_layer=1 │ labels :: Identifier │ scope_layer=1 │ features :: Identifier │ scope_layer=1 │ [=] │ │ [ref] │ │ features :: Identifier │ scope_layer=1 │ : :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ origin :: Identifier │ scope_layer=1 │ [tuple] │ │ [=] │ │ mean :: Identifier │ scope_layer=1 │ [call] │ │ reshape :: Identifier │ scope_layer=1 │ [do] │ │ [call] │ │ mapslices :: Identifier │ scope_layer=1 │ [parameters] │ │ [kw] │ │ dims :: Identifier │ scope_layer=1 │ 2 :: Value │ macro_source=194 │ scores :: Identifier │ scope_layer=1 │ [->] │ │ [tuple] │ │ im :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ mean :: Identifier │ scope_layer=1 │ im :: Identifier │ scope_layer=1 │ : :: Identifier │ scope_layer=1 │ [=] │ │ std :: Identifier │ scope_layer=1 │ [call] │ │ reshape :: Identifier │ scope_layer=1 │ [do] │ │ [call] │ │ mapslices :: Identifier │ scope_layer=1 │ [parameters] │ │ [kw] │ │ dims :: Identifier │ scope_layer=1 │ 2 :: Value │ macro_source=194 │ scores :: Identifier │ scope_layer=1 │ [->] │ │ [tuple] │ │ im :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ std :: Identifier │ scope_layer=1 │ im :: Identifier │ scope_layer=1 │ : :: Identifier │ scope_layer=1 │ [=] │ │ scores :: Identifier │ scope_layer=1 │ scores :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=194 │ DecisionTree :: Value │ macro_source=194 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=194 │ DecisionTree :: Value │ │ [inert] │ jl_source=L65 │ permutation_importance :: Identifier │ │ [call] │ macro_source=194 │ Base.Docs.docstr :: Value │ macro_source=194 │ [call] │ macro_source=194 │ Core.svec :: Value │ macro_source=194 │ " permutation_importances(\n trees :: U,\n labels :: AbstractVector{T},\n features:: AbstractVecOrMat{S},\n score :: Function,\n n_iter :: Int = 3;\n rng = Random.GLOBAL_RNG\n )\n\nCalculate feature importance by shuffling each feature.\n\n* `trees`: a `DecisionTree.Leaf` object, `DecisionTree.Node` object, `DecisionTree.Root`\n object, `DecisionTree.Ensemble` object or `Tuple{DecisionTree.Ensemble, AbstractVector}`\n object (for adaboost model)\n* `score`: a function for evaluating model performance with the form of `score(model, y, X)`\n\n# Return a `NamedTuple`\n\n* Fields\n1. `mean`: mean of feature importance of each shuffle\n2. `std`: standard deviation of feature importance of each shuffle\n3. `scores`: scores of each shuffle\n\nFor algorithm details, please see [Permutation feature importanc](https://scikit-learn.org/stable/modules/permutation_importance.html).\n\n" :: Value │ macro_source=194 │ [call] │ macro_source=194 │ Dict{Symbol, Any} :: Value │ macro_source=194 │ :path => "/home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl" :: Value │ macro_source=194 │ :linenumber => 514 :: Value │ macro_source=194 │ :module => DecisionTree :: Value │ macro_source=194 │ [where] │ │ [where] │ │ [where] │ │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ U :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractVector :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractVecOrMat :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ Function :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ U :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractVector :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractVecOrMat :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ Function :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ U :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ U :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ Ensemble :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ Root :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ [.] │ │ DecisionTree :: Identifier │ scope_layer=1 │ [inert] │ │ LeafOrNode :: Identifier │ │ S :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ [curly] │ │ Ensemble :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ AbstractVector :: Identifier │ scope_layer=1 │ Float64 :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl" │ line = 514 └ mod = DecisionTree ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:541 =# - `jl_assert(!(haskey(ssa_rewrites, lhs_id)), _)`: multiple assignments to ssavalue Expression:  (= #₂ (call core.TypeVar :#T1 #₃₀₀)) Containing expressions:  (= #₂ (call core.TypeVar :#T1 #₃₀₀))  Detailed provenance:  (= #₂ (call core.TypeVar :#T1 #₃₀₀)) @#= /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:366 =#  └─ (= #₂ (call core.TypeVar :#T1 (call core.apply_type #₄₂/Ensemble #₉₃/S #₉₄/T))) @#= /source/usr/share/julia/JuliaLowering/src/closure_conversion.jl:197 =#  └─ (= #₂ (call core.TypeVar :#T1 (call core.apply_type #₄₂/Ensemble #₉₃/S #₉₄/T))) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₂ (call core.TypeVar :#T1 (call core.apply_type Ensemble S T))) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₂ (call core.TypeVar :#T1 (curly Ensemble S T)))  └─ (call core.TypeVar :#T1 (curly Ensemble S T)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3025 =#  └─ (<: (curly Ensemble S T))  └─ (<: (curly Ensemble S T))  └─ (<: (curly Ensemble S T))  └─ (<: (curly Ensemble S T))  ├─ @ /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:541  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:514 =#) " permutation_importances(\n trees :: U,\n labels :: AbstractVector{T},\n features:: AbstractVecOrMat{S},\n score :: Function,\n n_iter :: Int = 3;\n rng = Random.GLOBAL_RNG\n )\n\nCalculate feature importance by shuffling each feature.\n\n* `trees`: a `DecisionTree.Leaf` object, `DecisionTree.Node` object, `DecisionTree.Root`\n object, `DecisionTree.Ensemble` object or `Tuple{DecisionTree.Ensemble, AbstractVector}`\n object (for adaboost model)\n* `score`: a function for evaluating model performance with the form of `score(model, y, X)`\n\n# Return a `NamedTuple`\n\n* Fields\n1. `mean`: mean of feature importance of each shuffle\n2. `std`: standard deviation of feature importance of each shuffle\n3. `scores`: scores of each shuffle\n\nFor algorithm details, please see [Permutation feature importanc](https://scikit-learn.org/stable/modules/permutation_importance.html).\n\n" (function (where (call permutation_importance (parameters (kw rng (. Random (inert GLOBAL_RNG)))) (:: trees U) (:: labels (curly AbstractVector T)) (:: features (curly AbstractVecOrMat S)) (:: score Function) (kw (:: n_iter Int) 3)) S T (<: U (curly Union (<: (curly Ensemble S T)) (<: (curly Root S T)) (<: (curly (. DecisionTree (inert LeafOrNode)) S T)) (curly Tuple (<: (curly Ensemble S T)) (curly AbstractVector Float64))))) (block (= base (call score trees labels features)) (= scores (call (curly Matrix Float64) undef (call size features 2) n_iter)) (= rng (:: (call mk_rng rng) (. Random (inert AbstractRNG)))) (for (= (tuple i col) (call enumerate (call eachcol features))) (block (= origin (call copy col)) (= (ref scores i :) (do (call map (call : 1 n_iter)) (-> (tuple i) (block (call shuffle! rng col) (call - base (call score trees labels features)))))) (= (ref features : i) origin))) (tuple (= mean (call reshape (do (call mapslices (parameters (kw dims 2)) scores) (-> (tuple im) (block (call mean im)))) :)) (= std (call reshape (do (call mapslices (parameters (kw dims 2)) scores) (-> (tuple im) (block (call std im)))) :)) (= scores scores)))))  └─ @ /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:514  Stacktrace:  [1] iterate(A::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}})  @ Base /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined]  [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1106  [3] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1223  [4] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1253  [5] 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:33  [6] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [7] top-level scope  @ ~/.julia/packages/DecisionTree/0Dw1P/src/DecisionTree.jl:164  [8] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [9] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [10] top-level scope  @ stdin:5  [11] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [13] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [14] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [15] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/measures.jl:514 in expression starting at /home/pkgeval/.julia/packages/DecisionTree/0Dw1P/src/DecisionTree.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ DecisionTree │ [Output was shown above] └ ERROR: LoadError: The following 1 package failed to precompile: DecisionTree Failed to precompile DecisionTree [7806a523-6efd-50cb-b5f6-3fa6f1930dbb] to "/home/pkgeval/.julia/compiled/v1.14/DecisionTree/jl_RoccaZ" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/HerbSearch/IvwnL/test/runtests.jl:2 Testing failed after 151.8s ERROR: LoadError: Package HerbSearch errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3247 [3] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3110 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:587 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [7] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [8] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:326 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:355 [12] _start() @ Base ./client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 1674.33s: package fails to precompile