Package evaluation to load SpectralKit on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-23T19:44:10.388 ################################################################################ # Set-up # Set-up completed after 0.12s ################################################################################ # Installation # Installing SpectralKit... Resolving package versions... Installed OrderedCollections ── v1.8.1 Installed DocStringExtensions ─ v0.9.5 Installed ArgCheck ──────────── v2.5.0 Installed StaticArraysCore ──── v1.4.4 Installed Preferences ───────── v1.5.2 Installed PrecompileTools ───── v1.3.4 Installed StaticArrays ──────── v1.9.18 Installed SpectralKit ───────── v0.16.1 Updating `~/.julia/environments/v1.14/Project.toml` [5c252ae7] + SpectralKit v0.16.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [dce04be8] + ArgCheck v2.5.0 [ffbed154] + DocStringExtensions v0.9.5 [bac558e1] + OrderedCollections v1.8.1 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [5c252ae7] + SpectralKit v0.16.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 5.95s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling project... 0.8 s ✓ StaticArraysCore 0.8 s ✓ ArgCheck 1.1 s ✓ DocStringExtensions 148.9 s ✓ OrderedCollections 2.3 s ✓ Preferences 2.4 s ✓ PrecompileTools 298.3 s ✓ StaticArrays ┌ Info: JuliaLowering threw given input: │ code = │ :(struct 𝑑Expansion{Dp1, T} │ #= /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:28 =# │ "The function value and derivatives. `Dp1` is the degree of the last derivative + 1." │ coefficients::SVector{Dp1, T} │ #= /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:30 =# │ #= /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:30 =# @doc "$(SIGNATURES)\n\nTaylor expansion around a given value.\n\nImplements small AD framework used *internally*, for calculating derivatives, that\nsupports only the operations required by this module. The restriction is deliberate,\nshould not be used for arithmetic operators outside this package.\n\nSee [`∂`](@ref) for the exposed API. This type supports `eltype` and `getindex`.\n" function 𝑑Expansion(coefficients::SVector{Dp1, T}) where {Dp1, T} │ #= /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:41 =# │ #= /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:42 =# │ new{Dp1, T}(coefficients) │ 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__ │ [struct] │ │ false :: Value │ │ [curly] │ │ 𝑑Expansion :: Identifier │ │ Dp1 :: Identifier │ │ T :: Identifier │ │ [block] │ │ "The function value and derivatives. `Dp1` is the degree of the last derivative + 1." :: Value │ │ [::] │ │ coefficients :: Identifier │ │ [curly] │ │ SVector :: Identifier │ │ Dp1 :: Identifier │ │ T :: Identifier │ │ [macrocall] │ │ @doc :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:30 =#) :: Value │ │ [string] │ │ SIGNATURES :: Identifier │ │ "\n\nTaylor expansion around a given value.\n\nImplements small AD framework used *internally*, for calculating derivatives, that\nsupports only the operations required by this module. The restriction is deliberate,\nshould not be used for arithmetic operators outside this package.\n\nSee [`∂`](@ref) for the exposed API. This type supports `eltype` and `getindex`.\n" :: Value │ │ [function] │ │ [where] │ │ [call] │ │ 𝑑Expansion :: Identifier │ │ [::] │ │ coefficients :: Identifier │ │ [curly] │ │ SVector :: Identifier │ │ Dp1 :: Identifier │ │ T :: Identifier │ │ Dp1 :: Identifier │ │ T :: Identifier │ │ [block] │ │ [call] │ │ [curly] │ │ new :: Identifier │ │ Dp1 :: Identifier │ │ T :: Identifier │ │ coefficients :: 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 │ [struct] │ │ false :: Value │ │ [curly] │ │ 𝑑Expansion :: Identifier │ scope_layer=1 │ Dp1 :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ "The function value and derivatives. `Dp1` is the degree of the last derivative + 1." :: Value │ │ [::] │ │ coefficients :: Identifier │ scope_layer=1 │ [curly] │ │ SVector :: Identifier │ scope_layer=1 │ Dp1 :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ val :: Identifier │ scope_layer=3 │ [function] │ │ [where] │ │ [call] │ │ 𝑑Expansion :: Identifier │ scope_layer=1 │ [::] │ │ coefficients :: Identifier │ scope_layer=1 │ [curly] │ │ SVector :: Identifier │ scope_layer=1 │ Dp1 :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Dp1 :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ [curly] │ │ new :: Identifier │ scope_layer=1 │ Dp1 :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ coefficients :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=37 │ SpectralKit :: Value │ macro_source=37 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=37 │ SpectralKit :: Value │ │ [inert] │ jl_source=L65 │ 𝑑Expansion :: Identifier │ │ [call] │ │ Base.Docs.docstr :: Value │ macro_source=37 │ [call] │ │ Core.svec :: Value │ macro_source=37 │ [call] │ │ DocStringExtensions.interpolation :: Value │ macro_source=37 │ SIGNATURES :: Identifier │ scope_layer=1 │ [inert] │ │ [function] │ │ [where] │ │ [call] │ │ 𝑑Expansion :: Identifier │ │ [::] │ │ coefficients :: Identifier │ │ [curly] │ │ SVector :: Identifier │ │ Dp1 :: Identifier │ │ T :: Identifier │ │ Dp1 :: Identifier │ │ T :: Identifier │ │ [block] │ │ [call] │ │ [curly] │ │ new :: Identifier │ │ Dp1 :: Identifier │ │ T :: Identifier │ │ coefficients :: Identifier │ │ "\n\nTaylor expansion around a given value.\n\nImplements small AD framework used *internally*, for calculating derivatives, that\nsupports only the operations required by this module. The restriction is deliberate,\nshould not be used for arithmetic operators outside this package.\n\nSee [`∂`](@ref) for the exposed API. This type supports `eltype` and `getindex`.\n" :: Value │ macro_source=37 │ [call] │ macro_source=37 │ Dict{Symbol, Any} :: Value │ macro_source=37 │ :path => "/home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl" :: Value │ macro_source=37 │ :linenumber => 30 :: Value │ macro_source=37 │ :module => SpectralKit :: Value │ macro_source=37 │ [where] │ │ [where] │ │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ [curly] │ │ SVector :: Identifier │ scope_layer=1 │ Dp1 :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ Dp1 :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Dp1 :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl" │ line = 27 └ mod = SpectralKit ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:30 =# - assignment syntax in structure fields is reserved Expression:  (= val (function (where (call 𝑑Expansion (:: coefficients (curly SVector Dp1 T))) Dp1 T) (block (call (curly new Dp1 T) coefficients)))) Containing expressions:  (struct false (curly 𝑑Expansion Dp1 T) (block "The function value and derivatives. `Dp1` is the degree of the last derivative + 1." (:: coefficients (curly SVector Dp1 T)) (block (= val (function (where (call 𝑑Expansion (:: coefficients (curly SVector Dp1 T))) Dp1 T) (block (call (curly new Dp1 T) coefficients)))) (call Base.Docs.doc! SpectralKit (call Base.Docs.Binding SpectralKit :𝑑Expansion) (call Base.Docs.docstr (call Core.svec (call DocStringExtensions.interpolation SIGNATURES (inert (function (where (call 𝑑Expansion (:: coefficients (curly SVector Dp1 T))) Dp1 T) (block (call (curly new Dp1 T) coefficients))))) "\n\nTaylor expansion around a given value.\n\nImplements small AD framework used *internally*, for calculating derivatives, that\nsupports only the operations required by this module. The restriction is deliberate,\nshould not be used for arithmetic operators outside this package.\n\nSee [`∂`](@ref) for the exposed API. This type supports `eltype` and `getindex`.\n") (call Dict{Symbol, Any} :path => "/home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl" :linenumber => 30 :module => SpectralKit)) (where (where (curly Union (curly Tuple (curly SVector Dp1 T)) (curly Tuple T) (curly Tuple Dp1)) (<: T Any)) (<: Dp1 Any))) val)))  Detailed provenance:  (= val (function (where (call 𝑑Expansion (:: coefficients (curly SVector Dp1 T))) Dp1 T) (block (call (curly new Dp1 T) coefficients))))  └─ (= val (function (where (call 𝑑Expansion (:: coefficients (curly SVector Dp1 T))) Dp1 T) (block (call (curly new Dp1 T) coefficients))))  └─ (= val (escape (function (where (call 𝑑Expansion (:: coefficients (curly SVector Dp1 T))) Dp1 T) (block (call (curly new Dp1 T) coefficients)))))  ├─ @ /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:30  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:30 =#) (string SIGNATURES "\n\nTaylor expansion around a given value.\n\nImplements small AD framework used *internally*, for calculating derivatives, that\nsupports only the operations required by this module. The restriction is deliberate,\nshould not be used for arithmetic operators outside this package.\n\nSee [`∂`](@ref) for the exposed API. This type supports `eltype` and `getindex`.\n") (function (where (call 𝑑Expansion (:: coefficients (curly SVector Dp1 T))) Dp1 T) (block (call (curly new Dp1 T) coefficients))))  └─ @ /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:30  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] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [6] 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  [7] 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  [8] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [9] top-level scope  @ ~/.julia/packages/SpectralKit/YmeBG/src/SpectralKit.jl:9  [10] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [11] 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  [12] top-level scope  @ stdin:5  [13] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [15] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [16] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [17] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:27 in expression starting at /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/SpectralKit.jl:1 in expression starting at stdin:5 ✗ SpectralKit 7 dependencies successfully precompiled in 530 seconds. 4 already precompiled. Precompilation completed after 548.87s ################################################################################ # Loading # Loading SpectralKit... ┌ Info: JuliaLowering threw given input: │ code = │ :(struct 𝑑Expansion{Dp1, T} │ #= /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:28 =# │ "The function value and derivatives. `Dp1` is the degree of the last derivative + 1." │ coefficients::SVector{Dp1, T} │ #= /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:30 =# │ #= /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:30 =# @doc "$(SIGNATURES)\n\nTaylor expansion around a given value.\n\nImplements small AD framework used *internally*, for calculating derivatives, that\nsupports only the operations required by this module. The restriction is deliberate,\nshould not be used for arithmetic operators outside this package.\n\nSee [`∂`](@ref) for the exposed API. This type supports `eltype` and `getindex`.\n" function 𝑑Expansion(coefficients::SVector{Dp1, T}) where {Dp1, T} │ #= /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:41 =# │ #= /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:42 =# │ new{Dp1, T}(coefficients) │ 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__ │ [struct] │ │ false :: Value │ │ [curly] │ │ 𝑑Expansion :: Identifier │ │ Dp1 :: Identifier │ │ T :: Identifier │ │ [block] │ │ "The function value and derivatives. `Dp1` is the degree of the last derivative + 1." :: Value │ │ [::] │ │ coefficients :: Identifier │ │ [curly] │ │ SVector :: Identifier │ │ Dp1 :: Identifier │ │ T :: Identifier │ │ [macrocall] │ │ @doc :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:30 =#) :: Value │ │ [string] │ │ SIGNATURES :: Identifier │ │ "\n\nTaylor expansion around a given value.\n\nImplements small AD framework used *internally*, for calculating derivatives, that\nsupports only the operations required by this module. The restriction is deliberate,\nshould not be used for arithmetic operators outside this package.\n\nSee [`∂`](@ref) for the exposed API. This type supports `eltype` and `getindex`.\n" :: Value │ │ [function] │ │ [where] │ │ [call] │ │ 𝑑Expansion :: Identifier │ │ [::] │ │ coefficients :: Identifier │ │ [curly] │ │ SVector :: Identifier │ │ Dp1 :: Identifier │ │ T :: Identifier │ │ Dp1 :: Identifier │ │ T :: Identifier │ │ [block] │ │ [call] │ │ [curly] │ │ new :: Identifier │ │ Dp1 :: Identifier │ │ T :: Identifier │ │ coefficients :: 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 │ [struct] │ │ false :: Value │ │ [curly] │ │ 𝑑Expansion :: Identifier │ scope_layer=1 │ Dp1 :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ "The function value and derivatives. `Dp1` is the degree of the last derivative + 1." :: Value │ │ [::] │ │ coefficients :: Identifier │ scope_layer=1 │ [curly] │ │ SVector :: Identifier │ scope_layer=1 │ Dp1 :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ val :: Identifier │ scope_layer=3 │ [function] │ │ [where] │ │ [call] │ │ 𝑑Expansion :: Identifier │ scope_layer=1 │ [::] │ │ coefficients :: Identifier │ scope_layer=1 │ [curly] │ │ SVector :: Identifier │ scope_layer=1 │ Dp1 :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Dp1 :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ [curly] │ │ new :: Identifier │ scope_layer=1 │ Dp1 :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ coefficients :: Identifier │ scope_layer=1 │ [call] │ │ Base.Docs.doc! :: Value │ macro_source=37 │ SpectralKit :: Value │ macro_source=37 │ [call] │ │ Base.Docs.Binding :: Value │ macro_source=37 │ SpectralKit :: Value │ │ [inert] │ jl_source=L65 │ 𝑑Expansion :: Identifier │ │ [call] │ │ Base.Docs.docstr :: Value │ macro_source=37 │ [call] │ │ Core.svec :: Value │ macro_source=37 │ [call] │ │ DocStringExtensions.interpolation :: Value │ macro_source=37 │ SIGNATURES :: Identifier │ scope_layer=1 │ [inert] │ │ [function] │ │ [where] │ │ [call] │ │ 𝑑Expansion :: Identifier │ │ [::] │ │ coefficients :: Identifier │ │ [curly] │ │ SVector :: Identifier │ │ Dp1 :: Identifier │ │ T :: Identifier │ │ Dp1 :: Identifier │ │ T :: Identifier │ │ [block] │ │ [call] │ │ [curly] │ │ new :: Identifier │ │ Dp1 :: Identifier │ │ T :: Identifier │ │ coefficients :: Identifier │ │ "\n\nTaylor expansion around a given value.\n\nImplements small AD framework used *internally*, for calculating derivatives, that\nsupports only the operations required by this module. The restriction is deliberate,\nshould not be used for arithmetic operators outside this package.\n\nSee [`∂`](@ref) for the exposed API. This type supports `eltype` and `getindex`.\n" :: Value │ macro_source=37 │ [call] │ macro_source=37 │ Dict{Symbol, Any} :: Value │ macro_source=37 │ :path => "/home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl" :: Value │ macro_source=37 │ :linenumber => 30 :: Value │ macro_source=37 │ :module => SpectralKit :: Value │ macro_source=37 │ [where] │ │ [where] │ │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ [curly] │ │ SVector :: Identifier │ scope_layer=1 │ Dp1 :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ Dp1 :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ [<:] │ scope_layer=1 │ Dp1 :: Identifier │ scope_layer=1 │ Any :: Identifier │ scope_layer=1 │ val :: Identifier │ scope_layer=3 │ │ file = "/home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl" │ line = 27 └ mod = SpectralKit ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:30 =# - assignment syntax in structure fields is reserved Expression:  (= val (function (where (call 𝑑Expansion (:: coefficients (curly SVector Dp1 T))) Dp1 T) (block (call (curly new Dp1 T) coefficients)))) Containing expressions:  (struct false (curly 𝑑Expansion Dp1 T) (block "The function value and derivatives. `Dp1` is the degree of the last derivative + 1." (:: coefficients (curly SVector Dp1 T)) (block (= val (function (where (call 𝑑Expansion (:: coefficients (curly SVector Dp1 T))) Dp1 T) (block (call (curly new Dp1 T) coefficients)))) (call Base.Docs.doc! SpectralKit (call Base.Docs.Binding SpectralKit :𝑑Expansion) (call Base.Docs.docstr (call Core.svec (call DocStringExtensions.interpolation SIGNATURES (inert (function (where (call 𝑑Expansion (:: coefficients (curly SVector Dp1 T))) Dp1 T) (block (call (curly new Dp1 T) coefficients))))) "\n\nTaylor expansion around a given value.\n\nImplements small AD framework used *internally*, for calculating derivatives, that\nsupports only the operations required by this module. The restriction is deliberate,\nshould not be used for arithmetic operators outside this package.\n\nSee [`∂`](@ref) for the exposed API. This type supports `eltype` and `getindex`.\n") (call Dict{Symbol, Any} :path => "/home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl" :linenumber => 30 :module => SpectralKit)) (where (where (curly Union (curly Tuple (curly SVector Dp1 T)) (curly Tuple T) (curly Tuple Dp1)) (<: T Any)) (<: Dp1 Any))) val)))  Detailed provenance:  (= val (function (where (call 𝑑Expansion (:: coefficients (curly SVector Dp1 T))) Dp1 T) (block (call (curly new Dp1 T) coefficients))))  └─ (= val (function (where (call 𝑑Expansion (:: coefficients (curly SVector Dp1 T))) Dp1 T) (block (call (curly new Dp1 T) coefficients))))  └─ (= val (escape (function (where (call 𝑑Expansion (:: coefficients (curly SVector Dp1 T))) Dp1 T) (block (call (curly new Dp1 T) coefficients)))))  ├─ @ /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:30  └─ (macrocall @doc :(#= /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:30 =#) (string SIGNATURES "\n\nTaylor expansion around a given value.\n\nImplements small AD framework used *internally*, for calculating derivatives, that\nsupports only the operations required by this module. The restriction is deliberate,\nshould not be used for arithmetic operators outside this package.\n\nSee [`∂`](@ref) for the exposed API. This type supports `eltype` and `getindex`.\n") (function (where (call 𝑑Expansion (:: coefficients (curly SVector Dp1 T))) Dp1 T) (block (call (curly new Dp1 T) coefficients))))  └─ @ /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:30  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] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [inlined]  [6] 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  [7] 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  [8] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [9] top-level scope  @ ~/.julia/packages/SpectralKit/YmeBG/src/SpectralKit.jl:9  [10] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [11] 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  [12] top-level scope  @ stdin:5  [13] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [15] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [16] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [17] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/derivatives.jl:27 in expression starting at /home/pkgeval/.julia/packages/SpectralKit/YmeBG/src/SpectralKit.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ SpectralKit │ [Output was shown above] └ ERROR: The following 1 package failed to precompile: SpectralKit Failed to precompile SpectralKit [5c252ae7-b5b6-46ab-a016-b0e3d78320b7] to "/home/pkgeval/.julia/compiled/v1.14/SpectralKit/jl_pUNAQC" (ProcessExited(1)). Loading failed after 82.36s ERROR: LoadError: failed process: Process(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so -g1 --check-bounds=yes --inline=yes --check-bounds=yes --pkgimages=existing -e 'using SpectralKit'`, ProcessExited(1)) [1] Stacktrace: [1] spawn_opts_inherit() @ Base ./process.jl:612 [inlined] [2] run(::Cmd; wait::Bool) @ Base ./process.jl:525 [3] run(::Cmd) @ Base ./process.jl:522 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:197 [5] include(mod::Module, _path::String) @ Base ./Base.jl:326 [6] exec_options(opts::Base.JLOptions) @ Base ./client.jl:355 [7] _start() @ Base ./client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:188 PkgEval failed after 659.5s: package fails to precompile