Package evaluation to test ImplicitGeometries on Julia 1.14.0-DEV.2309 (6e1a27e459*) started at 2026-06-06T06:33:34.974 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 18.12s ################################################################################ # 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 Preferences ──────── v1.5.2 Installed StaticArrays ─────── v1.9.18 Installed PrecompileTools ──── v1.3.4 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.14.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.2+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 2.33s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 7.5 s ✓ TestEnv 1 dependency successfully precompiled in 8 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 0.9 s ✓ StaticArraysCore 81.1 s ✓ AbstractTrees 0.4 s ✓ SafeTestsets 0.5 s ✓ RealDot 2.8 s ✓ Preferences 1.1 s ✓ Quaternions 3.3 s ✓ PrecompileTools 352.2 s ✓ StaticArrays 44.6 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:  (block (:: shape S) (:: h T) (= #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 (:: 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:3166  [2] 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:3736  [3] 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:4317  [4] expand_forms_2(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:4133  [5] 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:1320  [6] expand_assignment(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:1270  [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:4177  [8] expand_forms_2(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:4133 [inlined]  [9] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined]  [10] 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  [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:4421  [12] expand_forms_2(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:4133 [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:4450  [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/ImplicitGeometries/QiYnu/src/ImplicitGeometries.jl:9  [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:3296  [19] top-level scope  @ stdin:5  [20] eval(m::Module, e::Any)  @ Core boot.jl:521  [21] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [22] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/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 532 seconds. 12 already precompiled. Precompilation completed after 570.16s ################################################################################ # Testing # Testing ImplicitGeometries Status `/tmp/jl_rUXr6T/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.14.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_rUXr6T/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.14.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.2+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:  (block (:: shape S) (:: h T) (= #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 (:: 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:3166  [2] 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:3736  [3] 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:4317  [4] expand_forms_2(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:4133  [5] 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:1320  [6] expand_assignment(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:1270  [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:4177  [8] expand_forms_2(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:4133 [inlined]  [9] (::Base.JuliaLowering.var"#expand_forms_2##2#expand_forms_2##3"{Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4421 [inlined]  [10] 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  [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:4421  [12] expand_forms_2(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:4133 [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:4450  [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/ImplicitGeometries/QiYnu/src/ImplicitGeometries.jl:9  [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:3296  [19] top-level scope  @ stdin:5  [20] eval(m::Module, e::Any)  @ Core boot.jl:521  [21] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [22] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/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_S2JJXS" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/ImplicitGeometries/QiYnu/test/base.jl:1 Test Summary: | Error Total Time ImplicitGeometries | 1 1 53.5s RNG of the outermost testset: Random.Xoshiro(0x0c76e5ab57473f27, 0x8cfa7960da98510b, 0x2060b2d40e247a69, 0x56ad042fa6ccf392, 0xb404ed3fbd613f53) 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 179.62s 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] 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 [4] 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 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:326 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 792.11s: package fails to precompile