Package evaluation to test FastLapackInterface on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T16:23:03.748 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.8s ################################################################################ # Installation # Installing FastLapackInterface... Resolving package versions... Installed FastLapackInterface ─ v2.1.1 Updating `~/.julia/environments/v1.14/Project.toml` [29a986be] + FastLapackInterface v2.1.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [29a986be] + FastLapackInterface v2.1.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 1.31s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.6 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 1.7 s ✓ AppleAccelerate 2.3 s ✓ Preferences 2.9 s ✓ JLLWrappers 6.0 s ✓ IntelOpenMP_jll 6.4 s ✓ oneTBB_jll  Downloading artifact: IntelOpenMP  Downloading artifact: oneTBB 11.4 s ✓ MKL_jll  Downloading artifact: MKL 16.8 s ✓ MKL 7 dependencies successfully precompiled in 53 seconds. 33 already precompiled. 2 dependencies had output during precompilation: ┌ MKL_jll │ Downloading artifact: IntelOpenMP │ Downloading artifact: oneTBB └ ┌ MKL │ Downloading artifact: MKL └ Precompilation completed after 89.57s ################################################################################ # Testing # Testing FastLapackInterface Status `/tmp/jl_CJPnSk/Project.toml` [13e28ba4] AppleAccelerate v0.6.0 [29a986be] FastLapackInterface v2.1.1 [33e6dc65] MKL v0.9.1 [37e2e46d] LinearAlgebra v1.13.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_CJPnSk/Manifest.toml` [13e28ba4] AppleAccelerate v0.6.0 [29a986be] FastLapackInterface v2.1.1 [692b3bcd] JLLWrappers v1.8.0 [33e6dc65] MKL v0.9.1 [21216c6a] Preferences v1.5.2 [1d5cc7b8] IntelOpenMP_jll v2025.2.0+0 [856f044c] MKL_jll v2025.2.0+0 [1317d2d5] oneTBB_jll v2022.3.0+0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [4af54fe1] LazyArtifacts v1.11.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.1+0 [deac9b47] LibCURL_jll v8.20.0+1 [e37daf67] LibGit2_jll v1.9.3+0 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [4536629a] OpenBLAS_jll v0.3.33+0 [458c3c95] OpenSSL_jll v3.5.6+0 [efcefdf7] PCRE2_jll v10.47.0+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.69.0+0 [3f19e933] p7zip_jll v17.8.0+0 Testing Running tests... ┌ Info: JuliaLowering threw given input: │ code = │ :(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 1 dependency had output during precompilation: ┌ FastLapackInterface │ [Output was shown above] └ ERROR: LoadError: The following 1 package failed to precompile: FastLapackInterface Failed to precompile FastLapackInterface [29a986be-02c6-4525-aec4-84b980013641] to "/home/pkgeval/.julia/compiled/v1.14/FastLapackInterface/jl_zGMHFr" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/FastLapackInterface/KTkhv/test/runtests.jl:1 Testing failed after 21.45s ERROR: LoadError: Package FastLapackInterface 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 149.63s: package fails to precompile