Package evaluation to test MeshKeeper on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T23:25:01.622 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.81s ################################################################################ # Installation # Installing MeshKeeper... Resolving package versions... Installed Statistics ───────── v1.11.1 Installed Libiconv_jll ─────── v1.18.0+0 Installed VTKBase ──────────── v1.0.1 Installed MeshCore ─────────── v0.8.7 Installed LightXML ─────────── v0.9.3 Installed JLLWrappers ──────── v1.8.0 Installed DelimitedFiles ───── v1.9.1 Installed Preferences ──────── v1.5.2 Installed FillArrays ───────── v1.15.0 Installed MeshFinder ───────── v0.3.1 Installed StaticArrays ─────── v0.12.6 Installed WriteVTK ─────────── v1.21.2 Installed CodecZlib ────────── v0.7.8 Installed MeshMaker ────────── v0.3.1 Installed MeshPorter ───────── v0.3.2 Installed TranscodingStreams ─ v0.11.3 Installed XML2_jll ─────────── v2.15.1+0 Installed MeshKeeper ───────── v0.3.0 Installing 2 artifacts Installed artifact Libiconv 1.9 MiB Installed artifact XML2 2.2 MiB Updating `~/.julia/environments/v1.14/Project.toml` [484b717a] + MeshKeeper v0.3.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [944b1d66] + CodecZlib v0.7.8 [8bb1440f] + DelimitedFiles v1.9.1 ⌃ [1a297f60] + FillArrays v1.15.0 [692b3bcd] + JLLWrappers v1.8.0 [9c8b4983] + LightXML v0.9.3 ⌅ [43a99bba] + MeshCore v0.8.7 [94afc05e] + MeshFinder v0.3.1 [484b717a] + MeshKeeper v0.3.0 [eff96cbd] + MeshMaker v0.3.1 [ba998677] + MeshPorter v0.3.2 [21216c6a] + Preferences v1.5.2 ⌅ [90137ffa] + StaticArrays v0.12.6 [10745b16] + Statistics v1.11.1 [3bb67fe8] + TranscodingStreams v0.11.3 [4004b06d] + VTKBase v1.0.1 [64499a7a] + WriteVTK v1.21.2 [94ce4f54] + Libiconv_jll v1.18.0+0 [02c8fc9c] + XML2_jll v2.15.1+0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [f489334b] + StyledStrings v1.13.0 [fa267f1f] + TOML v1.0.3 [8dfed614] + Test v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.1+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [83775a58] + Zlib_jll v1.3.2+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. To see why use `status --outdated -m` Installation completed after 8.6s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.3 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 107.1 s ✓ FillArrays 0.9 s ✓ VTKBase 1.0 s ✓ Statistics 57.1 s ✓ TranscodingStreams 0.8 s ✓ DelimitedFiles 2.3 s ✓ Preferences WARNING: Imported binding Base.@_pure_meta was undeclared at import time during import to StaticArrays. ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 =# @pure #= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 =# @propagate_inbounds(function getindex(x::SUnitRange{Start, L}, i::Int) where {Start, L} │ #= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 =# │ #= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:22 =# │ #= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:22 =# @boundscheck if i < 1 || i > L │ #= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:23 =# │ throw(BoundsError(x, i)) │ end │ #= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:25 =# │ return (Start + i) - 1 │ end)) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [macrocall] │ │ @pure :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 =#) :: Value │ │ [macrocall] │ │ @propagate_inbounds :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 =#) :: Value │ │ [function] │ │ [where] │ │ [call] │ │ getindex :: Identifier │ │ [::] │ │ x :: Identifier │ │ [curly] │ │ SUnitRange :: Identifier │ │ Start :: Identifier │ │ L :: Identifier │ │ [::] │ │ i :: Identifier │ │ Int :: Identifier │ │ Start :: Identifier │ │ L :: Identifier │ │ [block] │ │ [macrocall] │ │ @boundscheck :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:22 =#) :: Value │ │ [if] │ │ [||] │ │ [call] │ │ < :: Identifier │ │ i :: Identifier │ │ 1 :: Value │ │ [call] │ │ > :: Identifier │ │ i :: Identifier │ │ L :: Identifier │ │ [block] │ │ [call] │ │ throw :: Identifier │ │ [call] │ │ BoundsError :: Identifier │ │ x :: Identifier │ │ i :: Identifier │ │ [return] │ │ [call] │ │ - :: Identifier │ │ [call] │ │ + :: Identifier │ │ Start :: Identifier │ │ i :: Identifier │ │ 1 :: Value │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [function] │ │ [where] │ │ [call] │ │ getindex :: Identifier │ scope_layer=1 │ [::] │ │ x :: Identifier │ scope_layer=1 │ [curly] │ │ SUnitRange :: Identifier │ scope_layer=1 │ Start :: Identifier │ scope_layer=1 │ L :: Identifier │ scope_layer=1 │ [::] │ │ i :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ Start :: Identifier │ scope_layer=1 │ L :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ [unknown_head] │ scope_layer=1 │ true :: Value │ macro_source=171 │ true :: Value │ macro_source=171 │ false :: Value │ macro_source=171 │ true :: Value │ macro_source=171 │ false :: Value │ macro_source=171 │ false :: Value │ macro_source=171 │ false :: Value │ macro_source=171 │ true :: Value │ macro_source=171 │ false :: Value │ macro_source=171 │ false :: Value │ macro_source=171 │ true :: Value │ macro_source=171 │ inline :: Identifier │ scope_layer=1 │ propagate_inbounds :: Identifier │ scope_layer=1 │ [if] │ │ [boundscheck] │ macro_source=222 │ [if] │ │ [||] │ │ [call] │ │ < :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=222 │ [call] │ │ > :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ L :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ throw :: Identifier │ scope_layer=1 │ [call] │ │ BoundsError :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ [return] │ │ [call] │ │ - :: Identifier │ scope_layer=1 │ [call] │ │ + :: Identifier │ scope_layer=1 │ Start :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=171 │ │ file = "/home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl" │ line = 21 └ mod = StaticArrays ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 =# - unrecognized form out of desugaring Expression:  (unknown_head true true false true false false false true false false true) Containing expressions:  (lambda (block #self# x i) (block Start L) (block (meta (unknown_head true true false true false false false true false false true) :inline :propagate_inbounds) (if (boundscheck) (if (|| (call < i 1) (call > i L)) (block (call throw (call BoundsError x i))))) (return (call - (call + Start i) 1))))  (function (where (call getindex (:: x (curly SUnitRange Start L)) (:: i Int)) Start L) (block (meta (unknown_head true true false true false false false true false false true) :inline :propagate_inbounds) (if (boundscheck) (if (|| (call < i 1) (call > i L)) (block (call throw (call BoundsError x i))))) (return (call - (call + Start i) 1))))  (function (where (call getindex (:: x (curly SUnitRange Start L)) (:: i Int)) Start L) (block (meta (unknown_head true true false true false false false true false false true) inline propagate_inbounds) (if (boundscheck) (if (|| (call < i 1) (call > i L)) (block (call throw (call BoundsError x i))))) (return (call - (call + Start i) 1))))  Detailed provenance:  (unknown_head true true false true false false false true false false true)  └─ (unknown_head true true false true false false false true false false true)  ├─ @ /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21  └─ (macrocall @propagate_inbounds :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 =#) (function (where (call getindex (:: x (curly SUnitRange Start L)) (:: i Int)) Start L) (block (meta (unknown_head true true false true false false false true false false true)) (macrocall @boundscheck :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:22 =#) (if (|| (call < i 1) (call > i L)) (block (call throw (call BoundsError x i))))) (return (call - (call + Start i) 1)))))  ├─ @ deprecated.jl:521  └─ (macrocall (. Base (inert @assume_effects)) :(#= deprecated.jl:521 =#) (inert foldable) (macrocall @propagate_inbounds :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 =#) (function (where (call getindex (:: x (curly SUnitRange Start L)) (:: i Int)) Start L) (block (macrocall @boundscheck :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:22 =#) (if (|| (call < i 1) (call > i L)) (block (call throw (call BoundsError x i))))) (return (call - (call + Start i) 1))))))  ├─ @ /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21  └─ (macrocall @pure :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 =#) (macrocall @propagate_inbounds :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 =#) (function (where (call getindex (:: x (curly SUnitRange Start L)) (:: i Int)) Start L) (block (macrocall @boundscheck :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:22 =#) (if (|| (call < i 1) (call > i L)) (block (call throw (call BoundsError x i))))) (return (call - (call + Start i) 1))))))  └─ @ /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21  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:4472  [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(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [4] top-level scope  @ ~/.julia/packages/StaticArrays/WNOVH/src/StaticArrays.jl:106  [5] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [6] 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  [7] top-level scope  @ stdin:5  [8] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [10] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [11] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [12] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 in expression starting at /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/StaticArrays.jl:1 in expression starting at stdin:5 ✗ StaticArrays 39.3 s ✓ FillArrays → FillArraysStatisticsExt 20.7 s ✓ CodecZlib 2.7 s ✓ JLLWrappers ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/MeshCore/iv7EB/src/MeshCore.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:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [20] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/MeshCore/iv7EB/src/MeshCore.jl:1 in expression starting at stdin:5 ✗ MeshCore 3.1 s ✓ Libiconv_jll ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("43a99bba-f459-4d0e-8139-f3df11d847d4"), "MeshCore") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_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/MeshFinder/slOBZ/src/vselect.jl:3  [13] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [14] top-level scope  @ ~/.julia/packages/MeshFinder/slOBZ/src/MeshFinder.jl:4  [15] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [16] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [17] top-level scope  @ stdin:5  [18] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [20] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [21] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [22] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/MeshFinder/slOBZ/src/vselect.jl:3 in expression starting at /home/pkgeval/.julia/packages/MeshFinder/slOBZ/src/MeshFinder.jl:1 in expression starting at stdin:5 ✗ MeshFinder 3.0 s ✓ XML2_jll 24.3 s ✓ LightXML 83.6 s ✓ WriteVTK ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/MeshPorter/eCwKb/src/MeshPorter.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:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [20] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/MeshPorter/eCwKb/src/MeshPorter.jl:1 in expression starting at stdin:5 ✗ MeshPorter ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("90137ffa-7385-5640-81b9-e52037218182"), "StaticArrays") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/MeshMaker/DouBx/src/MeshMaker.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:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [20] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/MeshMaker/DouBx/src/MeshMaker.jl:1 in expression starting at stdin:5 ✗ MeshMaker ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("43a99bba-f459-4d0e-8139-f3df11d847d4"), "MeshCore") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/MeshKeeper/RAqGb/src/mesh.jl:1  [13] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [14] top-level scope  @ ~/.julia/packages/MeshKeeper/RAqGb/src/MeshKeeper.jl:3  [15] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [16] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3271  [17] top-level scope  @ stdin:5  [18] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [20] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [21] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [22] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/MeshKeeper/RAqGb/src/mesh.jl:1 in expression starting at /home/pkgeval/.julia/packages/MeshKeeper/RAqGb/src/MeshKeeper.jl:1 in expression starting at stdin:5 ✗ MeshKeeper 13 dependencies successfully precompiled in 404 seconds. 14 already precompiled. Precompilation completed after 436.99s ################################################################################ # Testing # Testing MeshKeeper Status `/tmp/jl_tlTFJA/Project.toml` ⌅ [43a99bba] MeshCore v0.8.7 [94afc05e] MeshFinder v0.3.1 [484b717a] MeshKeeper v0.3.0 [eff96cbd] MeshMaker v0.3.1 [ba998677] MeshPorter v0.3.2 ⌅ [90137ffa] StaticArrays v0.12.6 [8dfed614] Test v1.11.0 Status `/tmp/jl_tlTFJA/Manifest.toml` [944b1d66] CodecZlib v0.7.8 [8bb1440f] DelimitedFiles v1.9.1 ⌃ [1a297f60] FillArrays v1.15.0 [692b3bcd] JLLWrappers v1.8.0 [9c8b4983] LightXML v0.9.3 ⌅ [43a99bba] MeshCore v0.8.7 [94afc05e] MeshFinder v0.3.1 [484b717a] MeshKeeper v0.3.0 [eff96cbd] MeshMaker v0.3.1 [ba998677] MeshPorter v0.3.2 [21216c6a] Preferences v1.5.2 ⌅ [90137ffa] StaticArrays v0.12.6 [10745b16] Statistics v1.11.1 [3bb67fe8] TranscodingStreams v0.11.3 [4004b06d] VTKBase v1.0.1 [64499a7a] WriteVTK v1.21.2 [94ce4f54] Libiconv_jll v1.18.0+0 [02c8fc9c] XML2_jll v2.15.1+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.1+0 [4536629a] OpenBLAS_jll v0.3.33+0 [83775a58] Zlib_jll v1.3.2+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. Testing Running tests... WARNING: Imported binding Base.@_pure_meta was undeclared at import time during import to StaticArrays. ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 =# @pure #= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 =# @propagate_inbounds(function getindex(x::SUnitRange{Start, L}, i::Int) where {Start, L} │ #= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 =# │ #= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:22 =# │ #= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:22 =# @boundscheck if i < 1 || i > L │ #= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:23 =# │ throw(BoundsError(x, i)) │ end │ #= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:25 =# │ return (Start + i) - 1 │ end)) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [macrocall] │ │ @pure :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 =#) :: Value │ │ [macrocall] │ │ @propagate_inbounds :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 =#) :: Value │ │ [function] │ │ [where] │ │ [call] │ │ getindex :: Identifier │ │ [::] │ │ x :: Identifier │ │ [curly] │ │ SUnitRange :: Identifier │ │ Start :: Identifier │ │ L :: Identifier │ │ [::] │ │ i :: Identifier │ │ Int :: Identifier │ │ Start :: Identifier │ │ L :: Identifier │ │ [block] │ │ [macrocall] │ │ @boundscheck :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:22 =#) :: Value │ │ [if] │ │ [||] │ │ [call] │ │ < :: Identifier │ │ i :: Identifier │ │ 1 :: Value │ │ [call] │ │ > :: Identifier │ │ i :: Identifier │ │ L :: Identifier │ │ [block] │ │ [call] │ │ throw :: Identifier │ │ [call] │ │ BoundsError :: Identifier │ │ x :: Identifier │ │ i :: Identifier │ │ [return] │ │ [call] │ │ - :: Identifier │ │ [call] │ │ + :: Identifier │ │ Start :: Identifier │ │ i :: Identifier │ │ 1 :: Value │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [function] │ │ [where] │ │ [call] │ │ getindex :: Identifier │ scope_layer=1 │ [::] │ │ x :: Identifier │ scope_layer=1 │ [curly] │ │ SUnitRange :: Identifier │ scope_layer=1 │ Start :: Identifier │ scope_layer=1 │ L :: Identifier │ scope_layer=1 │ [::] │ │ i :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ Start :: Identifier │ scope_layer=1 │ L :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ [unknown_head] │ scope_layer=1 │ true :: Value │ macro_source=171 │ true :: Value │ macro_source=171 │ false :: Value │ macro_source=171 │ true :: Value │ macro_source=171 │ false :: Value │ macro_source=171 │ false :: Value │ macro_source=171 │ false :: Value │ macro_source=171 │ true :: Value │ macro_source=171 │ false :: Value │ macro_source=171 │ false :: Value │ macro_source=171 │ true :: Value │ macro_source=171 │ inline :: Identifier │ scope_layer=1 │ propagate_inbounds :: Identifier │ scope_layer=1 │ [if] │ │ [boundscheck] │ macro_source=222 │ [if] │ │ [||] │ │ [call] │ │ < :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=222 │ [call] │ │ > :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ L :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ throw :: Identifier │ scope_layer=1 │ [call] │ │ BoundsError :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ [return] │ │ [call] │ │ - :: Identifier │ scope_layer=1 │ [call] │ │ + :: Identifier │ scope_layer=1 │ Start :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=171 │ │ file = "/home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl" │ line = 21 └ mod = StaticArrays ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 =# - unrecognized form out of desugaring Expression:  (unknown_head true true false true false false false true false false true) Containing expressions:  (lambda (block #self# x i) (block Start L) (block (meta (unknown_head true true false true false false false true false false true) :inline :propagate_inbounds) (if (boundscheck) (if (|| (call < i 1) (call > i L)) (block (call throw (call BoundsError x i))))) (return (call - (call + Start i) 1))))  (function (where (call getindex (:: x (curly SUnitRange Start L)) (:: i Int)) Start L) (block (meta (unknown_head true true false true false false false true false false true) :inline :propagate_inbounds) (if (boundscheck) (if (|| (call < i 1) (call > i L)) (block (call throw (call BoundsError x i))))) (return (call - (call + Start i) 1))))  (function (where (call getindex (:: x (curly SUnitRange Start L)) (:: i Int)) Start L) (block (meta (unknown_head true true false true false false false true false false true) inline propagate_inbounds) (if (boundscheck) (if (|| (call < i 1) (call > i L)) (block (call throw (call BoundsError x i))))) (return (call - (call + Start i) 1))))  Detailed provenance:  (unknown_head true true false true false false false true false false true)  └─ (unknown_head true true false true false false false true false false true)  ├─ @ /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21  └─ (macrocall @propagate_inbounds :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 =#) (function (where (call getindex (:: x (curly SUnitRange Start L)) (:: i Int)) Start L) (block (meta (unknown_head true true false true false false false true false false true)) (macrocall @boundscheck :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:22 =#) (if (|| (call < i 1) (call > i L)) (block (call throw (call BoundsError x i))))) (return (call - (call + Start i) 1)))))  ├─ @ deprecated.jl:521  └─ (macrocall (. Base (inert @assume_effects)) :(#= deprecated.jl:521 =#) (inert foldable) (macrocall @propagate_inbounds :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 =#) (function (where (call getindex (:: x (curly SUnitRange Start L)) (:: i Int)) Start L) (block (macrocall @boundscheck :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:22 =#) (if (|| (call < i 1) (call > i L)) (block (call throw (call BoundsError x i))))) (return (call - (call + Start i) 1))))))  ├─ @ /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21  └─ (macrocall @pure :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 =#) (macrocall @propagate_inbounds :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 =#) (function (where (call getindex (:: x (curly SUnitRange Start L)) (:: i Int)) Start L) (block (macrocall @boundscheck :(#= /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:22 =#) (if (|| (call < i 1) (call > i L)) (block (call throw (call BoundsError x i))))) (return (call - (call + Start i) 1))))))  └─ @ /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21  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:4472  [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(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [4] top-level scope  @ ~/.julia/packages/StaticArrays/WNOVH/src/StaticArrays.jl:106  [5] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [6] 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  [7] top-level scope  @ stdin:5  [8] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [10] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [11] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [12] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/SUnitRange.jl:21 in expression starting at /home/pkgeval/.julia/packages/StaticArrays/WNOVH/src/StaticArrays.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ StaticArrays │ [Output was shown above] └ Mesh management: Error During Test at /home/pkgeval/.julia/packages/MeshKeeper/RAqGb/test/runtests.jl:2 Got exception outside of a @test LoadError: The following 1 package failed to precompile: StaticArrays Failed to precompile StaticArrays [90137ffa-7385-5640-81b9-e52037218182] to "/home/pkgeval/.julia/compiled/v1.14/StaticArrays/jl_RdC8g8" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/MeshKeeper/RAqGb/test/test_mesh.jl:1 Test Summary: | Error Total Time Mesh management | 1 1 49.4s RNG of the outermost testset: Random.Xoshiro(0x2307f3afcb24b4ca, 0xac4c7379cc5dcb67, 0x51c4bdf0f5f8d40a, 0x8b5f271f35c6cb19, 0x905f15ac7689c8e0) ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/MeshKeeper/RAqGb/test/runtests.jl:2 Testing failed after 171.55s ERROR: LoadError: Package MeshKeeper 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 655.19s: package fails to precompile