Package evaluation to load GeneralizedSylvesterSolver on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T17:28:09.339 ################################################################################ # Set-up # Set-up completed after 0.12s ################################################################################ # Installation # Installing GeneralizedSylvesterSolver... Resolving package versions... Installed FastLapackInterface ──────── v2.1.1 Installed QuasiTriangular ──────────── v0.2.1 Installed GeneralizedSylvesterSolver ─ v0.2.1 Installed KroneckerTools ───────────── v0.2.0 Updating `~/.julia/environments/v1.14/Project.toml` [3b00829b] + GeneralizedSylvesterSolver v0.2.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [29a986be] + FastLapackInterface v2.1.1 [3b00829b] + GeneralizedSylvesterSolver v0.2.1 [7e59e93b] + KroneckerTools v0.2.0 [e29349eb] + QuasiTriangular v0.2.1 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.1+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 4.98s ################################################################################ # 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... ┌ Info: JuliaLowering threw given input: │ code = │ :(function selectorder2(so::SCHURORDER, criterium) │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:54 =# │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:55 =# │ global SCHUR_CRITERIUM[] = criterium │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:56 =# │ if so == lp │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:57 =# │ return #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:57 =# @cfunction(lpselect, Cint, (Ptr{Cdouble}, Ptr{Cdouble})) │ elseif #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:59 =# so == rp │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:60 =# │ return #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:60 =# @cfunction(rpselect, Cint, (Ptr{Cdouble}, Ptr{Cdouble})) │ elseif #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:62 =# so == id │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:63 =# │ return #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:63 =# @cfunction(idselect, Cint, (Ptr{Cdouble}, Ptr{Cdouble})) │ elseif #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:65 =# so == ed │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:66 =# │ return #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:66 =# @cfunction(edselect, Cint, (Ptr{Cdouble}, Ptr{Cdouble})) │ else │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:69 =# │ error("Unknown SCHURDORDER keyword: $(so)") │ 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] │ │ selectorder2 :: Identifier │ │ [::] │ │ so :: Identifier │ │ SCHURORDER :: Identifier │ │ criterium :: Identifier │ │ [block] │ │ [global] │ │ [=] │ │ [ref] │ │ SCHUR_CRITERIUM :: Identifier │ │ criterium :: Identifier │ │ [if] │ │ [call] │ │ == :: Identifier │ │ so :: Identifier │ │ lp :: Identifier │ │ [block] │ │ [return] │ │ [macrocall] │ │ @cfunction :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:57 =#) :: Value │ │ lpselect :: Identifier │ │ Cint :: Identifier │ │ [tuple] │ │ [curly] │ │ Ptr :: Identifier │ │ Cdouble :: Identifier │ │ [curly] │ │ Ptr :: Identifier │ │ Cdouble :: Identifier │ │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ │ so :: Identifier │ │ rp :: Identifier │ │ [block] │ │ [return] │ │ [macrocall] │ │ @cfunction :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:60 =#) :: Value │ │ rpselect :: Identifier │ │ Cint :: Identifier │ │ [tuple] │ │ [curly] │ │ Ptr :: Identifier │ │ Cdouble :: Identifier │ │ [curly] │ │ Ptr :: Identifier │ │ Cdouble :: Identifier │ │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ │ so :: Identifier │ │ id :: Identifier │ │ [block] │ │ [return] │ │ [macrocall] │ │ @cfunction :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:63 =#) :: Value │ │ idselect :: Identifier │ │ Cint :: Identifier │ │ [tuple] │ │ [curly] │ │ Ptr :: Identifier │ │ Cdouble :: Identifier │ │ [curly] │ │ Ptr :: Identifier │ │ Cdouble :: Identifier │ │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ │ so :: Identifier │ │ ed :: Identifier │ │ [block] │ │ [return] │ │ [macrocall] │ │ @cfunction :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:66 =#) :: Value │ │ edselect :: Identifier │ │ Cint :: Identifier │ │ [tuple] │ │ [curly] │ │ Ptr :: Identifier │ │ Cdouble :: Identifier │ │ [curly] │ │ Ptr :: Identifier │ │ Cdouble :: Identifier │ │ [block] │ │ [call] │ │ error :: Identifier │ │ [string] │ │ "Unknown SCHURDORDER keyword: " :: Value │ │ so :: 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] │ │ selectorder2 :: Identifier │ scope_layer=1 │ [::] │ │ so :: Identifier │ scope_layer=1 │ SCHURORDER :: Identifier │ scope_layer=1 │ criterium :: Identifier │ scope_layer=1 │ [block] │ │ [global] │ │ [=] │ │ [ref] │ │ SCHUR_CRITERIUM :: Identifier │ scope_layer=1 │ criterium :: Identifier │ scope_layer=1 │ [if] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ so :: Identifier │ scope_layer=1 │ lp :: Identifier │ scope_layer=1 │ [block] │ │ [return] │ │ [cfunction] │ jl_source=L101 │ Ptr{Nothing} :: Value │ macro_source=27,jl_source=L101 │ [inert] │ jl_source=L96 │ lpselect :: Identifier │ │ Cint :: Identifier │ macro_source=27,scope_layer=1 │ [call] │ jl_source=L85 │ [core] │ jl_source=L85 │ svec :: Identifier │ scope_layer=2,jl_source=L85 │ [curly] │ macro_source=27,scope_layer=1 │ Ptr :: Identifier │ macro_source=27,scope_layer=1 │ Cdouble :: Identifier │ macro_source=27,scope_layer=1 │ [curly] │ macro_source=27,scope_layer=1 │ Ptr :: Identifier │ macro_source=27,scope_layer=1 │ Cdouble :: Identifier │ macro_source=27,scope_layer=1 │ [inert] │ jl_source=L101 │ ccall :: Identifier │ jl_source=L101 │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ so :: Identifier │ scope_layer=1 │ rp :: Identifier │ scope_layer=1 │ [block] │ │ [return] │ │ [cfunction] │ jl_source=L101 │ Ptr{Nothing} :: Value │ macro_source=46,jl_source=L101 │ [inert] │ jl_source=L96 │ rpselect :: Identifier │ │ Cint :: Identifier │ macro_source=46,scope_layer=1 │ [call] │ jl_source=L85 │ [core] │ jl_source=L85 │ svec :: Identifier │ scope_layer=3,jl_source=L85 │ [curly] │ macro_source=46,scope_layer=1 │ Ptr :: Identifier │ macro_source=46,scope_layer=1 │ Cdouble :: Identifier │ macro_source=46,scope_layer=1 │ [curly] │ macro_source=46,scope_layer=1 │ Ptr :: Identifier │ macro_source=46,scope_layer=1 │ Cdouble :: Identifier │ macro_source=46,scope_layer=1 │ [inert] │ jl_source=L101 │ ccall :: Identifier │ jl_source=L101 │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ so :: Identifier │ scope_layer=1 │ id :: Identifier │ scope_layer=1 │ [block] │ │ [return] │ │ [cfunction] │ jl_source=L101 │ Ptr{Nothing} :: Value │ macro_source=65,jl_source=L101 │ [inert] │ jl_source=L96 │ idselect :: Identifier │ │ Cint :: Identifier │ macro_source=65,scope_layer=1 │ [call] │ jl_source=L85 │ [core] │ jl_source=L85 │ svec :: Identifier │ scope_layer=4,jl_source=L85 │ [curly] │ macro_source=65,scope_layer=1 │ Ptr :: Identifier │ macro_source=65,scope_layer=1 │ Cdouble :: Identifier │ macro_source=65,scope_layer=1 │ [curly] │ macro_source=65,scope_layer=1 │ Ptr :: Identifier │ macro_source=65,scope_layer=1 │ Cdouble :: Identifier │ macro_source=65,scope_layer=1 │ [inert] │ jl_source=L101 │ ccall :: Identifier │ jl_source=L101 │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ so :: Identifier │ scope_layer=1 │ ed :: Identifier │ scope_layer=1 │ [block] │ │ [return] │ │ [cfunction] │ jl_source=L101 │ Ptr{Nothing} :: Value │ macro_source=84,jl_source=L101 │ [inert] │ jl_source=L96 │ edselect :: Identifier │ │ Cint :: Identifier │ macro_source=84,scope_layer=1 │ [call] │ jl_source=L85 │ [core] │ jl_source=L85 │ svec :: Identifier │ scope_layer=5,jl_source=L85 │ [curly] │ macro_source=84,scope_layer=1 │ Ptr :: Identifier │ macro_source=84,scope_layer=1 │ Cdouble :: Identifier │ macro_source=84,scope_layer=1 │ [curly] │ macro_source=84,scope_layer=1 │ Ptr :: Identifier │ macro_source=84,scope_layer=1 │ Cdouble :: Identifier │ macro_source=84,scope_layer=1 │ [inert] │ jl_source=L101 │ ccall :: Identifier │ jl_source=L101 │ [block] │ │ [call] │ │ error :: Identifier │ scope_layer=1 │ [string] │ │ "Unknown SCHURDORDER keyword: " :: Value │ │ so :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl" │ line = 54 └ mod = FastLapackInterface ERROR: LoadError: No match found for `(ref SCHUR_CRITERIUM)` at #= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2184 =# Stacktrace:  [1] make_lhs_decls(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, stmts::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, declkind::Base.JuliaSyntax.Kind, declmeta::Nothing, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, type_decls::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2184  [2] expand_decls(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:2212  [3] 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:4297  [4] expand_forms_2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [5] #expand_forms_2##2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4440 [inlined]  [6] 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  [7] 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  [8] _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]  [9] _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]  [10] 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  [11] (::Colon)(start::Int64, stop::Int64)  @ Base /source/usr/share/julia/JuliaLowering/src/ast.jl:355 [inlined]  [12] 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  [13] 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  [14] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [15] 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  [16] 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  [17] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [18] top-level scope  @ ~/.julia/packages/FastLapackInterface/KTkhv/src/FastLapackInterface.jl:26  [19] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [20] 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  [21] top-level scope  @ stdin:5  [22] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [23] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [24] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [25] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [26] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:54 in expression starting at /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/FastLapackInterface.jl:1 in expression starting at stdin:5 ✗ FastLapackInterface 0.6 s ✓ QuasiTriangular 0.9 s ✓ KroneckerTools ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("29a986be-02c6-4525-aec4-84b980013641"), "FastLapackInterface") 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/GeneralizedSylvesterSolver/pA8jZ/src/GeneralizedSylvesterSolver.jl:8  [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/GeneralizedSylvesterSolver/pA8jZ/src/GeneralizedSylvesterSolver.jl:1 in expression starting at stdin:5 ✗ GeneralizedSylvesterSolver 2 dependencies successfully precompiled in 11 seconds Precompilation completed after 30.04s ################################################################################ # Loading # Loading GeneralizedSylvesterSolver... ┌ Info: JuliaLowering threw given input: │ code = │ :(function selectorder2(so::SCHURORDER, criterium) │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:54 =# │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:55 =# │ global SCHUR_CRITERIUM[] = criterium │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:56 =# │ if so == lp │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:57 =# │ return #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:57 =# @cfunction(lpselect, Cint, (Ptr{Cdouble}, Ptr{Cdouble})) │ elseif #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:59 =# so == rp │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:60 =# │ return #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:60 =# @cfunction(rpselect, Cint, (Ptr{Cdouble}, Ptr{Cdouble})) │ elseif #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:62 =# so == id │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:63 =# │ return #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:63 =# @cfunction(idselect, Cint, (Ptr{Cdouble}, Ptr{Cdouble})) │ elseif #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:65 =# so == ed │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:66 =# │ return #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:66 =# @cfunction(edselect, Cint, (Ptr{Cdouble}, Ptr{Cdouble})) │ else │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:69 =# │ error("Unknown SCHURDORDER keyword: $(so)") │ 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] │ │ selectorder2 :: Identifier │ │ [::] │ │ so :: Identifier │ │ SCHURORDER :: Identifier │ │ criterium :: Identifier │ │ [block] │ │ [global] │ │ [=] │ │ [ref] │ │ SCHUR_CRITERIUM :: Identifier │ │ criterium :: Identifier │ │ [if] │ │ [call] │ │ == :: Identifier │ │ so :: Identifier │ │ lp :: Identifier │ │ [block] │ │ [return] │ │ [macrocall] │ │ @cfunction :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:57 =#) :: Value │ │ lpselect :: Identifier │ │ Cint :: Identifier │ │ [tuple] │ │ [curly] │ │ Ptr :: Identifier │ │ Cdouble :: Identifier │ │ [curly] │ │ Ptr :: Identifier │ │ Cdouble :: Identifier │ │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ │ so :: Identifier │ │ rp :: Identifier │ │ [block] │ │ [return] │ │ [macrocall] │ │ @cfunction :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:60 =#) :: Value │ │ rpselect :: Identifier │ │ Cint :: Identifier │ │ [tuple] │ │ [curly] │ │ Ptr :: Identifier │ │ Cdouble :: Identifier │ │ [curly] │ │ Ptr :: Identifier │ │ Cdouble :: Identifier │ │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ │ so :: Identifier │ │ id :: Identifier │ │ [block] │ │ [return] │ │ [macrocall] │ │ @cfunction :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:63 =#) :: Value │ │ idselect :: Identifier │ │ Cint :: Identifier │ │ [tuple] │ │ [curly] │ │ Ptr :: Identifier │ │ Cdouble :: Identifier │ │ [curly] │ │ Ptr :: Identifier │ │ Cdouble :: Identifier │ │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ │ so :: Identifier │ │ ed :: Identifier │ │ [block] │ │ [return] │ │ [macrocall] │ │ @cfunction :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:66 =#) :: Value │ │ edselect :: Identifier │ │ Cint :: Identifier │ │ [tuple] │ │ [curly] │ │ Ptr :: Identifier │ │ Cdouble :: Identifier │ │ [curly] │ │ Ptr :: Identifier │ │ Cdouble :: Identifier │ │ [block] │ │ [call] │ │ error :: Identifier │ │ [string] │ │ "Unknown SCHURDORDER keyword: " :: Value │ │ so :: 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] │ │ selectorder2 :: Identifier │ scope_layer=1 │ [::] │ │ so :: Identifier │ scope_layer=1 │ SCHURORDER :: Identifier │ scope_layer=1 │ criterium :: Identifier │ scope_layer=1 │ [block] │ │ [global] │ │ [=] │ │ [ref] │ │ SCHUR_CRITERIUM :: Identifier │ scope_layer=1 │ criterium :: Identifier │ scope_layer=1 │ [if] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ so :: Identifier │ scope_layer=1 │ lp :: Identifier │ scope_layer=1 │ [block] │ │ [return] │ │ [cfunction] │ jl_source=L101 │ Ptr{Nothing} :: Value │ macro_source=27,jl_source=L101 │ [inert] │ jl_source=L96 │ lpselect :: Identifier │ │ Cint :: Identifier │ macro_source=27,scope_layer=1 │ [call] │ jl_source=L85 │ [core] │ jl_source=L85 │ svec :: Identifier │ scope_layer=2,jl_source=L85 │ [curly] │ macro_source=27,scope_layer=1 │ Ptr :: Identifier │ macro_source=27,scope_layer=1 │ Cdouble :: Identifier │ macro_source=27,scope_layer=1 │ [curly] │ macro_source=27,scope_layer=1 │ Ptr :: Identifier │ macro_source=27,scope_layer=1 │ Cdouble :: Identifier │ macro_source=27,scope_layer=1 │ [inert] │ jl_source=L101 │ ccall :: Identifier │ jl_source=L101 │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ so :: Identifier │ scope_layer=1 │ rp :: Identifier │ scope_layer=1 │ [block] │ │ [return] │ │ [cfunction] │ jl_source=L101 │ Ptr{Nothing} :: Value │ macro_source=46,jl_source=L101 │ [inert] │ jl_source=L96 │ rpselect :: Identifier │ │ Cint :: Identifier │ macro_source=46,scope_layer=1 │ [call] │ jl_source=L85 │ [core] │ jl_source=L85 │ svec :: Identifier │ scope_layer=3,jl_source=L85 │ [curly] │ macro_source=46,scope_layer=1 │ Ptr :: Identifier │ macro_source=46,scope_layer=1 │ Cdouble :: Identifier │ macro_source=46,scope_layer=1 │ [curly] │ macro_source=46,scope_layer=1 │ Ptr :: Identifier │ macro_source=46,scope_layer=1 │ Cdouble :: Identifier │ macro_source=46,scope_layer=1 │ [inert] │ jl_source=L101 │ ccall :: Identifier │ jl_source=L101 │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ so :: Identifier │ scope_layer=1 │ id :: Identifier │ scope_layer=1 │ [block] │ │ [return] │ │ [cfunction] │ jl_source=L101 │ Ptr{Nothing} :: Value │ macro_source=65,jl_source=L101 │ [inert] │ jl_source=L96 │ idselect :: Identifier │ │ Cint :: Identifier │ macro_source=65,scope_layer=1 │ [call] │ jl_source=L85 │ [core] │ jl_source=L85 │ svec :: Identifier │ scope_layer=4,jl_source=L85 │ [curly] │ macro_source=65,scope_layer=1 │ Ptr :: Identifier │ macro_source=65,scope_layer=1 │ Cdouble :: Identifier │ macro_source=65,scope_layer=1 │ [curly] │ macro_source=65,scope_layer=1 │ Ptr :: Identifier │ macro_source=65,scope_layer=1 │ Cdouble :: Identifier │ macro_source=65,scope_layer=1 │ [inert] │ jl_source=L101 │ ccall :: Identifier │ jl_source=L101 │ [elseif] │ │ [block] │ │ [call] │ │ == :: Identifier │ scope_layer=1 │ so :: Identifier │ scope_layer=1 │ ed :: Identifier │ scope_layer=1 │ [block] │ │ [return] │ │ [cfunction] │ jl_source=L101 │ Ptr{Nothing} :: Value │ macro_source=84,jl_source=L101 │ [inert] │ jl_source=L96 │ edselect :: Identifier │ │ Cint :: Identifier │ macro_source=84,scope_layer=1 │ [call] │ jl_source=L85 │ [core] │ jl_source=L85 │ svec :: Identifier │ scope_layer=5,jl_source=L85 │ [curly] │ macro_source=84,scope_layer=1 │ Ptr :: Identifier │ macro_source=84,scope_layer=1 │ Cdouble :: Identifier │ macro_source=84,scope_layer=1 │ [curly] │ macro_source=84,scope_layer=1 │ Ptr :: Identifier │ macro_source=84,scope_layer=1 │ Cdouble :: Identifier │ macro_source=84,scope_layer=1 │ [inert] │ jl_source=L101 │ ccall :: Identifier │ jl_source=L101 │ [block] │ │ [call] │ │ error :: Identifier │ scope_layer=1 │ [string] │ │ "Unknown SCHURDORDER keyword: " :: Value │ │ so :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl" │ line = 54 └ mod = FastLapackInterface ERROR: LoadError: No match found for `(ref SCHUR_CRITERIUM)` at #= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2184 =# Stacktrace:  [1] make_lhs_decls(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, stmts::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, declkind::Base.JuliaSyntax.Kind, declmeta::Nothing, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, type_decls::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2184  [2] expand_decls(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:2212  [3] 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:4297  [4] expand_forms_2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [5] #expand_forms_2##2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4440 [inlined]  [6] 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  [7] 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  [8] _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]  [9] _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]  [10] 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  [11] (::Colon)(start::Int64, stop::Int64)  @ Base /source/usr/share/julia/JuliaLowering/src/ast.jl:355 [inlined]  [12] 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  [13] 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  [14] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [15] 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  [16] 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  [17] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [18] top-level scope  @ ~/.julia/packages/FastLapackInterface/KTkhv/src/FastLapackInterface.jl:26  [19] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [20] 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  [21] top-level scope  @ stdin:5  [22] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [23] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [24] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [25] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [26] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:54 in expression starting at /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/FastLapackInterface.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("29a986be-02c6-4525-aec4-84b980013641"), "FastLapackInterface") 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/GeneralizedSylvesterSolver/pA8jZ/src/GeneralizedSylvesterSolver.jl:8  [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/GeneralizedSylvesterSolver/pA8jZ/src/GeneralizedSylvesterSolver.jl:1 in expression starting at stdin:5 2 dependencies had output during precompilation: ┌ GeneralizedSylvesterSolver │ [Output was shown above] └ ┌ FastLapackInterface │ ┌ Info: JuliaLowering threw given input: │ │ code = │ │ :(function selectorder2(so::SCHURORDER, criterium) │ │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:54 =# │ │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:55 =# │ │ global SCHUR_CRITERIUM[] = criterium │ │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:56 =# │ │ if so == lp │ │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:57 =# │ │ return #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:57 =# @cfunction(lpselect, Cint, (Ptr{Cdouble}, Ptr{Cdouble})) │ │ elseif #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:59 =# so == rp │ │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:60 =# │ │ return #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:60 =# @cfunction(rpselect, Cint, (Ptr{Cdouble}, Ptr{Cdouble})) │ │ elseif #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:62 =# so == id │ │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:63 =# │ │ return #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:63 =# @cfunction(idselect, Cint, (Ptr{Cdouble}, Ptr{Cdouble})) │ │ elseif #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:65 =# so == ed │ │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:66 =# │ │ return #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:66 =# @cfunction(edselect, Cint, (Ptr{Cdouble}, Ptr{Cdouble})) │ │ else │ │ #= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:69 =# │ │ error("Unknown SCHURDORDER keyword: $(so)") │ │ 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] │ │ │ selectorder2 :: Identifier │ │ │ [::] │ │ │ so :: Identifier │ │ │ SCHURORDER :: Identifier │ │ │ criterium :: Identifier │ │ │ [block] │ │ │ [global] │ │ │ [=] │ │ │ [ref] │ │ │ SCHUR_CRITERIUM :: Identifier │ │ │ criterium :: Identifier │ │ │ [if] │ │ │ [call] │ │ │ == :: Identifier │ │ │ so :: Identifier │ │ │ lp :: Identifier │ │ │ [block] │ │ │ [return] │ │ │ [macrocall] │ │ │ @cfunction :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:57 =#) :: Value │ │ │ lpselect :: Identifier │ │ │ Cint :: Identifier │ │ │ [tuple] │ │ │ [curly] │ │ │ Ptr :: Identifier │ │ │ Cdouble :: Identifier │ │ │ [curly] │ │ │ Ptr :: Identifier │ │ │ Cdouble :: Identifier │ │ │ [elseif] │ │ │ [block] │ │ │ [call] │ │ │ == :: Identifier │ │ │ so :: Identifier │ │ │ rp :: Identifier │ │ │ [block] │ │ │ [return] │ │ │ [macrocall] │ │ │ @cfunction :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:60 =#) :: Value │ │ │ rpselect :: Identifier │ │ │ Cint :: Identifier │ │ │ [tuple] │ │ │ [curly] │ │ │ Ptr :: Identifier │ │ │ Cdouble :: Identifier │ │ │ [curly] │ │ │ Ptr :: Identifier │ │ │ Cdouble :: Identifier │ │ │ [elseif] │ │ │ [block] │ │ │ [call] │ │ │ == :: Identifier │ │ │ so :: Identifier │ │ │ id :: Identifier │ │ │ [block] │ │ │ [return] │ │ │ [macrocall] │ │ │ @cfunction :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:63 =#) :: Value │ │ │ idselect :: Identifier │ │ │ Cint :: Identifier │ │ │ [tuple] │ │ │ [curly] │ │ │ Ptr :: Identifier │ │ │ Cdouble :: Identifier │ │ │ [curly] │ │ │ Ptr :: Identifier │ │ │ Cdouble :: Identifier │ │ │ [elseif] │ │ │ [block] │ │ │ [call] │ │ │ == :: Identifier │ │ │ so :: Identifier │ │ │ ed :: Identifier │ │ │ [block] │ │ │ [return] │ │ │ [macrocall] │ │ │ @cfunction :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:66 =#) :: Value │ │ │ edselect :: Identifier │ │ │ Cint :: Identifier │ │ │ [tuple] │ │ │ [curly] │ │ │ Ptr :: Identifier │ │ │ Cdouble :: Identifier │ │ │ [curly] │ │ │ Ptr :: Identifier │ │ │ Cdouble :: Identifier │ │ │ [block] │ │ │ [call] │ │ │ error :: Identifier │ │ │ [string] │ │ │ "Unknown SCHURDORDER keyword: " :: Value │ │ │ so :: 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] │ │ │ selectorder2 :: Identifier │ scope_layer=1 │ │ [::] │ │ │ so :: Identifier │ scope_layer=1 │ │ SCHURORDER :: Identifier │ scope_layer=1 │ │ criterium :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [global] │ │ │ [=] │ │ │ [ref] │ │ │ SCHUR_CRITERIUM :: Identifier │ scope_layer=1 │ │ criterium :: Identifier │ scope_layer=1 │ │ [if] │ │ │ [call] │ │ │ == :: Identifier │ scope_layer=1 │ │ so :: Identifier │ scope_layer=1 │ │ lp :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [return] │ │ │ [cfunction] │ jl_source=L101 │ │ Ptr{Nothing} :: Value │ macro_source=27,jl_source=L101 │ │ [inert] │ jl_source=L96 │ │ lpselect :: Identifier │ │ │ Cint :: Identifier │ macro_source=27,scope_layer=1 │ │ [call] │ jl_source=L85 │ │ [core] │ jl_source=L85 │ │ svec :: Identifier │ scope_layer=2,jl_source=L85 │ │ [curly] │ macro_source=27,scope_layer=1 │ │ Ptr :: Identifier │ macro_source=27,scope_layer=1 │ │ Cdouble :: Identifier │ macro_source=27,scope_layer=1 │ │ [curly] │ macro_source=27,scope_layer=1 │ │ Ptr :: Identifier │ macro_source=27,scope_layer=1 │ │ Cdouble :: Identifier │ macro_source=27,scope_layer=1 │ │ [inert] │ jl_source=L101 │ │ ccall :: Identifier │ jl_source=L101 │ │ [elseif] │ │ │ [block] │ │ │ [call] │ │ │ == :: Identifier │ scope_layer=1 │ │ so :: Identifier │ scope_layer=1 │ │ rp :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [return] │ │ │ [cfunction] │ jl_source=L101 │ │ Ptr{Nothing} :: Value │ macro_source=46,jl_source=L101 │ │ [inert] │ jl_source=L96 │ │ rpselect :: Identifier │ │ │ Cint :: Identifier │ macro_source=46,scope_layer=1 │ │ [call] │ jl_source=L85 │ │ [core] │ jl_source=L85 │ │ svec :: Identifier │ scope_layer=3,jl_source=L85 │ │ [curly] │ macro_source=46,scope_layer=1 │ │ Ptr :: Identifier │ macro_source=46,scope_layer=1 │ │ Cdouble :: Identifier │ macro_source=46,scope_layer=1 │ │ [curly] │ macro_source=46,scope_layer=1 │ │ Ptr :: Identifier │ macro_source=46,scope_layer=1 │ │ Cdouble :: Identifier │ macro_source=46,scope_layer=1 │ │ [inert] │ jl_source=L101 │ │ ccall :: Identifier │ jl_source=L101 │ │ [elseif] │ │ │ [block] │ │ │ [call] │ │ │ == :: Identifier │ scope_layer=1 │ │ so :: Identifier │ scope_layer=1 │ │ id :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [return] │ │ │ [cfunction] │ jl_source=L101 │ │ Ptr{Nothing} :: Value │ macro_source=65,jl_source=L101 │ │ [inert] │ jl_source=L96 │ │ idselect :: Identifier │ │ │ Cint :: Identifier │ macro_source=65,scope_layer=1 │ │ [call] │ jl_source=L85 │ │ [core] │ jl_source=L85 │ │ svec :: Identifier │ scope_layer=4,jl_source=L85 │ │ [curly] │ macro_source=65,scope_layer=1 │ │ Ptr :: Identifier │ macro_source=65,scope_layer=1 │ │ Cdouble :: Identifier │ macro_source=65,scope_layer=1 │ │ [curly] │ macro_source=65,scope_layer=1 │ │ Ptr :: Identifier │ macro_source=65,scope_layer=1 │ │ Cdouble :: Identifier │ macro_source=65,scope_layer=1 │ │ [inert] │ jl_source=L101 │ │ ccall :: Identifier │ jl_source=L101 │ │ [elseif] │ │ │ [block] │ │ │ [call] │ │ │ == :: Identifier │ scope_layer=1 │ │ so :: Identifier │ scope_layer=1 │ │ ed :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [return] │ │ │ [cfunction] │ jl_source=L101 │ │ Ptr{Nothing} :: Value │ macro_source=84,jl_source=L101 │ │ [inert] │ jl_source=L96 │ │ edselect :: Identifier │ │ │ Cint :: Identifier │ macro_source=84,scope_layer=1 │ │ [call] │ jl_source=L85 │ │ [core] │ jl_source=L85 │ │ svec :: Identifier │ scope_layer=5,jl_source=L85 │ │ [curly] │ macro_source=84,scope_layer=1 │ │ Ptr :: Identifier │ macro_source=84,scope_layer=1 │ │ Cdouble :: Identifier │ macro_source=84,scope_layer=1 │ │ [curly] │ macro_source=84,scope_layer=1 │ │ Ptr :: Identifier │ macro_source=84,scope_layer=1 │ │ Cdouble :: Identifier │ macro_source=84,scope_layer=1 │ │ [inert] │ jl_source=L101 │ │ ccall :: Identifier │ jl_source=L101 │ │ [block] │ │ │ [call] │ │ │ error :: Identifier │ scope_layer=1 │ │ [string] │ │ │ "Unknown SCHURDORDER keyword: " :: Value │ │ │ so :: Identifier │ scope_layer=1 │ │ │ │ file = "/home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl" │ │ line = 54 │ └ mod = FastLapackInterface │ ERROR: LoadError: No match found for `(ref SCHUR_CRITERIUM)` at #= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2184 =# │ Stacktrace: │ [1] make_lhs_decls(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, stmts::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, declkind::Base.JuliaSyntax.Kind, declmeta::Nothing, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, type_decls::Bool) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2184 │ [2] expand_decls(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:2212 │ [3] 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:4297 │ [4] expand_forms_2 │ @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined] │ [5] #expand_forms_2##2 │ @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4440 [inlined] │ [6] 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 │ [7] 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 │ [8] _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] │ [9] _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] │ [10] 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 │ [11] (::Colon)(start::Int64, stop::Int64) │ @ Base /source/usr/share/julia/JuliaLowering/src/ast.jl:355 [inlined] │ [12] 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 │ [13] 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 │ [14] Dict{Int64, Int64}() │ @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined] │ [15] 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 │ [16] 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 │ [17] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:327 │ [18] top-level scope │ @ ~/.julia/packages/FastLapackInterface/KTkhv/src/FastLapackInterface.jl:26 │ [19] include(mod::Module, _path::String) │ @ Base ./Base.jl:326 │ [20] 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 │ [21] top-level scope │ @ stdin:5 │ [22] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [23] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3113 │ [24] push!(a::Vector{SubString{String}}, item::String) │ @ Base ./loading.jl:3123 [inlined] │ [25] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:353 │ [26] _start() │ @ Base ./client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/schur.jl:54 │ in expression starting at /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/src/FastLapackInterface.jl:1 │ in expression starting at stdin:5 └ ERROR: The following 2 packages failed to precompile: GeneralizedSylvesterSolver Failed to precompile GeneralizedSylvesterSolver [3b00829b-373b-4a35-afa6-09f888b04ecd] to "/home/pkgeval/.julia/compiled/v1.14/GeneralizedSylvesterSolver/jl_vNfya9" (ProcessExited(1)). FastLapackInterface Failed to precompile FastLapackInterface [29a986be-02c6-4525-aec4-84b980013641] to "/home/pkgeval/.julia/compiled/v1.14/FastLapackInterface/jl_sqFIyD" (ProcessExited(1)). Loading failed after 17.09s 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 GeneralizedSylvesterSolver'`, 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 73.92s: package fails to precompile