Package evaluation to load Ranges on Julia 1.14.0-DEV.2593 (15c2b67521*) started at 2026-07-03T12:54:40.821 ################################################################################ # Set-up # Set-up completed after 0.16s ################################################################################ # 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 4.88s ################################################################################ # 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,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /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 [27] Stacktrace:  [1] _throw_boundserror_indices(::Vector{Int64}, ::Int64)  @ Base essentials.jl:19  [2] checkbounds(A::Vector{Int64}, I::Int64)  @ Base essentials.jl:391 [inlined]  [3] getindex(A::Vector{Int64}, i::Int64)  @ Base essentials.jl:1039 [inlined]  [4] getindex(V::SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}, i::Int64)  @ Base subarray.jl:334 [inlined]  [5] copyto!(dest::Vector{Int64}, dstart::Int64, src::SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}, sstart::Int64, n::Int64)  @ Base abstractarray.jl:1143  [6] append!(a::Vector{Int64}, items::SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true})  @ Base array.jl:1440 [inlined]  [7] append!(v::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, exs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:694 [inlined]  [8] mapchildren(f::Base.JuliaLowering.var"#apply_expansion_layer##2#apply_expansion_layer##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaSyntax.SyntaxContext, Nothing, Nothing, Bool}, ctx::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:845  [9] getproperty(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, name::Symbol)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:227 [inlined]  [10] is_leaf(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:304 [inlined]  [11] setattr(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, name::Symbol, val::Base.JuliaSyntax.SyntaxContext)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:293 [inlined]  [12] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing, slcache::Nothing, absorb_esc::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:309  [13] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:297 [inlined]  [14] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408  [15] 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  [16] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [17] top-level scope  @ ~/.julia/packages/Ranges/FvguF/src/Ranges.jl:3  [18] include(mod::Module, _path::String)  @ Base Base.jl:325  [19] 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:3303  [20] top-level scope  @ stdin:5  [21] eval(m::Module, e::Any)  @ Core boot.jl:522  [22] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [23] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [24] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [25] _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 52.5s ################################################################################ # 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,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @doc :: Identifier | mod=Core │ :(#= /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 [27] Stacktrace:  [1] _throw_boundserror_indices(::Vector{Int64}, ::Int64)  @ Base essentials.jl:19  [2] checkbounds(A::Vector{Int64}, I::Int64)  @ Base essentials.jl:391 [inlined]  [3] getindex(A::Vector{Int64}, i::Int64)  @ Base essentials.jl:1039 [inlined]  [4] getindex(V::SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}, i::Int64)  @ Base subarray.jl:334 [inlined]  [5] copyto!(dest::Vector{Int64}, dstart::Int64, src::SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}, sstart::Int64, n::Int64)  @ Base abstractarray.jl:1143  [6] append!(a::Vector{Int64}, items::SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true})  @ Base array.jl:1440 [inlined]  [7] append!(v::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, exs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:694 [inlined]  [8] mapchildren(f::Base.JuliaLowering.var"#apply_expansion_layer##2#apply_expansion_layer##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaSyntax.SyntaxContext, Nothing, Nothing, Bool}, ctx::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:845  [9] getproperty(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, name::Symbol)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:227 [inlined]  [10] is_leaf(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:304 [inlined]  [11] setattr(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, name::Symbol, val::Base.JuliaSyntax.SyntaxContext)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:293 [inlined]  [12] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing, slcache::Nothing, absorb_esc::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:309  [13] apply_expansion_layer(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sc_in::Base.JuliaSyntax.SyntaxContext, lstack::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:297 [inlined]  [14] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408  [15] 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  [16] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [17] top-level scope  @ ~/.julia/packages/Ranges/FvguF/src/Ranges.jl:3  [18] include(mod::Module, _path::String)  @ Base Base.jl:325  [19] 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:3303  [20] top-level scope  @ stdin:5  [21] eval(m::Module, e::Any)  @ Core boot.jl:522  [22] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [23] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [24] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [25] _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_aLpA7p" (ProcessExited(1)). Loading failed after 29.37s 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:325 [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 113.66s: package fails to precompile