Package evaluation to test InteractiveErrors on Julia 1.14.0-DEV.2637 (b1f508acef*) started at 2026-07-12T13:47:45.540 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 11.15s ################################################################################ # Installation # Installing InteractiveErrors... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [6cff3a6f] + InteractiveErrors v1.0.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [1520ce14] + AbstractTrees v0.4.5 [1eca21be] + FoldingTrees v1.2.2 [6cff3a6f] + InteractiveErrors v1.0.1 [c8e1da08] + IterTools v1.10.0 [65ce6f38] + PackageExtensionCompat v1.0.2 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [7b1f6079] + FileWatching v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [3fa0cd96] + REPL v1.11.0 [6462fe0b] + Sockets v1.11.0 [f489334b] + StyledStrings v1.13.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 Installation completed after 3.29s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... ERROR: LoadError: MethodError: no method matching process_backtrace(::Vector{Union{Ptr{Nothing}, Base.InterpreterIP}}) The function `process_backtrace` exists, but no method is defined for this combination of argument types. Closest candidates are: process_backtrace(::Vector{!Matched{Any}}) @ Base errorshow.jl:1316 process_backtrace(::Vector{!Matched{Base.StackTraces.StackFrame}}) @ Base errorshow.jl:1311 Stacktrace: [1] explore(io::IOBuffer, err::InteractiveErrors.CapturedError; interactive::Bool) @ InteractiveErrors ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:114 [2] top-level scope @ ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:82 [3] macro expansion @ ~/.julia/packages/PrecompileTools/QUxvR/src/workloads.jl:70 [inlined] [4] macro expansion @ ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:401 [inlined] [5] include(mod::Module, _path::String) @ Base Base.jl:325 [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:3359 [7] top-level scope @ stdin:5 [8] eval(m::Module, e::Any) @ Core boot.jl:545 [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base loading.jl:3186 [10] include_string(m::Module, txt::String, fname::String) @ Base loading.jl:3196 [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/InteractiveErrors/pkquH/src/InteractiveErrors.jl:1 in expression starting at stdin:5 caused by: DivideError: integer division error Stacktrace: [1] div(x::Int64, y::Int64) @ Base int.jl:354 [2] top-level scope @ ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:82 [3] macro expansion @ ~/.julia/packages/PrecompileTools/QUxvR/src/workloads.jl:70 [inlined] [4] macro expansion @ ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:399 [inlined] [5] include(mod::Module, _path::String) @ Base Base.jl:325 [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:3359 [7] top-level scope @ stdin:5 [8] eval(m::Module, e::Any) @ Core boot.jl:545 [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base loading.jl:3186 [10] include_string(m::Module, txt::String, fname::String) @ Base loading.jl:3196 [inlined] [11] exec_options(opts::Base.JLOptions) @ Base client.jl:353 [12] _start() @ Base client.jl:596 ✗ InteractiveErrors ERROR: LoadError: MethodError: no method matching nteltype(::Core.SimpleVector) The function `nteltype` exists, but no method is defined for this combination of argument types. Closest candidates are: nteltype(!Matched::Type{NamedTuple{names, T}} where names) where T @ Base namedtuple.jl:233 nteltype(!Matched::Type) @ Base namedtuple.jl:232 Stacktrace: [1] prepare_call(f::Any, allargs::Vector{Any}; enter_generated::Bool, method_table::Nothing) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/construct.jl:256 [2] get_call_framecode(fargs::Vector{Any}, parentframe::JuliaInterpreter.FrameCode, idx::Int64; enter_generated::Bool, method_table::Nothing) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/localmethtable.jl:65 [3] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, fargs::Vector{Any}, enter_generated::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:277 [4] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr, enter_generated::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:256 [5] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:249 [6] eval_rhs(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Expr) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:406 [7] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Any, istoplevel::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:569 [8] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:627 [9] finish!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/commands.jl:14 [10] finish_and_return!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/commands.jl:30 [11] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, fargs::Vector{Any}, enter_generated::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:290 [12] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr, enter_generated::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:256 [13] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:249 [14] eval_rhs(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Expr) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:406 [15] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Any, istoplevel::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:569 [16] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:627 [17] finish!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/commands.jl:14 [18] finish_and_return!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/commands.jl:30 [19] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, fargs::Vector{Any}, enter_generated::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:290 [20] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr, enter_generated::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:256 [21] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:249 [22] eval_rhs(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Expr) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:406 [23] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Any, istoplevel::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:569 [24] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:627 [25] finish!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/commands.jl:14 [26] finish_and_return!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/commands.jl:30 [27] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, fargs::Vector{Any}, enter_generated::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:290 [28] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr, enter_generated::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:256 [29] evaluate_call!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, call_expr::Expr) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:249 [30] eval_rhs(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Expr) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:406 [31] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, node::Any, istoplevel::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:569 [32] step_expr!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/interpret.jl:627 [33] finish!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/commands.jl:14 [34] finish_and_return!(interp::JuliaInterpreter.RecursiveInterpreter, frame::JuliaInterpreter.Frame, istoplevel::Bool) @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/commands.jl:30 [35] macro expansion @ ~/.julia/packages/JuliaInterpreter/bSt3F/src/construct.jl:764 [inlined] [36] _precompile_() @ JuliaInterpreter ~/.julia/packages/JuliaInterpreter/bSt3F/src/precompile.jl:7 [37] top-level scope @ ~/.julia/packages/JuliaInterpreter/bSt3F/src/packagedef.jl:153 [38] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [39] top-level scope @ ~/.julia/packages/JuliaInterpreter/bSt3F/src/JuliaInterpreter.jl:14 [40] include(mod::Module, _path::String) @ Base Base.jl:325 [41] 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:3359 [42] top-level scope @ stdin:5 [43] eval(m::Module, e::Any) @ Core boot.jl:545 [44] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base loading.jl:3186 [45] include_string(m::Module, txt::String, fname::String) @ Base loading.jl:3196 [inlined] [46] exec_options(opts::Base.JLOptions) @ Base client.jl:353 [47] _start() @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/JuliaInterpreter/bSt3F/src/packagedef.jl:153 in expression starting at /home/pkgeval/.julia/packages/JuliaInterpreter/bSt3F/src/JuliaInterpreter.jl:1 in expression starting at stdin:5 ✗ JuliaInterpreter WARNING: Imported binding InteractiveUtils.is_expected_union was undeclared at import time during import to Cthulhu. WARNING: Imported binding Compiler.ConstCallInfo was undeclared at import time during import to Cthulhu. WARNING: Imported binding Compiler.WorldView was undeclared at import time during import to Cthulhu. ERROR: LoadError: UndefVarError: `ConstPropResult` not defined in `Compiler` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base Base_compiler.jl:51 [2] top-level scope @ ~/.julia/packages/Cthulhu/7jFQA/src/CthulhuCompiler.jl:32 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/Cthulhu/7jFQA/src/Cthulhu.jl:58 [5] include(mod::Module, _path::String) @ Base Base.jl:325 [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:3359 [7] top-level scope @ stdin:5 [8] eval(m::Module, e::Any) @ Core boot.jl:545 [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base loading.jl:3186 [10] include_string(m::Module, txt::String, fname::String) @ Base loading.jl:3196 [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/Cthulhu/7jFQA/src/CthulhuCompiler.jl:32 in expression starting at /home/pkgeval/.julia/packages/Cthulhu/7jFQA/src/Cthulhu.jl:1 in expression starting at stdin:5 ✗ Cthulhu 6.8 s ✓ OhMyREPL ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("6cff3a6f-7015-4b3b-b269-4b312a73b9bf"), "InteractiveErrors") 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:2891 [3] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base loading.jl:2739 [4] macro expansion @ loading.jl:2653 [inlined] [5] macro expansion @ lock.jl:376 [inlined] [6] __require(into::Module, mod::Symbol) @ Base loading.jl:2617 [7] require(into::Module, mod::Symbol) @ Base loading.jl:2593 [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] top-level scope @ ~/.julia/packages/InteractiveErrors/pkquH/ext/InteractiveErrorsJuliaFormatterExt.jl:4 [11] include(mod::Module, _path::String) @ Base Base.jl:325 [12] 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:3359 [13] top-level scope @ stdin:5 [14] eval(m::Module, e::Any) @ Core boot.jl:545 [15] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base loading.jl:3186 [16] include_string(m::Module, txt::String, fname::String) @ Base loading.jl:3196 [inlined] [17] exec_options(opts::Base.JLOptions) @ Base client.jl:353 [18] _start() @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/InteractiveErrors/pkquH/ext/InteractiveErrorsJuliaFormatterExt.jl:1 in expression starting at stdin:5 ✗ InteractiveErrors → InteractiveErrorsJuliaFormatterExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("aa1ae85d-cabe-5617-a682-6adf51b2e16a"), "JuliaInterpreter") 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:2891 [3] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base loading.jl:2739 [4] macro expansion @ loading.jl:2653 [inlined] [5] macro expansion @ lock.jl:376 [inlined] [6] __require(into::Module, mod::Symbol) @ Base loading.jl:2617 [7] require(into::Module, mod::Symbol) @ Base loading.jl:2593 [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] top-level scope @ ~/.julia/packages/LoweredCodeUtils/4qEJi/src/LoweredCodeUtils.jl:14 [12] include(mod::Module, _path::String) @ Base Base.jl:325 [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:3359 [14] top-level scope @ stdin:5 [15] eval(m::Module, e::Any) @ Core boot.jl:545 [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base loading.jl:3186 [17] include_string(m::Module, txt::String, fname::String) @ Base loading.jl:3196 [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/LoweredCodeUtils/4qEJi/src/LoweredCodeUtils.jl:1 in expression starting at stdin:5 ✗ LoweredCodeUtils ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("aa1ae85d-cabe-5617-a682-6adf51b2e16a"), "JuliaInterpreter") 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:2891 [3] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base loading.jl:2739 [4] macro expansion @ loading.jl:2653 [inlined] [5] macro expansion @ lock.jl:376 [inlined] [6] __require(into::Module, mod::Symbol) @ Base loading.jl:2617 [7] require(into::Module, mod::Symbol) @ Base loading.jl:2593 [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] top-level scope @ ~/.julia/packages/Debugger/XviAX/src/Debugger.jl:14 [12] include(mod::Module, _path::String) @ Base Base.jl:325 [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:3359 [14] top-level scope @ stdin:5 [15] eval(m::Module, e::Any) @ Core boot.jl:545 [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base loading.jl:3186 [17] include_string(m::Module, txt::String, fname::String) @ Base loading.jl:3196 [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/Debugger/XviAX/src/Debugger.jl:1 in expression starting at stdin:5 ✗ Debugger ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("f68482b8-f384-11e8-15f7-abe071a5a75f"), "Cthulhu") 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:2891 [3] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base loading.jl:2739 [4] macro expansion @ loading.jl:2653 [inlined] [5] macro expansion @ lock.jl:376 [inlined] [6] __require(into::Module, mod::Symbol) @ Base loading.jl:2617 [7] require(into::Module, mod::Symbol) @ Base loading.jl:2593 [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] top-level scope @ ~/.julia/packages/Cthulhu/7jFQA/ext/CthulhuCompilerExt.jl:4 [12] include(mod::Module, _path::String) @ Base Base.jl:325 [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:3359 [14] top-level scope @ stdin:5 [15] eval(m::Module, e::Any) @ Core boot.jl:545 [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base loading.jl:3186 [17] include_string(m::Module, txt::String, fname::String) @ Base loading.jl:3196 [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/Cthulhu/7jFQA/ext/CthulhuCompilerExt.jl:1 in expression starting at stdin:5 ✗ Cthulhu → CthulhuCompilerExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("f68482b8-f384-11e8-15f7-abe071a5a75f"), "Cthulhu") 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:2891 [3] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base loading.jl:2739 [4] macro expansion @ loading.jl:2653 [inlined] [5] macro expansion @ lock.jl:376 [inlined] [6] __require(into::Module, mod::Symbol) @ Base loading.jl:2617 [7] require(into::Module, mod::Symbol) @ Base loading.jl:2593 [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] top-level scope @ ~/.julia/packages/InteractiveErrors/pkquH/ext/InteractiveErrorsCthulhuExt.jl:3 [11] include(mod::Module, _path::String) @ Base Base.jl:325 [12] 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:3359 [13] top-level scope @ stdin:5 [14] eval(m::Module, e::Any) @ Core boot.jl:545 [15] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base loading.jl:3186 [16] include_string(m::Module, txt::String, fname::String) @ Base loading.jl:3196 [inlined] [17] exec_options(opts::Base.JLOptions) @ Base client.jl:353 [18] _start() @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/InteractiveErrors/pkquH/ext/InteractiveErrorsCthulhuExt.jl:1 in expression starting at stdin:5 ✗ InteractiveErrors → InteractiveErrorsCthulhuExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("6cff3a6f-7015-4b3b-b269-4b312a73b9bf"), "InteractiveErrors") 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:2891 [3] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base loading.jl:2739 [4] macro expansion @ loading.jl:2653 [inlined] [5] macro expansion @ lock.jl:376 [inlined] [6] __require(into::Module, mod::Symbol) @ Base loading.jl:2617 [7] require(into::Module, mod::Symbol) @ Base loading.jl:2593 [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] top-level scope @ ~/.julia/packages/InteractiveErrors/pkquH/ext/InteractiveErrorsOhMyREPLExt.jl:4 [11] include(mod::Module, _path::String) @ Base Base.jl:325 [12] 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:3359 [13] top-level scope @ stdin:5 [14] eval(m::Module, e::Any) @ Core boot.jl:545 [15] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base loading.jl:3186 [16] include_string(m::Module, txt::String, fname::String) @ Base loading.jl:3196 [inlined] [17] exec_options(opts::Base.JLOptions) @ Base client.jl:353 [18] _start() @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/InteractiveErrors/pkquH/ext/InteractiveErrorsOhMyREPLExt.jl:1 in expression starting at stdin:5 ✗ InteractiveErrors → InteractiveErrorsOhMyREPLExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("aa1ae85d-cabe-5617-a682-6adf51b2e16a"), "JuliaInterpreter") 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:2891 [3] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base loading.jl:2739 [4] macro expansion @ loading.jl:2653 [inlined] [5] macro expansion @ lock.jl:376 [inlined] [6] __require(into::Module, mod::Symbol) @ Base loading.jl:2617 [7] require(into::Module, mod::Symbol) @ Base loading.jl:2593 [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] top-level scope @ ~/.julia/packages/Revise/m8c4M/src/Revise.jl:36 [12] include(mod::Module, _path::String) @ Base Base.jl:325 [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:3359 [14] top-level scope @ stdin:5 [15] eval(m::Module, e::Any) @ Core boot.jl:545 [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base loading.jl:3186 [17] include_string(m::Module, txt::String, fname::String) @ Base loading.jl:3196 [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/Revise/m8c4M/src/Revise.jl:1 in expression starting at stdin:5 ✗ Revise ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("31a5f54b-26ea-5ae9-a837-f05ce5417438"), "Debugger") 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:2891 [3] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base loading.jl:2739 [4] macro expansion @ loading.jl:2653 [inlined] [5] macro expansion @ lock.jl:376 [inlined] [6] __require(into::Module, mod::Symbol) @ Base loading.jl:2617 [7] require(into::Module, mod::Symbol) @ Base loading.jl:2593 [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] top-level scope @ ~/.julia/packages/InteractiveErrors/pkquH/ext/InteractiveErrorsDebuggerExt.jl:3 [11] include(mod::Module, _path::String) @ Base Base.jl:325 [12] 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:3359 [13] top-level scope @ stdin:5 [14] eval(m::Module, e::Any) @ Core boot.jl:545 [15] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base loading.jl:3186 [16] include_string(m::Module, txt::String, fname::String) @ Base loading.jl:3196 [inlined] [17] exec_options(opts::Base.JLOptions) @ Base client.jl:353 [18] _start() @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/InteractiveErrors/pkquH/ext/InteractiveErrorsDebuggerExt.jl:1 in expression starting at stdin:5 ✗ InteractiveErrors → InteractiveErrorsDebuggerExt WARNING: Imported binding Compiler.ConstCallInfo was undeclared at import time during import to JET. WARNING: Imported binding Compiler.WorldView was undeclared at import time during import to JET. ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("6f1432cf-f94c-5a45-995e-cdbf5db27b0b"), "LoweredCodeUtils") 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:2891 [3] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base loading.jl:2739 [4] macro expansion @ loading.jl:2653 [inlined] [5] macro expansion @ lock.jl:376 [inlined] [6] __require(into::Module, mod::Symbol) @ Base loading.jl:2617 [7] require(into::Module, mod::Symbol) @ Base loading.jl:2593 [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] top-level scope @ ~/.julia/packages/JET/ofYLk/src/JETBase.jl:42 [12] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [13] top-level scope @ ~/.julia/packages/JET/ofYLk/src/JET.jl:43 [14] include(mod::Module, _path::String) @ Base Base.jl:325 [15] 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:3359 [16] top-level scope @ stdin:5 [17] eval(m::Module, e::Any) @ Core boot.jl:545 [18] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base loading.jl:3186 [19] include_string(m::Module, txt::String, fname::String) @ Base loading.jl:3196 [inlined] [20] exec_options(opts::Base.JLOptions) @ Base client.jl:353 [21] _start() @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/JET/ofYLk/src/JETBase.jl:42 in expression starting at /home/pkgeval/.julia/packages/JET/ofYLk/src/JET.jl:1 in expression starting at stdin:5 ✗ JET ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"), "JET") 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:2891 [3] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base loading.jl:2739 [4] macro expansion @ loading.jl:2653 [inlined] [5] macro expansion @ lock.jl:376 [inlined] [6] __require(into::Module, mod::Symbol) @ Base loading.jl:2617 [7] require(into::Module, mod::Symbol) @ Base loading.jl:2593 [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] top-level scope @ ~/.julia/packages/InteractiveErrors/pkquH/ext/InteractiveErrorsJETExt.jl:3 [11] include(mod::Module, _path::String) @ Base Base.jl:325 [12] 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:3359 [13] top-level scope @ stdin:5 [14] eval(m::Module, e::Any) @ Core boot.jl:545 [15] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base loading.jl:3186 [16] include_string(m::Module, txt::String, fname::String) @ Base loading.jl:3196 [inlined] [17] exec_options(opts::Base.JLOptions) @ Base client.jl:353 [18] _start() @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/InteractiveErrors/pkquH/ext/InteractiveErrorsJETExt.jl:1 in expression starting at stdin:5 ✗ InteractiveErrors → InteractiveErrorsJETExt 1 dependency successfully precompiled in 74 seconds. 66 already precompiled. Precompilation completed after 93.15s ################################################################################ # Testing # Testing InteractiveErrors Status `/tmp/jl_Aj4Den/Project.toml` [f68482b8] Cthulhu v3.0.2 [31a5f54b] Debugger v0.7.16 [1eca21be] FoldingTrees v1.2.2 [6cff3a6f] InteractiveErrors v1.0.1 [c8e1da08] IterTools v1.10.0 [c3a54625] JET v0.11.5 [98e50ef6] JuliaFormatter v2.10.1 [5fb14364] OhMyREPL v0.5.32 [65ce6f38] PackageExtensionCompat v1.0.2 [aea7be01] PrecompileTools v1.3.4 [b77e0a4c] InteractiveUtils v1.11.0 [3fa0cd96] REPL v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_Aj4Den/Manifest.toml` [1520ce14] AbstractTrees v0.4.5 [7d9f7c33] Accessors v0.1.45 [da1fd8a2] CodeTracking v3.0.2 [a80b9123] CommonMark v1.0.2 [807dbc54] Compiler v0.1.1 [a33af91c] CompositionsBase v0.1.2 [187b0558] ConstructionBase v1.6.0 [a8cc5b0e] Crayons v4.1.1 [f68482b8] Cthulhu v3.0.2 [31a5f54b] Debugger v0.7.16 [ffbed154] DocStringExtensions v0.9.5 [1eca21be] FoldingTrees v1.2.2 [c27321d9] Glob v1.5.0 ⌅ [eafb193a] Highlights v0.5.3 [6cff3a6f] InteractiveErrors v1.0.1 [3587e190] InverseFunctions v0.1.17 [c8e1da08] IterTools v1.10.0 [c3a54625] JET v0.11.5 [1019f520] JLFzf v0.1.11 [692b3bcd] JLLWrappers v1.8.0 [98e50ef6] JuliaFormatter v2.10.1 ⌅ [aa1ae85d] JuliaInterpreter v0.10.12 [70703baa] JuliaSyntax v1.0.2 ⌃ [6f1432cf] LoweredCodeUtils v3.6.2 [1914dd2f] MacroTools v0.5.16 [5fb14364] OhMyREPL v0.5.32 [bac558e1] OrderedCollections v2.0.1 [65ce6f38] PackageExtensionCompat v1.0.2 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [295af30f] Revise v3.15.1 [d265eb64] TypedSyntax v1.5.4 [b8c1c048] WidthLimitedIO v1.0.1 [214eeab7] fzf_jll v0.61.1+0 [0dad84c5] ArgTools v1.2.0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [8bf52ea8] CRC32c 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 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.5+2 [deac9b47] LibCURL_jll v8.21.0+0 [e37daf67] LibGit2_jll v1.9.4+0 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [458c3c95] OpenSSL_jll v3.5.7+0 [efcefdf7] PCRE2_jll v10.47.0+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.69.0+0 [3f19e933] p7zip_jll v17.8.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... ERROR: LoadError: MethodError: no method matching process_backtrace(::Vector{Union{Ptr{Nothing}, Base.InterpreterIP}}) The function `process_backtrace` exists, but no method is defined for this combination of argument types. Closest candidates are: process_backtrace(::Vector{!Matched{Any}}) @ Base errorshow.jl:1316 process_backtrace(::Vector{!Matched{Base.StackTraces.StackFrame}}) @ Base errorshow.jl:1311 Stacktrace: [1] explore(io::IOBuffer, err::InteractiveErrors.CapturedError; interactive::Bool) @ InteractiveErrors ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:114 [2] top-level scope @ ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:82 [3] macro expansion @ ~/.julia/packages/PrecompileTools/QUxvR/src/workloads.jl:70 [inlined] [4] macro expansion @ ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:401 [inlined] [5] include(mod::Module, _path::String) @ Base Base.jl:325 [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:3359 [7] top-level scope @ stdin:5 [8] eval(m::Module, e::Any) @ Core boot.jl:545 [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base loading.jl:3186 [10] include_string(m::Module, txt::String, fname::String) @ Base loading.jl:3196 [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/InteractiveErrors/pkquH/src/InteractiveErrors.jl:1 in expression starting at stdin:5 caused by: DivideError: integer division error Stacktrace: [1] div(x::Int64, y::Int64) @ Base int.jl:354 [2] top-level scope @ ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:82 [3] macro expansion @ ~/.julia/packages/PrecompileTools/QUxvR/src/workloads.jl:70 [inlined] [4] macro expansion @ ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:399 [inlined] [5] include(mod::Module, _path::String) @ Base Base.jl:325 [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:3359 [7] top-level scope @ stdin:5 [8] eval(m::Module, e::Any) @ Core boot.jl:545 [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base loading.jl:3186 [10] include_string(m::Module, txt::String, fname::String) @ Base loading.jl:3196 [inlined] [11] exec_options(opts::Base.JLOptions) @ Base client.jl:353 [12] _start() @ Base client.jl:596 1 dependency had output during precompilation: ┌ InteractiveErrors │ [Output was shown above] └ ERROR: LoadError: The following 1 package failed to precompile: InteractiveErrors Failed to precompile InteractiveErrors [6cff3a6f-7015-4b3b-b269-4b312a73b9bf] to "/home/pkgeval/.julia/compiled/v1.14/InteractiveErrors/jl_ZNWqKA" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/InteractiveErrors/pkquH/test/runtests.jl:1 Testing failed after 24.7s ERROR: LoadError: Package InteractiveErrors 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] 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 [4] 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 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:325 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 156.72s: package fails to precompile