Package evaluation to test HybridAStar on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T16:53:04.686 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 17.18s ################################################################################ # Installation # Installing HybridAStar... Resolving package versions... Installed OrderedCollections ─ v1.8.1 Installed Compat ───────────── v4.18.1 Installed DataStructures ───── v0.18.22 Installed HybridAStar ──────── v1.0.0 Updating `~/.julia/environments/v1.14/Project.toml` [123b5ccf] + HybridAStar v1.0.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [34da2185] + Compat v4.18.1 ⌅ [864edb3b] + DataStructures v0.18.22 [123b5ccf] + HybridAStar v1.0.0 [bac558e1] + OrderedCollections v1.8.1 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [f489334b] + StyledStrings v1.13.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 1.75s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.7 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 0.9 s ✓ StaticArraysCore 152.4 s ✓ OrderedCollections 0.7 s ✓ CompositeTypes 210.8 s ✓ IntervalSets 2.2 s ✓ Preferences 1.4 s ✓ Compat 37.1 s ✓ IntervalSets → IntervalSetsRandomExt 2.4 s ✓ PrecompileTools 0.6 s ✓ Compat → CompatLinearAlgebraExt 301.1 s ✓ StaticArrays 303.4 s ✓ DataStructures 36.0 s ✓ FunctionMaps 39.0 s ✓ HybridAStar 142.3 s ✓ DomainSets 35.0 s ✓ DomainSets → DomainSetsRandomExt 15 dependencies successfully precompiled in 1265 seconds. 13 already precompiled. Precompilation completed after 1299.54s ################################################################################ # Testing # Testing HybridAStar Status `/tmp/jl_dlU03P/Project.toml` ⌃ [5b8099bc] DomainSets v0.6.7 [123b5ccf] HybridAStar v1.0.0 ⌃ [90137ffa] StaticArrays v1.6.4 [37e2e46d] LinearAlgebra v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_dlU03P/Manifest.toml` [34da2185] Compat v4.18.1 ⌃ [b152e2b5] CompositeTypes v0.1.3 ⌅ [864edb3b] DataStructures v0.18.22 ⌃ [5b8099bc] DomainSets v0.6.7 [123b5ccf] HybridAStar v1.0.0 ⌃ [8197267c] IntervalSets v0.7.7 [bac558e1] OrderedCollections v1.8.1 ⌃ [90137ffa] StaticArrays v1.6.4 ⌃ [1e83bf80] StaticArraysCore v1.4.2 [10745b16] Statistics v1.11.1 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.1+0 [4536629a] OpenBLAS_jll v0.3.33+0 [8e850b90] libblastrampoline_jll v5.15.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... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:21 =# @pure #= /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:21 =# @propagate_inbounds(function getindex(x::SUnitRange{Start, L}, i::Int) where {Start, L} │ #= /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:21 =# │ #= /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:22 =# │ #= /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:22 =# @boundscheck if i < 1 || i > L │ #= /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:23 =# │ throw(BoundsError(x, i)) │ end │ #= /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:25 =# │ return (Start + i) - 1 │ 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] │ │ @pure :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:21 =#) :: Value │ │ [macrocall] │ │ @propagate_inbounds :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:21 =#) :: Value │ │ [function] │ │ [where] │ │ [call] │ │ getindex :: Identifier │ │ [::] │ │ x :: Identifier │ │ [curly] │ │ SUnitRange :: Identifier │ │ Start :: Identifier │ │ L :: Identifier │ │ [::] │ │ i :: Identifier │ │ Int :: Identifier │ │ Start :: Identifier │ │ L :: Identifier │ │ [block] │ │ [macrocall] │ │ @boundscheck :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:22 =#) :: Value │ │ [if] │ │ [||] │ │ [call] │ │ < :: Identifier │ │ i :: Identifier │ │ 1 :: Value │ │ [call] │ │ > :: Identifier │ │ i :: Identifier │ │ L :: Identifier │ │ [block] │ │ [call] │ │ throw :: Identifier │ │ [call] │ │ BoundsError :: Identifier │ │ x :: Identifier │ │ i :: Identifier │ │ [return] │ │ [call] │ │ - :: Identifier │ │ [call] │ │ + :: Identifier │ │ Start :: Identifier │ │ i :: Identifier │ │ 1 :: 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 │ [function] │ │ [where] │ │ [call] │ │ getindex :: Identifier │ scope_layer=1 │ [::] │ │ x :: Identifier │ scope_layer=1 │ [curly] │ │ SUnitRange :: Identifier │ scope_layer=1 │ Start :: Identifier │ scope_layer=1 │ L :: Identifier │ scope_layer=1 │ [::] │ │ i :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ Start :: Identifier │ scope_layer=1 │ L :: Identifier │ scope_layer=1 │ [block] │ │ [meta] │ │ [unknown_head] │ scope_layer=1 │ true :: Value │ macro_source=171 │ true :: Value │ macro_source=171 │ false :: Value │ macro_source=171 │ true :: Value │ macro_source=171 │ false :: Value │ macro_source=171 │ false :: Value │ macro_source=171 │ false :: Value │ macro_source=171 │ true :: Value │ macro_source=171 │ false :: Value │ macro_source=171 │ false :: Value │ macro_source=171 │ true :: Value │ macro_source=171 │ inline :: Identifier │ scope_layer=1 │ propagate_inbounds :: Identifier │ scope_layer=1 │ [if] │ │ [boundscheck] │ macro_source=222 │ [if] │ │ [||] │ │ [call] │ │ < :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=222 │ [call] │ │ > :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ L :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ throw :: Identifier │ scope_layer=1 │ [call] │ │ BoundsError :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ [return] │ │ [call] │ │ - :: Identifier │ scope_layer=1 │ [call] │ │ + :: Identifier │ scope_layer=1 │ Start :: Identifier │ scope_layer=1 │ i :: Identifier │ scope_layer=1 │ 1 :: Value │ macro_source=171 │ │ file = "/home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl" │ line = 21 └ mod = StaticArrays ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:21 =# - unrecognized form out of desugaring Expression:  (unknown_head true true false true false false false true false false true) Containing expressions:  (lambda (block #self# x i) (block Start L) (block (meta (unknown_head true true false true false false false true false false true) :inline :propagate_inbounds) (if (boundscheck) (if (|| (call < i 1) (call > i L)) (block (call throw (call BoundsError x i))))) (return (call - (call + Start i) 1))))  (function (where (call getindex (:: x (curly SUnitRange Start L)) (:: i Int)) Start L) (block (meta (unknown_head true true false true false false false true false false true) :inline :propagate_inbounds) (if (boundscheck) (if (|| (call < i 1) (call > i L)) (block (call throw (call BoundsError x i))))) (return (call - (call + Start i) 1))))  (function (where (call getindex (:: x (curly SUnitRange Start L)) (:: i Int)) Start L) (block (meta (unknown_head true true false true false false false true false false true) inline propagate_inbounds) (if (boundscheck) (if (|| (call < i 1) (call > i L)) (block (call throw (call BoundsError x i))))) (return (call - (call + Start i) 1))))  Detailed provenance:  (unknown_head true true false true false false false true false false true)  └─ (unknown_head true true false true false false false true false false true)  ├─ @ /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:21  └─ (macrocall @propagate_inbounds :(#= /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:21 =#) (function (where (call getindex (:: x (curly SUnitRange Start L)) (:: i Int)) Start L) (block (meta (unknown_head true true false true false false false true false false true)) (macrocall @boundscheck :(#= /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:22 =#) (if (|| (call < i 1) (call > i L)) (block (call throw (call BoundsError x i))))) (return (call - (call + Start i) 1)))))  ├─ @ deprecated.jl:521  └─ (macrocall (. Base (inert @assume_effects)) :(#= deprecated.jl:521 =#) (inert foldable) (macrocall @propagate_inbounds :(#= /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:21 =#) (function (where (call getindex (:: x (curly SUnitRange Start L)) (:: i Int)) Start L) (block (macrocall @boundscheck :(#= /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:22 =#) (if (|| (call < i 1) (call > i L)) (block (call throw (call BoundsError x i))))) (return (call - (call + Start i) 1))))))  ├─ @ /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:21  └─ (macrocall @pure :(#= /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:21 =#) (macrocall @propagate_inbounds :(#= /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:21 =#) (function (where (call getindex (:: x (curly SUnitRange Start L)) (:: i Int)) Start L) (block (macrocall @boundscheck :(#= /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:22 =#) (if (|| (call < i 1) (call > i L)) (block (call throw (call BoundsError x i))))) (return (call - (call + Start i) 1))))))  └─ @ /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/SUnitRange.jl:21  Stacktrace:  [1] 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:4472  [2] 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  [3] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [4] top-level scope  @ ~/.julia/packages/StaticArrays/HehyY/src/StaticArrays.jl:92  [5] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [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:3271  [7] top-level scope  @ stdin:5  [8] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [10] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [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/StaticArrays/HehyY/src/SUnitRange.jl:21 in expression starting at /home/pkgeval/.julia/packages/StaticArrays/HehyY/src/StaticArrays.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ StaticArrays │ [Output was shown above] └ HybridAStar.jl: Error During Test at /home/pkgeval/.julia/packages/HybridAStar/51LZU/test/runtests.jl:4 Got exception outside of a @test LoadError: The following 1 package failed to precompile: StaticArrays Failed to precompile StaticArrays [90137ffa-7385-5640-81b9-e52037218182] to "/home/pkgeval/.julia/compiled/v1.14/StaticArrays/jl_e8FnLh" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/HybridAStar/51LZU/examples/demo_holonomic_vehicle.jl:2 Test Summary: | Error Total Time HybridAStar.jl | 1 1 50.3s RNG of the outermost testset: Random.Xoshiro(0x319d22c2961dbde7, 0x9a6137a6d8975b26, 0x3971cafdf76e2e46, 0x8964259370c5168f, 0xe1b6c7b50a6e54a0) ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/HybridAStar/51LZU/test/runtests.jl:4 Testing failed after 268.53s ERROR: LoadError: Package HybridAStar 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] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3110 [inlined] [4] 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 [5] 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 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [7] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [8] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:326 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:355 [12] _start() @ Base ./client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 1608.9s: package fails to precompile