Package evaluation to load Bessels on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T15:18:40.965 ################################################################################ # Set-up # Set-up completed after 0.14s ################################################################################ # Installation # Installing Bessels... Resolving package versions... Installed Bessels ─ v0.2.8 Updating `~/.julia/environments/v1.14/Project.toml` [0e736298] + Bessels v0.2.8 Updating `~/.julia/environments/v1.14/Manifest.toml` [0e736298] + Bessels v0.2.8 Installation completed after 4.78s ################################################################################ # 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 = │ :(const YP_y0(::Type{Float64}) = begin │ #= /home/pkgeval/.julia/packages/Bessels/eaWGd/src/constants.jl:1 =# │ (-1.8495080043698668e16, 4.4273326857256984e16, -3.466283033847297e15, 8.75906394395367e13, -9.821360657179115e11, 5.435264770518765e9, -1.466392959039716e7, 15592.436785523574) │ 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__ │ [const] │ │ [=] │ │ [call] │ │ YP_y0 :: Identifier │ │ [::] │ │ [curly] │ │ Type :: Identifier │ │ Float64 :: Identifier │ │ [block] │ │ [tuple] │ │ -1.8495080043698668e16 :: Value │ │ 4.4273326857256984e16 :: Value │ │ -3.466283033847297e15 :: Value │ │ 8.75906394395367e13 :: Value │ │ -9.821360657179115e11 :: Value │ │ 5.435264770518765e9 :: Value │ │ -1.466392959039716e7 :: Value │ │ 15592.436785523574 :: 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 │ [const] │ │ [=] │ │ [call] │ │ YP_y0 :: Identifier │ scope_layer=1 │ [::] │ │ [curly] │ │ Type :: Identifier │ scope_layer=1 │ Float64 :: Identifier │ scope_layer=1 │ [block] │ │ [tuple] │ │ -1.8495080043698668e16 :: Value │ │ 4.4273326857256984e16 :: Value │ │ -3.466283033847297e15 :: Value │ │ 8.75906394395367e13 :: Value │ │ -9.821360657179115e11 :: Value │ │ 5.435264770518765e9 :: Value │ │ -1.466392959039716e7 :: Value │ │ 15592.436785523574 :: Value │ │ │ file = "/home/pkgeval/.julia/packages/Bessels/eaWGd/src/constants.jl" │ line = 1 └ mod = Bessels ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/Bessels/eaWGd/src/constants.jl:1 =# - `jl_assert(numchildren(ex) == 2, _)`: `::` must be written `value::type` outside function argument lists Expression:  (:: (curly Type Float64)) Containing expressions:  (const (function (call YP_y0 (:: (curly Type Float64))) (block (tuple -1.8495080043698668e16 4.4273326857256984e16 -3.466283033847297e15 8.75906394395367e13 -9.821360657179115e11 5.435264770518765e9 -1.466392959039716e7 15592.436785523574))))  Detailed provenance:  (:: (curly Type Float64))  └─ (:: (curly Type Float64))  └─ (:: (curly Type Float64))  └─ @ /home/pkgeval/.julia/packages/Bessels/eaWGd/src/constants.jl:1  Stacktrace:  [1] Base.JuliaSyntax.SyntaxList(::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined]  [2] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4182  [3] iterate(A::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}})  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [4] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, exs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4447  [5] _push_nodeid!(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, ids::Vector{Int64}, val::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/ast.jl:355 [inlined]  [6] expand_call(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1941  [7] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4156  [8] getindex(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, i::Int64)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [9] expand_assignment(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, is_const::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1275  [10] expand_const_decl(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2253  [11] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4295  [12] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [13] 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:4469  [14] 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  [15] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [16] top-level scope  @ ~/.julia/packages/Bessels/eaWGd/src/Bessels.jl:54  [17] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [18] 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  [19] top-level scope  @ stdin:5  [20] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [21] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [22] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [23] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [24] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Bessels/eaWGd/src/constants.jl:1 in expression starting at /home/pkgeval/.julia/packages/Bessels/eaWGd/src/Bessels.jl:1 in expression starting at stdin:5 ✗ Bessels Precompilation completed after 24.53s ################################################################################ # Loading # Loading Bessels... ┌ Info: JuliaLowering threw given input: │ code = │ :(const YP_y0(::Type{Float64}) = begin │ #= /home/pkgeval/.julia/packages/Bessels/eaWGd/src/constants.jl:1 =# │ (-1.8495080043698668e16, 4.4273326857256984e16, -3.466283033847297e15, 8.75906394395367e13, -9.821360657179115e11, 5.435264770518765e9, -1.466392959039716e7, 15592.436785523574) │ 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__ │ [const] │ │ [=] │ │ [call] │ │ YP_y0 :: Identifier │ │ [::] │ │ [curly] │ │ Type :: Identifier │ │ Float64 :: Identifier │ │ [block] │ │ [tuple] │ │ -1.8495080043698668e16 :: Value │ │ 4.4273326857256984e16 :: Value │ │ -3.466283033847297e15 :: Value │ │ 8.75906394395367e13 :: Value │ │ -9.821360657179115e11 :: Value │ │ 5.435264770518765e9 :: Value │ │ -1.466392959039716e7 :: Value │ │ 15592.436785523574 :: 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 │ [const] │ │ [=] │ │ [call] │ │ YP_y0 :: Identifier │ scope_layer=1 │ [::] │ │ [curly] │ │ Type :: Identifier │ scope_layer=1 │ Float64 :: Identifier │ scope_layer=1 │ [block] │ │ [tuple] │ │ -1.8495080043698668e16 :: Value │ │ 4.4273326857256984e16 :: Value │ │ -3.466283033847297e15 :: Value │ │ 8.75906394395367e13 :: Value │ │ -9.821360657179115e11 :: Value │ │ 5.435264770518765e9 :: Value │ │ -1.466392959039716e7 :: Value │ │ 15592.436785523574 :: Value │ │ │ file = "/home/pkgeval/.julia/packages/Bessels/eaWGd/src/constants.jl" │ line = 1 └ mod = Bessels ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/Bessels/eaWGd/src/constants.jl:1 =# - `jl_assert(numchildren(ex) == 2, _)`: `::` must be written `value::type` outside function argument lists Expression:  (:: (curly Type Float64)) Containing expressions:  (const (function (call YP_y0 (:: (curly Type Float64))) (block (tuple -1.8495080043698668e16 4.4273326857256984e16 -3.466283033847297e15 8.75906394395367e13 -9.821360657179115e11 5.435264770518765e9 -1.466392959039716e7 15592.436785523574))))  Detailed provenance:  (:: (curly Type Float64))  └─ (:: (curly Type Float64))  └─ (:: (curly Type Float64))  └─ @ /home/pkgeval/.julia/packages/Bessels/eaWGd/src/constants.jl:1  Stacktrace:  [1] Base.JuliaSyntax.SyntaxList(::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined]  [2] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4182  [3] iterate(A::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}})  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [4] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, exs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4447  [5] _push_nodeid!(graph::Base.JuliaSyntax.SyntaxGraph{Dict{Symbol, Dict{Int64, Any}}}, ids::Vector{Int64}, val::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/ast.jl:355 [inlined]  [6] expand_call(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1941  [7] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4156  [8] getindex(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, i::Int64)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [9] expand_assignment(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, is_const::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:1275  [10] expand_const_decl(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2253  [11] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4295  [12] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [13] 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:4469  [14] 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  [15] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [16] top-level scope  @ ~/.julia/packages/Bessels/eaWGd/src/Bessels.jl:54  [17] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [18] 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  [19] top-level scope  @ stdin:5  [20] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [21] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [22] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [23] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [24] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Bessels/eaWGd/src/constants.jl:1 in expression starting at /home/pkgeval/.julia/packages/Bessels/eaWGd/src/Bessels.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ Bessels │ [Output was shown above] └ ERROR: The following 1 package failed to precompile: Bessels Failed to precompile Bessels [0e736298-9ec6-45e8-9647-e4fc86a2fe38] to "/home/pkgeval/.julia/compiled/v1.14/Bessels/jl_mbdj68" (ProcessExited(1)). Loading failed after 13.44s 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 Bessels'`, ProcessExited(1)) [1] Stacktrace: [1] spawn_opts_inherit() @ 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 60.31s: package fails to precompile