Skip to content
Triggered via pull request July 31, 2024 15:50
@PharmCatPharmCat
synchronize #23
dev
Status Failure
Total duration 6m 31s
Artifacts

Documenter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 notice
build: ../../../.julia/packages/Documenter/qoyeC/src/utilities/utilities.jl#L44
failed to run `@example` block in src/examples.md:66-84 ```@example ncaexample using Plots p = pkplot(ds; typesort = :Subject, pagesort = nothing, filter = Dict(:Formulation => "R")) png(p, "plot1.png") p = pkplot(ds; typesort = :Formulation, pagesort = nothing, legend = true) png(p, "plot2.png") p = pkplot(ds; elim = true, ls = true) png(p[1][2], "plot3.png") p = pkplot(ds; typesort = :Subject, pagesort = :Formulation) png(p[1][2], "plot4.png") ``` exception = BoundsError: attempt to access 1-element Vector{Plots.Subplot} at index [2] Stacktrace: [1] getindex @ ./array.jl:924 [inlined] [2] getindex(plt::Plots.Plot{Plots.GRBackend}, i::Int64) @ Plots ~/.julia/packages/Plots/du2dt/src/types.jl:146 [3] top-level scope @ examples.md:79 [4] eval @ ./boot.jl:368 [inlined] [5] #58 @ ~/.julia/packages/Documenter/qoyeC/src/expander_pipeline.jl:754 [inlined] [6] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [7] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/qoyeC/src/expander_pipeline.jl:753 [8] (::IOCapture.var"#5#9"{DataType, Documenter.var"#57#59"{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 [9] with_logstate(f::Function, logstate::Any) @ Base.CoreLogging ./logging.jl:511 [10] with_logger @ ./logging.jl:623 [inlined] [11] capture(f::Documenter.var"#57#59"{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 [12] runner(#unused#::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/qoyeC/src/expander_pipeline.jl:752
build: ../../../.julia/packages/Documenter/qoyeC/src/utilities/utilities.jl#L44
invalid local link/image: file does not exist in src/examples.md link = @ast MarkdownAST.Image("plot3.png", "") do MarkdownAST.Text("") end
build: ../../../.julia/packages/Documenter/qoyeC/src/utilities/utilities.jl#L44
invalid local link/image: file does not exist in src/examples.md link = @ast MarkdownAST.Image("plot4.png", "") do MarkdownAST.Text("") end
build
Process completed with exit code 1.
[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`