Package evaluation to load InteractiveErrors on Julia 1.14.0-DEV.29 (7d6ae45e5a*) started at 2025-11-05T07:15:57.324 ################################################################################ # Set-up # Set-up completed after 0.12s ################################################################################ # Installation # Installing InteractiveErrors... Resolving package versions... Installed AbstractTrees ────────── v0.4.5 Installed Preferences ──────────── v1.5.0 Installed PackageExtensionCompat ─ v1.0.2 Installed IterTools ────────────── v1.10.0 Installed PrecompileTools ──────── v1.3.3 Installed FoldingTrees ─────────── v1.2.2 Installed InteractiveErrors ────── v1.0.1 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.3 [21216c6a] + Preferences v1.5.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [7b1f6079] + FileWatching v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [3fa0cd96] + REPL v1.11.0 [6462fe0b] + Sockets v1.11.0 [f489334b] + StyledStrings v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 Installation completed after 6.34s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling packages... 1110.9 ms ✓ IterTools 1082.3 ms ✓ AbstractTrees 773.0 ms ✓ PackageExtensionCompat 1110.0 ms ✓ Preferences 2344.7 ms ✓ FoldingTrees 912.3 ms ✓ PrecompileTools 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(!Matched::Vector{Any})  @ Base errorshow.jl:1097  process_backtrace(!Matched::Vector{Base.StackTraces.StackFrame})  @ Base errorshow.jl:1092  Stacktrace:  [1] explore(io::IOBuffer, err::InteractiveErrors.CapturedError; interactive::Bool)  @ InteractiveErrors ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:114  [2] kwcall(::@NamedTuple{interactive::Bool}, ::typeof(InteractiveErrors.explore), io::IOBuffer, err::InteractiveErrors.CapturedError)  @ InteractiveErrors ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:108  [3] top-level scope  @ ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:85  [4] macro expansion  @ ~/.julia/packages/PrecompileTools/gn08A/src/workloads.jl:73 [inlined]  [5] macro expansion  @ ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:401 [inlined]  [6] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [7] include_package_for_output(pkg::Base.PkgId, input::String, 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:3148  [8] top-level scope  @ stdin:5  [9] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [10] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:2994  [11] include_string  @ ./loading.jl:3004 [inlined]  [12] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [13] _start()  @ Base ./client.jl:577 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:341  [2] top-level scope  @ ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:85  [3] macro expansion  @ ~/.julia/packages/PrecompileTools/gn08A/src/workloads.jl:73 [inlined]  [4] macro expansion  @ ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:399 [inlined]  [5] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [6] include_package_for_output(pkg::Base.PkgId, input::String, 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:3148  [7] top-level scope  @ stdin:5  [8] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:2994  [10] include_string  @ ./loading.jl:3004 [inlined]  [11] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [12] _start()  @ Base ./client.jl:577 Precompilation completed after 24.12s ################################################################################ # Loading # Loading InteractiveErrors... 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(!Matched::Vector{Any})  @ Base errorshow.jl:1097  process_backtrace(!Matched::Vector{Base.StackTraces.StackFrame})  @ Base errorshow.jl:1092  Stacktrace:  [1] explore(io::IOBuffer, err::InteractiveErrors.CapturedError; interactive::Bool)  @ InteractiveErrors ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:114  [2] kwcall(::@NamedTuple{interactive::Bool}, ::typeof(InteractiveErrors.explore), io::IOBuffer, err::InteractiveErrors.CapturedError)  @ InteractiveErrors ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:108  [3] top-level scope  @ ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:85  [4] macro expansion  @ ~/.julia/packages/PrecompileTools/gn08A/src/workloads.jl:73 [inlined]  [5] macro expansion  @ ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:401 [inlined]  [6] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [7] include_package_for_output(pkg::Base.PkgId, input::String, 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:3148  [8] top-level scope  @ stdin:5  [9] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [10] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:2994  [11] include_string  @ ./loading.jl:3004 [inlined]  [12] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [13] _start()  @ Base ./client.jl:577 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:341  [2] top-level scope  @ ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:85  [3] macro expansion  @ ~/.julia/packages/PrecompileTools/gn08A/src/workloads.jl:73 [inlined]  [4] macro expansion  @ ~/.julia/packages/InteractiveErrors/pkquH/src/InteractiveErrors.jl:399 [inlined]  [5] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [6] include_package_for_output(pkg::Base.PkgId, input::String, 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:3148  [7] top-level scope  @ stdin:5  [8] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:2994  [10] include_string  @ ./loading.jl:3004 [inlined]  [11] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [12] _start()  @ Base ./client.jl:577 1 dependency had output during precompilation: ┌ InteractiveErrors │ [Output was shown above] └ ERROR: 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_vH9ZKe" (ProcessExited(1)). Loading failed after 11.66s ERROR: LoadError: failed process: Process(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so -g1 --check-bounds=yes --inline=yes --pkgimages=existing -e 'using InteractiveErrors'`, ProcessExited(1)) [1] Stacktrace: [1] pipeline_error @ ./process.jl:611 [inlined] [2] run(::Cmd; wait::Bool) @ Base ./process.jl:526 [3] run(::Cmd) @ Base ./process.jl:523 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:193 [5] include(mod::Module, _path::String) @ Base ./Base.jl:309 [6] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [7] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/evaluate.jl:184 PkgEval failed after 58.45s: package fails to precompile