Package evaluation to load SuperLU on Julia 1.14.0-DEV.2373 (cf67ecc88f*) started at 2026-06-13T06:28:10.944 ################################################################################ # Set-up # Set-up completed after 0.15s ################################################################################ # Installation # Installing SuperLU... Resolving package versions... Installed CEnum ────────── v0.4.2 Installed OpenBLAS32_jll ─ v0.3.33+1 Installed JLLWrappers ──── v1.8.0 Installed SuperLU ──────── v0.1.0 Installed Preferences ──── v1.5.2 Installed SuperLU_jll ──── v5.3.0+0 Installing 2 artifacts Installed artifact SuperLU 302.1 KiB Installed artifact OpenBLAS32 10.2 MiB Updating `~/.julia/environments/v1.14/Project.toml` [149cae9a] + SuperLU v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` ⌅ [fa961155] + CEnum v0.4.2 [692b3bcd] + JLLWrappers v1.8.0 [21216c6a] + Preferences v1.5.2 [149cae9a] + SuperLU v0.1.0 [656ef2d0] + OpenBLAS32_jll v0.3.33+1 [f391fee2] + SuperLU_jll v5.3.0+0 [0dad84c5] + ArgTools v1.2.0 [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 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [b27032c2] + LibCURL v1.0.0 [76f85450] + LibGit2 v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.14.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [ca575930] + NetworkOptions v1.3.0 [44cfe95a] + Pkg v1.14.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.13.0 [f489334b] + StyledStrings v1.13.0 [fa267f1f] + TOML v1.0.3 [a4e569a6] + Tar v1.10.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.2+0 [deac9b47] + LibCURL_jll v8.20.0+1 [e37daf67] + LibGit2_jll v1.9.4+0 [29816b5a] + LibSSH2_jll v1.11.101+0 [14a3606d] + MozillaCACerts_jll v2026.5.14 [4536629a] + OpenBLAS_jll v0.3.33+0 [458c3c95] + OpenSSL_jll v3.5.7+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 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 9.86s ################################################################################ # 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... 98.7 s ✓ CEnum 2.5 s ✓ Preferences 2.9 s ✓ JLLWrappers 3.2 s ✓ OpenBLAS32_jll 3.0 s ✓ SuperLU_jll ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:33 =# @inline function Base.getproperty(lu::LUDecomposition{Tv, Ti}, d::Symbol) where {Tv, Ti} │ #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:33 =# │ #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:34 =# │ if d == :L │ #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:35 =# │ return extract_L(lu) │ elseif #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:36 =# d == :U │ #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:37 =# │ return extract_U(lu) │ elseif #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:38 =# d == :perm_r │ #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:39 =# │ return map((x::Ti->begin │ #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:39 =# │ x + 1 │ end), lu._perm_r) │ elseif #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:40 =# d == :perm_c │ #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:41 =# │ return map((x::Ti->begin │ #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:41 =# │ x + 1 │ end), lu._perm_c) │ elseif #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:42 =# d == :stat │ #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:43 =# │ return extract_stat(lu._stat) │ else │ #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:45 =# │ getfield(lu, d) │ 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__ │ [macrocall] │ │ @inline :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:33 =#) :: Value │ │ [function] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ getproperty :: Identifier │ │ [::] │ │ lu :: Identifier │ │ [curly] │ │ LUDecomposition :: Identifier │ │ Tv :: Identifier │ │ Ti :: Identifier │ │ [::] │ │ d :: Identifier │ │ Symbol :: Identifier │ │ Tv :: Identifier │ │ Ti :: Identifier │ │ [block] │ │ [if] │ │ [call] │ │ == :: Identifier │ │ d :: Identifier │ │ [inert] │ │ L :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ extract_L :: Identifier │ │ lu :: Identifier │ │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ │ d :: Identifier │ │ [inert] │ │ U :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ extract_U :: Identifier │ │ lu :: Identifier │ │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ │ d :: Identifier │ │ [inert] │ │ perm_r :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ map :: Identifier │ │ [->] │ │ [::] │ │ x :: Identifier │ │ Ti :: Identifier │ │ [block] │ │ [call] │ │ + :: Identifier │ │ x :: Identifier │ │ 1 :: Value │ │ [.] │ │ lu :: Identifier │ │ [inert] │ │ _perm_r :: Identifier │ │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ │ d :: Identifier │ │ [inert] │ │ perm_c :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ map :: Identifier │ │ [->] │ │ [::] │ │ x :: Identifier │ │ Ti :: Identifier │ │ [block] │ │ [call] │ │ + :: Identifier │ │ x :: Identifier │ │ 1 :: Value │ │ [.] │ │ lu :: Identifier │ │ [inert] │ │ _perm_c :: Identifier │ │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ │ d :: Identifier │ │ [inert] │ │ stat :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ extract_stat :: Identifier │ │ [.] │ │ lu :: Identifier │ │ [inert] │ │ _stat :: Identifier │ │ [block] │ │ [call] │ │ getfield :: Identifier │ │ lu :: Identifier │ │ d :: 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] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ getproperty :: Identifier │ │ [::] │ │ lu :: Identifier │ scope_layer=1 │ [curly] │ │ LUDecomposition :: Identifier │ scope_layer=1 │ Tv :: Identifier │ scope_layer=1 │ Ti :: Identifier │ scope_layer=1 │ [::] │ │ d :: Identifier │ scope_layer=1 │ Symbol :: Identifier │ scope_layer=1 │ Tv :: Identifier │ scope_layer=1 │ Ti :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ inline :: Identifier │ scope_layer=1 │ [if] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ [inert] │ │ L :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ extract_L :: Identifier │ scope_layer=1 │ lu :: Identifier │ scope_layer=1 │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ [inert] │ │ U :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ extract_U :: Identifier │ scope_layer=1 │ lu :: Identifier │ scope_layer=1 │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ [inert] │ │ perm_r :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ map :: Identifier │ scope_layer=1 │ [->] │ │ [::] │ │ x :: Identifier │ scope_layer=1 │ Ti :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ + :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=113 │ [.] │ │ lu :: Identifier │ scope_layer=1 │ [inert] │ │ _perm_r :: Identifier │ │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ [inert] │ │ perm_c :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ map :: Identifier │ scope_layer=1 │ [->] │ │ [::] │ │ x :: Identifier │ scope_layer=1 │ Ti :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ + :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=113 │ [.] │ │ lu :: Identifier │ scope_layer=1 │ [inert] │ │ _perm_c :: Identifier │ │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ [inert] │ │ stat :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ extract_stat :: Identifier │ scope_layer=1 │ [.] │ │ lu :: Identifier │ scope_layer=1 │ [inert] │ │ _stat :: Identifier │ │ [block] │ │ [call] │ │ getfield :: Identifier │ scope_layer=1 │ lu :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl" │ line = 33 └ mod = SuperLU ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:39 =# - Found unexpected binding of kind static_parameter Expression:  #₁₃/Ti Containing expressions:  (= #₃₆/Ti #₁₃/Ti)  (= #₂ (call core.svec (call core.svec #₂₇/##->###1 #₁₃/Ti) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:39:0))  (= #₂ (call core.svec (call core.svec (function_type #₁₄/#->#) #₁₃/Ti) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:39:0))  Detailed provenance:  #₁₃/Ti  └─ Ti  └─ Ti  ├─ @ /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:39  └─ (macrocall @inline :(#= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:33 =#) (function (where (call (. Base (inert getproperty)) (:: lu (curly LUDecomposition Tv Ti)) (:: d Symbol)) Tv Ti) (block (if (call == d (inert L)) (block (return (call extract_L lu))) (elseif (block (call == d (inert U))) (block (return (call extract_U lu))) (elseif (block (call == d (inert perm_r))) (block (return (call map (-> (:: x Ti) (block (call + x 1))) (. lu (inert _perm_r))))) (elseif (block (call == d (inert perm_c))) (block (return (call map (-> (:: x Ti) (block (call + x 1))) (. lu (inert _perm_c))))) (elseif (block (call == d (inert stat))) (block (return (call extract_stat (. lu (inert _stat))))) (block (call getfield lu d))))))))))  └─ @ /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:33  Stacktrace:  [1] _renumber(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ssa_rewrites::Dict{Int64, Int64}, slot_rewrites::Dict{Int64, Int64}, label_table::Dict{Int64, Int64}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1097  [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:1162  [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:1257  [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:1287  [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:326  [7] top-level scope  @ ~/.julia/packages/SuperLU/bWEj1/src/SuperLU.jl:9  [8] include(mod::Module, _path::String)  @ Base Base.jl:325  [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:3296  [10] top-level scope  @ stdin:5  [11] eval(m::Module, e::Any)  @ Core boot.jl:522  [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [13] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/SuperLU/bWEj1/src/types.jl:33 in expression starting at /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/SuperLU.jl:1 in expression starting at stdin:5 ✗ SuperLU 5 dependencies successfully precompiled in 216 seconds. 30 already precompiled. Precompilation completed after 236.01s ################################################################################ # Loading # Loading SuperLU... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:33 =# @inline function Base.getproperty(lu::LUDecomposition{Tv, Ti}, d::Symbol) where {Tv, Ti} │ #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:33 =# │ #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:34 =# │ if d == :L │ #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:35 =# │ return extract_L(lu) │ elseif #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:36 =# d == :U │ #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:37 =# │ return extract_U(lu) │ elseif #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:38 =# d == :perm_r │ #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:39 =# │ return map((x::Ti->begin │ #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:39 =# │ x + 1 │ end), lu._perm_r) │ elseif #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:40 =# d == :perm_c │ #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:41 =# │ return map((x::Ti->begin │ #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:41 =# │ x + 1 │ end), lu._perm_c) │ elseif #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:42 =# d == :stat │ #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:43 =# │ return extract_stat(lu._stat) │ else │ #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:45 =# │ getfield(lu, d) │ 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__ │ [macrocall] │ │ @inline :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:33 =#) :: Value │ │ [function] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ getproperty :: Identifier │ │ [::] │ │ lu :: Identifier │ │ [curly] │ │ LUDecomposition :: Identifier │ │ Tv :: Identifier │ │ Ti :: Identifier │ │ [::] │ │ d :: Identifier │ │ Symbol :: Identifier │ │ Tv :: Identifier │ │ Ti :: Identifier │ │ [block] │ │ [if] │ │ [call] │ │ == :: Identifier │ │ d :: Identifier │ │ [inert] │ │ L :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ extract_L :: Identifier │ │ lu :: Identifier │ │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ │ d :: Identifier │ │ [inert] │ │ U :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ extract_U :: Identifier │ │ lu :: Identifier │ │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ │ d :: Identifier │ │ [inert] │ │ perm_r :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ map :: Identifier │ │ [->] │ │ [::] │ │ x :: Identifier │ │ Ti :: Identifier │ │ [block] │ │ [call] │ │ + :: Identifier │ │ x :: Identifier │ │ 1 :: Value │ │ [.] │ │ lu :: Identifier │ │ [inert] │ │ _perm_r :: Identifier │ │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ │ d :: Identifier │ │ [inert] │ │ perm_c :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ map :: Identifier │ │ [->] │ │ [::] │ │ x :: Identifier │ │ Ti :: Identifier │ │ [block] │ │ [call] │ │ + :: Identifier │ │ x :: Identifier │ │ 1 :: Value │ │ [.] │ │ lu :: Identifier │ │ [inert] │ │ _perm_c :: Identifier │ │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ │ d :: Identifier │ │ [inert] │ │ stat :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ extract_stat :: Identifier │ │ [.] │ │ lu :: Identifier │ │ [inert] │ │ _stat :: Identifier │ │ [block] │ │ [call] │ │ getfield :: Identifier │ │ lu :: Identifier │ │ d :: 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] │ │ [where] │ │ [call] │ │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ getproperty :: Identifier │ │ [::] │ │ lu :: Identifier │ scope_layer=1 │ [curly] │ │ LUDecomposition :: Identifier │ scope_layer=1 │ Tv :: Identifier │ scope_layer=1 │ Ti :: Identifier │ scope_layer=1 │ [::] │ │ d :: Identifier │ scope_layer=1 │ Symbol :: Identifier │ scope_layer=1 │ Tv :: Identifier │ scope_layer=1 │ Ti :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ inline :: Identifier │ scope_layer=1 │ [if] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ [inert] │ │ L :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ extract_L :: Identifier │ scope_layer=1 │ lu :: Identifier │ scope_layer=1 │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ [inert] │ │ U :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ extract_U :: Identifier │ scope_layer=1 │ lu :: Identifier │ scope_layer=1 │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ [inert] │ │ perm_r :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ map :: Identifier │ scope_layer=1 │ [->] │ │ [::] │ │ x :: Identifier │ scope_layer=1 │ Ti :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ + :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=113 │ [.] │ │ lu :: Identifier │ scope_layer=1 │ [inert] │ │ _perm_r :: Identifier │ │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ [inert] │ │ perm_c :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ map :: Identifier │ scope_layer=1 │ [->] │ │ [::] │ │ x :: Identifier │ scope_layer=1 │ Ti :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ + :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=113 │ [.] │ │ lu :: Identifier │ scope_layer=1 │ [inert] │ │ _perm_c :: Identifier │ │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ [inert] │ │ stat :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ extract_stat :: Identifier │ scope_layer=1 │ [.] │ │ lu :: Identifier │ scope_layer=1 │ [inert] │ │ _stat :: Identifier │ │ [block] │ │ [call] │ │ getfield :: Identifier │ scope_layer=1 │ lu :: Identifier │ scope_layer=1 │ d :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl" │ line = 33 └ mod = SuperLU ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:39 =# - Found unexpected binding of kind static_parameter Expression:  #₁₃/Ti Containing expressions:  (= #₃₆/Ti #₁₃/Ti)  (= #₂ (call core.svec (call core.svec #₂₇/##->###1 #₁₃/Ti) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:39:0))  (= #₂ (call core.svec (call core.svec (function_type #₁₄/#->#) #₁₃/Ti) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:39:0))  Detailed provenance:  #₁₃/Ti  └─ Ti  └─ Ti  ├─ @ /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:39  └─ (macrocall @inline :(#= /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:33 =#) (function (where (call (. Base (inert getproperty)) (:: lu (curly LUDecomposition Tv Ti)) (:: d Symbol)) Tv Ti) (block (if (call == d (inert L)) (block (return (call extract_L lu))) (elseif (block (call == d (inert U))) (block (return (call extract_U lu))) (elseif (block (call == d (inert perm_r))) (block (return (call map (-> (:: x Ti) (block (call + x 1))) (. lu (inert _perm_r))))) (elseif (block (call == d (inert perm_c))) (block (return (call map (-> (:: x Ti) (block (call + x 1))) (. lu (inert _perm_c))))) (elseif (block (call == d (inert stat))) (block (return (call extract_stat (. lu (inert _stat))))) (block (call getfield lu d))))))))))  └─ @ /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/types.jl:33  Stacktrace:  [1] _renumber(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ssa_rewrites::Dict{Int64, Int64}, slot_rewrites::Dict{Int64, Int64}, label_table::Dict{Int64, Int64}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1097  [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:1162  [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:1257  [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:1287  [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:326  [7] top-level scope  @ ~/.julia/packages/SuperLU/bWEj1/src/SuperLU.jl:9  [8] include(mod::Module, _path::String)  @ Base Base.jl:325  [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:3296  [10] top-level scope  @ stdin:5  [11] eval(m::Module, e::Any)  @ Core boot.jl:522  [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [13] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/SuperLU/bWEj1/src/types.jl:33 in expression starting at /home/pkgeval/.julia/packages/SuperLU/bWEj1/src/SuperLU.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ SuperLU │ [Output was shown above] └ ERROR: The following 1 package failed to precompile: SuperLU Failed to precompile SuperLU [149cae9a-b337-42bd-ac98-00096b14e8a3] to "/home/pkgeval/.julia/compiled/v1.14/SuperLU/jl_yaigHX" (ProcessExited(1)). Loading failed after 113.34s 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 SuperLU'`, ProcessExited(1)) [1] Stacktrace: [1] pipeline_error(proc::Base.Process) @ Base process.jl:612 [inlined] [2] run(::Cmd; wait::Bool) @ Base process.jl:525 [3] run(::Cmd) @ Base process.jl:522 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:197 [5] include(mod::Module, _path::String) @ Base Base.jl:325 [6] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [7] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:188 PkgEval failed after 378.3s: package fails to precompile