Package evaluation to load CayleyMengerDeterminant on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T20:53:52.821 ################################################################################ # Set-up # Set-up completed after 0.13s ################################################################################ # Installation # Installing CayleyMengerDeterminant... Resolving package versions... Installed ArrayInterfaceCore ────── v0.1.29 Installed InverseFunctions ──────── v0.1.17 Installed SnoopPrecompile ───────── v1.0.3 Installed Static ────────────────── v0.6.6 Installed Preferences ───────────── v1.5.2 Installed Compat ────────────────── v4.18.1 Installed PrecompileTools ───────── v1.3.4 Installed StaticArraysCore ──────── v1.4.4 Installed IfElse ────────────────── v0.1.1 Installed StaticArrays ──────────── v1.9.18 Installed ArrayInterface ────────── v6.0.17 Installed CayleyMengerDeterminant ─ v0.4.0 Updating `~/.julia/environments/v1.14/Project.toml` [5b98d230] + CayleyMengerDeterminant v0.4.0 Updating `~/.julia/environments/v1.14/Manifest.toml` ⌅ [4fba245c] + ArrayInterface v6.0.17 [30b0a656] + ArrayInterfaceCore v0.1.29 [5b98d230] + CayleyMengerDeterminant v0.4.0 [34da2185] + Compat v4.18.1 [615f187c] + IfElse v0.1.1 [3587e190] + InverseFunctions v0.1.17 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [66db9d55] + SnoopPrecompile v1.0.3 ⌅ [aedffcd0] + Static v0.6.6 [90137ffa] + StaticArrays v1.9.18 [1e83bf80] + StaticArraysCore v1.4.4 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates 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 [4607b0f0] + SuiteSparse [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.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 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 8.97s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling project... 0.9 s ✓ StaticArraysCore 0.5 s ✓ IfElse 0.9 s ✓ InverseFunctions 2.3 s ✓ Preferences 1.4 s ✓ Compat 667.7 s ✓ Static 1.1 s ✓ InverseFunctions → InverseFunctionsDatesExt 2.3 s ✓ SnoopPrecompile 2.4 s ✓ PrecompileTools 0.6 s ✓ Compat → CompatLinearAlgebraExt 66.3 s ✓ ArrayInterfaceCore 293.4 s ✓ StaticArrays ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107 =# @generated function _sub_axes(A, inds::I) where {N, P, I} │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107 =# │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:108 =# │ out = Expr(:block, Expr(:meta, :inline)) │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:109 =# │ t = Expr(:tuple) │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:110 =# │ for i = 1:fieldcount(I) │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:111 =# │ I_i = fieldtype(I, i) │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:112 =# │ if I_i <: Base.Slice{Base.OneTo{Int}} │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:113 =# │ push!(t.args, $(Expr(:quote, :(axes(A, $(Expr(:$, :i))))))) │ elseif #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:114 =# ndims(I_i) === 1 │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:115 =# │ push!(t.args, $(Expr(:quote, :(getfield(axes(getfield(inds, $(Expr(:$, :i)))), 1))))) │ else │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:117 =# │ axsi = Symbol(:axes_, i) │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:118 =# │ push!(out.args, $(Expr(:quote, :(axes(getfield(inds, $(Expr(:$, :i)))))))) │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:119 =# │ for j = 1:ndims(I_i) │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:120 =# │ push!(t.args, $(Expr(:quote, :(getfield($(Expr(:$, :axsi)), $(Expr(:$, :j))))))) │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:121 =# │ end │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:122 =# │ push!(out.args, Expr(:(=), axsi, $(Expr(:quote, :(axes(getfield(inds, $(Expr(:$, :i))))))))) │ end │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:124 =# │ end │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:125 =# │ push!(out.args, t) │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:126 =# │ out │ 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] │ │ @generated :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107 =#) :: Value │ │ [function] │ │ [where] │ │ [call] │ │ _sub_axes :: Identifier │ │ A :: Identifier │ │ [::] │ │ inds :: Identifier │ │ I :: Identifier │ │ N :: Identifier │ │ P :: Identifier │ │ I :: Identifier │ │ [block] │ │ [=] │ │ out :: Identifier │ │ [call] │ │ Expr :: Identifier │ │ [inert] │ │ block :: Identifier │ │ [call] │ │ Expr :: Identifier │ │ [inert] │ │ meta :: Identifier │ │ [inert] │ │ inline :: Identifier │ │ [=] │ │ t :: Identifier │ │ [call] │ │ Expr :: Identifier │ │ [inert] │ │ tuple :: Identifier │ │ [for] │ │ [=] │ │ i :: Identifier │ │ [call] │ │ : :: Identifier │ │ 1 :: Value │ │ [call] │ │ fieldcount :: Identifier │ │ I :: Identifier │ │ [block] │ │ [=] │ │ I_i :: Identifier │ │ [call] │ │ fieldtype :: Identifier │ │ I :: Identifier │ │ i :: Identifier │ │ [if] │ │ [<:] │ │ I_i :: Identifier │ │ [curly] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ Slice :: Identifier │ │ [curly] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ OneTo :: Identifier │ │ Int :: Identifier │ │ [block] │ │ [call] │ │ push! :: Identifier │ │ [.] │ │ t :: Identifier │ │ [inert] │ │ args :: Identifier │ │ [quote] │ │ [call] │ │ axes :: Identifier │ │ A :: Identifier │ │ [$] │ │ i :: Identifier │ │ [elseif] │ │ [block] │ │ [call] │ │ === :: Identifier │ │ [call] │ │ ndims :: Identifier │ │ I_i :: Identifier │ │ 1 :: Value │ │ [block] │ │ [call] │ │ push! :: Identifier │ │ [.] │ │ t :: Identifier │ │ [inert] │ │ args :: Identifier │ │ [quote] │ │ [call] │ │ getfield :: Identifier │ │ [call] │ │ axes :: Identifier │ │ [call] │ │ getfield :: Identifier │ │ inds :: Identifier │ │ [$] │ │ i :: Identifier │ │ 1 :: Value │ │ [block] │ │ [=] │ │ axsi :: Identifier │ │ [call] │ │ Symbol :: Identifier │ │ [inert] │ │ axes_ :: Identifier │ │ i :: Identifier │ │ [call] │ │ push! :: Identifier │ │ [.] │ │ out :: Identifier │ │ [inert] │ │ args :: Identifier │ │ [quote] │ │ [call] │ │ axes :: Identifier │ │ [call] │ │ getfield :: Identifier │ │ inds :: Identifier │ │ [$] │ │ i :: Identifier │ │ [for] │ │ [=] │ │ j :: Identifier │ │ [call] │ │ : :: Identifier │ │ 1 :: Value │ │ [call] │ │ ndims :: Identifier │ │ I_i :: Identifier │ │ [block] │ │ [call] │ │ push! :: Identifier │ │ [.] │ │ t :: Identifier │ │ [inert] │ │ args :: Identifier │ │ [quote] │ │ [call] │ │ getfield :: Identifier │ │ [$] │ │ axsi :: Identifier │ │ [$] │ │ j :: Identifier │ │ [call] │ │ push! :: Identifier │ │ [.] │ │ out :: Identifier │ │ [inert] │ │ args :: Identifier │ │ [call] │ │ Expr :: Identifier │ │ [inert] │ │ = :: Identifier │ │ axsi :: Identifier │ │ [quote] │ │ [call] │ │ axes :: Identifier │ │ [call] │ │ getfield :: Identifier │ │ inds :: Identifier │ │ [$] │ │ i :: Identifier │ │ [call] │ │ push! :: Identifier │ │ [.] │ │ out :: Identifier │ │ [inert] │ │ args :: Identifier │ │ t :: Identifier │ │ out :: 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] │ jl_source=L67 │ [where] │ macro_source=174,scope_layer=1 │ [call] │ macro_source=174,scope_layer=1 │ _sub_axes :: Identifier │ macro_source=174,scope_layer=1 │ A :: Identifier │ macro_source=174,scope_layer=1 │ [::] │ macro_source=174,scope_layer=1 │ inds :: Identifier │ macro_source=174,scope_layer=1 │ I :: Identifier │ macro_source=174,scope_layer=1 │ N :: Identifier │ macro_source=174,scope_layer=1 │ P :: Identifier │ macro_source=174,scope_layer=1 │ I :: Identifier │ macro_source=174,scope_layer=1 │ [block] │ jl_source=L67 │ [if] │ jl_source=L67 │ [generated] │ macro_source=174,jl_source=L67 │ [block] │ scope_layer=1 │ [=] │ scope_layer=1 │ out :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ scope_layer=1 │ Expr :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ block :: Identifier │ │ [call] │ scope_layer=1 │ Expr :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ meta :: Identifier │ │ [inert] │ │ inline :: Identifier │ │ [=] │ scope_layer=1 │ t :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ scope_layer=1 │ Expr :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ tuple :: Identifier │ │ [for] │ scope_layer=1 │ [=] │ macro_source=174,scope_layer=1 │ i :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ macro_source=174,scope_layer=1 │ : :: Identifier │ macro_source=174,scope_layer=1 │ 1 :: Value │ macro_source=174,scope_layer=1 │ [call] │ macro_source=174,scope_layer=1 │ fieldcount :: Identifier │ macro_source=174,scope_layer=1 │ I :: Identifier │ macro_source=174,scope_layer=1 │ [block] │ scope_layer=1 │ [=] │ macro_source=174,scope_layer=1 │ I_i :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ macro_source=174,scope_layer=1 │ fieldtype :: Identifier │ macro_source=174,scope_layer=1 │ I :: Identifier │ macro_source=174,scope_layer=1 │ i :: Identifier │ macro_source=174,scope_layer=1 │ [if] │ scope_layer=1 │ [<:] │ scope_layer=1 │ I_i :: Identifier │ macro_source=174,scope_layer=1 │ [curly] │ scope_layer=1 │ [.] │ scope_layer=1 │ Base :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ Slice :: Identifier │ │ [curly] │ scope_layer=1 │ [.] │ scope_layer=1 │ Base :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ OneTo :: Identifier │ │ Int :: Identifier │ macro_source=174,scope_layer=1 │ [block] │ scope_layer=1 │ [call] │ scope_layer=1 │ push! :: Identifier │ macro_source=174,scope_layer=1 │ [.] │ scope_layer=1 │ t :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ args :: Identifier │ │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [call] │ │ axes :: Identifier │ │ A :: Identifier │ │ [$] │ │ i :: Identifier │ │ [tuple] │ jl_source=L31 │ i :: Identifier │ macro_source=174,scope_layer=1 │ [elseif] │ scope_layer=1 │ [block] │ macro_source=174,scope_layer=1 │ [call] │ macro_source=174,scope_layer=1 │ === :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ macro_source=174,scope_layer=1 │ ndims :: Identifier │ macro_source=174,scope_layer=1 │ I_i :: Identifier │ macro_source=174,scope_layer=1 │ 1 :: Value │ macro_source=174,scope_layer=1 │ [block] │ scope_layer=1 │ [call] │ scope_layer=1 │ push! :: Identifier │ macro_source=174,scope_layer=1 │ [.] │ scope_layer=1 │ t :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ args :: Identifier │ │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [call] │ │ getfield :: Identifier │ │ [call] │ │ axes :: Identifier │ │ [call] │ │ getfield :: Identifier │ │ inds :: Identifier │ │ [$] │ │ i :: Identifier │ │ 1 :: Value │ │ [tuple] │ jl_source=L31 │ i :: Identifier │ macro_source=174,scope_layer=1 │ [block] │ scope_layer=1 │ [=] │ scope_layer=1 │ axsi :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ scope_layer=1 │ Symbol :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ axes_ :: Identifier │ │ i :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ scope_layer=1 │ push! :: Identifier │ macro_source=174,scope_layer=1 │ [.] │ scope_layer=1 │ out :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ args :: Identifier │ │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [call] │ │ axes :: Identifier │ │ [call] │ │ getfield :: Identifier │ │ inds :: Identifier │ │ [$] │ │ i :: Identifier │ │ [tuple] │ jl_source=L31 │ i :: Identifier │ macro_source=174,scope_layer=1 │ [for] │ scope_layer=1 │ [=] │ macro_source=174,scope_layer=1 │ j :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ macro_source=174,scope_layer=1 │ : :: Identifier │ macro_source=174,scope_layer=1 │ 1 :: Value │ macro_source=174,scope_layer=1 │ [call] │ macro_source=174,scope_layer=1 │ ndims :: Identifier │ macro_source=174,scope_layer=1 │ I_i :: Identifier │ macro_source=174,scope_layer=1 │ [block] │ scope_layer=1 │ [call] │ scope_layer=1 │ push! :: Identifier │ macro_source=174,scope_layer=1 │ [.] │ scope_layer=1 │ t :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ args :: Identifier │ │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [call] │ │ getfield :: Identifier │ │ [$] │ │ axsi :: Identifier │ │ [$] │ │ j :: Identifier │ │ [tuple] │ jl_source=L31 │ axsi :: Identifier │ macro_source=174,scope_layer=1 │ [tuple] │ jl_source=L31 │ j :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ scope_layer=1 │ push! :: Identifier │ macro_source=174,scope_layer=1 │ [.] │ scope_layer=1 │ out :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ args :: Identifier │ │ [call] │ scope_layer=1 │ Expr :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ = :: Identifier │ │ axsi :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [call] │ │ axes :: Identifier │ │ [call] │ │ getfield :: Identifier │ │ inds :: Identifier │ │ [$] │ │ i :: Identifier │ │ [tuple] │ jl_source=L31 │ i :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ scope_layer=1 │ push! :: Identifier │ macro_source=174,scope_layer=1 │ [.] │ scope_layer=1 │ out :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ args :: Identifier │ │ t :: Identifier │ macro_source=174,scope_layer=1 │ out :: Identifier │ macro_source=174,scope_layer=1 │ [block] │ jl_source=L67 │ [meta] │ jl_source=L67 │ generated_only :: Identifier │ scope_layer=2,jl_source=L67 │ [return] │ macro_source=174,jl_source=L67 │ nothing :: Value │ macro_source=174,jl_source=L67 │ │ file = "/home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl" │ line = 107 └ mod = ArrayInterface ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107 =# - method definition declares type variable but does not use it in the type of any function parameter Expression:  (_typevar N core.Any core.Any) Containing expressions:  (_typevar N core.Any core.Any)  Detailed provenance:  (_typevar N core.Any core.Any) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3012 =#  └─ N  ├─ N  │ └─ @ /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107  └─ (macrocall @generated :(#= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107 =#) (function (where (call _sub_axes A (:: inds I)) N P I) (block (= out (call Expr (inert block) (call Expr (inert meta) (inert inline)))) (= t (call Expr (inert tuple))) (for (= i (call : 1 (call fieldcount I))) (block (= I_i (call fieldtype I i)) (if (<: I_i (curly (. Base (inert Slice)) (curly (. Base (inert OneTo)) Int))) (block (call push! (. t (inert args)) (quote (call axes A ($ i))))) (elseif (block (call === (call ndims I_i) 1)) (block (call push! (. t (inert args)) (quote (call getfield (call axes (call getfield inds ($ i))) 1)))) (block (= axsi (call Symbol (inert axes_) i)) (call push! (. out (inert args)) (quote (call axes (call getfield inds ($ i))))) (for (= j (call : 1 (call ndims I_i))) (block (call push! (. t (inert args)) (quote (call getfield ($ axsi) ($ j)))))) (call push! (. out (inert args)) (call Expr (inert =) axsi (quote (call axes (call getfield inds ($ i))))))))))) (call push! (. out (inert args)) t) out)))  └─ @ /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107  Stacktrace:  [1] expand_function_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, raw_args::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, wheres::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2860  [2] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4268  [3] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [4] 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  [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:30  [6] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [7] top-level scope  @ ~/.julia/packages/ArrayInterface/WqWtZ/src/ArrayInterface.jl:286  [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/ArrayInterface/WqWtZ/src/axes.jl:107 in expression starting at /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/ArrayInterface.jl:1 in expression starting at stdin:5 ✗ ArrayInterface ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"), "ArrayInterface") 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(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base ./module.jl:111  [10] eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [11] top-level scope  @ ~/.julia/packages/CayleyMengerDeterminant/sxw97/src/CayleyMengerDeterminant.jl:4  [12] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [13] 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  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [17] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [19] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/CayleyMengerDeterminant/sxw97/src/CayleyMengerDeterminant.jl:1 in expression starting at stdin:5 ✗ CayleyMengerDeterminant 12 dependencies successfully precompiled in 1263 seconds. 9 already precompiled. Precompilation completed after 1279.25s ################################################################################ # Loading # Loading CayleyMengerDeterminant... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107 =# @generated function _sub_axes(A, inds::I) where {N, P, I} │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107 =# │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:108 =# │ out = Expr(:block, Expr(:meta, :inline)) │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:109 =# │ t = Expr(:tuple) │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:110 =# │ for i = 1:fieldcount(I) │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:111 =# │ I_i = fieldtype(I, i) │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:112 =# │ if I_i <: Base.Slice{Base.OneTo{Int}} │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:113 =# │ push!(t.args, $(Expr(:quote, :(axes(A, $(Expr(:$, :i))))))) │ elseif #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:114 =# ndims(I_i) === 1 │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:115 =# │ push!(t.args, $(Expr(:quote, :(getfield(axes(getfield(inds, $(Expr(:$, :i)))), 1))))) │ else │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:117 =# │ axsi = Symbol(:axes_, i) │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:118 =# │ push!(out.args, $(Expr(:quote, :(axes(getfield(inds, $(Expr(:$, :i)))))))) │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:119 =# │ for j = 1:ndims(I_i) │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:120 =# │ push!(t.args, $(Expr(:quote, :(getfield($(Expr(:$, :axsi)), $(Expr(:$, :j))))))) │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:121 =# │ end │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:122 =# │ push!(out.args, Expr(:(=), axsi, $(Expr(:quote, :(axes(getfield(inds, $(Expr(:$, :i))))))))) │ end │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:124 =# │ end │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:125 =# │ push!(out.args, t) │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:126 =# │ out │ 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] │ │ @generated :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107 =#) :: Value │ │ [function] │ │ [where] │ │ [call] │ │ _sub_axes :: Identifier │ │ A :: Identifier │ │ [::] │ │ inds :: Identifier │ │ I :: Identifier │ │ N :: Identifier │ │ P :: Identifier │ │ I :: Identifier │ │ [block] │ │ [=] │ │ out :: Identifier │ │ [call] │ │ Expr :: Identifier │ │ [inert] │ │ block :: Identifier │ │ [call] │ │ Expr :: Identifier │ │ [inert] │ │ meta :: Identifier │ │ [inert] │ │ inline :: Identifier │ │ [=] │ │ t :: Identifier │ │ [call] │ │ Expr :: Identifier │ │ [inert] │ │ tuple :: Identifier │ │ [for] │ │ [=] │ │ i :: Identifier │ │ [call] │ │ : :: Identifier │ │ 1 :: Value │ │ [call] │ │ fieldcount :: Identifier │ │ I :: Identifier │ │ [block] │ │ [=] │ │ I_i :: Identifier │ │ [call] │ │ fieldtype :: Identifier │ │ I :: Identifier │ │ i :: Identifier │ │ [if] │ │ [<:] │ │ I_i :: Identifier │ │ [curly] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ Slice :: Identifier │ │ [curly] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ OneTo :: Identifier │ │ Int :: Identifier │ │ [block] │ │ [call] │ │ push! :: Identifier │ │ [.] │ │ t :: Identifier │ │ [inert] │ │ args :: Identifier │ │ [quote] │ │ [call] │ │ axes :: Identifier │ │ A :: Identifier │ │ [$] │ │ i :: Identifier │ │ [elseif] │ │ [block] │ │ [call] │ │ === :: Identifier │ │ [call] │ │ ndims :: Identifier │ │ I_i :: Identifier │ │ 1 :: Value │ │ [block] │ │ [call] │ │ push! :: Identifier │ │ [.] │ │ t :: Identifier │ │ [inert] │ │ args :: Identifier │ │ [quote] │ │ [call] │ │ getfield :: Identifier │ │ [call] │ │ axes :: Identifier │ │ [call] │ │ getfield :: Identifier │ │ inds :: Identifier │ │ [$] │ │ i :: Identifier │ │ 1 :: Value │ │ [block] │ │ [=] │ │ axsi :: Identifier │ │ [call] │ │ Symbol :: Identifier │ │ [inert] │ │ axes_ :: Identifier │ │ i :: Identifier │ │ [call] │ │ push! :: Identifier │ │ [.] │ │ out :: Identifier │ │ [inert] │ │ args :: Identifier │ │ [quote] │ │ [call] │ │ axes :: Identifier │ │ [call] │ │ getfield :: Identifier │ │ inds :: Identifier │ │ [$] │ │ i :: Identifier │ │ [for] │ │ [=] │ │ j :: Identifier │ │ [call] │ │ : :: Identifier │ │ 1 :: Value │ │ [call] │ │ ndims :: Identifier │ │ I_i :: Identifier │ │ [block] │ │ [call] │ │ push! :: Identifier │ │ [.] │ │ t :: Identifier │ │ [inert] │ │ args :: Identifier │ │ [quote] │ │ [call] │ │ getfield :: Identifier │ │ [$] │ │ axsi :: Identifier │ │ [$] │ │ j :: Identifier │ │ [call] │ │ push! :: Identifier │ │ [.] │ │ out :: Identifier │ │ [inert] │ │ args :: Identifier │ │ [call] │ │ Expr :: Identifier │ │ [inert] │ │ = :: Identifier │ │ axsi :: Identifier │ │ [quote] │ │ [call] │ │ axes :: Identifier │ │ [call] │ │ getfield :: Identifier │ │ inds :: Identifier │ │ [$] │ │ i :: Identifier │ │ [call] │ │ push! :: Identifier │ │ [.] │ │ out :: Identifier │ │ [inert] │ │ args :: Identifier │ │ t :: Identifier │ │ out :: 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] │ jl_source=L67 │ [where] │ macro_source=174,scope_layer=1 │ [call] │ macro_source=174,scope_layer=1 │ _sub_axes :: Identifier │ macro_source=174,scope_layer=1 │ A :: Identifier │ macro_source=174,scope_layer=1 │ [::] │ macro_source=174,scope_layer=1 │ inds :: Identifier │ macro_source=174,scope_layer=1 │ I :: Identifier │ macro_source=174,scope_layer=1 │ N :: Identifier │ macro_source=174,scope_layer=1 │ P :: Identifier │ macro_source=174,scope_layer=1 │ I :: Identifier │ macro_source=174,scope_layer=1 │ [block] │ jl_source=L67 │ [if] │ jl_source=L67 │ [generated] │ macro_source=174,jl_source=L67 │ [block] │ scope_layer=1 │ [=] │ scope_layer=1 │ out :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ scope_layer=1 │ Expr :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ block :: Identifier │ │ [call] │ scope_layer=1 │ Expr :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ meta :: Identifier │ │ [inert] │ │ inline :: Identifier │ │ [=] │ scope_layer=1 │ t :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ scope_layer=1 │ Expr :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ tuple :: Identifier │ │ [for] │ scope_layer=1 │ [=] │ macro_source=174,scope_layer=1 │ i :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ macro_source=174,scope_layer=1 │ : :: Identifier │ macro_source=174,scope_layer=1 │ 1 :: Value │ macro_source=174,scope_layer=1 │ [call] │ macro_source=174,scope_layer=1 │ fieldcount :: Identifier │ macro_source=174,scope_layer=1 │ I :: Identifier │ macro_source=174,scope_layer=1 │ [block] │ scope_layer=1 │ [=] │ macro_source=174,scope_layer=1 │ I_i :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ macro_source=174,scope_layer=1 │ fieldtype :: Identifier │ macro_source=174,scope_layer=1 │ I :: Identifier │ macro_source=174,scope_layer=1 │ i :: Identifier │ macro_source=174,scope_layer=1 │ [if] │ scope_layer=1 │ [<:] │ scope_layer=1 │ I_i :: Identifier │ macro_source=174,scope_layer=1 │ [curly] │ scope_layer=1 │ [.] │ scope_layer=1 │ Base :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ Slice :: Identifier │ │ [curly] │ scope_layer=1 │ [.] │ scope_layer=1 │ Base :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ OneTo :: Identifier │ │ Int :: Identifier │ macro_source=174,scope_layer=1 │ [block] │ scope_layer=1 │ [call] │ scope_layer=1 │ push! :: Identifier │ macro_source=174,scope_layer=1 │ [.] │ scope_layer=1 │ t :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ args :: Identifier │ │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [call] │ │ axes :: Identifier │ │ A :: Identifier │ │ [$] │ │ i :: Identifier │ │ [tuple] │ jl_source=L31 │ i :: Identifier │ macro_source=174,scope_layer=1 │ [elseif] │ scope_layer=1 │ [block] │ macro_source=174,scope_layer=1 │ [call] │ macro_source=174,scope_layer=1 │ === :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ macro_source=174,scope_layer=1 │ ndims :: Identifier │ macro_source=174,scope_layer=1 │ I_i :: Identifier │ macro_source=174,scope_layer=1 │ 1 :: Value │ macro_source=174,scope_layer=1 │ [block] │ scope_layer=1 │ [call] │ scope_layer=1 │ push! :: Identifier │ macro_source=174,scope_layer=1 │ [.] │ scope_layer=1 │ t :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ args :: Identifier │ │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [call] │ │ getfield :: Identifier │ │ [call] │ │ axes :: Identifier │ │ [call] │ │ getfield :: Identifier │ │ inds :: Identifier │ │ [$] │ │ i :: Identifier │ │ 1 :: Value │ │ [tuple] │ jl_source=L31 │ i :: Identifier │ macro_source=174,scope_layer=1 │ [block] │ scope_layer=1 │ [=] │ scope_layer=1 │ axsi :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ scope_layer=1 │ Symbol :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ axes_ :: Identifier │ │ i :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ scope_layer=1 │ push! :: Identifier │ macro_source=174,scope_layer=1 │ [.] │ scope_layer=1 │ out :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ args :: Identifier │ │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [call] │ │ axes :: Identifier │ │ [call] │ │ getfield :: Identifier │ │ inds :: Identifier │ │ [$] │ │ i :: Identifier │ │ [tuple] │ jl_source=L31 │ i :: Identifier │ macro_source=174,scope_layer=1 │ [for] │ scope_layer=1 │ [=] │ macro_source=174,scope_layer=1 │ j :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ macro_source=174,scope_layer=1 │ : :: Identifier │ macro_source=174,scope_layer=1 │ 1 :: Value │ macro_source=174,scope_layer=1 │ [call] │ macro_source=174,scope_layer=1 │ ndims :: Identifier │ macro_source=174,scope_layer=1 │ I_i :: Identifier │ macro_source=174,scope_layer=1 │ [block] │ scope_layer=1 │ [call] │ scope_layer=1 │ push! :: Identifier │ macro_source=174,scope_layer=1 │ [.] │ scope_layer=1 │ t :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ args :: Identifier │ │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [call] │ │ getfield :: Identifier │ │ [$] │ │ axsi :: Identifier │ │ [$] │ │ j :: Identifier │ │ [tuple] │ jl_source=L31 │ axsi :: Identifier │ macro_source=174,scope_layer=1 │ [tuple] │ jl_source=L31 │ j :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ scope_layer=1 │ push! :: Identifier │ macro_source=174,scope_layer=1 │ [.] │ scope_layer=1 │ out :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ args :: Identifier │ │ [call] │ scope_layer=1 │ Expr :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ = :: Identifier │ │ axsi :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [call] │ │ axes :: Identifier │ │ [call] │ │ getfield :: Identifier │ │ inds :: Identifier │ │ [$] │ │ i :: Identifier │ │ [tuple] │ jl_source=L31 │ i :: Identifier │ macro_source=174,scope_layer=1 │ [call] │ scope_layer=1 │ push! :: Identifier │ macro_source=174,scope_layer=1 │ [.] │ scope_layer=1 │ out :: Identifier │ macro_source=174,scope_layer=1 │ [inert] │ │ args :: Identifier │ │ t :: Identifier │ macro_source=174,scope_layer=1 │ out :: Identifier │ macro_source=174,scope_layer=1 │ [block] │ jl_source=L67 │ [meta] │ jl_source=L67 │ generated_only :: Identifier │ scope_layer=2,jl_source=L67 │ [return] │ macro_source=174,jl_source=L67 │ nothing :: Value │ macro_source=174,jl_source=L67 │ │ file = "/home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl" │ line = 107 └ mod = ArrayInterface ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107 =# - method definition declares type variable but does not use it in the type of any function parameter Expression:  (_typevar N core.Any core.Any) Containing expressions:  (_typevar N core.Any core.Any)  Detailed provenance:  (_typevar N core.Any core.Any) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3012 =#  └─ N  ├─ N  │ └─ @ /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107  └─ (macrocall @generated :(#= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107 =#) (function (where (call _sub_axes A (:: inds I)) N P I) (block (= out (call Expr (inert block) (call Expr (inert meta) (inert inline)))) (= t (call Expr (inert tuple))) (for (= i (call : 1 (call fieldcount I))) (block (= I_i (call fieldtype I i)) (if (<: I_i (curly (. Base (inert Slice)) (curly (. Base (inert OneTo)) Int))) (block (call push! (. t (inert args)) (quote (call axes A ($ i))))) (elseif (block (call === (call ndims I_i) 1)) (block (call push! (. t (inert args)) (quote (call getfield (call axes (call getfield inds ($ i))) 1)))) (block (= axsi (call Symbol (inert axes_) i)) (call push! (. out (inert args)) (quote (call axes (call getfield inds ($ i))))) (for (= j (call : 1 (call ndims I_i))) (block (call push! (. t (inert args)) (quote (call getfield ($ axsi) ($ j)))))) (call push! (. out (inert args)) (call Expr (inert =) axsi (quote (call axes (call getfield inds ($ i))))))))))) (call push! (. out (inert args)) t) out)))  └─ @ /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107  Stacktrace:  [1] expand_function_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, raw_args::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, wheres::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2860  [2] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4268  [3] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [4] 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  [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:30  [6] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [7] top-level scope  @ ~/.julia/packages/ArrayInterface/WqWtZ/src/ArrayInterface.jl:286  [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/ArrayInterface/WqWtZ/src/axes.jl:107 in expression starting at /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/ArrayInterface.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"), "ArrayInterface") 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(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base ./module.jl:111  [10] eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [11] top-level scope  @ ~/.julia/packages/CayleyMengerDeterminant/sxw97/src/CayleyMengerDeterminant.jl:4  [12] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [13] 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  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [17] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [19] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/CayleyMengerDeterminant/sxw97/src/CayleyMengerDeterminant.jl:1 in expression starting at stdin:5 2 dependencies had output during precompilation: ┌ ArrayInterface │ ┌ Info: JuliaLowering threw given input: │ │ code = │ │ :(#= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107 =# @generated function _sub_axes(A, inds::I) where {N, P, I} │ │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107 =# │ │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:108 =# │ │ out = Expr(:block, Expr(:meta, :inline)) │ │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:109 =# │ │ t = Expr(:tuple) │ │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:110 =# │ │ for i = 1:fieldcount(I) │ │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:111 =# │ │ I_i = fieldtype(I, i) │ │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:112 =# │ │ if I_i <: Base.Slice{Base.OneTo{Int}} │ │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:113 =# │ │ push!(t.args, $(Expr(:quote, :(axes(A, $(Expr(:$, :i))))))) │ │ elseif #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:114 =# ndims(I_i) === 1 │ │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:115 =# │ │ push!(t.args, $(Expr(:quote, :(getfield(axes(getfield(inds, $(Expr(:$, :i)))), 1))))) │ │ else │ │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:117 =# │ │ axsi = Symbol(:axes_, i) │ │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:118 =# │ │ push!(out.args, $(Expr(:quote, :(axes(getfield(inds, $(Expr(:$, :i)))))))) │ │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:119 =# │ │ for j = 1:ndims(I_i) │ │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:120 =# │ │ push!(t.args, $(Expr(:quote, :(getfield($(Expr(:$, :axsi)), $(Expr(:$, :j))))))) │ │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:121 =# │ │ end │ │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:122 =# │ │ push!(out.args, Expr(:(=), axsi, $(Expr(:quote, :(axes(getfield(inds, $(Expr(:$, :i))))))))) │ │ end │ │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:124 =# │ │ end │ │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:125 =# │ │ push!(out.args, t) │ │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:126 =# │ │ out │ │ 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] │ │ │ @generated :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107 =#) :: Value │ │ │ [function] │ │ │ [where] │ │ │ [call] │ │ │ _sub_axes :: Identifier │ │ │ A :: Identifier │ │ │ [::] │ │ │ inds :: Identifier │ │ │ I :: Identifier │ │ │ N :: Identifier │ │ │ P :: Identifier │ │ │ I :: Identifier │ │ │ [block] │ │ │ [=] │ │ │ out :: Identifier │ │ │ [call] │ │ │ Expr :: Identifier │ │ │ [inert] │ │ │ block :: Identifier │ │ │ [call] │ │ │ Expr :: Identifier │ │ │ [inert] │ │ │ meta :: Identifier │ │ │ [inert] │ │ │ inline :: Identifier │ │ │ [=] │ │ │ t :: Identifier │ │ │ [call] │ │ │ Expr :: Identifier │ │ │ [inert] │ │ │ tuple :: Identifier │ │ │ [for] │ │ │ [=] │ │ │ i :: Identifier │ │ │ [call] │ │ │ : :: Identifier │ │ │ 1 :: Value │ │ │ [call] │ │ │ fieldcount :: Identifier │ │ │ I :: Identifier │ │ │ [block] │ │ │ [=] │ │ │ I_i :: Identifier │ │ │ [call] │ │ │ fieldtype :: Identifier │ │ │ I :: Identifier │ │ │ i :: Identifier │ │ │ [if] │ │ │ [<:] │ │ │ I_i :: Identifier │ │ │ [curly] │ │ │ [.] │ │ │ Base :: Identifier │ │ │ [inert] │ │ │ Slice :: Identifier │ │ │ [curly] │ │ │ [.] │ │ │ Base :: Identifier │ │ │ [inert] │ │ │ OneTo :: Identifier │ │ │ Int :: Identifier │ │ │ [block] │ │ │ [call] │ │ │ push! :: Identifier │ │ │ [.] │ │ │ t :: Identifier │ │ │ [inert] │ │ │ args :: Identifier │ │ │ [quote] │ │ │ [call] │ │ │ axes :: Identifier │ │ │ A :: Identifier │ │ │ [$] │ │ │ i :: Identifier │ │ │ [elseif] │ │ │ [block] │ │ │ [call] │ │ │ === :: Identifier │ │ │ [call] │ │ │ ndims :: Identifier │ │ │ I_i :: Identifier │ │ │ 1 :: Value │ │ │ [block] │ │ │ [call] │ │ │ push! :: Identifier │ │ │ [.] │ │ │ t :: Identifier │ │ │ [inert] │ │ │ args :: Identifier │ │ │ [quote] │ │ │ [call] │ │ │ getfield :: Identifier │ │ │ [call] │ │ │ axes :: Identifier │ │ │ [call] │ │ │ getfield :: Identifier │ │ │ inds :: Identifier │ │ │ [$] │ │ │ i :: Identifier │ │ │ 1 :: Value │ │ │ [block] │ │ │ [=] │ │ │ axsi :: Identifier │ │ │ [call] │ │ │ Symbol :: Identifier │ │ │ [inert] │ │ │ axes_ :: Identifier │ │ │ i :: Identifier │ │ │ [call] │ │ │ push! :: Identifier │ │ │ [.] │ │ │ out :: Identifier │ │ │ [inert] │ │ │ args :: Identifier │ │ │ [quote] │ │ │ [call] │ │ │ axes :: Identifier │ │ │ [call] │ │ │ getfield :: Identifier │ │ │ inds :: Identifier │ │ │ [$] │ │ │ i :: Identifier │ │ │ [for] │ │ │ [=] │ │ │ j :: Identifier │ │ │ [call] │ │ │ : :: Identifier │ │ │ 1 :: Value │ │ │ [call] │ │ │ ndims :: Identifier │ │ │ I_i :: Identifier │ │ │ [block] │ │ │ [call] │ │ │ push! :: Identifier │ │ │ [.] │ │ │ t :: Identifier │ │ │ [inert] │ │ │ args :: Identifier │ │ │ [quote] │ │ │ [call] │ │ │ getfield :: Identifier │ │ │ [$] │ │ │ axsi :: Identifier │ │ │ [$] │ │ │ j :: Identifier │ │ │ [call] │ │ │ push! :: Identifier │ │ │ [.] │ │ │ out :: Identifier │ │ │ [inert] │ │ │ args :: Identifier │ │ │ [call] │ │ │ Expr :: Identifier │ │ │ [inert] │ │ │ = :: Identifier │ │ │ axsi :: Identifier │ │ │ [quote] │ │ │ [call] │ │ │ axes :: Identifier │ │ │ [call] │ │ │ getfield :: Identifier │ │ │ inds :: Identifier │ │ │ [$] │ │ │ i :: Identifier │ │ │ [call] │ │ │ push! :: Identifier │ │ │ [.] │ │ │ out :: Identifier │ │ │ [inert] │ │ │ args :: Identifier │ │ │ t :: Identifier │ │ │ out :: 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] │ jl_source=L67 │ │ [where] │ macro_source=174,scope_layer=1 │ │ [call] │ macro_source=174,scope_layer=1 │ │ _sub_axes :: Identifier │ macro_source=174,scope_layer=1 │ │ A :: Identifier │ macro_source=174,scope_layer=1 │ │ [::] │ macro_source=174,scope_layer=1 │ │ inds :: Identifier │ macro_source=174,scope_layer=1 │ │ I :: Identifier │ macro_source=174,scope_layer=1 │ │ N :: Identifier │ macro_source=174,scope_layer=1 │ │ P :: Identifier │ macro_source=174,scope_layer=1 │ │ I :: Identifier │ macro_source=174,scope_layer=1 │ │ [block] │ jl_source=L67 │ │ [if] │ jl_source=L67 │ │ [generated] │ macro_source=174,jl_source=L67 │ │ [block] │ scope_layer=1 │ │ [=] │ scope_layer=1 │ │ out :: Identifier │ macro_source=174,scope_layer=1 │ │ [call] │ scope_layer=1 │ │ Expr :: Identifier │ macro_source=174,scope_layer=1 │ │ [inert] │ │ │ block :: Identifier │ │ │ [call] │ scope_layer=1 │ │ Expr :: Identifier │ macro_source=174,scope_layer=1 │ │ [inert] │ │ │ meta :: Identifier │ │ │ [inert] │ │ │ inline :: Identifier │ │ │ [=] │ scope_layer=1 │ │ t :: Identifier │ macro_source=174,scope_layer=1 │ │ [call] │ scope_layer=1 │ │ Expr :: Identifier │ macro_source=174,scope_layer=1 │ │ [inert] │ │ │ tuple :: Identifier │ │ │ [for] │ scope_layer=1 │ │ [=] │ macro_source=174,scope_layer=1 │ │ i :: Identifier │ macro_source=174,scope_layer=1 │ │ [call] │ macro_source=174,scope_layer=1 │ │ : :: Identifier │ macro_source=174,scope_layer=1 │ │ 1 :: Value │ macro_source=174,scope_layer=1 │ │ [call] │ macro_source=174,scope_layer=1 │ │ fieldcount :: Identifier │ macro_source=174,scope_layer=1 │ │ I :: Identifier │ macro_source=174,scope_layer=1 │ │ [block] │ scope_layer=1 │ │ [=] │ macro_source=174,scope_layer=1 │ │ I_i :: Identifier │ macro_source=174,scope_layer=1 │ │ [call] │ macro_source=174,scope_layer=1 │ │ fieldtype :: Identifier │ macro_source=174,scope_layer=1 │ │ I :: Identifier │ macro_source=174,scope_layer=1 │ │ i :: Identifier │ macro_source=174,scope_layer=1 │ │ [if] │ scope_layer=1 │ │ [<:] │ scope_layer=1 │ │ I_i :: Identifier │ macro_source=174,scope_layer=1 │ │ [curly] │ scope_layer=1 │ │ [.] │ scope_layer=1 │ │ Base :: Identifier │ macro_source=174,scope_layer=1 │ │ [inert] │ │ │ Slice :: Identifier │ │ │ [curly] │ scope_layer=1 │ │ [.] │ scope_layer=1 │ │ Base :: Identifier │ macro_source=174,scope_layer=1 │ │ [inert] │ │ │ OneTo :: Identifier │ │ │ Int :: Identifier │ macro_source=174,scope_layer=1 │ │ [block] │ scope_layer=1 │ │ [call] │ scope_layer=1 │ │ push! :: Identifier │ macro_source=174,scope_layer=1 │ │ [.] │ scope_layer=1 │ │ t :: Identifier │ macro_source=174,scope_layer=1 │ │ [inert] │ │ │ args :: Identifier │ │ │ [call] │ jl_source=L67 │ │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ │ Expr :: Value │ jl_source=L67 │ │ [inert] │ jl_source=L67 │ │ [call] │ │ │ axes :: Identifier │ │ │ A :: Identifier │ │ │ [$] │ │ │ i :: Identifier │ │ │ [tuple] │ jl_source=L31 │ │ i :: Identifier │ macro_source=174,scope_layer=1 │ │ [elseif] │ scope_layer=1 │ │ [block] │ macro_source=174,scope_layer=1 │ │ [call] │ macro_source=174,scope_layer=1 │ │ === :: Identifier │ macro_source=174,scope_layer=1 │ │ [call] │ macro_source=174,scope_layer=1 │ │ ndims :: Identifier │ macro_source=174,scope_layer=1 │ │ I_i :: Identifier │ macro_source=174,scope_layer=1 │ │ 1 :: Value │ macro_source=174,scope_layer=1 │ │ [block] │ scope_layer=1 │ │ [call] │ scope_layer=1 │ │ push! :: Identifier │ macro_source=174,scope_layer=1 │ │ [.] │ scope_layer=1 │ │ t :: Identifier │ macro_source=174,scope_layer=1 │ │ [inert] │ │ │ args :: Identifier │ │ │ [call] │ jl_source=L67 │ │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ │ Expr :: Value │ jl_source=L67 │ │ [inert] │ jl_source=L67 │ │ [call] │ │ │ getfield :: Identifier │ │ │ [call] │ │ │ axes :: Identifier │ │ │ [call] │ │ │ getfield :: Identifier │ │ │ inds :: Identifier │ │ │ [$] │ │ │ i :: Identifier │ │ │ 1 :: Value │ │ │ [tuple] │ jl_source=L31 │ │ i :: Identifier │ macro_source=174,scope_layer=1 │ │ [block] │ scope_layer=1 │ │ [=] │ scope_layer=1 │ │ axsi :: Identifier │ macro_source=174,scope_layer=1 │ │ [call] │ scope_layer=1 │ │ Symbol :: Identifier │ macro_source=174,scope_layer=1 │ │ [inert] │ │ │ axes_ :: Identifier │ │ │ i :: Identifier │ macro_source=174,scope_layer=1 │ │ [call] │ scope_layer=1 │ │ push! :: Identifier │ macro_source=174,scope_layer=1 │ │ [.] │ scope_layer=1 │ │ out :: Identifier │ macro_source=174,scope_layer=1 │ │ [inert] │ │ │ args :: Identifier │ │ │ [call] │ jl_source=L67 │ │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ │ Expr :: Value │ jl_source=L67 │ │ [inert] │ jl_source=L67 │ │ [call] │ │ │ axes :: Identifier │ │ │ [call] │ │ │ getfield :: Identifier │ │ │ inds :: Identifier │ │ │ [$] │ │ │ i :: Identifier │ │ │ [tuple] │ jl_source=L31 │ │ i :: Identifier │ macro_source=174,scope_layer=1 │ │ [for] │ scope_layer=1 │ │ [=] │ macro_source=174,scope_layer=1 │ │ j :: Identifier │ macro_source=174,scope_layer=1 │ │ [call] │ macro_source=174,scope_layer=1 │ │ : :: Identifier │ macro_source=174,scope_layer=1 │ │ 1 :: Value │ macro_source=174,scope_layer=1 │ │ [call] │ macro_source=174,scope_layer=1 │ │ ndims :: Identifier │ macro_source=174,scope_layer=1 │ │ I_i :: Identifier │ macro_source=174,scope_layer=1 │ │ [block] │ scope_layer=1 │ │ [call] │ scope_layer=1 │ │ push! :: Identifier │ macro_source=174,scope_layer=1 │ │ [.] │ scope_layer=1 │ │ t :: Identifier │ macro_source=174,scope_layer=1 │ │ [inert] │ │ │ args :: Identifier │ │ │ [call] │ jl_source=L67 │ │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ │ Expr :: Value │ jl_source=L67 │ │ [inert] │ jl_source=L67 │ │ [call] │ │ │ getfield :: Identifier │ │ │ [$] │ │ │ axsi :: Identifier │ │ │ [$] │ │ │ j :: Identifier │ │ │ [tuple] │ jl_source=L31 │ │ axsi :: Identifier │ macro_source=174,scope_layer=1 │ │ [tuple] │ jl_source=L31 │ │ j :: Identifier │ macro_source=174,scope_layer=1 │ │ [call] │ scope_layer=1 │ │ push! :: Identifier │ macro_source=174,scope_layer=1 │ │ [.] │ scope_layer=1 │ │ out :: Identifier │ macro_source=174,scope_layer=1 │ │ [inert] │ │ │ args :: Identifier │ │ │ [call] │ scope_layer=1 │ │ Expr :: Identifier │ macro_source=174,scope_layer=1 │ │ [inert] │ │ │ = :: Identifier │ │ │ axsi :: Identifier │ macro_source=174,scope_layer=1 │ │ [call] │ jl_source=L67 │ │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ │ Expr :: Value │ jl_source=L67 │ │ [inert] │ jl_source=L67 │ │ [call] │ │ │ axes :: Identifier │ │ │ [call] │ │ │ getfield :: Identifier │ │ │ inds :: Identifier │ │ │ [$] │ │ │ i :: Identifier │ │ │ [tuple] │ jl_source=L31 │ │ i :: Identifier │ macro_source=174,scope_layer=1 │ │ [call] │ scope_layer=1 │ │ push! :: Identifier │ macro_source=174,scope_layer=1 │ │ [.] │ scope_layer=1 │ │ out :: Identifier │ macro_source=174,scope_layer=1 │ │ [inert] │ │ │ args :: Identifier │ │ │ t :: Identifier │ macro_source=174,scope_layer=1 │ │ out :: Identifier │ macro_source=174,scope_layer=1 │ │ [block] │ jl_source=L67 │ │ [meta] │ jl_source=L67 │ │ generated_only :: Identifier │ scope_layer=2,jl_source=L67 │ │ [return] │ macro_source=174,jl_source=L67 │ │ nothing :: Value │ macro_source=174,jl_source=L67 │ │ │ │ file = "/home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl" │ │ line = 107 │ └ mod = ArrayInterface │ ERROR: LoadError: LoweringError: │ #= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107 =# - method definition declares type variable but does not use it in the type of any function parameter │ Expression: │ (_typevar N core.Any core.Any) │ Containing expressions: │ (_typevar N core.Any core.Any) │ │ Detailed provenance: │ (_typevar N core.Any core.Any) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3012 =# │ └─ N │ ├─ N │ │ └─ @ /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107 │ └─ (macrocall @generated :(#= /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107 =#) (function (where (call _sub_axes A (:: inds I)) N P I) (block (= out (call Expr (inert block) (call Expr (inert meta) (inert inline)))) (= t (call Expr (inert tuple))) (for (= i (call : 1 (call fieldcount I))) (block (= I_i (call fieldtype I i)) (if (<: I_i (curly (. Base (inert Slice)) (curly (. Base (inert OneTo)) Int))) (block (call push! (. t (inert args)) (quote (call axes A ($ i))))) (elseif (block (call === (call ndims I_i) 1)) (block (call push! (. t (inert args)) (quote (call getfield (call axes (call getfield inds ($ i))) 1)))) (block (= axsi (call Symbol (inert axes_) i)) (call push! (. out (inert args)) (quote (call axes (call getfield inds ($ i))))) (for (= j (call : 1 (call ndims I_i))) (block (call push! (. t (inert args)) (quote (call getfield ($ axsi) ($ j)))))) (call push! (. out (inert args)) (call Expr (inert =) axsi (quote (call axes (call getfield inds ($ i))))))))))) (call push! (. out (inert args)) t) out))) │ └─ @ /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/axes.jl:107 │ │ Stacktrace: │ [1] expand_function_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, src::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, raw_args::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, wheres::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, body::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, rett::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2860 │ [2] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4268 │ [3] Dict{Int64, Int64}() │ @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined] │ [4] 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 │ [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:30 │ [6] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:327 │ [7] top-level scope │ @ ~/.julia/packages/ArrayInterface/WqWtZ/src/ArrayInterface.jl:286 │ [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/ArrayInterface/WqWtZ/src/axes.jl:107 │ in expression starting at /home/pkgeval/.julia/packages/ArrayInterface/WqWtZ/src/ArrayInterface.jl:1 │ in expression starting at stdin:5 └ ┌ CayleyMengerDeterminant │ [Output was shown above] └ ERROR: The following 2 packages failed to precompile: ArrayInterface Failed to precompile ArrayInterface [4fba245c-0d91-5ea0-9b3e-6abc04ee57a9] to "/home/pkgeval/.julia/compiled/v1.14/ArrayInterface/jl_h28foo" (ProcessExited(1)). CayleyMengerDeterminant Failed to precompile CayleyMengerDeterminant [5b98d230-66e3-4a60-a8a7-ae961925db22] to "/home/pkgeval/.julia/compiled/v1.14/CayleyMengerDeterminant/jl_WJzqaS" (ProcessExited(1)). Loading failed after 230.18s ERROR: LoadError: failed process: Process(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so -g1 --check-bounds=yes --inline=yes --check-bounds=yes --pkgimages=existing -e 'using CayleyMengerDeterminant'`, ProcessExited(1)) [1] Stacktrace: [1] spawn_opts_inherit() @ Base ./process.jl:612 [inlined] [2] run(::Cmd; wait::Bool) @ Base ./process.jl:525 [3] run(::Cmd) @ Base ./process.jl:522 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:197 [5] include(mod::Module, _path::String) @ Base ./Base.jl:326 [6] exec_options(opts::Base.JLOptions) @ Base ./client.jl:355 [7] _start() @ Base ./client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:188 PkgEval failed after 1542.74s: package fails to precompile