Package evaluation to test LinearRationalExpectations on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T17:13:59.847 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 17.34s ################################################################################ # Installation # Installing LinearRationalExpectations... Resolving package versions... Installed PolynomialMatrixEquations ── v0.2.2 Installed FastLapackInterface ──────── v2.1.1 Installed LinearRationalExpectations ─ v0.5.7 Updating `~/.julia/environments/v1.14/Project.toml` [45f42fbc] + LinearRationalExpectations v0.5.7 Updating `~/.julia/environments/v1.14/Manifest.toml` [29a986be] + FastLapackInterface v2.1.1 [45f42fbc] + LinearRationalExpectations v0.5.7 [4f9d485d] + PolynomialMatrixEquations v0.2.2 [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 1.49s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.5 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. 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 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/PolynomialMatrixEquations/bQnaC/src/PolynomialMatrixEquations.jl:6  [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/PolynomialMatrixEquations/bQnaC/src/PolynomialMatrixEquations.jl:1 in expression starting at stdin:5 ✗ PolynomialMatrixEquations 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/LinearRationalExpectations/08GHW/src/linear_rational_expectations.jl:2  [13] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [14] top-level scope  @ ~/.julia/packages/LinearRationalExpectations/08GHW/src/LinearRationalExpectations.jl:3  [15] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [16] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [17] top-level scope  @ stdin:5  [18] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [20] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [21] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [22] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/LinearRationalExpectations/08GHW/src/linear_rational_expectations.jl:2 in expression starting at /home/pkgeval/.julia/packages/LinearRationalExpectations/08GHW/src/LinearRationalExpectations.jl:1 in expression starting at stdin:5 ✗ LinearRationalExpectations Precompilation completed after 42.63s ################################################################################ # Testing # Testing LinearRationalExpectations Status `/tmp/jl_ZkXDqu/Project.toml` [45f42fbc] LinearRationalExpectations v0.5.7 [37e2e46d] LinearAlgebra v1.13.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_ZkXDqu/Manifest.toml` [29a986be] FastLapackInterface v2.1.1 [45f42fbc] LinearRationalExpectations v0.5.7 [4f9d485d] PolynomialMatrixEquations v0.2.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.1+0 [4536629a] OpenBLAS_jll v0.3.33+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... ┌ 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/PolynomialMatrixEquations/bQnaC/src/PolynomialMatrixEquations.jl:6  [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/PolynomialMatrixEquations/bQnaC/src/PolynomialMatrixEquations.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/LinearRationalExpectations/08GHW/src/linear_rational_expectations.jl:2  [13] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [14] top-level scope  @ ~/.julia/packages/LinearRationalExpectations/08GHW/src/LinearRationalExpectations.jl:3  [15] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [16] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [17] top-level scope  @ stdin:5  [18] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [20] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [21] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [22] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/LinearRationalExpectations/08GHW/src/linear_rational_expectations.jl:2 in expression starting at /home/pkgeval/.julia/packages/LinearRationalExpectations/08GHW/src/LinearRationalExpectations.jl:1 in expression starting at stdin:5 3 dependencies had output during precompilation: ┌ PolynomialMatrixEquations │ 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/PolynomialMatrixEquations/bQnaC/src/PolynomialMatrixEquations.jl:6 │ [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/PolynomialMatrixEquations/bQnaC/src/PolynomialMatrixEquations.jl:1 │ in expression starting at stdin:5 └ ┌ 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 └ ┌ LinearRationalExpectations │ [Output was shown above] └ ERROR: LoadError: The following 3 packages failed to precompile: PolynomialMatrixEquations Failed to precompile PolynomialMatrixEquations [4f9d485d-518f-41ed-81c8-372cd804c93b] to "/home/pkgeval/.julia/compiled/v1.14/PolynomialMatrixEquations/jl_6N2HPN" (ProcessExited(1)). FastLapackInterface Failed to precompile FastLapackInterface [29a986be-02c6-4525-aec4-84b980013641] to "/home/pkgeval/.julia/compiled/v1.14/FastLapackInterface/jl_cgk0Jm" (ProcessExited(1)). LinearRationalExpectations Failed to precompile LinearRationalExpectations [45f42fbc-210c-4ecc-9452-59ec793b9bfd] to "/home/pkgeval/.julia/compiled/v1.14/LinearRationalExpectations/jl_BGudZY" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/LinearRationalExpectations/08GHW/test/runtests.jl:1 Testing failed after 24.41s ERROR: LoadError: Package LinearRationalExpectations errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3247 [3] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3110 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:587 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [7] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [8] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:326 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:355 [12] _start() @ Base ./client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 103.87s: package fails to precompile