Package evaluation to load Nabla on Julia 1.14.0-DEV.1352 (749bc618c5*) started at 2025-12-09T21:31:00.189 ################################################################################ # Set-up # Set-up completed after 0.13s ################################################################################ # Installation # Installing Nabla... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [49c96f43] + Nabla v0.13.3 Updating `~/.julia/environments/v1.14/Manifest.toml` [79e6a3ab] + Adapt v4.4.0 [082447d4] + ChainRules v1.72.6 [d360d2e6] + ChainRulesCore v1.26.0 [f51149dc] + ChainRulesOverloadGeneration v0.1.4 [bbf7d656] + CommonSubexpressions v0.3.1 [34da2185] + Compat v4.18.1 [187b0558] + ConstructionBase v1.6.0 [9a962f9c] + DataAPI v1.16.0 [e2d170a0] + DataValueInterfaces v1.0.0 [163ba53b] + DiffResults v1.1.0 [b552c78f] + DiffRules v1.15.1 [ffbed154] + DocStringExtensions v0.9.5 [e2ba6199] + ExprTools v0.1.10 [e25cca7e] + FDM v0.6.1 ⌅ [f6369f11] + ForwardDiff v0.10.39 [46192b85] + GPUArraysCore v0.2.0 [92d709cd] + IrrationalConstants v0.2.6 [82899510] + IteratorInterfaceExtensions v1.0.0 [692b3bcd] + JLLWrappers v1.7.1 [2ab3a3ac] + LogExpFunctions v0.3.29 [1914dd2f] + MacroTools v0.5.16 [77ba4419] + NaNMath v1.1.3 [49c96f43] + Nabla v0.13.3 [bac558e1] + OrderedCollections v1.8.1 [21216c6a] + Preferences v1.5.0 [c1ae055f] + RealDot v0.1.0 [ae029012] + Requires v1.3.1 [dc90abb0] + SparseInverseSubset v0.1.2 [276daf66] + SpecialFunctions v2.6.1 [1e83bf80] + StaticArraysCore v1.4.4 [10745b16] + Statistics v1.11.1 [09ab397b] + StructArrays v0.7.2 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.1 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8ba89e20] + Distributed 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.0.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 [2f01184e] + SparseArrays v1.13.0 [4607b0f0] + SuiteSparse [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [05823500] + OpenLibm_jll v0.8.7+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 6.4s ################################################################################ # Precompilation # ERROR: LoadError: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Nothing) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:10 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/precompile.jl:6 caused by: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Base.DevNull) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:7 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 Precompilation failed after 13.61s ################################################################################ # Loading # Loading Nabla... ┌ Error: Error triggering hook │ hook_fun = generate_overload (generic function with 1 method) │ sig = Tuple{typeof(SparseArrays.findnz), SparseArrays.AbstractSparseMatrix} │ exception = │ UndefVarError: `SparseArrays` not defined in `Nabla` │ Suggestion: check for spelling errors or missing imports. │ Hint: SparseArrays is loaded but not imported in the active module Main. │ Stacktrace: │ [1] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:56 │ [2] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [3] EvalInto │ @ ./boot.jl:494 [inlined] │ [4] generate_overload(sig::Type) │ @ Nabla ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:60 │ [5] _safe_hook_fun(hook_fun::typeof(Nabla.generate_overload), sig::Type) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:155 │ [6] (::ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)})(method::Method) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:30 │ [7] iterate │ @ ./generator.jl:48 [inlined] │ [8] grow_to!(dest::Vector{Bool}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:932 │ [9] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:905 │ [10] collect(itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:825 │ [11] map(f::Function, A::Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}) │ @ Base ./abstractarray.jl:3420 │ [12] on_new_rule(hook_fun::Function, rule_kind::Function) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:28 │ [13] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/Nabla.jl:76 │ [14] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [15] 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:3250 │ [16] top-level scope │ @ stdin:5 │ [17] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [18] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3092 │ [19] include_string │ @ ./loading.jl:3102 [inlined] │ [20] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:342 │ [21] _start() │ @ Base ./client.jl:577 └ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:157 ┌ Error: Error triggering hook │ hook_fun = generate_overload (generic function with 1 method) │ sig = Tuple{typeof(SparseArrays.findnz), SparseArrays.AbstractSparseVector} │ exception = │ UndefVarError: `SparseArrays` not defined in `Nabla` │ Suggestion: check for spelling errors or missing imports. │ Hint: SparseArrays is loaded but not imported in the active module Main. │ Stacktrace: │ [1] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:56 │ [2] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [3] EvalInto │ @ ./boot.jl:494 [inlined] │ [4] generate_overload(sig::Type) │ @ Nabla ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:60 │ [5] _safe_hook_fun(hook_fun::typeof(Nabla.generate_overload), sig::Type) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:155 │ [6] (::ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)})(method::Method) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:30 │ [7] iterate │ @ ./generator.jl:48 [inlined] │ [8] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:923 │ [9] grow_to!(dest::Vector{Bool}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:930 │ [10] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:905 │ [11] collect(itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:825 │ [12] map(f::Function, A::Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}) │ @ Base ./abstractarray.jl:3420 │ [13] on_new_rule(hook_fun::Function, rule_kind::Function) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:28 │ [14] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/Nabla.jl:76 │ [15] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [16] 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:3250 │ [17] top-level scope │ @ stdin:5 │ [18] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3092 │ [20] include_string │ @ ./loading.jl:3102 [inlined] │ [21] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:342 │ [22] _start() │ @ Base ./client.jl:577 └ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:157 ┌ Error: Error triggering hook │ hook_fun = generate_overload (generic function with 1 method) │ sig = Tuple{typeof(LinearAlgebra.logdet), SparseArrays.SparseMatrixCSC} │ exception = │ UndefVarError: `SparseArrays` not defined in `Nabla` │ Suggestion: check for spelling errors or missing imports. │ Hint: SparseArrays is loaded but not imported in the active module Main. │ Stacktrace: │ [1] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:56 │ [2] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [3] EvalInto │ @ ./boot.jl:494 [inlined] │ [4] generate_overload(sig::Type) │ @ Nabla ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:60 │ [5] _safe_hook_fun(hook_fun::typeof(Nabla.generate_overload), sig::Type) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:155 │ [6] (::ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)})(method::Method) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:30 │ [7] iterate │ @ ./generator.jl:48 [inlined] │ [8] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:932 │ [9] grow_to!(dest::Vector{Bool}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:930 │ [10] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:905 │ [11] collect(itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:825 │ [12] map(f::Function, A::Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}) │ @ Base ./abstractarray.jl:3420 │ [13] on_new_rule(hook_fun::Function, rule_kind::Function) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:28 │ [14] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/Nabla.jl:76 │ [15] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [16] 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:3250 │ [17] top-level scope │ @ stdin:5 │ [18] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3092 │ [20] include_string │ @ ./loading.jl:3102 [inlined] │ [21] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:342 │ [22] _start() │ @ Base ./client.jl:577 └ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:157 ┌ Error: Error triggering hook │ hook_fun = generate_overload (generic function with 1 method) │ sig = Tuple{typeof(LinearAlgebra.logabsdet), SparseArrays.SparseMatrixCSC} │ exception = │ UndefVarError: `SparseArrays` not defined in `Nabla` │ Suggestion: check for spelling errors or missing imports. │ Hint: SparseArrays is loaded but not imported in the active module Main. │ Stacktrace: │ [1] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:56 │ [2] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [3] EvalInto │ @ ./boot.jl:494 [inlined] │ [4] generate_overload(sig::Type) │ @ Nabla ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:60 │ [5] _safe_hook_fun(hook_fun::typeof(Nabla.generate_overload), sig::Type) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:155 │ [6] (::ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)})(method::Method) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:30 │ [7] iterate │ @ ./generator.jl:48 [inlined] │ [8] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:932 │ [9] grow_to!(dest::Vector{Bool}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:930 │ [10] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:905 │ [11] collect(itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:825 │ [12] map(f::Function, A::Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}) │ @ Base ./abstractarray.jl:3420 │ [13] on_new_rule(hook_fun::Function, rule_kind::Function) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:28 │ [14] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/Nabla.jl:76 │ [15] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [16] 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:3250 │ [17] top-level scope │ @ stdin:5 │ [18] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3092 │ [20] include_string │ @ ./loading.jl:3102 [inlined] │ [21] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:342 │ [22] _start() │ @ Base ./client.jl:577 └ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:157 WARNING: Method definition vect(Vararg{Nabla.Node{T} where T, var"##N#2625"}) where {var"##N#2625"} in module Nabla at /home/pkgeval/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:173 overwritten on the same line (check for duplicate calls to `include`). ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation. ┌ Error: Error triggering hook │ hook_fun = generate_overload (generic function with 1 method) │ sig = Tuple{typeof(Base.vect), Vararg{Any, N}} where N │ exception = │ Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module. │ Stacktrace: │ [1] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:58 │ [2] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [3] EvalInto │ @ ./boot.jl:494 [inlined] │ [4] generate_overload(sig::Type) │ @ Nabla ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:60 │ [5] _safe_hook_fun(hook_fun::typeof(Nabla.generate_overload), sig::Type) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:155 │ [6] (::ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)})(method::Method) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:30 │ [7] iterate │ @ ./generator.jl:48 [inlined] │ [8] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:932 │ [9] grow_to!(dest::Vector{Bool}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:930 │ [10] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:905 │ [11] collect(itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:825 │ [12] map(f::Function, A::Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}) │ @ Base ./abstractarray.jl:3420 │ [13] on_new_rule(hook_fun::Function, rule_kind::Function) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:28 │ [14] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/Nabla.jl:76 │ [15] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [16] 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:3250 │ [17] top-level scope │ @ stdin:5 │ [18] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3092 │ [20] include_string │ @ ./loading.jl:3102 [inlined] │ [21] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:342 │ [22] _start() │ @ Base ./client.jl:577 └ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:157 ┌ Error: Error triggering hook │ hook_fun = generate_overload (generic function with 1 method) │ sig = Tuple{typeof(LinearAlgebra.det), SparseArrays.SparseMatrixCSC} │ exception = │ UndefVarError: `SparseArrays` not defined in `Nabla` │ Suggestion: check for spelling errors or missing imports. │ Hint: SparseArrays is loaded but not imported in the active module Main. │ Stacktrace: │ [1] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:56 │ [2] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [3] EvalInto │ @ ./boot.jl:494 [inlined] │ [4] generate_overload(sig::Type) │ @ Nabla ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:60 │ [5] _safe_hook_fun(hook_fun::typeof(Nabla.generate_overload), sig::Type) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:155 │ [6] (::ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)})(method::Method) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:30 │ [7] iterate │ @ ./generator.jl:48 [inlined] │ [8] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:932 │ [9] grow_to!(dest::Vector{Bool}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:930 │ [10] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:905 │ [11] collect(itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:825 │ [12] map(f::Function, A::Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}) │ @ Base ./abstractarray.jl:3420 │ [13] on_new_rule(hook_fun::Function, rule_kind::Function) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:28 │ [14] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/Nabla.jl:76 │ [15] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [16] 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:3250 │ [17] top-level scope │ @ stdin:5 │ [18] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3092 │ [20] include_string │ @ ./loading.jl:3102 [inlined] │ [21] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:342 │ [22] _start() │ @ Base ./client.jl:577 └ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:157 WARNING: method definition for preprocess at /home/pkgeval/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:228 declares type variable ##T#3903 but does not use it. ┌ Error: Error triggering hook │ hook_fun = generate_overload (generic function with 1 method) │ sig = Tuple{Type{T}, AbstractArray} where T<:Array │ exception = │ ArgumentError: method definition for preprocess at /home/pkgeval/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:228 has free type variables │ Stacktrace: │ [1] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:56 │ [2] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [3] EvalInto │ @ ./boot.jl:494 [inlined] │ [4] generate_overload(sig::Type) │ @ Nabla ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:60 │ [5] _safe_hook_fun(hook_fun::typeof(Nabla.generate_overload), sig::Type) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:155 │ [6] (::ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)})(method::Method) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:30 │ [7] iterate │ @ ./generator.jl:48 [inlined] │ [8] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:932 │ [9] grow_to!(dest::Vector{Bool}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:930 │ [10] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:905 │ [11] collect(itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:825 │ [12] map(f::Function, A::Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}) │ @ Base ./abstractarray.jl:3420 │ [13] on_new_rule(hook_fun::Function, rule_kind::Function) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:28 │ [14] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/Nabla.jl:76 │ [15] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [16] 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:3250 │ [17] top-level scope │ @ stdin:5 │ [18] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3092 │ [20] include_string │ @ ./loading.jl:3102 [inlined] │ [21] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:342 │ [22] _start() │ @ Base ./client.jl:577 └ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:157 WARNING: method definition for preprocess at /home/pkgeval/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:228 declares type variable ##T#3928 but does not use it. ┌ Error: Error triggering hook │ hook_fun = generate_overload (generic function with 1 method) │ sig = Tuple{Type{AbstractArray{T}}, AbstractArray} where T │ exception = │ ArgumentError: method definition for preprocess at /home/pkgeval/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:228 has free type variables │ Stacktrace: │ [1] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:56 │ [2] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [3] EvalInto │ @ ./boot.jl:494 [inlined] │ [4] generate_overload(sig::Type) │ @ Nabla ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:60 │ [5] _safe_hook_fun(hook_fun::typeof(Nabla.generate_overload), sig::Type) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:155 │ [6] (::ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)})(method::Method) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:30 │ [7] iterate │ @ ./generator.jl:48 [inlined] │ [8] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:932 │ [9] grow_to!(dest::Vector{Bool}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:930 │ [10] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:905 │ [11] collect(itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:825 │ [12] map(f::Function, A::Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}) │ @ Base ./abstractarray.jl:3420 │ [13] on_new_rule(hook_fun::Function, rule_kind::Function) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:28 │ [14] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/Nabla.jl:76 │ [15] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [16] 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:3250 │ [17] top-level scope │ @ stdin:5 │ [18] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3092 │ [20] include_string │ @ ./loading.jl:3102 [inlined] │ [21] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:342 │ [22] _start() │ @ Base ./client.jl:577 └ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:157 WARNING: method definition for preprocess at /home/pkgeval/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:228 declares type variable ##T#3933 but does not use it. ┌ Error: Error triggering hook │ hook_fun = generate_overload (generic function with 1 method) │ sig = Tuple{Type{T}, LinearAlgebra.UniformScaling{<:Bool}, Any} where T<:(AbstractMatrix) │ exception = │ ArgumentError: method definition for preprocess at /home/pkgeval/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:228 has free type variables │ Stacktrace: │ [1] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:56 │ [2] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [3] EvalInto │ @ ./boot.jl:494 [inlined] │ [4] generate_overload(sig::Type) │ @ Nabla ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:60 │ [5] _safe_hook_fun(hook_fun::typeof(Nabla.generate_overload), sig::Type) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:155 │ [6] (::ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)})(method::Method) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:30 │ [7] iterate │ @ ./generator.jl:48 [inlined] │ [8] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:932 │ [9] grow_to!(dest::Vector{Bool}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:930 │ [10] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:905 │ [11] collect(itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:825 │ [12] map(f::Function, A::Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}) │ @ Base ./abstractarray.jl:3420 │ [13] on_new_rule(hook_fun::Function, rule_kind::Function) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:28 │ [14] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/Nabla.jl:76 │ [15] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [16] 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:3250 │ [17] top-level scope │ @ stdin:5 │ [18] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3092 │ [20] include_string │ @ ./loading.jl:3102 [inlined] │ [21] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:342 │ [22] _start() │ @ Base ./client.jl:577 └ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:157 WARNING: method definition for preprocess at /home/pkgeval/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:228 declares type variable ##T#3938 but does not use it. ┌ Error: Error triggering hook │ hook_fun = generate_overload (generic function with 1 method) │ sig = Tuple{Type{T}, LinearAlgebra.UniformScaling, Any} where T<:(AbstractMatrix) │ exception = │ ArgumentError: method definition for preprocess at /home/pkgeval/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:228 has free type variables │ Stacktrace: │ [1] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:56 │ [2] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [3] EvalInto │ @ ./boot.jl:494 [inlined] │ [4] generate_overload(sig::Type) │ @ Nabla ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:60 │ [5] _safe_hook_fun(hook_fun::typeof(Nabla.generate_overload), sig::Type) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:155 │ [6] (::ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)})(method::Method) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:30 │ [7] iterate │ @ ./generator.jl:48 [inlined] │ [8] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:932 │ [9] grow_to!(dest::Vector{Bool}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:930 │ [10] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:905 │ [11] collect(itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:825 │ [12] map(f::Function, A::Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}) │ @ Base ./abstractarray.jl:3420 │ [13] on_new_rule(hook_fun::Function, rule_kind::Function) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:28 │ [14] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/Nabla.jl:76 │ [15] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [16] 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:3250 │ [17] top-level scope │ @ stdin:5 │ [18] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3092 │ [20] include_string │ @ ./loading.jl:3102 [inlined] │ [21] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:342 │ [22] _start() │ @ Base ./client.jl:577 └ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:157 WARNING: method definition for preprocess at /home/pkgeval/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:228 declares type variable ##T#3943 but does not use it. ┌ Error: Error triggering hook │ hook_fun = generate_overload (generic function with 1 method) │ sig = Tuple{Type{T}, Number} where T<:LinearAlgebra.UniformScaling │ exception = │ ArgumentError: method definition for preprocess at /home/pkgeval/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:228 has free type variables │ Stacktrace: │ [1] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:56 │ [2] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [3] EvalInto │ @ ./boot.jl:494 [inlined] │ [4] generate_overload(sig::Type) │ @ Nabla ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:60 │ [5] _safe_hook_fun(hook_fun::typeof(Nabla.generate_overload), sig::Type) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:155 │ [6] (::ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)})(method::Method) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:30 │ [7] iterate │ @ ./generator.jl:48 [inlined] │ [8] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:932 │ [9] grow_to!(dest::Vector{Bool}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:930 │ [10] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:905 │ [11] collect(itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:825 │ [12] map(f::Function, A::Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}) │ @ Base ./abstractarray.jl:3420 │ [13] on_new_rule(hook_fun::Function, rule_kind::Function) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:28 │ [14] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/Nabla.jl:76 │ [15] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [16] 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:3250 │ [17] top-level scope │ @ stdin:5 │ [18] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3092 │ [20] include_string │ @ ./loading.jl:3102 [inlined] │ [21] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:342 │ [22] _start() │ @ Base ./client.jl:577 └ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:157 ┌ Error: Error triggering hook │ hook_fun = generate_overload (generic function with 1 method) │ sig = Tuple{Type{T}, AbstractMatrix} where T<:(SparseArrays.AbstractSparseMatrix) │ exception = │ UndefVarError: `SparseArrays` not defined in `Nabla` │ Suggestion: check for spelling errors or missing imports. │ Hint: SparseArrays is loaded but not imported in the active module Main. │ Stacktrace: │ [1] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:56 │ [2] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [3] EvalInto │ @ ./boot.jl:494 [inlined] │ [4] generate_overload(sig::Type) │ @ Nabla ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:60 │ [5] _safe_hook_fun(hook_fun::typeof(Nabla.generate_overload), sig::Type) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:155 │ [6] (::ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)})(method::Method) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:30 │ [7] iterate │ @ ./generator.jl:48 [inlined] │ [8] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:932 │ [9] grow_to!(dest::Vector{Bool}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:930 │ [10] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:905 │ [11] collect(itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:825 │ [12] map(f::Function, A::Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}) │ @ Base ./abstractarray.jl:3420 │ [13] on_new_rule(hook_fun::Function, rule_kind::Function) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:28 │ [14] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/Nabla.jl:76 │ [15] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [16] 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:3250 │ [17] top-level scope │ @ stdin:5 │ [18] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3092 │ [20] include_string │ @ ./loading.jl:3102 [inlined] │ [21] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:342 │ [22] _start() │ @ Base ./client.jl:577 └ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:157 ┌ Error: Error triggering hook │ hook_fun = generate_overload (generic function with 1 method) │ sig = Tuple{Type{T}, AbstractVector} where T<:(SparseArrays.AbstractSparseVector) │ exception = │ UndefVarError: `SparseArrays` not defined in `Nabla` │ Suggestion: check for spelling errors or missing imports. │ Hint: SparseArrays is loaded but not imported in the active module Main. │ Stacktrace: │ [1] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:56 │ [2] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [3] EvalInto │ @ ./boot.jl:494 [inlined] │ [4] generate_overload(sig::Type) │ @ Nabla ~/.julia/packages/Nabla/qb9oG/src/sensitivities/chainrules.jl:60 │ [5] _safe_hook_fun(hook_fun::typeof(Nabla.generate_overload), sig::Type) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:155 │ [6] (::ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)})(method::Method) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:30 │ [7] iterate │ @ ./generator.jl:48 [inlined] │ [8] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:932 │ [9] grow_to!(dest::Vector{Bool}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}, st::Tuple{Base.OneTo{Int64}, Int64}) │ @ Base ./array.jl:930 │ [10] grow_to!(dest::Vector{Union{Nothing, Bool}}, itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:905 │ [11] collect(itr::Base.Generator{Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}, ChainRulesOverloadGeneration.var"#on_new_rule##0#on_new_rule##1"{typeof(Nabla.generate_overload), typeof(ChainRulesCore.rrule)}}) │ @ Base ./array.jl:825 │ [12] map(f::Function, A::Base.Iterators.Filter{ChainRulesOverloadGeneration.var"#_rule_list##2#_rule_list##3"{Set{DataType}}, Base.MethodList}) │ @ Base ./abstractarray.jl:3420 │ [13] on_new_rule(hook_fun::Function, rule_kind::Function) │ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:28 │ [14] top-level scope │ @ ~/.julia/packages/Nabla/qb9oG/src/Nabla.jl:76 │ [15] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [16] 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:3250 │ [17] top-level scope │ @ stdin:5 │ [18] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3092 │ [20] include_string │ @ ./loading.jl:3102 [inlined] │ [21] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:342 │ [22] _start() │ @ Base ./client.jl:577 └ @ ChainRulesOverloadGeneration ~/.julia/packages/ChainRulesOverloadGeneration/shNba/src/ruleset_loading.jl:157 1 dependency had output during precompilation: ┌ Nabla │ [Output was shown above] └ Loading completed after 126.1s PkgEval succeeded after 156.92s