Package evaluation to test SubSIt on Julia 1.14.0-DEV.2309 (6e1a27e459*) started at 2026-06-06T03:11:24.821 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.12s ################################################################################ # Installation # Installing SubSIt... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [f42569b2] + SubSIt v1.1.8 Updating `~/.julia/environments/v1.14/Manifest.toml` [f42569b2] + SubSIt v1.1.8 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.14.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.13.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.2+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 3.91s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 188.4 s ✓ ChunkSplitters 40.4 s ✓ OffsetArrays → OffsetArraysAdaptExt 175.6 s ✓ KrylovKit 0.8 s ✓ SubSIt 40.9 s ✓ ZipFile 43.2 s ✓ SymRCM 3.6 s ✓ MPIPreferences 3.8 s ✓ libaec_jll 3.7 s ✓ aws_c_common_jll 3.8 s ✓ Xorg_libpciaccess_jll 3.7 s ✓ s2n_tls_jll 3.7 s ✓ Dierckx_jll 2.6 s ✓ dlfcn_win32_jll 2.6 s ✓ MicrosoftMPI_jll 3.6 s ✓ Arpack_jll 354.0 s ✓ StaticArrays ┌ Info: JuliaLowering threw given input: │ code = │ :(function (#= /home/pkgeval/.julia/packages/Static/TjBVO/src/Static.jl:488 =# @nospecialize(T::Type{<:StaticNumber}))(x::Union{AbstractFloat, AbstractIrrational, Integer, Rational}) │ #= /home/pkgeval/.julia/packages/Static/TjBVO/src/Static.jl:488 =# │ #= /home/pkgeval/.julia/packages/Static/TjBVO/src/Static.jl:495 =# │ return static(convert(eltype(T), x)) │ 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] │ │ [macrocall] │ │ @nospecialize :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Static/TjBVO/src/Static.jl:488 =#) :: Value │ │ [::] │ │ T :: Identifier │ │ [curly] │ │ Type :: Identifier │ │ [<:] │ │ StaticNumber :: Identifier │ │ [::] │ │ x :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ AbstractFloat :: Identifier │ │ AbstractIrrational :: Identifier │ │ Integer :: Identifier │ │ Rational :: Identifier │ │ [block] │ │ [return] │ │ [call] │ │ static :: Identifier │ │ [call] │ │ convert :: Identifier │ │ [call] │ │ eltype :: Identifier │ │ T :: Identifier │ │ x :: 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] │ │ [meta] │ jl_source=L27 │ nospecialize :: Identifier │ scope_layer=2,jl_source=L27 │ [::] │ scope_layer=1 │ T :: Identifier │ macro_source=9,scope_layer=1 │ [curly] │ scope_layer=1 │ Type :: Identifier │ macro_source=9,scope_layer=1 │ [<:] │ scope_layer=1 │ StaticNumber :: Identifier │ macro_source=9,scope_layer=1 │ [::] │ │ x :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ AbstractFloat :: Identifier │ scope_layer=1 │ AbstractIrrational :: Identifier │ scope_layer=1 │ Integer :: Identifier │ scope_layer=1 │ Rational :: Identifier │ scope_layer=1 │ [block] │ │ [return] │ │ [call] │ │ static :: Identifier │ scope_layer=1 │ [call] │ │ convert :: Identifier │ scope_layer=1 │ [call] │ │ eltype :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/Static/TjBVO/src/Static.jl" │ line = 488 └ mod = Static ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/Static/TjBVO/src/Static.jl:488 =# - invalid function name Expression:  (meta nospecialize (:: T (curly Type (<: StaticNumber)))) Containing expressions:  (function (call (meta nospecialize (:: T (curly Type (<: StaticNumber)))) (:: x (curly Union AbstractFloat AbstractIrrational Integer Rational))) (block (return (call static (call convert (call eltype T) x)))))  Detailed provenance:  (meta nospecialize (:: T (curly Type (<: StaticNumber)))) @#= /source/usr/share/julia/JuliaLowering/src/syntax_macros.jl:27 =#  └─ (meta nospecialize (:: T (curly Type (<: StaticNumber)))) @#= /source/usr/share/julia/JuliaLowering/src/syntax_macros.jl:27 =#  ├─ (macrocall @nospecialize :(#= /home/pkgeval/.julia/packages/Static/TjBVO/src/Static.jl:488 =#) (:: T (curly Type (<: StaticNumber))))  │ └─ @ /home/pkgeval/.julia/packages/Static/TjBVO/src/Static.jl:488  └─ (macrocall @nospecialize :(#= /home/pkgeval/.julia/packages/Static/TjBVO/src/Static.jl:488 =#) (:: T (curly Type (<: StaticNumber))))  └─ @ /home/pkgeval/.julia/packages/Static/TjBVO/src/Static.jl:488  Stacktrace:  [1] 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:4448  [2] 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  [3] include(mod::Module, _path::String)  @ Base Base.jl:326  [4] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base loading.jl:3296  [5] top-level scope  @ stdin:5  [6] eval(m::Module, e::Any)  @ Core boot.jl:521  [7] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [8] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [9] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [10] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Static/TjBVO/src/Static.jl:1 in expression starting at stdin:5 ✗ Static 3.8 s ✓ XML2_jll 6.6 s ✓ MPItrampoline_jll 3.7 s ✓ aws_checksums_jll 3.7 s ✓ aws_c_sdkutils_jll 3.6 s ✓ aws_c_cal_jll 3.5 s ✓ aws_c_compression_jll 4.0 s ✓ Dierckx 3.3 s ✓ Arpack 39.2 s ✓ StaticArrays → StaticArraysStatisticsExt 38.2 s ✓ Adapt → AdaptStaticArraysExt 41.7 s ✓ ArnoldiMethod 76.4 s ✓ FillArrays → FillArraysStaticArraysExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("aedffcd0-7271-4cad-89d0-dc628f76c6d3"), "Static") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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/BitTwiddlingConvenienceFunctions/q3iiO/src/BitTwiddlingConvenienceFunctions.jl:3  [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:3296  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:521  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/BitTwiddlingConvenienceFunctions/q3iiO/src/BitTwiddlingConvenienceFunctions.jl:1 in expression starting at stdin:5 ✗ BitTwiddlingConvenienceFunctions ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("aedffcd0-7271-4cad-89d0-dc628f76c6d3"), "Static") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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/CPUSummary/Wjls3/src/CPUSummary.jl:7  [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:3296  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:521  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/CPUSummary/Wjls3/src/CPUSummary.jl:1 in expression starting at stdin:5 ✗ CPUSummary ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("aedffcd0-7271-4cad-89d0-dc628f76c6d3"), "Static") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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  @ none:44  [13] eval(m::Module, e::Any)  @ Core boot.jl:521  [14] recompile_invalidations(__module__::Module, expr::Any)  @ PrecompileTools ~/.julia/packages/PrecompileTools/QUxvR/src/invalidations.jl:21  [15] top-level scope  @ ~/.julia/packages/StaticArrayInterface/qmd3i/src/StaticArrayInterface.jl:19  [16] macro expansion  @ ~/.julia/packages/StaticArrayInterface/qmd3i/src/StaticArrayInterface.jl:19 [inlined]  [17] include(mod::Module, _path::String)  @ Base Base.jl:326  [18] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base loading.jl:3296  [19] top-level scope  @ stdin:5  [20] eval(m::Module, e::Any)  @ Core boot.jl:521  [21] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [22] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [23] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [24] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/StaticArrayInterface/qmd3i/src/StaticArrayInterface.jl:1 in expression starting at stdin:5 ✗ StaticArrayInterface 137.4 s ✓ LightXML 3.9 s ✓ Hwloc_jll 3.8 s ✓ aws_c_io_jll ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("aedffcd0-7271-4cad-89d0-dc628f76c6d3"), "Static") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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/HostCPUFeatures/ZTXz4/src/HostCPUFeatures.jl:7  [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:3296  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:521  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/HostCPUFeatures/ZTXz4/src/HostCPUFeatures.jl:1 in expression starting at stdin:5 ✗ HostCPUFeatures ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("62783981-4cbd-42fc-bca8-16325de8dc4b"), "BitTwiddlingConvenienceFunctions") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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_import(imported::Bool, to::Module, from::Expr, paths::Expr)  @ Base module.jl:101  [11] eval_import(imported::Bool, to::Module, from::Expr, paths::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [12] top-level scope  @ ~/.julia/packages/PolyesterWeave/E9Wdf/src/PolyesterWeave.jl:7  [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:3296  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:521  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/PolyesterWeave/E9Wdf/src/PolyesterWeave.jl:1 in expression starting at stdin:5 ✗ PolyesterWeave ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("0d7ed370-da01-4f52-bd93-41d350b8b718"), "StaticArrayInterface") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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/StaticArrayInterface/qmd3i/ext/StaticArrayInterfaceOffsetArraysExt.jl:3  [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:3296  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:521  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/StaticArrayInterface/qmd3i/ext/StaticArrayInterfaceOffsetArraysExt.jl:1 in expression starting at stdin:5 ✗ StaticArrayInterface → StaticArrayInterfaceOffsetArraysExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("0d7ed370-da01-4f52-bd93-41d350b8b718"), "StaticArrayInterface") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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/StaticArrayInterface/qmd3i/ext/StaticArrayInterfaceStaticArraysExt.jl:3  [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:3296  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:521  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/StaticArrayInterface/qmd3i/ext/StaticArrayInterfaceStaticArraysExt.jl:1 in expression starting at stdin:5 ✗ StaticArrayInterface → StaticArrayInterfaceStaticArraysExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("aedffcd0-7271-4cad-89d0-dc628f76c6d3"), "Static") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base module.jl:101  [11] eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [12] top-level scope  @ ~/.julia/packages/CloseOpenIntervals/PU9aC/src/CloseOpenIntervals.jl:7  [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:3296  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:521  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/CloseOpenIntervals/PU9aC/src/CloseOpenIntervals.jl:1 in expression starting at stdin:5 ✗ CloseOpenIntervals ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("aedffcd0-7271-4cad-89d0-dc628f76c6d3"), "Static") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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/LayoutPointers/nNKcM/src/LayoutPointers.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:3296  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:521  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/LayoutPointers/nNKcM/src/LayoutPointers.jl:1 in expression starting at stdin:5 ✗ LayoutPointers 85.3 s ✓ WriteVTK 3.7 s ✓ MPICH_jll 6.3 s ✓ OpenMPI_jll 6.7 s ✓ MPIABI_jll 3.6 s ✓ aws_c_http_jll ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("0d7ed370-da01-4f52-bd93-41d350b8b718"), "StaticArrayInterface") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] _eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base module.jl:111  [10] eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [11] top-level scope  @ ~/.julia/packages/VectorizationBase/F4R96/src/VectorizationBase.jl:6  [12] include(mod::Module, _path::String)  @ Base Base.jl:326  [13] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base loading.jl:3296  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:521  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/VectorizationBase/F4R96/src/VectorizationBase.jl:1 in expression starting at stdin:5 ✗ VectorizationBase ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("10f19ff3-798f-405d-979b-55457f8fc047"), "LayoutPointers") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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/StrideArraysCore/WnkLj/src/StrideArraysCore.jl:7  [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:3296  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:521  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/StrideArraysCore/WnkLj/src/StrideArraysCore.jl:1 in expression starting at stdin:5 ✗ StrideArraysCore 6.6 s ✓ mpif_jll 3.7 s ✓ aws_c_auth_jll ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"), "VectorizationBase") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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/SLEEFPirates/OTXBS/src/SLEEFPirates.jl:9  [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:3296  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:521  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/SLEEFPirates/OTXBS/src/SLEEFPirates.jl:1 in expression starting at stdin:5 ✗ SLEEFPirates ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("0d7ed370-da01-4f52-bd93-41d350b8b718"), "StaticArrayInterface") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base module.jl:36 [inlined]  [9] _eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base module.jl:111  [10] eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [11] top-level scope  @ ~/.julia/packages/Polyester/GQ6c9/src/Polyester.jl:7  [12] include(mod::Module, _path::String)  @ Base Base.jl:326  [13] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base loading.jl:3296  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:521  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Polyester/GQ6c9/src/Polyester.jl:1 in expression starting at stdin:5 ✗ Polyester 3.7 s ✓ aws_c_s3_jll ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("aedffcd0-7271-4cad-89d0-dc628f76c6d3"), "Static") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base module.jl:101  [11] eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [12] top-level scope  @ ~/.julia/packages/LoopVectorization/Y0o9B/src/LoopVectorization.jl:31  [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:3296  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:521  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/LoopVectorization/Y0o9B/src/LoopVectorization.jl:1 in expression starting at stdin:5 ✗ LoopVectorization ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("f517fe37-dbe3-4b94-8317-1923a5111588"), "Polyester") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base module.jl:101  [11] eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [12] top-level scope  @ ~/.julia/packages/SparseMatricesCSR/iCdWE/src/SparseMatricesCSR.jl:17  [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:3296  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:521  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/SparseMatricesCSR/iCdWE/src/SparseMatricesCSR.jl:1 in expression starting at stdin:5 ✗ SparseMatricesCSR 4.2 s ✓ HDF5_jll 109.3 s ✓ HDF5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"), "HDF5") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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/DataDrop/vz0HX/src/DataDrop.jl:5  [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:3296  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:521  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/DataDrop/vz0HX/src/DataDrop.jl:1 in expression starting at stdin:5 ✗ DataDrop ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("bdcacae8-1622-11e9-2a5c-532679323890"), "LoopVectorization") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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/FinEtools/c3Hpf/src/MatrixUtilityModule.jl:1  [13] macro expansion  @ ~/.julia/packages/FinEtools/c3Hpf/src/MatrixUtilityModule.jl:12 [inlined]  [14] eval(m::Module, e::Any)  @ Core boot.jl:521  [15] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:545  [16] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:518 [inlined]  [17] top-level scope  @ ~/.julia/packages/FinEtools/c3Hpf/src/MatrixUtilityModule.jl:1  [18] macro expansion  @ ~/.julia/packages/FinEtools/c3Hpf/src/MatrixUtilityModule.jl:1 [inlined]  [19] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [20] top-level scope  @ ~/.julia/packages/FinEtools/c3Hpf/src/allmodules.jl:3  [21] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [22] top-level scope  @ ~/.julia/packages/FinEtools/c3Hpf/src/FinEtools.jl:13  [23] include(mod::Module, _path::String)  @ Base Base.jl:326  [24] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base loading.jl:3296  [25] top-level scope  @ stdin:5  [26] eval(m::Module, e::Any)  @ Core boot.jl:521  [27] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [28] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [29] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [30] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/FinEtools/c3Hpf/src/MatrixUtilityModule.jl:1 in expression starting at /home/pkgeval/.julia/packages/FinEtools/c3Hpf/src/allmodules.jl:3 in expression starting at /home/pkgeval/.julia/packages/FinEtools/c3Hpf/src/FinEtools.jl:1 in expression starting at stdin:5 ✗ FinEtools ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("91bb5406-6c9a-523d-811d-0644c4229550"), "FinEtools") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base module.jl:101  [11] eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:195  [12] top-level scope  @ ~/.julia/packages/FinEtoolsDeforLinear/mpmXi/src/MatDeforModule.jl:1  [13] macro expansion  @ ~/.julia/packages/FinEtoolsDeforLinear/mpmXi/src/MatDeforModule.jl:10 [inlined]  [14] eval(m::Module, e::Any)  @ Core boot.jl:521  [15] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:545  [16] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:518 [inlined]  [17] top-level scope  @ ~/.julia/packages/FinEtoolsDeforLinear/mpmXi/src/MatDeforModule.jl:1  [18] macro expansion  @ ~/.julia/packages/FinEtoolsDeforLinear/mpmXi/src/MatDeforModule.jl:1 [inlined]  [19] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [20] top-level scope  @ ~/.julia/packages/FinEtoolsDeforLinear/mpmXi/src/allmodules.jl:1  [21] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [22] top-level scope  @ ~/.julia/packages/FinEtoolsDeforLinear/mpmXi/src/FinEtoolsDeforLinear.jl:11  [23] include(mod::Module, _path::String)  @ Base Base.jl:326  [24] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base loading.jl:3296  [25] top-level scope  @ stdin:5  [26] eval(m::Module, e::Any)  @ Core boot.jl:521  [27] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [28] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [29] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [30] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/FinEtoolsDeforLinear/mpmXi/src/MatDeforModule.jl:1 in expression starting at /home/pkgeval/.julia/packages/FinEtoolsDeforLinear/mpmXi/src/allmodules.jl:1 in expression starting at /home/pkgeval/.julia/packages/FinEtoolsDeforLinear/mpmXi/src/FinEtoolsDeforLinear.jl:1 in expression starting at stdin:5 ✗ FinEtoolsDeforLinear ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("91bb5406-6c9a-523d-811d-0644c4229550"), "FinEtools") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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/FinEtoolsFlexStructures/pLRIg/src/FinEtoolsFlexStructures.jl:5  [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:3296  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:521  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/FinEtoolsFlexStructures/pLRIg/src/FinEtoolsFlexStructures.jl:1 in expression starting at stdin:5 ✗ FinEtoolsFlexStructures 41 dependencies successfully precompiled in 1904 seconds. 76 already precompiled. Precompilation completed after 1943.97s ################################################################################ # Testing # Testing SubSIt Test Could not use exact versions of packages in manifest, re-resolving. Note: if you do not check your manifest file into source control, then you can probably ignore this message. However, if you do check your manifest file into source control, then you probably want to pass the `allow_reresolve = false` kwarg when calling the `Pkg.test` function. Updating `/tmp/jl_eT80Gm/Project.toml` [ec485272] ↑ ArnoldiMethod v0.2.0 ⇒ v0.4.0 [aa547a04] ↑ DataDrop v0.1.4 ⇒ v0.1.7 ⌅ [91bb5406] ↑ FinEtools v7.1.7 ⇒ v7.3.7 ⌅ [e9187c00] ↑ FinEtoolsDeforLinear v2.0.3 ⇒ v2.1.4 ⌅ [723391e6] ↑ FinEtoolsFlexStructures v2.0.7 ⇒ v2.2.2 [0b1a1467] ↑ KrylovKit v0.6.0 ⇒ v0.10.3 [f42569b2] ↑ SubSIt v1.1.4 ⇒ v1.1.8 [37e2e46d] ~ LinearAlgebra ⇒ v1.14.0 [8dfed614] ~ Test ⇒ v1.11.0 Updating `/tmp/jl_eT80Gm/Manifest.toml` [79e6a3ab] ↑ Adapt v3.7.1 ⇒ v4.6.0 [ec485272] ↑ ArnoldiMethod v0.2.0 ⇒ v0.4.0 [4fba245c] ↑ ArrayInterface v7.5.1 ⇒ v7.25.0 [a9b6321e] + Atomix v1.1.3 [62783981] ↑ BitTwiddlingConvenienceFunctions v0.1.5 ⇒ v0.1.6 [2a0fbf3d] ↑ CPUSummary v0.2.4 ⇒ v0.2.7 [d360d2e6] - ChainRulesCore v1.18.0 ⌅ [ae650224] ↑ ChunkSplitters v2.0.2 ⇒ v2.6.0 [fb6a15b2] ↑ CloseOpenIntervals v0.1.12 ⇒ v0.1.13 [944b1d66] ↑ CodecZlib v0.7.3 ⇒ v0.7.8 [f70d9fcc] + CommonWorldInvalidations v1.0.0 [34da2185] ↑ Compat v4.10.0 ⇒ v4.18.1 [aa547a04] ↑ DataDrop v0.1.4 ⇒ v0.1.7 [39dd38d3] ↑ Dierckx v0.5.3 ⇒ v0.5.4 [ffbed154] ↑ DocStringExtensions v0.9.3 ⇒ v0.9.5 [1a297f60] ↑ FillArrays v1.7.0 ⇒ v1.16.0 ⌅ [91bb5406] ↑ FinEtools v7.1.7 ⇒ v7.3.7 ⌅ [e9187c00] ↑ FinEtoolsDeforLinear v2.0.3 ⇒ v2.1.4 ⌅ [723391e6] ↑ FinEtoolsFlexStructures v2.0.7 ⇒ v2.2.2 [46192b85] - GPUArraysCore v0.1.5 [f67ccb44] ↑ HDF5 v0.16.16 ⇒ v0.17.3 [3e5b6fbb] ↑ HostCPUFeatures v0.1.16 ⇒ v0.1.18 [692b3bcd] ↑ JLLWrappers v1.5.0 ⇒ v1.8.0 [682c06a0] ↑ JSON v0.21.4 ⇒ v1.6.1 [0b1a1467] ↑ KrylovKit v0.6.0 ⇒ v0.10.3 [10f19ff3] ↑ LayoutPointers v0.1.15 ⇒ v0.1.17 [9c8b4983] ↑ LightXML v0.9.0 ⇒ v0.9.3 [bdcacae8] ↑ LoopVectorization v0.12.166 ⇒ v0.12.174 [33e6dc65] - MKL v0.6.1 [3da0fdf6] ↑ MPIPreferences v0.1.10 ⇒ v0.1.12 [6fe1bfb0] ↑ OffsetArrays v1.12.10 ⇒ v1.17.0 [65ce6f38] + PackageExtensionCompat v1.0.2 [69de0a69] ↑ Parsers v2.7.2 ⇒ v2.8.5 [f517fe37] + Polyester v0.7.19 [1d0040c9] ↑ PolyesterWeave v0.2.1 ⇒ v0.2.2 [aea7be01] ↑ PrecompileTools v1.2.0 ⇒ v1.3.4 [21216c6a] ↑ Preferences v1.4.1 ⇒ v1.5.2 [ae029012] ↑ Requires v1.3.0 ⇒ v1.3.1 [476501e8] ↑ SLEEFPirates v0.6.42 ⇒ v0.6.46 [431bcebd] + SciMLPublic v1.0.1 [a0a7dd2c] ↑ SparseMatricesCSR v0.6.7 ⇒ v0.6.12 [aedffcd0] ↑ Static v0.8.8 ⇒ v1.4.0 [0d7ed370] ↑ StaticArrayInterface v1.4.1 ⇒ v1.10.0 [90137ffa] ↑ StaticArrays v1.6.5 ⇒ v1.9.18 [1e83bf80] ↑ StaticArraysCore v1.4.2 ⇒ v1.4.4 [10745b16] ↑ Statistics v1.9.0 ⇒ v1.11.1 [7792a7ef] + StrideArraysCore v0.5.9 [ec057cc2] + StructUtils v2.8.2 [f42569b2] ↑ SubSIt v1.1.4 ⇒ v1.1.8 [286e6d88] ↑ SymRCM v0.2.1 ⇒ v0.2.2 [1c621080] ↑ TestItems v0.1.1 ⇒ v1.0.0 [8290d209] ↑ ThreadingUtilities v0.5.2 ⇒ v0.5.6 [3bb67fe8] ↑ TranscodingStreams v0.9.13 ⇒ v0.11.3 [013be700] + UnsafeAtomics v0.3.1 ⌅ [409d34a3] + VectorInterface v0.5.0 [3d5dd08c] ↑ VectorizationBase v0.21.64 ⇒ v0.21.74 [64499a7a] ↑ WriteVTK v1.18.1 ⇒ v1.21.2 ⌅ [68821587] ↑ Arpack_jll v3.5.1+1 ⇒ v3.5.2+0 [cd4c43a9] ↑ Dierckx_jll v0.1.0+0 ⇒ v0.2.0+0 [0234f1f7] ↑ HDF5_jll v1.14.2+1 ⇒ v2.1.2+0 [e33a78d0] ↑ Hwloc_jll v2.9.3+0 ⇒ v2.13.0+1 [1d5cc7b8] - IntelOpenMP_jll v2023.2.0+0 [1d63c593] - LLVMOpenMP_jll v15.0.4+0 [94ce4f54] ↑ Libiconv_jll v1.17.0+0 ⇒ v1.18.0+0 [856f044c] - MKL_jll v2023.2.0+0 [b5ada748] + MPIABI_jll v0.1.5+0 [7cb0a576] ↑ MPICH_jll v4.1.2+0 ⇒ v5.0.1+0 [f1f71cc9] ↑ MPItrampoline_jll v5.3.1+0 ⇒ v5.5.6+0 [c8ffd9c3] - MbedTLS_jll v2.28.2+0 [9237b28f] ↑ MicrosoftMPI_jll v10.1.4+1 ⇒ v10.1.4+3 [fe0851c0] ↑ OpenMPI_jll v5.0.0+0 ⇒ v5.0.11+0 [32165bc3] - PMIx_jll v4.2.7+0 ⌅ [02c8fc9c] ↑ XML2_jll v2.11.5+0 ⇒ v2.13.9+0 [a65dc6b1] + Xorg_libpciaccess_jll v0.19.0+0 ⌅ [2b3700d1] + aws_c_auth_jll v0.9.6+0 [70f11efc] + aws_c_cal_jll v0.9.13+0 [73048d1d] + aws_c_common_jll v0.12.6+0 [73a04cd5] + aws_c_compression_jll v0.3.2+0 [3254fc65] + aws_c_http_jll v0.10.13+0 [13c41daa] + aws_c_io_jll v0.26.3+0 ⌅ [bd1f34fb] + aws_c_s3_jll v0.11.5+0 [1282aa60] + aws_c_sdkutils_jll v0.2.4+1 [b2a88e68] + aws_checksums_jll v0.2.10+0 [c4b69c83] + dlfcn_win32_jll v1.4.2+0 [477f73a3] ↑ libaec_jll v1.0.6+1 ⇒ v1.1.7+0 [1080aeaf] - libevent_jll v2.1.13+1 [9aeb927a] + mpif_jll v0.1.7+0 [eb928a42] - prrte_jll v3.0.2+0 [cddc5d3d] + s2n_tls_jll v1.7.3+0 [0dad84c5] ↑ ArgTools v1.1.1 ⇒ v1.1.2 [56f22d72] ~ Artifacts ⇒ v1.11.0 [2a0f44e3] ~ Base64 ⇒ v1.11.0 [ade2ca70] ~ Dates ⇒ v1.11.0 [f43a241f] ↑ Downloads v1.6.0 ⇒ 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 v0.6.3 ⇒ v1.0.0 [76f85450] ~ LibGit2 ⇒ v1.11.0 [8f399da3] ~ Libdl ⇒ v1.11.0 [37e2e46d] ~ LinearAlgebra ⇒ v1.14.0 [56ddb016] ~ Logging ⇒ v1.11.0 [d6f4376e] ~ Markdown ⇒ v1.11.0 [a63ad114] ~ Mmap ⇒ v1.11.0 [ca575930] ↑ NetworkOptions v1.2.0 ⇒ v1.3.0 [44cfe95a] ↑ Pkg v1.9.2 ⇒ v1.14.0 [de0858da] ~ Printf ⇒ v1.11.0 [3fa0cd96] - REPL [9a3f8284] ~ Random ⇒ v1.11.0 [ea8e919c] ↑ SHA v0.7.0 ⇒ v1.13.0 [9e88b42a] ~ Serialization ⇒ v1.11.0 [6462fe0b] - Sockets [2f01184e] ~ SparseArrays ⇒ v1.13.0 [f489334b] + StyledStrings v1.13.0 [8dfed614] ~ Test ⇒ v1.11.0 [cf7118a7] ~ UUIDs ⇒ v1.11.0 [4ec0a83e] ~ Unicode ⇒ v1.11.0 [e66e0078] ↑ CompilerSupportLibraries_jll v1.0.5+0 ⇒ v1.5.2+0 [deac9b47] ↑ LibCURL_jll v7.84.0+0 ⇒ v8.20.0+1 [e37daf67] + LibGit2_jll v1.9.4+0 [29816b5a] ↑ LibSSH2_jll v1.10.2+0 ⇒ v1.11.101+0 [14a3606d] ↑ MozillaCACerts_jll v2022.10.11 ⇒ v2026.5.14 [4536629a] ↑ OpenBLAS_jll v0.3.21+4 ⇒ v0.3.33+0 [458c3c95] ↑ OpenSSL_jll v3.0.12+0 ⇒ v3.5.6+0 [efcefdf7] + PCRE2_jll v10.47.0+0 [bea87d4a] ↑ SuiteSparse_jll v5.10.1+6 ⇒ v7.10.1+0 [83775a58] ↑ Zlib_jll v1.2.13+0 ⇒ v1.3.2+0 [3161d3a3] + Zstd_jll v1.5.7+1 [8e850b90] ↑ libblastrampoline_jll v5.8.0+0 ⇒ v5.15.0+0 [8e850ede] ↑ nghttp2_jll v1.48.0+0 ⇒ v1.69.0+0 [3f19e933] ↑ p7zip_jll v17.4.0+0 ⇒ v17.8.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Test Successfully re-resolved Status `/tmp/jl_eT80Gm/Project.toml` [ec485272] ArnoldiMethod v0.4.0 ⌅ [7d9fca2a] Arpack v0.5.3 [aa547a04] DataDrop v0.1.7 ⌅ [91bb5406] FinEtools v7.3.7 ⌅ [e9187c00] FinEtoolsDeforLinear v2.1.4 ⌅ [723391e6] FinEtoolsFlexStructures v2.2.2 [0b1a1467] KrylovKit v0.10.3 [f42569b2] SubSIt v1.1.8 [a5390f91] ZipFile v0.10.1 [37e2e46d] LinearAlgebra v1.14.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_eT80Gm/Manifest.toml` [79e6a3ab] Adapt v4.6.0 [ec485272] ArnoldiMethod v0.4.0 ⌅ [7d9fca2a] Arpack v0.5.3 [4fba245c] ArrayInterface v7.25.0 [a9b6321e] Atomix v1.1.3 [62783981] BitTwiddlingConvenienceFunctions v0.1.6 [2a0fbf3d] CPUSummary v0.2.7 ⌅ [ae650224] ChunkSplitters v2.6.0 [fb6a15b2] CloseOpenIntervals v0.1.13 [944b1d66] CodecZlib v0.7.8 [f70d9fcc] CommonWorldInvalidations v1.0.0 [34da2185] Compat v4.18.1 [adafc99b] CpuId v0.3.1 [aa547a04] DataDrop v0.1.7 [8bb1440f] DelimitedFiles v1.9.1 [39dd38d3] Dierckx v0.5.4 [ffbed154] DocStringExtensions v0.9.5 [1a297f60] FillArrays v1.16.0 ⌅ [91bb5406] FinEtools v7.3.7 ⌅ [e9187c00] FinEtoolsDeforLinear v2.1.4 ⌅ [723391e6] FinEtoolsFlexStructures v2.2.2 [f67ccb44] HDF5 v0.17.3 [3e5b6fbb] HostCPUFeatures v0.1.18 [615f187c] IfElse v0.1.1 [692b3bcd] JLLWrappers v1.8.0 [682c06a0] JSON v1.6.1 [0b1a1467] KrylovKit v0.10.3 [10f19ff3] LayoutPointers v0.1.17 [9c8b4983] LightXML v0.9.3 [bdcacae8] LoopVectorization v0.12.174 [3da0fdf6] MPIPreferences v0.1.12 [d125e4d3] ManualMemory v0.1.8 [6fe1bfb0] OffsetArrays v1.17.0 [65ce6f38] PackageExtensionCompat v1.0.2 [69de0a69] Parsers v2.8.5 [f517fe37] Polyester v0.7.19 [1d0040c9] PolyesterWeave v0.2.2 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [ae029012] Requires v1.3.1 [94e857df] SIMDTypes v0.1.0 [476501e8] SLEEFPirates v0.6.46 [431bcebd] SciMLPublic v1.0.1 [a0a7dd2c] SparseMatricesCSR v0.6.12 [aedffcd0] Static v1.4.0 [0d7ed370] StaticArrayInterface v1.10.0 [90137ffa] StaticArrays v1.9.18 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [7792a7ef] StrideArraysCore v0.5.9 [ec057cc2] StructUtils v2.8.2 [f42569b2] SubSIt v1.1.8 [286e6d88] SymRCM v0.2.2 [1c621080] TestItems v1.0.0 [8290d209] ThreadingUtilities v0.5.6 [3bb67fe8] TranscodingStreams v0.11.3 [3a884ed6] UnPack v1.0.2 [013be700] UnsafeAtomics v0.3.1 [4004b06d] VTKBase v1.0.1 ⌅ [409d34a3] VectorInterface v0.5.0 [3d5dd08c] VectorizationBase v0.21.74 [64499a7a] WriteVTK v1.21.2 [a5390f91] ZipFile v0.10.1 ⌅ [68821587] Arpack_jll v3.5.2+0 [cd4c43a9] Dierckx_jll v0.2.0+0 [0234f1f7] HDF5_jll v2.1.2+0 [e33a78d0] Hwloc_jll v2.13.0+1 [94ce4f54] Libiconv_jll v1.18.0+0 [b5ada748] MPIABI_jll v0.1.5+0 [7cb0a576] MPICH_jll v5.0.1+0 [f1f71cc9] MPItrampoline_jll v5.5.6+0 [9237b28f] MicrosoftMPI_jll v10.1.4+3 [fe0851c0] OpenMPI_jll v5.0.11+0 ⌅ [02c8fc9c] XML2_jll v2.13.9+0 [a65dc6b1] Xorg_libpciaccess_jll v0.19.0+0 ⌅ [2b3700d1] aws_c_auth_jll v0.9.6+0 [70f11efc] aws_c_cal_jll v0.9.13+0 [73048d1d] aws_c_common_jll v0.12.6+0 [73a04cd5] aws_c_compression_jll v0.3.2+0 [3254fc65] aws_c_http_jll v0.10.13+0 [13c41daa] aws_c_io_jll v0.26.3+0 ⌅ [bd1f34fb] aws_c_s3_jll v0.11.5+0 [1282aa60] aws_c_sdkutils_jll v0.2.4+1 [b2a88e68] aws_checksums_jll v0.2.10+0 [c4b69c83] dlfcn_win32_jll v1.4.2+0 [477f73a3] libaec_jll v1.1.7+0 [9aeb927a] mpif_jll v0.1.7+0 [cddc5d3d] s2n_tls_jll v1.7.3+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.14.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap 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 [4607b0f0] SuiteSparse [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.2+0 [deac9b47] LibCURL_jll v8.20.0+1 [e37daf67] LibGit2_jll v1.9.4+0 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [4536629a] OpenBLAS_jll v0.3.33+0 [458c3c95] OpenSSL_jll v3.5.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 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... [ Info: Input unit_cube_modes-h20-n1=3 fs = __load_frequencies(b) = [0.0, 0.0, 0.0, 7.496062125480002e-8, 9.491988508084007e-8, 1.1690438846690575e-7, 0.264197940310221, 0.26419794031023586, 0.35959062664668673, 0.3595906266467215, 0.35959062664672464, 0.363401912909382, 0.36340191290938795, 0.3634019129093972, 0.4069964276363803, 0.40847862739192614, 0.408478627391945, 0.4625920025699289, 0.4625920025699465, 0.4625920025699578] [ Info: Number of eigenvalues 3 Number of requested eigenvalues: 3, number of iteration vectors: 6 Iteration 0: nconv = 0 Iteration 1: nconv = 0 Iteration 2: nconv = 0 Iteration 3: nconv = 1 Iteration 4: nconv = 3 15.777272 seconds (7.23 M allocations: 413.639 MiB, 1.51% gc time, 99.67% compilation time) fs1 = sqrt.(abs.(d)) ./ (2pi) = [1.0601447212051072e-7, 3.338012531966174e-7, 7.434311916121132e-7] [ Info: Number of eigenvalues 6 Number of requested eigenvalues: 6, number of iteration vectors: 12 Iteration 0: nconv = 0 Iteration 1: nconv = 0 Iteration 2: nconv = 0 Iteration 3: nconv = 1 Iteration 4: nconv = 5 Iteration 5: nconv = 6 0.041431 seconds (567 allocations: 9.793 MiB) fs1 = sqrt.(abs.(d)) ./ (2pi) = [1.3457095062083245e-7, 1.21970016498827e-7, 5.4378833238802586e-8, 2.865607282972633e-8, 8.155316477996476e-8, 1.1437868509858064e-7] [ Info: Number of eigenvalues 9 Number of requested eigenvalues: 9, number of iteration vectors: 18 Iteration 0: nconv = 0 Iteration 1: nconv = 0 Iteration 2: nconv = 0 Iteration 3: nconv = 2 Iteration 4: nconv = 6 Iteration 5: nconv = 6 Iteration 6: nconv = 6 Iteration 7: nconv = 6 Iteration 8: nconv = 6 Iteration 9: nconv = 8 Iteration 10: nconv = 8 Iteration 11: nconv = 8 Iteration 12: nconv = 8 Iteration 13: nconv = 8 Iteration 14: nconv = 8 Iteration 15: nconv = 9 0.159564 seconds (1.17 k allocations: 14.575 MiB, 18.07% gc time) fs1 = sqrt.(abs.(d)) ./ (2pi) = [1.4078059254604977e-7, 1.2314029461422132e-7, 6.699489180067155e-8, 1.9009767725183176e-8, 6.171841313538959e-8, 1.0297332092369975e-7, 0.2641979403102294, 0.26419794031025173, 0.3595906336078387] [ Info: Number of eigenvalues 12 Number of requested eigenvalues: 12, number of iteration vectors: 24 Iteration 0: nconv = 0 Iteration 1: nconv = 0 Iteration 2: nconv = 0 Iteration 3: nconv = 2 Iteration 4: nconv = 6 Iteration 5: nconv = 6 Iteration 6: nconv = 6 Iteration 7: nconv = 6 Iteration 8: nconv = 7 Iteration 9: nconv = 8 Iteration 10: nconv = 8 Iteration 11: nconv = 8 Iteration 12: nconv = 10 Iteration 13: nconv = 12 0.146362 seconds (1.13 k allocations: 15.861 MiB) fs1 = sqrt.(abs.(d)) ./ (2pi) = [1.4060569423594128e-7, 1.2307747521346034e-7, 6.701587688867271e-8, 1.8560654684604108e-8, 6.172980344888241e-8, 1.0275460660072841e-7, 0.26419794031022964, 0.2641979403102518, 0.35959062686184506, 0.3595906271475818, 0.35959064854081874, 0.3634019130663019] [ Info: Number of eigenvalues 17 Number of requested eigenvalues: 17, number of iteration vectors: 34 Iteration 0: nconv = 0 Iteration 1: nconv = 0 Iteration 2: nconv = 1 Iteration 3: nconv = 6 Iteration 4: nconv = 6 Iteration 5: nconv = 6 Iteration 6: nconv = 8 Iteration 7: nconv = 8 Iteration 8: nconv = 8 Iteration 9: nconv = 10 Iteration 10: nconv = 14 Iteration 11: nconv = 14 Iteration 12: nconv = 16 Iteration 13: nconv = 18 0.220760 seconds (1.32 k allocations: 19.346 MiB, 5.30% gc time) fs1 = sqrt.(abs.(d)) ./ (2pi) = [1.4086546480133555e-7, 1.2314029461422132e-7, 6.714164968037379e-8, 1.969993484301129e-8, 6.159298066495365e-8, 1.0254913827555897e-7, 0.26419794031022914, 0.264197940310251, 0.3595906266467682, 0.35959062664690117, 0.3595906266475619, 0.3634019129094376, 0.36340191290953305, 0.36340191290987717, 0.4069964277622457, 0.4084786274399842, 0.40847862782540084] [ Info: Number of eigenvalues 20 Number of requested eigenvalues: 20, number of iteration vectors: 40 Iteration 0: nconv = 0 Iteration 1: nconv = 0 Iteration 2: nconv = 1 Iteration 3: nconv = 6 Iteration 4: nconv = 6 Iteration 5: nconv = 6 Iteration 6: nconv = 8 Iteration 7: nconv = 8 Iteration 8: nconv = 12 Iteration 9: nconv = 15 Iteration 10: nconv = 16 Iteration 11: nconv = 18 Iteration 12: nconv = 21 0.274577 seconds (1.37 k allocations: 20.612 MiB, 9.93% gc time) fs1 = sqrt.(abs.(d)) ./ (2pi) = [1.4078059254604977e-7, 1.228945452838943e-7, 6.680572937568482e-8, 1.9735590862852707e-8, 6.213846420511657e-8, 1.031029630316643e-7, 0.2641979403102292, 0.26419794031025134, 0.35959062664671276, 0.35959062664673724, 0.35959062664684105, 0.3634019129093902, 0.36340191290939466, 0.3634019129094245, 0.40699642765096944, 0.4084786273920681, 0.40847862740109747, 0.4625920026195015, 0.46259200281457286, 0.4625920051314047] [ Info: Input unit_cube_modes-h8-n1=3 fs = __load_frequencies(b) = [0.0, 0.0, 0.0, 0.0, 2.641809682041928e-8, 4.9786034436202503e-8, 0.28958847062531284, 0.28958847062531395, 0.4031553614284971, 0.40315536142849834, 0.40315536142851377, 0.40319217243292627, 0.4031921724329296, 0.40319217243295374, 0.4501314928560892, 0.45013149285613135, 0.503213199386064, 0.5704223435948194, 0.671251302749262, 0.6712513027492646] [ Info: Number of eigenvalues 3 Number of requested eigenvalues: 3, number of iteration vectors: 6 Iteration 0: nconv = 0 Iteration 1: nconv = 0 Iteration 2: nconv = 0 Iteration 3: nconv = 1 Iteration 4: nconv = 4 0.005556 seconds (382 allocations: 1.239 MiB) fs1 = sqrt.(abs.(d)) ./ (2pi) = [9.296222861816208e-8, 1.5415357501764888e-8, 8.656316135606438e-8] [ Info: Number of eigenvalues 6 Number of requested eigenvalues: 6, number of iteration vectors: 12 Iteration 0: nconv = 0 Iteration 1: nconv = 0 Iteration 2: nconv = 0 Iteration 3: nconv = 2 Iteration 4: nconv = 6 0.008489 seconds (446 allocations: 1.521 MiB) fs1 = sqrt.(abs.(d)) ./ (2pi) = [9.688039118362209e-8, 9.283357158687804e-8, 7.771267042620673e-8, 1.4130398860525664e-8, 7.583538618568581e-8, 3.248671882761212e-7] [ Info: Number of eigenvalues 9 Number of requested eigenvalues: 9, number of iteration vectors: 18 Iteration 0: nconv = 0 Iteration 1: nconv = 0 Iteration 2: nconv = 1 Iteration 3: nconv = 5 Iteration 4: nconv = 6 Iteration 5: nconv = 6 Iteration 6: nconv = 6 Iteration 7: nconv = 7 Iteration 8: nconv = 8 Iteration 9: nconv = 9 0.016253 seconds (740 allocations: 2.450 MiB) fs1 = sqrt.(abs.(d)) ./ (2pi) = [1.0940862635205473e-7, 1.0280932880223789e-7, 1.0032429019596749e-7, 9.259850151637573e-8, 8.40996602355537e-8, 7.525839977661336e-8, 0.2895884706253065, 0.28958847062576487, 0.40315536212699177] [ Info: Number of eigenvalues 12 Number of requested eigenvalues: 12, number of iteration vectors: 24 Iteration 0: nconv = 0 Iteration 1: nconv = 0 Iteration 2: nconv = 1 Iteration 3: nconv = 6 Iteration 4: nconv = 6 Iteration 5: nconv = 6 Iteration 6: nconv = 7 Iteration 7: nconv = 9 Iteration 8: nconv = 11 Iteration 9: nconv = 13 0.107772 seconds (859 allocations: 2.988 MiB, 82.11% gc time) fs1 = sqrt.(abs.(d)) ./ (2pi) = [1.093957736499426e-7, 1.0267931595464194e-7, 1.0039434417433558e-7, 9.24541308932422e-8, 8.381494484623088e-8, 7.511814047639347e-8, 0.2895884706252994, 0.28958847062530246, 0.40315536144862496, 0.40315536154928255, 0.40315536209913505, 0.40319217243309824] [ Info: Number of eigenvalues 17 Number of requested eigenvalues: 17, number of iteration vectors: 34 Iteration 0: nconv = 0 Iteration 1: nconv = 0 Iteration 2: nconv = 1 Iteration 3: nconv = 6 Iteration 4: nconv = 6 Iteration 5: nconv = 8 Iteration 6: nconv = 12 Iteration 7: nconv = 16 Iteration 8: nconv = 17 0.029458 seconds (857 allocations: 3.682 MiB) fs1 = sqrt.(abs.(d)) ./ (2pi) = [1.0908685450544568e-7, 1.0243252327742536e-7, 9.941616826200092e-8, 9.33998423719381e-8, 8.45831393197428e-8, 7.511814047639347e-8, 0.28958847062529885, 0.2895884706253004, 0.40315536142853114, 0.403155361428568, 0.40315536142871866, 0.403192172432926, 0.403192172433033, 0.4031921724333308, 0.45013149285776927, 0.4501314928675348, 0.5032131994370918] [ Info: Number of eigenvalues 20 Number of requested eigenvalues: 20, number of iteration vectors: 40 Iteration 0: nconv = 0 Iteration 1: nconv = 0 Iteration 2: nconv = 1 Iteration 3: nconv = 6 Iteration 4: nconv = 6 Iteration 5: nconv = 9 Iteration 6: nconv = 14 Iteration 7: nconv = 16 Iteration 8: nconv = 17 Iteration 9: nconv = 18 Iteration 10: nconv = 18 Iteration 11: nconv = 19 Iteration 12: nconv = 21 0.037736 seconds (1.09 k allocations: 5.462 MiB) fs1 = sqrt.(abs.(d)) ./ (2pi) = [1.0861535578425113e-7, 1.0281616702957608e-7, 9.918961068334566e-8, 9.268198172155962e-8, 8.411637818825549e-8, 7.50900571778322e-8, 0.28958847062529813, 0.2895884706253003, 0.4031553614284859, 0.4031553614284872, 0.403155361428491, 0.40319217243291494, 0.4031921724329178, 0.4031921724329206, 0.45013149285607795, 0.45013149285608106, 0.5032131993860463, 0.5704223435965927, 0.6712513034459388, 0.6712513060644214] [ Info: Input unit_cube_tet-16 fs = __load_frequencies(b) = [0.0, 4.0898707703216054e-8, 1.323282043828227e-7, 1.9510264185507517e-7, 2.413335334053871e-7, 2.966167032946567e-7, 0.2593928761680385, 0.2606424578843776, 0.3518632726065209, 0.35242972076357576, 0.3533513964148779, 0.35742802449535743, 0.35755187109984526, 0.35791812089608815, 0.3995734553051901, 0.4054916973236516, 0.4056355732728359, 0.45296746570974195, 0.4534728907294512, 0.4543342529026329] [ Info: Number of eigenvalues 3 Number of requested eigenvalues: 3, number of iteration vectors: 6 Iteration 0: nconv = 0 Iteration 1: nconv = 0 Iteration 2: nconv = 0 Iteration 3: nconv = 1 Iteration 4: nconv = 2 Iteration 5: nconv = 4 2.974070 seconds (475 allocations: 470.992 MiB, 5.90% gc time) fs1 = sqrt.(abs.(d)) ./ (2pi) = [5.9016473108453694e-8, 1.8405078009157806e-7, 2.7232822979514576e-7] [ Info: Number of eigenvalues 6 Number of requested eigenvalues: 6, number of iteration vectors: 12 Iteration 0: nconv = 0 Iteration 1: nconv = 0 Iteration 2: nconv = 1 Iteration 3: nconv = 1 Iteration 4: nconv = 5 Iteration 5: nconv = 6 2.924745 seconds (590 allocations: 491.967 MiB, 2.54% gc time) fs1 = sqrt.(abs.(d)) ./ (2pi) = [1.439168425024595e-7, 7.16990402373928e-8, 1.637687890933867e-7, 2.027157575234461e-7, 2.518583126908267e-7, 3.0943615052358056e-7] [ Info: Number of eigenvalues 9 Number of requested eigenvalues: 9, number of iteration vectors: 18 Iteration 0: nconv = 0 Iteration 1: nconv = 0 Iteration 2: nconv = 1 Iteration 3: nconv = 1 Iteration 4: nconv = 6 Iteration 5: nconv = 6 Iteration 6: nconv = 6 Iteration 7: nconv = 6 Iteration 8: nconv = 6 Iteration 9: nconv = 6 Iteration 10: nconv = 8 Iteration 11: nconv = 8 Iteration 12: nconv = 8 Iteration 13: nconv = 8 Iteration 14: nconv = 8 Iteration 15: nconv = 8 Iteration 16: nconv = 8 Iteration 17: nconv = 8 Iteration 18: nconv = 9 5.049325 seconds (1.32 k allocations: 623.967 MiB, 1.87% gc time) fs1 = sqrt.(abs.(d)) ./ (2pi) = [1.4553450958537992e-7, 5.7812911269528204e-8, 1.6299853341468048e-7, 2.0030490171828132e-7, 2.498150368729413e-7, 3.0866040629691475e-7, 0.2593928761680297, 0.2606424578843754, 0.35186327447660004] [ Info: Number of eigenvalues 12 Number of requested eigenvalues: 12, number of iteration vectors: 24 Iteration 0: nconv = 0 Iteration 1: nconv = 0 Iteration 2: nconv = 1 Iteration 3: nconv = 1 Iteration 4: nconv = 6 Iteration 5: nconv = 6 Iteration 6: nconv = 6 Iteration 7: nconv = 6 Iteration 8: nconv = 8 Iteration 9: nconv = 8 Iteration 10: nconv = 8 Iteration 11: nconv = 8 Iteration 12: nconv = 8 Iteration 13: nconv = 9 Iteration 14: nconv = 12 4.521347 seconds (1.21 k allocations: 637.554 MiB, 0.31% gc time) fs1 = sqrt.(abs.(d)) ./ (2pi) = [1.456069544649651e-7, 5.788583067366738e-8, 1.6298559308624683e-7, 2.002943716401169e-7, 2.497700038548196e-7, 3.0865585072634287e-7, 0.25939287616802953, 0.2606424578843752, 0.3518632727457893, 0.35242972119887644, 0.3533513970163094, 0.35742802807088697] [ Info: Number of eigenvalues 17 Number of requested eigenvalues: 17, number of iteration vectors: 34 Iteration 0: nconv = 0 Iteration 1: nconv = 0 Iteration 2: nconv = 1 Iteration 3: nconv = 3 Iteration 4: nconv = 6 Iteration 5: nconv = 6 Iteration 6: nconv = 6 Iteration 7: nconv = 8 Iteration 8: nconv = 8 Iteration 9: nconv = 8 Iteration 10: nconv = 12 Iteration 11: nconv = 14 Iteration 12: nconv = 14 Iteration 13: nconv = 16 Iteration 14: nconv = 17 5.596882 seconds (1.36 k allocations: 716.692 MiB, 0.23% gc time) fs1 = sqrt.(abs.(d)) ./ (2pi) = [1.4546686181339959e-7, 5.7837227952525455e-8, 1.6299422008601925e-7, 2.00280330674685e-7, 2.497812628705058e-7, 3.085966221891286e-7, 0.2593928761680297, 0.2606424578843752, 0.3518632726067727, 0.35242972076377005, 0.35335139641494245, 0.35742802449596095, 0.35755187110233666, 0.35791812089628394, 0.3995734554120961, 0.4054916974919216, 0.40563557405337963] [ Info: Number of eigenvalues 20 Number of requested eigenvalues: 20, number of iteration vectors: 40 Iteration 0: nconv = 0 Iteration 1: nconv = 0 Iteration 2: nconv = 1 Iteration 3: nconv = 5 Iteration 4: nconv = 6 Iteration 5: nconv = 6 Iteration 6: nconv = 8 Iteration 7: nconv = 8 Iteration 8: nconv = 8 Iteration 9: nconv = 13 Iteration 10: nconv = 14 Iteration 11: nconv = 17 Iteration 12: nconv = 18 Iteration 13: nconv = 19 Iteration 14: nconv = 21 6.115317 seconds (1.46 k allocations: 764.216 MiB, 2.41% gc time) fs1 = sqrt.(abs.(d)) ./ (2pi) = [1.4556349186378842e-7, 5.7837227952525455e-8, 1.6302872351995488e-7, 2.003294697481614e-7, 2.4974748430072407e-7, 3.086080131752494e-7, 0.2593928761680297, 0.2606424578843754, 0.3518632726065308, 0.3524297207635753, 0.3533513964148751, 0.3574280244953597, 0.35755187109985676, 0.357918120896098, 0.39957345530562394, 0.40549169732429435, 0.40563557327360467, 0.4529674659390729, 0.453472890774019, 0.4543342532506895] Test Summary: | Pass Total Time Incompressible cube given by matrices | 108 108 6m04.8s  ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile. --trace-compile is enabled during profile collection. ======================================================================================  cmd: /opt/julia/bin/julia 293 running 1 of 1  signal (10): User defined signal 1 _ZN12_GLOBAL__N_111DAGCombiner14reassociateOpsEjRKN4llvm5SDLocENS1_7SDValueES5_NS1_11SDNodeFlagsE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN12_GLOBAL__N_111DAGCombiner8visitANDEPN4llvm6SDNodeE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN12_GLOBAL__N_111DAGCombiner7combineEPN4llvm6SDNodeE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm12SelectionDAG7CombineENS_12CombineLevelEPNS_14BatchAAResultsENS_15CodeGenOptLevelE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm16SelectionDAGISel17CodeGenAndEmitDAGEv at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm16SelectionDAGISel20SelectAllBasicBlocksERKNS_8FunctionE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm16SelectionDAGISel20runOnMachineFunctionERNS_15MachineFunctionE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm22SelectionDAGISelLegacy20runOnMachineFunctionERNS_15MachineFunctionE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm19MachineFunctionPass13runOnFunctionERNS_8FunctionE.part.0 at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm13FPPassManager13runOnFunctionERNS_8FunctionE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm13FPPassManager11runOnModuleERNS_6ModuleE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm6legacy15PassManagerImpl3runERNS_6ModuleE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) operator() at /source/src/jitlayers.cpp:1414:23 compileModule at /source/src/jitlayers.cpp:2390:79 materialize at /source/src/jitlayers.cpp:906:36 _ZN4llvm3orc19MaterializationTask3runEv at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) dispatch at /source/src/julia-task-dispatcher.h:353:11 _ZN4llvm3orc16ExecutionSession22dispatchOutstandingMUsEv at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession17OL_completeLookupESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EESt10shared_ptrINS0_23AsynchronousSymbolQueryEESt8functionIFvRKNS_8DenseMapIPNS0_8JITDylibENS_8DenseSetINS0_15SymbolStringPtrENS_12DenseMapInfoISF_vEEEENSG_ISD_vEENS_6detail12DenseMapPairISD_SI_EEEEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc25InProgressFullLookupState8completeESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession19OL_applyQueryPhase1ESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EENS_5ErrorE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession6lookupENS0_10LookupKindERKSt6vectorISt4pairIPNS0_8JITDylibENS0_19JITDylibLookupFlagsEESaIS8_EENS0_15SymbolLookupSetENS0_11SymbolStateENS_15unique_functionIFvNS_8ExpectedINS_8DenseMapINS0_15SymbolStringPtrENS0_17ExecutorSymbolDefENS_12DenseMapInfoISI_vEENS_6detail12DenseMapPairISI_SJ_EEEEEEEEESt8functionIFvRKNSH_IS6_NS_8DenseSetISI_SL_EENSK_IS6_vEENSN_IS6_SV_EEEEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) publishCIs at /source/src/jitlayers.cpp:2085:14 jl_compile_codeinst_impl at /source/src/jitlayers.cpp:510:39 jl_compile_method_internal at /source/src/gf.c:3677:27 _jl_invoke at /source/src/gf.c:4130:16 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 jl_apply at /source/src/julia.h:2388:12 [inlined] ijl_lower at /source/src/ast.c:1274:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:598:31 jl_eval_module_expr at /source/src/toplevel.c:263:5 [inlined] jl_toplevel_eval_flex at /source/src/toplevel.c:665:27 jl_eval_toplevel_stmts at /source/src/toplevel.c:602:15 jl_toplevel_eval_flex at /source/src/toplevel.c:684:27 ijl_toplevel_eval at /source/src/toplevel.c:782:12 ijl_toplevel_eval_in at /source/src/toplevel.c:827:13 eval at ./boot.jl:521:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 207) _jl_invoke at /source/src/gf.c:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 _include at ./loading.jl:3192:0 (pc: 122) include at ./Base.jl:326:0 (pc: 1) include_package_for_output at ./loading.jl:3296:0 (pc: 837) jfptr_include_package_for_output_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 jl_apply at /source/src/julia.h:2388:12 [inlined] do_call at /source/src/interpreter.c:123:26 eval_value at /source/src/interpreter.c:243:16 eval_stmt_value at /source/src/interpreter.c:194:23 [inlined] eval_body at /source/src/interpreter.c:706:13 jl_interpret_toplevel_thunk at /source/src/interpreter.c:897:21 ijl_eval_thunk at /source/src/toplevel.c:768:18 jl_toplevel_eval_flex at /source/src/toplevel.c:712:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:602:15 jl_toplevel_eval_flex at /source/src/toplevel.c:684:27 ijl_toplevel_eval at /source/src/toplevel.c:782:12 ijl_toplevel_eval_in at /source/src/toplevel.c:827:13 eval at ./boot.jl:521:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 207) include_string at ./loading.jl:3142:0 [inlined] exec_options at ./client.jl:353:0 (pc: 841) _start at ./client.jl:596:0 (pc: 294) jfptr__start_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 jl_apply at /source/src/julia.h:2388:12 [inlined] true_main at /source/src/jlapi.c:971:29 jl_repl_entrypoint at /source/src/jlapi.c:1138:15 main at /source/cli/loader_exe.c:58:15 unknown function (ip: 0x72960ed48249) at /lib/x86_64-linux-gnu/libc.so.6 __libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x4010b8) at /workspace/srcdir/glibc-2.17/csu/../sysdeps/x86_64/start.S unknown function (ip: (nil)) at (unknown file)   ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ==============================================================  ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile. --trace-compile is enabled during profile collection. ====================================================================================== cmd: /opt/julia/bin/julia 286 running 0 of 1 signal (10): User defined signal 1 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404:0 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430:0 ijl_task_get_next at /source/src/scheduler.c:457:34 wait at ./task.jl:1246:0 (pc: 107) wait_forever at ./task.jl:1168:0 (pc: 4) jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 jl_apply at /source/src/julia.h:2388:12 [inlined] start_task at /source/src/task.c:1275:19 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.14/Profile/src/Profile.jl:1361 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x0000791ac63c1780 Total snapshots: 370. Utilization: 0% ╎370 @Base/task.jl:1168 wait_forever() 369╎ 370 @Base/task.jl:1246 wait() ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile. --trace-compile is enabled during profile collection. ====================================================================================== cmd: /opt/julia/bin/julia 1 running 0 of 1 signal (10): User defined signal 1 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404:0 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430:0 ijl_task_get_next at /source/src/scheduler.c:457:34 wait at ./task.jl:1246:0 (pc: 107) wait_forever at ./task.jl:1168:0 (pc: 4) jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 jl_apply at /source/src/julia.h:2388:12 [inlined] start_task at /source/src/task.c:1275:19 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.14/Profile/src/Profile.jl:1361 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x00007e7181081960 Total snapshots: 376. Utilization: 0% ╎376 @Base/task.jl:1168 wait_forever() 375╎ 376 @Base/task.jl:1246 wait() [286] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/SubSIt/Eh7sI/test/test_trunc_cyl_shell.jl:3 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404:0 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430:0 ijl_task_get_next at /source/src/scheduler.c:457:34 wait at ./task.jl:1246:0 (pc: 107) wait_forever at ./task.jl:1168:0 (pc: 4) jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 jl_apply at /source/src/julia.h:2388:12 [inlined] start_task at /source/src/task.c:1275:19 unknown function (ip: (nil)) at (unknown file) Allocations: 76393529 (Pool: 76393098; Big: 431); GC: 138 [1] signal 15: Terminated in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404:0 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430:0 ijl_task_get_next at /source/src/scheduler.c:457:34 wait at ./task.jl:1246:0 (pc: 107) wait_forever at ./task.jl:1168:0 (pc: 4) jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 jl_apply at /source/src/julia.h:2388:12 [inlined] start_task at /source/src/task.c:1275:19 unknown function (ip: (nil)) at (unknown file) Allocations: 28103483 (Pool: 28102710; Big: 773); GC: 29  [293] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/Static/TjBVO/src/Static.jl:116 _ZN4llvm16InstCombinerImpl13visitLoadInstERNS_8LoadInstE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm16InstCombinerImpl3runEv at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZL31combineInstructionsOverFunctionRN4llvm8FunctionERNS_19InstructionWorklistEPNS_9AAResultsERNS_15AssumptionCacheERNS_17TargetLibraryInfoERNS_19TargetTransformInfoERNS_13DominatorTreeERNS_25OptimizationRemarkEmitterEPNS_18BlockFrequencyInfoEPNS_21BranchProbabilityInfoEPNS_18ProfileSummaryInfoERKNS_18InstCombineOptionsE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm15InstCombinePass3runERNS_8FunctionERNS_15AnalysisManagerIS1_JEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) val already in a list atexit hook threw an error: ErrorException("schedule: Task not runnable") error at ./error.jl:56:0 (pc: 6) #schedule#623 at ./task.jl:1051:0 (pc: 71) schedule at ./task.jl:1043:0 [inlined] uv_writecb_task at ./stream.jl:1198:0 (pc: 11) jlcapi_uv_writecb_task_643.1 at /opt/julia/lib/julia/sys.so (unknown line) uv__write_callbacks at /workspace/srcdir/libuv/src/unix/stream.c:926:0 uv__stream_io at /workspace/srcdir/libuv/src/unix/stream.c:1227:0 uv__run_pending at /workspace/srcdir/libuv/src/unix/core.c:824:0 uv_run at /workspace/srcdir/libuv/src/unix/core.c:420:0 ijl_process_events at /source/src/jl_uv.c:397:21 process_events at ./libuv.jl:133:0 [inlined] wait at ./task.jl:1233:0 (pc: 15) uv_write at ./stream.jl:1079:0 (pc: 11) unsafe_write at ./stream.jl:1152:0 (pc: 55) write at ./strings/io.jl:237:0 [inlined] print at ./strings/io.jl:239:0 (pc: 5) jfptr_print_138.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 showerror at ./errorshow.jl:164:0 (pc: 2) unknown function (ip: 0x791ab73bbf36) at (unknown file) _jl_invoke at /source/src/gf.c:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 _atexit at ./initdefs.jl:543:0 (pc: 210) jfptr__atexit_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 jl_apply at /source/src/julia.h:2388:12 [inlined] ijl_atexit_hook at /source/src/init.c:264:17 jl_exit_thread0_cb at /source/src/signals-unix.c:678:5 jl_fake_signal_return at /opt/julia/bin/../lib/julia/libjulia-internal.so.1.14 (unknown line) epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404:0 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430:0 ijl_task_get_next at /source/src/scheduler.c:457:34 wait at ./task.jl:1246:0 (pc: 107) wait_forever at ./task.jl:1168:0 (pc: 4) jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4138:23 [inlined] ijl_apply_generic at /source/src/gf.c:4364:12 jl_apply at /source/src/julia.h:2388:12 [inlined] start_task at /source/src/task.c:1275:19 PkgEval terminated after 2731.29s: test duration exceeded the time limit