Package evaluation to test ImplicitGeometries on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T20:05:36.040 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.03s ################################################################################ # Installation # Installing ImplicitGeometries... Resolving package versions... Installed Quaternions ──────── v0.7.7 Installed AbstractTrees ────── v0.4.5 Installed Rotations ────────── v1.7.1 Installed RealDot ──────────── v0.1.0 Installed StaticArraysCore ─── v1.4.4 Installed PrecompileTools ──── v1.3.4 Installed Preferences ──────── v1.5.2 Installed StaticArrays ─────── v1.9.18 Installed ImplicitGeometries ─ v0.2.0 Updating `~/.julia/environments/v1.14/Project.toml` [95516d86] + ImplicitGeometries v0.2.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [1520ce14] + AbstractTrees v0.4.5 [95516d86] + ImplicitGeometries v0.2.0 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [94ee1d12] + Quaternions v0.7.7 [c1ae055f] + RealDot v0.1.0 [6038ab10] + Rotations v1.7.1 [90137ffa] + StaticArrays v1.9.18 [1e83bf80] + StaticArraysCore v1.4.4 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [fa267f1f] + TOML v1.0.3 [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 Installation completed after 2.59s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.4 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 0.8 s ✓ StaticArraysCore 84.2 s ✓ AbstractTrees 0.4 s ✓ SafeTestsets 0.5 s ✓ RealDot 2.0 s ✓ Preferences 1.0 s ✓ Quaternions 2.2 s ✓ PrecompileTools 299.8 s ✓ StaticArrays 40.2 s ✓ Rotations ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:3 =# Core.@doc " struct Normal{Dim,T,S<:SDF{Dim,T}}\n\nVector field of normals of a signed distance function.\n" struct Normal{Dim, T, S <: SDF{Dim, T}} │ #= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:9 =# │ shape::S │ #= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:10 =# │ h::T │ #= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:11 =# │ #= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:11 =# @doc " Normal(shape::S; h::T = 1e-4) where {Dim,T,S<:SDF{Dim,T}}\n\nInitialize [`Normal`](@ref) for a signed distance function `shape`.\nThe parameter `h` controls the width of the finite difference stencil.\n" function Normal(shape::S; h::T = 0.0001) where {Dim, T, S <: SDF{Dim, T}} │ #= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:17 =# │ #= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:18 =# │ #= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:18 =# @assert h > eps(T) │ #= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:19 =# │ new{Dim, T, S}(shape, h) │ end │ 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/ImplicitGeometries/QiYnu/src/gradients.jl:3 =#) :: Value │ │ " struct Normal{Dim,T,S<:SDF{Dim,T}}\n\nVector field of normals of a signed distance function.\n" :: Value │ │ [struct] │ │ false :: Value │ │ [curly] │ │ Normal :: Identifier │ │ Dim :: Identifier │ │ T :: Identifier │ │ [<:] │ │ S :: Identifier │ │ [curly] │ │ SDF :: Identifier │ │ Dim :: Identifier │ │ T :: Identifier │ │ [block] │ │ [::] │ │ shape :: Identifier │ │ S :: Identifier │ │ [::] │ │ h :: Identifier │ │ T :: Identifier │ │ [macrocall] │ │ @doc :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:11 =#) :: Value │ │ " Normal(shape::S; h::T = 1e-4) where {Dim,T,S<:SDF{Dim,T}}\n\nInitialize [`Normal`](@ref) for a signed distance function `shape`.\nThe parameter `h` controls the width of the finite difference stencil.\n" :: Value │ │ [function] │ │ [where] │ │ [call] │ │ Normal :: Identifier │ │ [parameters] │ │ [kw] │ │ [::] │ │ h :: Identifier │ │ T :: Identifier │ │ 0.0001 :: Value │ │ [::] │ │ shape :: Identifier │ │ S :: Identifier │ │ Dim :: Identifier │ │ T :: Identifier │ │ [<:] │ │ S :: Identifier │ │ [curly] │ │ SDF :: Identifier │ │ Dim :: Identifier │ │ T :: Identifier │ │ [block] │ │ [macrocall] │ │ @assert :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:18 =#) :: Value │ │ [call] │ │ > :: Identifier │ │ h :: Identifier │ │ [call] │ │ eps :: Identifier │ │ T :: Identifier │ │ [call] │ │ [curly] │ │ new :: Identifier │ │ Dim :: Identifier │ │ T :: Identifier │ │ S :: Identifier │ │ shape :: Identifier │ │ h :: Identifier │ │ │ 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 │ [block] │ │ [=] │ │ val :: Identifier │ scope_layer=3 │ [struct] │ │ false :: Value │ macro_source=66 │ [curly] │ │ Normal :: Identifier │ scope_layer=1 │ Dim :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [curly] │ │ SDF :: Identifier │ scope_layer=1 │ Dim :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [::] │ │ shape :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [::] │ │ h :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ #1#val :: Identifier │ scope_layer=1 │ [function] │ │ [where] │ │ [call] │ │ Normal :: Identifier │ scope_layer=1 │ [parameters] │ │ [kw] │ │ [::] │ │ h :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ 0.0001 :: Value │ macro_source=66 │ [::] │ │ shape :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ Dim :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [curly] │ │ SDF :: Identifier │ scope_layer=1 │ Dim :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [if] │ │ [call] │ │ > :: Identifier │ scope_layer=1 │ h :: Identifier │ scope_layer=1 │ [call] │ │ eps :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ nothing :: Value │ macro_source=66 │ [call] │ │ throw :: Identifier │ mod,scope_layer=1 │ [call] │ │ AssertionError :: Identifier │ mod,scope_layer=1 │ "h > eps(T)" :: Value │ macro_source=66 │ [call] │ │ [curly] │ │ new :: Identifier │ scope_layer=1 │ Dim :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ shape :: Identifier │ scope_layer=1 │ h :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=66 │ ImplicitGeometries :: Value │ macro_source=66 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=66 │ ImplicitGeometries :: Value │ macro_source=66 │ [inert] │ │ Normal :: Identifier │ │ [call] │ macro_source=66 │ Base.Docs.docstr :: Value │ macro_source=66 │ [call] │ macro_source=66 │ Core.svec :: Value │ macro_source=66 │ " Normal(shape::S; h::T = 1e-4) where {Dim,T,S<:SDF{Dim,T}}\n\nInitialize [`Normal`](@ref) for a signed distance function `shape`.\nThe parameter `h` controls the width of the finite difference stencil.\n" :: Value │ macro_source=66 │ [call] │ macro_source=66 │ Dict{Symbol, Any} :: Value │ macro_source=66 │ :path => "/home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl" :: Value │ macro_source=66 │ :linenumber => 11 :: Value │ macro_source=66 │ :module => ImplicitGeometries :: Value │ macro_source=66 │ [where] │ │ [where] │ │ [where] │ │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ Dim :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [curly] │ │ SDF :: Identifier │ scope_layer=1 │ Dim :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Dim :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ #1#val :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=66 │ ImplicitGeometries :: Value │ macro_source=66 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=66 │ ImplicitGeometries :: Value │ │ [inert] │ jl_source=L65 │ Normal :: Identifier │ │ [call] │ │ Base.Docs.docstr :: Value │ macro_source=66 │ [call] │ macro_source=66 │ Core.svec :: Value │ macro_source=66 │ " struct Normal{Dim,T,S<:SDF{Dim,T}}\n\nVector field of normals of a signed distance function.\n" :: Value │ macro_source=66 │ [call] │ │ Dict{Symbol, Any} :: Value │ macro_source=66 │ :path => "/home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl" :: Value │ macro_source=66 │ :linenumber => 3 :: Value │ macro_source=66 │ :module => ImplicitGeometries :: Value │ macro_source=66 │ [call] │ │ Pair :: Value │ macro_source=66 │ [inert] │ │ fields :: Identifier │ │ [call] │ macro_source=66 │ Dict{Symbol, Any} :: Value │ macro_source=66 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl" │ line = 3 └ mod = ImplicitGeometries ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:11 =# - assignment syntax in structure fields is reserved Expression:  (= #1#val (function (where (call Normal (:: shape S) (parameters (kw (:: h T) 0.0001))) Dim T (<: S (curly SDF Dim T))) (block (if (call > h (call eps T)) core.nothing (call throw (call AssertionError "h > eps(T)"))) (call (curly new Dim T S) shape h)))) Containing expressions:  (struct false (curly Normal Dim T (<: S (curly SDF Dim T))) (block (:: shape S) (:: h T) (block (= #1#val (function (where (call Normal (:: shape S) (parameters (kw (:: h T) 0.0001))) Dim T (<: S (curly SDF Dim T))) (block (if (call > h (call eps T)) core.nothing (call throw (call AssertionError "h > eps(T)"))) (call (curly new Dim T S) shape h)))) (call Base.Docs.doc! ImplicitGeometries (call Base.Docs.Binding ImplicitGeometries :Normal) (call Base.Docs.docstr (call Core.svec " Normal(shape::S; h::T = 1e-4) where {Dim,T,S<:SDF{Dim,T}}\n\nInitialize [`Normal`](@ref) for a signed distance function `shape`.\nThe parameter `h` controls the width of the finite difference stencil.\n") (call Dict{Symbol, Any} :path => "/home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl" :linenumber => 11 :module => ImplicitGeometries)) (where (where (where (curly Union (curly Tuple S) (curly Tuple S) (curly Tuple T) (curly Tuple Dim)) (<: S (curly SDF Dim T))) (<: T Any)) (<: Dim Any))) #1#val)))  Detailed provenance:  (= #1#val (function (where (call Normal (:: shape S) (parameters (kw (:: h T) 0.0001))) Dim T (<: S (curly SDF Dim T))) (block (if (call > h (call eps T)) core.nothing (call throw (call AssertionError "h > eps(T)"))) (call (curly new Dim T S) shape h))))  └─ (= #1#val (function (where (call Normal (parameters (kw (:: h T) 0.0001)) (:: shape S)) Dim T (<: S (curly SDF Dim T))) (block (if (call > h (call eps T)) nothing (call throw (call AssertionError "h > eps(T)"))) (call (curly new Dim T S) shape h))))  └─ (= #1#val (function (where (call Normal (parameters (kw (:: h T) 0.0001)) (:: shape S)) Dim T (<: S (curly SDF Dim T))) (block (if (call > h (call eps T)) nothing (call throw (call AssertionError "h > eps(T)"))) (call (curly new Dim T S) shape h))))  ├─ @ /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:11  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:3 =#) " struct Normal{Dim,T,S<:SDF{Dim,T}}\n\nVector field of normals of a signed distance function.\n" (struct false (curly Normal Dim T (<: S (curly SDF Dim T))) (block (:: shape S) (:: h T) (macrocall @doc :(#= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:11 =#) " Normal(shape::S; h::T = 1e-4) where {Dim,T,S<:SDF{Dim,T}}\n\nInitialize [`Normal`](@ref) for a signed distance function `shape`.\nThe parameter `h` controls the width of the finite difference stencil.\n" (function (where (call Normal (parameters (kw (:: h T) 0.0001)) (:: shape S)) Dim T (<: S (curly SDF Dim T))) (block (macrocall @assert :(#= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:18 =#) (call > h (call eps T))) (call (curly new Dim T S) shape h)))))))  └─ @ /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:3  Stacktrace:  [1] _collect_struct_fields(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, field_names::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, field_types::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, field_attrs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, field_docs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, inner_defs::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.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3184  [2] _collect_struct_fields(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, field_names::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, field_types::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, field_attrs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, field_docs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, inner_defs::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.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3181  [3] expand_struct_def(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:3754  [4] 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:4336  [5] getindex(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, i::Int64)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [6] 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:1318  [7] _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/desugaring.jl:1268 [inlined]  [8] 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:4196  [9] expand_forms_2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [10] #expand_forms_2##2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4440 [inlined]  [11] mapchildren(f::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.DesugaringContext{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:707  [12] 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:4440  [13] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [14] 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  [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:30  [16] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [17] top-level scope  @ ~/.julia/packages/ImplicitGeometries/QiYnu/src/ImplicitGeometries.jl:9  [18] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [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:3271  [20] top-level scope  @ stdin:5  [21] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [22] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [23] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [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/ImplicitGeometries/QiYnu/src/gradients.jl:3 in expression starting at /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/ImplicitGeometries.jl:1 in expression starting at stdin:5 ✗ ImplicitGeometries 9 dependencies successfully precompiled in 470 seconds. 12 already precompiled. Precompilation completed after 498.47s ################################################################################ # Testing # Testing ImplicitGeometries Status `/tmp/jl_ZW4T6G/Project.toml` [1520ce14] AbstractTrees v0.4.5 [95516d86] ImplicitGeometries v0.2.0 [6038ab10] Rotations v1.7.1 [1bc83da4] SafeTestsets v0.1.0 [90137ffa] StaticArrays v1.9.18 [37e2e46d] LinearAlgebra v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_ZW4T6G/Manifest.toml` [1520ce14] AbstractTrees v0.4.5 [95516d86] ImplicitGeometries v0.2.0 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [94ee1d12] Quaternions v0.7.7 [c1ae055f] RealDot v0.1.0 [6038ab10] Rotations v1.7.1 [1bc83da4] SafeTestsets v0.1.0 [90137ffa] StaticArrays v1.9.18 [1e83bf80] StaticArraysCore v1.4.4 [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 [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 Testing Running tests... /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/test/base.jl ... ┌ Info: JuliaLowering threw given input: │ code = │ :(#= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:3 =# Core.@doc " struct Normal{Dim,T,S<:SDF{Dim,T}}\n\nVector field of normals of a signed distance function.\n" struct Normal{Dim, T, S <: SDF{Dim, T}} │ #= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:9 =# │ shape::S │ #= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:10 =# │ h::T │ #= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:11 =# │ #= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:11 =# @doc " Normal(shape::S; h::T = 1e-4) where {Dim,T,S<:SDF{Dim,T}}\n\nInitialize [`Normal`](@ref) for a signed distance function `shape`.\nThe parameter `h` controls the width of the finite difference stencil.\n" function Normal(shape::S; h::T = 0.0001) where {Dim, T, S <: SDF{Dim, T}} │ #= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:17 =# │ #= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:18 =# │ #= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:18 =# @assert h > eps(T) │ #= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:19 =# │ new{Dim, T, S}(shape, h) │ end │ 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/ImplicitGeometries/QiYnu/src/gradients.jl:3 =#) :: Value │ │ " struct Normal{Dim,T,S<:SDF{Dim,T}}\n\nVector field of normals of a signed distance function.\n" :: Value │ │ [struct] │ │ false :: Value │ │ [curly] │ │ Normal :: Identifier │ │ Dim :: Identifier │ │ T :: Identifier │ │ [<:] │ │ S :: Identifier │ │ [curly] │ │ SDF :: Identifier │ │ Dim :: Identifier │ │ T :: Identifier │ │ [block] │ │ [::] │ │ shape :: Identifier │ │ S :: Identifier │ │ [::] │ │ h :: Identifier │ │ T :: Identifier │ │ [macrocall] │ │ @doc :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:11 =#) :: Value │ │ " Normal(shape::S; h::T = 1e-4) where {Dim,T,S<:SDF{Dim,T}}\n\nInitialize [`Normal`](@ref) for a signed distance function `shape`.\nThe parameter `h` controls the width of the finite difference stencil.\n" :: Value │ │ [function] │ │ [where] │ │ [call] │ │ Normal :: Identifier │ │ [parameters] │ │ [kw] │ │ [::] │ │ h :: Identifier │ │ T :: Identifier │ │ 0.0001 :: Value │ │ [::] │ │ shape :: Identifier │ │ S :: Identifier │ │ Dim :: Identifier │ │ T :: Identifier │ │ [<:] │ │ S :: Identifier │ │ [curly] │ │ SDF :: Identifier │ │ Dim :: Identifier │ │ T :: Identifier │ │ [block] │ │ [macrocall] │ │ @assert :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:18 =#) :: Value │ │ [call] │ │ > :: Identifier │ │ h :: Identifier │ │ [call] │ │ eps :: Identifier │ │ T :: Identifier │ │ [call] │ │ [curly] │ │ new :: Identifier │ │ Dim :: Identifier │ │ T :: Identifier │ │ S :: Identifier │ │ shape :: Identifier │ │ h :: Identifier │ │ │ 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 │ [block] │ │ [=] │ │ val :: Identifier │ scope_layer=3 │ [struct] │ │ false :: Value │ macro_source=66 │ [curly] │ │ Normal :: Identifier │ scope_layer=1 │ Dim :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [curly] │ │ SDF :: Identifier │ scope_layer=1 │ Dim :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [::] │ │ shape :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [::] │ │ h :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ #1#val :: Identifier │ scope_layer=1 │ [function] │ │ [where] │ │ [call] │ │ Normal :: Identifier │ scope_layer=1 │ [parameters] │ │ [kw] │ │ [::] │ │ h :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ 0.0001 :: Value │ macro_source=66 │ [::] │ │ shape :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ Dim :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [curly] │ │ SDF :: Identifier │ scope_layer=1 │ Dim :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [if] │ │ [call] │ │ > :: Identifier │ scope_layer=1 │ h :: Identifier │ scope_layer=1 │ [call] │ │ eps :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ nothing :: Value │ macro_source=66 │ [call] │ │ throw :: Identifier │ mod,scope_layer=1 │ [call] │ │ AssertionError :: Identifier │ mod,scope_layer=1 │ "h > eps(T)" :: Value │ macro_source=66 │ [call] │ │ [curly] │ │ new :: Identifier │ scope_layer=1 │ Dim :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ shape :: Identifier │ scope_layer=1 │ h :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=66 │ ImplicitGeometries :: Value │ macro_source=66 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=66 │ ImplicitGeometries :: Value │ macro_source=66 │ [inert] │ │ Normal :: Identifier │ │ [call] │ macro_source=66 │ Base.Docs.docstr :: Value │ macro_source=66 │ [call] │ macro_source=66 │ Core.svec :: Value │ macro_source=66 │ " Normal(shape::S; h::T = 1e-4) where {Dim,T,S<:SDF{Dim,T}}\n\nInitialize [`Normal`](@ref) for a signed distance function `shape`.\nThe parameter `h` controls the width of the finite difference stencil.\n" :: Value │ macro_source=66 │ [call] │ macro_source=66 │ Dict{Symbol, Any} :: Value │ macro_source=66 │ :path => "/home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl" :: Value │ macro_source=66 │ :linenumber => 11 :: Value │ macro_source=66 │ :module => ImplicitGeometries :: Value │ macro_source=66 │ [where] │ │ [where] │ │ [where] │ │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ Dim :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ S :: Identifier │ scope_layer=1 │ [curly] │ │ SDF :: Identifier │ scope_layer=1 │ Dim :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Dim :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ #1#val :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=66 │ ImplicitGeometries :: Value │ macro_source=66 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=66 │ ImplicitGeometries :: Value │ │ [inert] │ jl_source=L65 │ Normal :: Identifier │ │ [call] │ │ Base.Docs.docstr :: Value │ macro_source=66 │ [call] │ macro_source=66 │ Core.svec :: Value │ macro_source=66 │ " struct Normal{Dim,T,S<:SDF{Dim,T}}\n\nVector field of normals of a signed distance function.\n" :: Value │ macro_source=66 │ [call] │ │ Dict{Symbol, Any} :: Value │ macro_source=66 │ :path => "/home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl" :: Value │ macro_source=66 │ :linenumber => 3 :: Value │ macro_source=66 │ :module => ImplicitGeometries :: Value │ macro_source=66 │ [call] │ │ Pair :: Value │ macro_source=66 │ [inert] │ │ fields :: Identifier │ │ [call] │ macro_source=66 │ Dict{Symbol, Any} :: Value │ macro_source=66 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl" │ line = 3 └ mod = ImplicitGeometries ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:11 =# - assignment syntax in structure fields is reserved Expression:  (= #1#val (function (where (call Normal (:: shape S) (parameters (kw (:: h T) 0.0001))) Dim T (<: S (curly SDF Dim T))) (block (if (call > h (call eps T)) core.nothing (call throw (call AssertionError "h > eps(T)"))) (call (curly new Dim T S) shape h)))) Containing expressions:  (struct false (curly Normal Dim T (<: S (curly SDF Dim T))) (block (:: shape S) (:: h T) (block (= #1#val (function (where (call Normal (:: shape S) (parameters (kw (:: h T) 0.0001))) Dim T (<: S (curly SDF Dim T))) (block (if (call > h (call eps T)) core.nothing (call throw (call AssertionError "h > eps(T)"))) (call (curly new Dim T S) shape h)))) (call Base.Docs.doc! ImplicitGeometries (call Base.Docs.Binding ImplicitGeometries :Normal) (call Base.Docs.docstr (call Core.svec " Normal(shape::S; h::T = 1e-4) where {Dim,T,S<:SDF{Dim,T}}\n\nInitialize [`Normal`](@ref) for a signed distance function `shape`.\nThe parameter `h` controls the width of the finite difference stencil.\n") (call Dict{Symbol, Any} :path => "/home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl" :linenumber => 11 :module => ImplicitGeometries)) (where (where (where (curly Union (curly Tuple S) (curly Tuple S) (curly Tuple T) (curly Tuple Dim)) (<: S (curly SDF Dim T))) (<: T Any)) (<: Dim Any))) #1#val)))  Detailed provenance:  (= #1#val (function (where (call Normal (:: shape S) (parameters (kw (:: h T) 0.0001))) Dim T (<: S (curly SDF Dim T))) (block (if (call > h (call eps T)) core.nothing (call throw (call AssertionError "h > eps(T)"))) (call (curly new Dim T S) shape h))))  └─ (= #1#val (function (where (call Normal (parameters (kw (:: h T) 0.0001)) (:: shape S)) Dim T (<: S (curly SDF Dim T))) (block (if (call > h (call eps T)) nothing (call throw (call AssertionError "h > eps(T)"))) (call (curly new Dim T S) shape h))))  └─ (= #1#val (function (where (call Normal (parameters (kw (:: h T) 0.0001)) (:: shape S)) Dim T (<: S (curly SDF Dim T))) (block (if (call > h (call eps T)) nothing (call throw (call AssertionError "h > eps(T)"))) (call (curly new Dim T S) shape h))))  ├─ @ /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:11  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:3 =#) " struct Normal{Dim,T,S<:SDF{Dim,T}}\n\nVector field of normals of a signed distance function.\n" (struct false (curly Normal Dim T (<: S (curly SDF Dim T))) (block (:: shape S) (:: h T) (macrocall @doc :(#= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:11 =#) " Normal(shape::S; h::T = 1e-4) where {Dim,T,S<:SDF{Dim,T}}\n\nInitialize [`Normal`](@ref) for a signed distance function `shape`.\nThe parameter `h` controls the width of the finite difference stencil.\n" (function (where (call Normal (parameters (kw (:: h T) 0.0001)) (:: shape S)) Dim T (<: S (curly SDF Dim T))) (block (macrocall @assert :(#= /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:18 =#) (call > h (call eps T))) (call (curly new Dim T S) shape h)))))))  └─ @ /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/gradients.jl:3  Stacktrace:  [1] _collect_struct_fields(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, field_names::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, field_types::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, field_attrs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, field_docs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, inner_defs::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.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3184  [2] _collect_struct_fields(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, field_names::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, field_types::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, field_attrs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, field_docs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, inner_defs::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.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3181  [3] expand_struct_def(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:3754  [4] 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:4336  [5] getindex(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, i::Int64)  @ Base.JuliaSyntax /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [6] 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:1318  [7] _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/desugaring.jl:1268 [inlined]  [8] 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:4196  [9] expand_forms_2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [10] #expand_forms_2##2  @ /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4440 [inlined]  [11] mapchildren(f::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}}, ctx::Base.JuliaLowering.DesugaringContext{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:707  [12] 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:4440  [13] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [14] 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  [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:30  [16] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [17] top-level scope  @ ~/.julia/packages/ImplicitGeometries/QiYnu/src/ImplicitGeometries.jl:9  [18] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [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:3271  [20] top-level scope  @ stdin:5  [21] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [22] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [23] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [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/ImplicitGeometries/QiYnu/src/gradients.jl:3 in expression starting at /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/src/ImplicitGeometries.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ ImplicitGeometries │ [Output was shown above] └ ImplicitGeometries: Error During Test at /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/test/runtests.jl:12 Got exception outside of a @test LoadError: The following 1 package failed to precompile: ImplicitGeometries Failed to precompile ImplicitGeometries [95516d86-82af-438a-ae84-b941c80ea631] to "/home/pkgeval/.julia/compiled/v1.14/ImplicitGeometries/jl_6xl9pa" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/test/base.jl:1 Test Summary: | Error Total Time ImplicitGeometries | 1 1 47.3s RNG of the outermost testset: Random.Xoshiro(0x761e148e9b0c141b, 0xd0eae4267cdbf088, 0x84c9ea02a6eb6630, 0xd97a91dbb197b0b5, 0x732a50112f5eb996) ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/test/runtests.jl:12 Testing failed after 167.03s ERROR: LoadError: Package ImplicitGeometries 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 705.49s: package fails to precompile