Skip to content

Reduce memory footprint #1645

Reduce memory footprint

Reduce memory footprint #1645

Triggered via pull request January 3, 2025 15:38
Status Failure
Total duration 15m 27s
Artifacts

CI.yml

on: pull_request
Matrix: docs
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

16 errors, 13 warnings, and 2 notices
Julia lts - ubuntu-latest - x64 - 2 threads - pull_request
Process completed with exit code 1.
Julia lts - ubuntu-latest - x64 - 1 threads - pull_request
Process completed with exit code 1.
Julia pre - ubuntu-latest - x64 - 1 threads - pull_request
Process completed with exit code 1.
Julia 1 - ubuntu-latest - x64 - 1 threads - pull_request
Process completed with exit code 1.
Julia pre - ubuntu-latest - x64 - 2 threads - pull_request
Process completed with exit code 1.
Julia 1 - ubuntu-latest - x64 - 2 threads - pull_request
Process completed with exit code 1.
Downgrade / Julia 1 - ubuntu-latest - x64 - 2 threads - pull_request
Process completed with exit code 1.
Downgrade / Documentation - Julia lts: ../../../.julia/packages/Documenter/Meee1/src/utilities/utilities.jl#L44
failed to run `@example` block in src/examples/quickstart.md:42-44 ```@example 1 result = pathfinder(prob_mvnormal; dim=5, init_scale=4) ``` exception = MethodError: no method matching Optimization.OptimizationCache(::SciMLBase.OptimizationProblem{true, SciMLBase.OptimizationFunction{true, ADTypes.AutoForwardDiff{nothing, Nothing}, Pathfinder.var"#f#9"{Main.__atexample__named__1.MvNormalProblem{Vector{Float64}, LinearAlgebra.Symmetric{Float64, Matrix{Float64}}}}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing}, Vector{Float64}, SciMLBase.NullParameters, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Base.Pairs{Symbol, Union{}, Tuple{}, @NamedTuple{}}}, ::Optim.LBFGS{Nothing, LineSearches.InitialHagerZhang{Float64}, LineSearches.HagerZhang{Float64, Base.RefValue{Bool}}, Optim.var"#20#22"}) Closest candidates are: Optimization.OptimizationCache(::SciMLBase.OptimizationProblem, ::Any, !Matched::Any; callback, maxiters, maxtime, abstol, reltol, progress, kwargs...) @ Optimization ~/.julia/packages/Optimization/79XSq/src/cache.jl:54 Optimization.OptimizationCache(::F, ::RC, !Matched::LB, !Matched::UB, !Matched::LC, !Matched::UC, !Matched::S, !Matched::O, !Matched::D, !Matched::P, !Matched::C, !Matched::NamedTuple) where {F, RC, LB, UB, LC, UC, S, O, D, P, C} @ Optimization ~/.julia/packages/Optimization/79XSq/src/cache.jl:40 Stacktrace: [1] optimize_with_trace(prob::SciMLBase.OptimizationProblem{true, SciMLBase.OptimizationFunction{true, ADTypes.AutoForwardDiff{nothing, Nothing}, Pathfinder.var"#f#9"{Main.__atexample__named__1.MvNormalProblem{Vector{Float64}, LinearAlgebra.Symmetric{Float64, Matrix{Float64}}}}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing}, Vector{Float64}, SciMLBase.NullParameters, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, @kwargs{}}, optimizer::Optim.LBFGS{Nothing, LineSearches.InitialHagerZhang{Float64}, LineSearches.HagerZhang{Float64, Base.RefValue{Bool}}, Optim.var"#20#22"}; progress_name::String, progress_id::Base.UUID, maxiters::Int64, callback::Nothing, fail_on_nonfinite::Bool, ndraws_elbo::Int64, rng::Random._GLOBAL_RNG, invH_init!::Function, save_trace::Bool, kwargs::@kwargs{}) @ Pathfinder ~/work/Pathfinder.jl/Pathfinder.jl/src/optimize.jl:67 [2] _pathfinder(rng::Random._GLOBAL_RNG, prob::SciMLBase.OptimizationProblem{true, SciMLBase.OptimizationFunction{true, ADTypes.AutoForwardDiff{nothing, Nothing}, Pathfinder.var"#f#9"{Main.__atexample__named__1.MvNormalProblem{Vector{Float64}, LinearAlgebra.Symmetric{Float64, Matrix{Float64}}}}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing}, Vector{Float64}, SciMLBase.NullParameters, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, @kwargs{}}, logp::Function; history_length::Int64, optimizer::Optim.LBFGS{Nothing, LineSearches.InitialHagerZhang{Float64}, LineSearches.HagerZhang{Float64, Base.RefValue{Bool}}, Optim.var"#20#22"}, executor::Transducers.SequentialEx{@NamedTuple{}}, kwargs::@kwargs{progress_name::String, progress_id::Base.UUID, ndraws_elbo::Int64}) @ Pathfinder ~/work/Pathfinder.jl/Pathfinder.jl/src/singlepath.jl:301 [3] _pathfinder_try_until_succeed(rng::Random._GLOBAL_RNG, prob::SciMLBase.OptimizationProblem{true, SciMLBase.OptimizationFunction{true, ADTypes.AutoForwardDiff{nothing, Nothing}, Pathfinder.var"#f#9"{Main.__atexample__named__1.MvNormalProblem{Vector{Float64}, LinearAlgebra.Symmetric{Float64, Matrix{Float64}}}}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothi
Downgrade / Documentation - Julia lts: ../../../.julia/packages/Documenter/Meee1/src/utilities/utilities.jl#L44
failed to run `@example` block in src/examples/quickstart.md:54-56 ```@example 1 result.fit_distribution.μ ``` exception = UndefVarError: `result` not defined Stacktrace: [1] top-level scope @ :0 [2] eval @ ./boot.jl:385 [inlined] [3] #54 @ ~/.julia/packages/Documenter/Meee1/src/expander_pipeline.jl:738 [inlined] [4] cd(f::Documenter.var"#54#56"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#53#55"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/Meee1/src/expander_pipeline.jl:737 [6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#53#55"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})() @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170 [7] with_logstate(f::Function, logstate::Any) @ Base.CoreLogging ./logging.jl:515 [8] with_logger @ ./logging.jl:627 [inlined] [9] capture(f::Documenter.var"#53#55"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any}) @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/Meee1/src/expander_pipeline.jl:736
Downgrade / Documentation - Julia lts: ../../../.julia/packages/Documenter/Meee1/src/utilities/utilities.jl#L44
failed to run `@example` block in src/examples/quickstart.md:58-60 ```@example 1 result.fit_distribution.Σ ``` exception = UndefVarError: `result` not defined Stacktrace: [1] top-level scope @ :0 [2] eval @ ./boot.jl:385 [inlined] [3] #54 @ ~/.julia/packages/Documenter/Meee1/src/expander_pipeline.jl:738 [inlined] [4] cd(f::Documenter.var"#54#56"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#53#55"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/Meee1/src/expander_pipeline.jl:737 [6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#53#55"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})() @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170 [7] with_logstate(f::Function, logstate::Any) @ Base.CoreLogging ./logging.jl:515 [8] with_logger @ ./logging.jl:627 [inlined] [9] capture(f::Documenter.var"#53#55"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any}) @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/Meee1/src/expander_pipeline.jl:736
Downgrade / Documentation - Julia lts: ../../../.julia/packages/Documenter/Meee1/src/utilities/utilities.jl#L44
failed to run `@example` block in src/examples/quickstart.md:62-64 ```@example 1 result.draws ``` exception = UndefVarError: `result` not defined Stacktrace: [1] top-level scope @ :0 [2] eval @ ./boot.jl:385 [inlined] [3] #54 @ ~/.julia/packages/Documenter/Meee1/src/expander_pipeline.jl:738 [inlined] [4] cd(f::Documenter.var"#54#56"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#53#55"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/Meee1/src/expander_pipeline.jl:737 [6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#53#55"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})() @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170 [7] with_logstate(f::Function, logstate::Any) @ Base.CoreLogging ./logging.jl:515 [8] with_logger @ ./logging.jl:627 [inlined] [9] capture(f::Documenter.var"#53#55"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any}) @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/Meee1/src/expander_pipeline.jl:736
Downgrade / Documentation - Julia lts: ../../../.julia/packages/Documenter/Meee1/src/utilities/utilities.jl#L44
failed to run `@example` block in src/examples/quickstart.md:101-114 ```@example 1 xrange = -5:0.1:5 yrange = -5:0.1:5 μ_marginal = μ[1:2] P_marginal = inv(Σ[1:2,1:2]) logp_mvnormal_marginal(x) = -dot(x - μ_marginal, P_marginal, x - μ_marginal) / 2 anim = plot_pathfinder_trace( result, logp_mvnormal_marginal, xrange, yrange, 20; xlabel="x₁", ylabel="x₂", ) gif(anim; fps=5) ``` exception = UndefVarError: `result` not defined Stacktrace: [1] top-level scope @ quickstart.md:109 [2] eval @ ./boot.jl:385 [inlined] [3] #54 @ ~/.julia/packages/Documenter/Meee1/src/expander_pipeline.jl:738 [inlined] [4] cd(f::Documenter.var"#54#56"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#53#55"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/Meee1/src/expander_pipeline.jl:737 [6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#53#55"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})() @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170 [7] with_logstate(f::Function, logstate::Any) @ Base.CoreLogging ./logging.jl:515 [8] with_logger @ ./logging.jl:627 [inlined] [9] capture(f::Documenter.var"#53#55"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any}) @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/Meee1/src/expander_pipeline.jl:736
Downgrade / Documentation - Julia lts: ../../../.julia/packages/Documenter/Meee1/src/utilities/utilities.jl#L44
failed to run `@example` block in src/examples/quickstart.md:244-246 ```@example 1 result_single = pathfinder(logp_funnel; dim=100, init_scale=10, adtype=AutoReverseDiff()) ``` exception = MethodError: no method matching Optimization.OptimizationCache(::SciMLBase.OptimizationProblem{true, SciMLBase.OptimizationFunction{true, ADTypes.AutoReverseDiff, Pathfinder.var"#f#9"{typeof(Main.__atexample__named__1.logp_funnel)}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing}, Vector{Float64}, SciMLBase.NullParameters, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Base.Pairs{Symbol, Union{}, Tuple{}, @NamedTuple{}}}, ::Optim.LBFGS{Nothing, LineSearches.InitialHagerZhang{Float64}, LineSearches.HagerZhang{Float64, Base.RefValue{Bool}}, Optim.var"#20#22"}) Closest candidates are: Optimization.OptimizationCache(::SciMLBase.OptimizationProblem, ::Any, !Matched::Any; callback, maxiters, maxtime, abstol, reltol, progress, kwargs...) @ Optimization ~/.julia/packages/Optimization/79XSq/src/cache.jl:54 Optimization.OptimizationCache(::F, ::RC, !Matched::LB, !Matched::UB, !Matched::LC, !Matched::UC, !Matched::S, !Matched::O, !Matched::D, !Matched::P, !Matched::C, !Matched::NamedTuple) where {F, RC, LB, UB, LC, UC, S, O, D, P, C} @ Optimization ~/.julia/packages/Optimization/79XSq/src/cache.jl:40 Stacktrace: [1] optimize_with_trace(prob::SciMLBase.OptimizationProblem{true, SciMLBase.OptimizationFunction{true, ADTypes.AutoReverseDiff, Pathfinder.var"#f#9"{typeof(Main.__atexample__named__1.logp_funnel)}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing}, Vector{Float64}, SciMLBase.NullParameters, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, @kwargs{}}, optimizer::Optim.LBFGS{Nothing, LineSearches.InitialHagerZhang{Float64}, LineSearches.HagerZhang{Float64, Base.RefValue{Bool}}, Optim.var"#20#22"}; progress_name::String, progress_id::Base.UUID, maxiters::Int64, callback::Nothing, fail_on_nonfinite::Bool, ndraws_elbo::Int64, rng::Random._GLOBAL_RNG, invH_init!::Function, save_trace::Bool, kwargs::@kwargs{}) @ Pathfinder ~/work/Pathfinder.jl/Pathfinder.jl/src/optimize.jl:67 [2] _pathfinder(rng::Random._GLOBAL_RNG, prob::SciMLBase.OptimizationProblem{true, SciMLBase.OptimizationFunction{true, ADTypes.AutoReverseDiff, Pathfinder.var"#f#9"{typeof(Main.__atexample__named__1.logp_funnel)}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing}, Vector{Float64}, SciMLBase.NullParameters, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, @kwargs{}}, logp::Function; history_length::Int64, optimizer::Optim.LBFGS{Nothing, LineSearches.InitialHagerZhang{Float64}, LineSearches.HagerZhang{Float64, Base.RefValue{Bool}}, Optim.var"#20#22"}, executor::Transducers.SequentialEx{@NamedTuple{}}, kwargs::@kwargs{progress_name::String, progress_id::Base.UUID, ndraws_elbo::Int64}) @ Pathfinder ~/work/Pathfinder.jl/Pathfinder.jl/src/singlepath.jl:301 [3] _pathfinder_try_until_succeed(rng::Random._GLOBAL_RNG, prob::SciMLBase.OptimizationProblem{true, SciMLBase.OptimizationFunction{true, ADTypes.AutoReverseDiff, Pathfinder.var"#f#9"{typeof(Main.__atexample__named__1.logp_funnel)}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing}, Vector{Float64}, SciMLBase.NullParameters, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, @kwargs{}}, logp::Pathfinder.var"#logp#30"{SciMLBase.OptimizationProblem{true, SciMLBase.OptimizationFunction{true, ADTypes.AutoReverseD
Downgrade / Documentation - Julia lts: ../../../.julia/packages/Documenter/Meee1/src/utilities/utilities.jl#L44
failed to run `@example` block in src/examples/quickstart.md:250-259 ```@example 1 β₁_range = -5:0.01:5 τ_range = -15:0.01:5 anim = plot_pathfinder_trace( result_single, logp_funnel, τ_range, β₁_range, 15; show_elbo=true, xlabel="τ", ylabel="β₁", ) gif(anim; fps=2) ``` exception = UndefVarError: `result_single` not defined Stacktrace: [1] top-level scope @ quickstart.md:254 [2] eval @ ./boot.jl:385 [inlined] [3] #54 @ ~/.julia/packages/Documenter/Meee1/src/expander_pipeline.jl:738 [inlined] [4] cd(f::Documenter.var"#54#56"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#53#55"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/Meee1/src/expander_pipeline.jl:737 [6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#53#55"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})() @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170 [7] with_logstate(f::Function, logstate::Any) @ Base.CoreLogging ./logging.jl:515 [8] with_logger @ ./logging.jl:627 [inlined] [9] capture(f::Documenter.var"#53#55"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any}) @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/Meee1/src/expander_pipeline.jl:736
Downgrade / Documentation - Julia lts: ../../../.julia/packages/Documenter/Meee1/src/utilities/utilities.jl#L44
failed to run `@example` block in src/examples/quickstart.md:268-271 ```@example 1 ndraws = 1_000 result = multipathfinder(logp_funnel, ndraws; dim=100, nruns=20, init_scale=10, adtype=AutoReverseDiff()) ``` exception = MethodError: no method matching Optimization.OptimizationCache(::SciMLBase.OptimizationProblem{true, SciMLBase.OptimizationFunction{true, ADTypes.AutoReverseDiff, Pathfinder.var"#f#9"{typeof(Main.__atexample__named__1.logp_funnel)}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing}, Vector{Float64}, SciMLBase.NullParameters, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Base.Pairs{Symbol, Union{}, Tuple{}, @NamedTuple{}}}, ::Optim.LBFGS{Nothing, LineSearches.InitialHagerZhang{Float64}, LineSearches.HagerZhang{Float64, Base.RefValue{Bool}}, Optim.var"#20#22"}) Closest candidates are: Optimization.OptimizationCache(::SciMLBase.OptimizationProblem, ::Any, !Matched::Any; callback, maxiters, maxtime, abstol, reltol, progress, kwargs...) @ Optimization ~/.julia/packages/Optimization/79XSq/src/cache.jl:54 Optimization.OptimizationCache(::F, ::RC, !Matched::LB, !Matched::UB, !Matched::LC, !Matched::UC, !Matched::S, !Matched::O, !Matched::D, !Matched::P, !Matched::C, !Matched::NamedTuple) where {F, RC, LB, UB, LC, UC, S, O, D, P, C} @ Optimization ~/.julia/packages/Optimization/79XSq/src/cache.jl:40 Stacktrace: [1] optimize_with_trace(prob::SciMLBase.OptimizationProblem{true, SciMLBase.OptimizationFunction{true, ADTypes.AutoReverseDiff, Pathfinder.var"#f#9"{typeof(Main.__atexample__named__1.logp_funnel)}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing}, Vector{Float64}, SciMLBase.NullParameters, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, @kwargs{}}, optimizer::Optim.LBFGS{Nothing, LineSearches.InitialHagerZhang{Float64}, LineSearches.HagerZhang{Float64, Base.RefValue{Bool}}, Optim.var"#20#22"}; progress_name::String, progress_id::Base.UUID, maxiters::Int64, callback::Nothing, fail_on_nonfinite::Bool, ndraws_elbo::Int64, rng::Random._GLOBAL_RNG, invH_init!::Function, save_trace::Bool, kwargs::@kwargs{}) @ Pathfinder ~/work/Pathfinder.jl/Pathfinder.jl/src/optimize.jl:67 [2] _pathfinder(rng::Random._GLOBAL_RNG, prob::SciMLBase.OptimizationProblem{true, SciMLBase.OptimizationFunction{true, ADTypes.AutoReverseDiff, Pathfinder.var"#f#9"{typeof(Main.__atexample__named__1.logp_funnel)}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing}, Vector{Float64}, SciMLBase.NullParameters, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, @kwargs{}}, logp::Function; history_length::Int64, optimizer::Optim.LBFGS{Nothing, LineSearches.InitialHagerZhang{Float64}, LineSearches.HagerZhang{Float64, Base.RefValue{Bool}}, Optim.var"#20#22"}, executor::Transducers.SequentialEx{@NamedTuple{}}, kwargs::@kwargs{progress_name::String, progress_id::Base.UUID, ndraws_elbo::Int64}) @ Pathfinder ~/work/Pathfinder.jl/Pathfinder.jl/src/singlepath.jl:301 [3] _pathfinder_try_until_succeed(rng::Random._GLOBAL_RNG, prob::SciMLBase.OptimizationProblem{true, SciMLBase.OptimizationFunction{true, ADTypes.AutoReverseDiff, Pathfinder.var"#f#9"{typeof(Main.__atexample__named__1.logp_funnel)}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED_NO_TIME), Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing}, Vector{Float64}, SciMLBase.NullParameters, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, @kwargs{}}, logp::Pathfinder.var"#logp#30"{SciMLBase.OptimizationProblem{true, SciMLBase.OptimizationFunc
Downgrade / Documentation - Julia lts
Process completed with exit code 1.
Documentation - Julia 1: ../../../.julia/packages/DocumenterInterLinks/XD21f/src/interlinks.jl#L233
Failed to load inventory "Distributions" from possible source "https://juliastats.org/Distributions.jl/dev/objects.inv". exception = RequestError: HTTP/2 404 while requesting https://juliastats.org/Distributions.jl/dev/objects.inv
Documentation - Julia 1: ../../../.julia/packages/DocumenterInterLinks/XD21f/src/interlinks.jl#L233
Failed to load inventory "DynamicHMC" from possible source "https://www.tamaspapp.eu/DynamicHMC.jl/dev/objects.inv". exception = RequestError: HTTP/2 404 while requesting https://www.tamaspapp.eu/DynamicHMC.jl/dev/objects.inv
Documentation - Julia 1: ../../../.julia/packages/DocumenterInterLinks/XD21f/src/interlinks.jl#L233
Failed to load inventory "Transducers" from possible source "https://juliafolds2.github.io/Transducers.jl/dev/objects.inv". exception = RequestError: HTTP/2 404 while requesting https://juliafolds2.github.io/Transducers.jl/dev/objects.inv
Documentation - Julia 1: ../../../.julia/packages/Documenter/Bs999/src/html/HTMLWriter.jl#L814
For 7 @example blocks, the 'text/html' representation of the resulting object is above the threshold (example_size_threshold: 8192 bytes). - 3 blocks had 'image/gif' fallback image representation available, using that. On pages: examples/quickstart.md - 4 blocks had 'image/svg+xml' fallback image representation available, using that. On pages: examples/initializing-hmc.md, examples/quickstart.md
Documentation - Julia 1: ../../../.julia/packages/Documenter/Bs999/src/deploydocs.jl#L552
removing `stable` and linking `stable` to `v0.9.9`.
Documentation - Julia 1: ../../../.julia/packages/Documenter/Bs999/src/deploydocs.jl#L552
removing `v0.9` and linking `v0.9` to `v0.9.9`.
Documentation - Julia 1: ../../../.julia/packages/Documenter/Bs999/src/deploydocs.jl#L552
removing `v0.8` and linking `v0.8` to `v0.8.8`.
Documentation - Julia 1: ../../../.julia/packages/Documenter/Bs999/src/deploydocs.jl#L552
removing `v0.7` and linking `v0.7` to `v0.7.11`.
Documentation - Julia 1: ../../../.julia/packages/Documenter/Bs999/src/deploydocs.jl#L552
removing `v0.6` and linking `v0.6` to `v0.6.2`.
Documentation - Julia 1: ../../../.julia/packages/Documenter/Bs999/src/deploydocs.jl#L552
removing `v0.5` and linking `v0.5` to `v0.5.6`.
Downgrade / Documentation - Julia lts: ../../../.julia/packages/DocumenterInterLinks/XD21f/src/interlinks.jl#L233
Failed to load inventory "Distributions" from possible source "https://juliastats.org/Distributions.jl/dev/objects.inv". exception = RequestError: HTTP/2 404 while requesting https://juliastats.org/Distributions.jl/dev/objects.inv
Downgrade / Documentation - Julia lts: ../../../.julia/packages/DocumenterInterLinks/XD21f/src/interlinks.jl#L233
Failed to load inventory "DynamicHMC" from possible source "https://www.tamaspapp.eu/DynamicHMC.jl/dev/objects.inv". exception = RequestError: HTTP/2 404 while requesting https://www.tamaspapp.eu/DynamicHMC.jl/dev/objects.inv
Downgrade / Documentation - Julia lts: ../../../.julia/packages/DocumenterInterLinks/XD21f/src/interlinks.jl#L233
Failed to load inventory "Transducers" from possible source "https://juliafolds2.github.io/Transducers.jl/dev/objects.inv". exception = RequestError: HTTP/2 404 while requesting https://juliafolds2.github.io/Transducers.jl/dev/objects.inv
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache To ignore, set input `ignore-no-cache: true`
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache To ignore, set input `ignore-no-cache: true`