Package evaluation to load Ranges on Julia 1.14.0-DEV.2309 (6e1a27e459*) started at 2026-06-06T01:33:03.238 ################################################################################ # Set-up # Set-up completed after 0.15s ################################################################################ # Installation # Installing Ranges... Resolving package versions... Installed Ranges ─ v0.1.0 Updating `~/.julia/environments/v1.14/Project.toml` [eb7db99b] + Ranges v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [eb7db99b] + Ranges v0.1.0 Installation completed after 5.8s ################################################################################ # 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 project... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/Ranges/FvguF/src/positional.jl:21 =# Core.@doc " range(start, stop, length)\n\nA range from `start` to `stop` (inclusive) of the specified `length`.\n\nEquivalent to range(start, stop; length) in Base\n" Base.range(start::Number, stop, length::Integer) = begin │ #= /home/pkgeval/.julia/packages/Ranges/FvguF/src/positional.jl:28 =# │ Base.range(start, stop; length) │ 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] │ │ @doc :: Identifier │ mod │ :(#= /home/pkgeval/.julia/packages/Ranges/FvguF/src/positional.jl:21 =#) :: Value │ │ " range(start, stop, length)\n\nA range from `start` to `stop` (inclusive) of the specified `length`.\n\nEquivalent to range(start, stop; length) in Base\n" :: Value │ │ [=] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ range :: Identifier │ │ [::] │ │ start :: Identifier │ │ Number :: Identifier │ │ stop :: Identifier │ │ [::] │ │ length :: Identifier │ │ Integer :: Identifier │ │ [block] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ range :: Identifier │ │ [parameters] │ │ length :: Identifier │ │ start :: Identifier │ │ stop :: Identifier │ │ │ st1 = nothing │ file = "/home/pkgeval/.julia/packages/Ranges/FvguF/src/positional.jl" │ line = 21 └ mod = Ranges ERROR: LoadError: BoundsError: attempt to access 26-element Vector{Int64} at index [25:50] Stacktrace:  [1] _throw_boundserror_indices(::Vector{Int64}, ::UnitRange{Int64})  @ Base essentials.jl:19  [2] checkbounds(A::Vector{Int64}, I::UnitRange{Int64})  @ Base essentials.jl:391 [inlined]  [3] view(A::Vector{Int64}, I::UnitRange{Int64})  @ Base subarray.jl:216 [inlined]  [4] children(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, id::Int64, r::UnitRange{Int64})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:129 [inlined]  [5] getindex(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, r::UnitRange{Int64})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:255 [inlined]  [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:275  [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431  [8] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:485  [9] 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:29  [10] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [11] top-level scope  @ ~/.julia/packages/Ranges/FvguF/src/Ranges.jl:3  [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/Ranges/FvguF/src/positional.jl:21 in expression starting at /home/pkgeval/.julia/packages/Ranges/FvguF/src/Ranges.jl:1 in expression starting at stdin:5 ✗ Ranges Precompilation completed after 82.49s ################################################################################ # Loading # Loading Ranges... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/Ranges/FvguF/src/positional.jl:21 =# Core.@doc " range(start, stop, length)\n\nA range from `start` to `stop` (inclusive) of the specified `length`.\n\nEquivalent to range(start, stop; length) in Base\n" Base.range(start::Number, stop, length::Integer) = begin │ #= /home/pkgeval/.julia/packages/Ranges/FvguF/src/positional.jl:28 =# │ Base.range(start, stop; length) │ 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] │ │ @doc :: Identifier │ mod │ :(#= /home/pkgeval/.julia/packages/Ranges/FvguF/src/positional.jl:21 =#) :: Value │ │ " range(start, stop, length)\n\nA range from `start` to `stop` (inclusive) of the specified `length`.\n\nEquivalent to range(start, stop; length) in Base\n" :: Value │ │ [=] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ range :: Identifier │ │ [::] │ │ start :: Identifier │ │ Number :: Identifier │ │ stop :: Identifier │ │ [::] │ │ length :: Identifier │ │ Integer :: Identifier │ │ [block] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ range :: Identifier │ │ [parameters] │ │ length :: Identifier │ │ start :: Identifier │ │ stop :: Identifier │ │ │ st1 = nothing │ file = "/home/pkgeval/.julia/packages/Ranges/FvguF/src/positional.jl" │ line = 21 └ mod = Ranges ERROR: LoadError: BoundsError: attempt to access 26-element Vector{Int64} at index [25:50] Stacktrace:  [1] _throw_boundserror_indices(::Vector{Int64}, ::UnitRange{Int64})  @ Base essentials.jl:19  [2] checkbounds(A::Vector{Int64}, I::UnitRange{Int64})  @ Base essentials.jl:391 [inlined]  [3] view(A::Vector{Int64}, I::UnitRange{Int64})  @ Base subarray.jl:216 [inlined]  [4] children(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, id::Int64, r::UnitRange{Int64})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:129 [inlined]  [5] getindex(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, r::UnitRange{Int64})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:255 [inlined]  [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:275  [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431  [8] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:485  [9] 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:29  [10] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [11] top-level scope  @ ~/.julia/packages/Ranges/FvguF/src/Ranges.jl:3  [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/Ranges/FvguF/src/positional.jl:21 in expression starting at /home/pkgeval/.julia/packages/Ranges/FvguF/src/Ranges.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ Ranges │ [Output was shown above] └ ERROR: The following 1 package failed to precompile: Ranges Failed to precompile Ranges [eb7db99b-64ae-4b81-85c2-3439b6569b78] to "/home/pkgeval/.julia/compiled/v1.14/Ranges/jl_IhZOp1" (ProcessExited(1)). Loading failed after 69.71s ERROR: LoadError: failed process: Process(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so -g1 --check-bounds=yes --inline=yes --check-bounds=yes --pkgimages=existing -e 'using Ranges'`, ProcessExited(1)) [1] Stacktrace: [1] pipeline_error(proc::Base.Process) @ Base process.jl:612 [inlined] [2] run(::Cmd; wait::Bool) @ Base process.jl:525 [3] run(::Cmd) @ Base process.jl:522 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:197 [5] include(mod::Module, _path::String) @ Base Base.jl:326 [6] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [7] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:188 PkgEval failed after 179.76s: package fails to precompile