Skip to content

CompatHelper: bump compat for Meshes to 0.52, (keep existing compat) #158

CompatHelper: bump compat for Meshes to 0.52, (keep existing compat)

CompatHelper: bump compat for Meshes to 0.52, (keep existing compat) #158

Triggered via pull request November 28, 2024 14:17
Status Failure
Total duration 15m 48s
Artifacts

CI.yml

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

Annotations

13 errors, 2 warnings, and 2 notices
Julia 1 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
Documentation: loading.jl#L1506
Error during loading of extension PlantGeomMakie of PlantGeom, use `Base.retry_load_extensions()` to retry. exception = 1-element ExceptionStack: The following 1 direct dependency failed to precompile: PlantGeomMakie Failed to precompile PlantGeomMakie [b9a6df43-67dc-5321-a3a3-33c68af6a7f2] to "/home/runner/.julia/compiled/v1.11/PlantGeomMakie/jl_kdmwiX". ERROR: LoadError: type Nothing has no field Viz Stacktrace: [1] getproperty(x::Nothing, f::Symbol) @ Base ./Base.jl:49 [2] top-level scope @ ~/work/PlantGeom.jl/PlantGeom.jl/ext/makie_recipes/RefMeshes_recipes.jl:5 [3] include(mod::Module, _path::String) @ Base ./Base.jl:557 [4] include(x::String) @ PlantGeomMakie ~/work/PlantGeom.jl/PlantGeom.jl/ext/PlantGeomMakie.jl:1 [5] top-level scope @ ~/work/PlantGeom.jl/PlantGeom.jl/ext/PlantGeomMakie.jl:18 [6] include @ ./Base.jl:557 [inlined] [7] include_package_for_output(pkg::Base.PkgId, input::String, 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:2790 [8] top-level scope @ stdin:5 in expression starting at /home/runner/work/PlantGeom.jl/PlantGeom.jl/ext/makie_recipes/RefMeshes_recipes.jl:5 in expression starting at /home/runner/work/PlantGeom.jl/PlantGeom.jl/ext/PlantGeomMakie.jl:1 in expression starting at stdin:
Documentation: ../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L44
failed to run `@setup` block in src/index.md ```@setup animation using CairoMakie, Meshes, PlantGeom, MultiScaleTreeGraph # Note: CairoMakie must be loaded before PlantGeom to access the extensions opf = read_opf(joinpath(dirname(dirname(pathof(PlantGeom))),"test","files","simple_plant.opf")) # First, we compute the 3D coordinates for each node in the MTG: transform!(opf, refmesh_to_mesh!) # And compute the max z of each node based on their mesh: transform!(opf, zmax => :z_node, ignore_nothing = true) # Or the z coordinate of each vertez of each node mesh: transform!(opf, :geometry => (x -> [Meshes.coords(i).z for i in Meshes.vertices(x.mesh)]) => :z_vertex, ignore_nothing = true) # Then we make a Makie figure: f = Figure() ga = f[1, 1] gb = f[1, 2] ax1 = Axis(ga[1, 1]) ax2 = Axis3(gb[1, 1], aspect = :data, title = "3D representation (mesh)", elevation = 0.15π, azimuth = 0.3π) hidedecorations!(ax2) # We can make a diagram out of the MTG, and coloring using the z coordinates attribute: diagram!(ax1, opf, color = :z_node) hidedecorations!(ax1) ax1.title = "MultiscaleTreeGraph diagram" # And a 3d representation: viz!(opf, color = :z_vertex) # And making a little animation out of it: CairoMakie.record(f, "plant_animation.mp4", 1:120) do frame ax2.azimuth[] = 0.3π + 0.3 * sin(2π * frame / 120) end ``` exception = LoadError: MethodError: no method matching diagram!(::Axis, ::MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}; color::Symbol) The function `diagram!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ string:21 [2] eval @ ./boot.jl:430 [inlined] [3] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2643 [4] include_string (repeats 2 times) @ ./loading.jl:2653 [inlined] [5] #67 @ ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:961 [inlined] [6] cd(f::Documenter.var"#67#68"{Module, MarkdownAST.CodeBlock}, dir::String) @ Base.Filesystem ./file.jl:112 [7] runner(::Type{Documenter.Expanders.SetupBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:960 in expression starting at string:21
Documentation: ../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L44
failed to run `@example` block in src/makie_3d.md:22-27 ```@example 1 using PlantGeom, WGLMakie WGLMakie.activate!() # hide mtg = read_opf(joinpath(dirname(dirname(pathof(PlantGeom))),"test","files","simple_plant.opf")) viz(mtg) ``` exception = No recipe for viz with args: Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}} Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] plot! @ ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:363 [inlined] [3] connect_plot!(parent::Scene, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:395 [4] plot! @ ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:412 [inlined] [5] plot!(ax::Axis, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:412 [6] plot!(fa::Makie.FigureAxis, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:407 [7] _create_plot(F::Function, attributes::Dict{Symbol, Any}, args::MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:318 [8] viz(args::MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}) @ MeshesMakieExt ~/.julia/packages/MakieCore/zO6H4/src/recipes.jl:188 [9] top-level scope @ makie_3d.md:26 [10] eval @ ./boot.jl:430 [inlined] [11] #60 @ ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:803 [inlined] [12] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [13] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:802 [14] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{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 [15] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [16] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger) @ Base.CoreLogging ./logging/logging.jl:632 [17] capture(f::Documenter.var"#59#61"{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 [18] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:801
Documentation: ../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L44
failed to run `@example` block in src/makie_3d.md:87-89 ```@example 2 viz(ref_meshes) ``` exception = No recipe for viz with args: Tuple{RefMeshes} Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] plot! @ ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:363 [inlined] [3] connect_plot!(parent::Scene, plot::Plot{Meshes.viz, Tuple{RefMeshes}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:395 [4] plot! @ ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:412 [inlined] [5] plot!(ax::Axis, plot::Plot{Meshes.viz, Tuple{RefMeshes}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:412 [6] plot!(fa::Makie.FigureAxis, plot::Plot{Meshes.viz, Tuple{RefMeshes}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:407 [7] _create_plot(F::Function, attributes::Dict{Symbol, Any}, args::RefMeshes) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:318 [8] viz(args::RefMeshes) @ MeshesMakieExt ~/.julia/packages/MakieCore/zO6H4/src/recipes.jl:188 [9] top-level scope @ makie_3d.md:88 [10] eval @ ./boot.jl:430 [inlined] [11] #60 @ ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:803 [inlined] [12] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [13] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:802 [14] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{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 [15] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [16] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger) @ Base.CoreLogging ./logging/logging.jl:632 [17] capture(f::Documenter.var"#59#61"{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 [18] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:801
Documentation: ../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L44
failed to run `@example` block in src/makie_3d.md:25-27 ```@example 2 viz(mtg) ``` exception = No recipe for viz with args: Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}} Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] plot! @ ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:363 [inlined] [3] connect_plot!(parent::Scene, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:395 [4] plot! @ ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:412 [inlined] [5] plot!(ax::Axis, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:412 [6] plot!(fa::Makie.FigureAxis, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:407 [7] _create_plot(F::Function, attributes::Dict{Symbol, Any}, args::MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:318 [8] viz(args::MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}) @ MeshesMakieExt ~/.julia/packages/MakieCore/zO6H4/src/recipes.jl:188 [9] top-level scope @ makie_3d.md:26 [10] eval @ ./boot.jl:430 [inlined] [11] #60 @ ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:803 [inlined] [12] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [13] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:802 [14] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{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 [15] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [16] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger) @ Base.CoreLogging ./logging/logging.jl:632 [17] capture(f::Documenter.var"#59#61"{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 [18] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:801
Documentation: ../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L44
failed to run `@example` block in src/makie_3d.md:103-105 ```@example 2 viz(mtg, color = :gray87) ``` exception = No recipe for viz with args: Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}} Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] plot! @ ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:363 [inlined] [3] connect_plot!(parent::Scene, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:395 [4] plot! @ ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:412 [inlined] [5] plot!(ax::Axis, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:412 [6] plot!(fa::Makie.FigureAxis, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:407 [7] _create_plot(F::Function, attributes::Dict{Symbol, Any}, args::MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:318 [8] viz(args::MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}; kw::@kwargs{color::Symbol}) @ MeshesMakieExt ~/.julia/packages/MakieCore/zO6H4/src/recipes.jl:188 [9] top-level scope @ makie_3d.md:104 [10] eval @ ./boot.jl:430 [inlined] [11] #60 @ ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:803 [inlined] [12] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [13] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:802 [14] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{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 [15] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [16] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger) @ Base.CoreLogging ./logging/logging.jl:632 [17] capture(f::Documenter.var"#59#61"{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 [18] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:801
Documentation: ../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L44
failed to run `@example` block in src/makie_3d.md:121-123 ```@example 2 viz(mtg, color = Dict(1 => :gray87, 2 => "#42A25ABD")) ``` exception = No recipe for viz with args: Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}} Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] plot! @ ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:363 [inlined] [3] connect_plot!(parent::Scene, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:395 [4] plot! @ ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:412 [inlined] [5] plot!(ax::Axis, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:412 [6] plot!(fa::Makie.FigureAxis, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:407 [7] _create_plot(F::Function, attributes::Dict{Symbol, Any}, args::MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:318 [8] viz(args::MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}; kw::@kwargs{color::Dict{Int64, Any}}) @ MeshesMakieExt ~/.julia/packages/MakieCore/zO6H4/src/recipes.jl:188 [9] top-level scope @ makie_3d.md:122 [10] eval @ ./boot.jl:430 [inlined] [11] #60 @ ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:803 [inlined] [12] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [13] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:802 [14] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{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 [15] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [16] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger) @ Base.CoreLogging ./logging/logging.jl:632 [17] capture(f::Documenter.var"#59#61"{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 [18] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:801
Documentation: ../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L44
failed to run `@example` block in src/makie_3d.md:127-129 ```@example 2 viz(mtg, color = Dict(2 => "#42A25ABD")) ``` exception = No recipe for viz with args: Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}} Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] plot! @ ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:363 [inlined] [3] connect_plot!(parent::Scene, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:395 [4] plot! @ ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:412 [inlined] [5] plot!(ax::Axis, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:412 [6] plot!(fa::Makie.FigureAxis, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:407 [7] _create_plot(F::Function, attributes::Dict{Symbol, Any}, args::MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:318 [8] viz(args::MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}; kw::@kwargs{color::Dict{Int64, String}}) @ MeshesMakieExt ~/.julia/packages/MakieCore/zO6H4/src/recipes.jl:188 [9] top-level scope @ makie_3d.md:128 [10] eval @ ./boot.jl:430 [inlined] [11] #60 @ ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:803 [inlined] [12] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [13] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:802 [14] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{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 [15] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [16] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger) @ Base.CoreLogging ./logging/logging.jl:632 [17] capture(f::Documenter.var"#59#61"{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 [18] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:801
Documentation: ../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L44
failed to run `@example` block in src/makie_3d.md:145-147 ```@example 2 viz(mtg, color = :Area) ``` exception = No recipe for viz with args: Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}} Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] plot! @ ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:363 [inlined] [3] connect_plot!(parent::Scene, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:395 [4] plot! @ ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:412 [inlined] [5] plot!(ax::Axis, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:412 [6] plot!(fa::Makie.FigureAxis, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:407 [7] _create_plot(F::Function, attributes::Dict{Symbol, Any}, args::MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:318 [8] viz(args::MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}; kw::@kwargs{color::Symbol}) @ MeshesMakieExt ~/.julia/packages/MakieCore/zO6H4/src/recipes.jl:188 [9] top-level scope @ makie_3d.md:146 [10] eval @ ./boot.jl:430 [inlined] [11] #60 @ ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:803 [inlined] [12] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [13] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:802 [14] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{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 [15] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [16] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger) @ Base.CoreLogging ./logging/logging.jl:632 [17] capture(f::Documenter.var"#59#61"{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 [18] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:801
Documentation: ../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L44
failed to run `@example` block in src/makie_3d.md:151-156 ```@example 2 f, ax, p = viz(mtg, color = :Area) CairoMakie.scale!(p, 1.5, 1.5, 1.5) # we zoom-in a little bit CairoMakie.Colorbar(f[1,2], label = "Area") f ``` exception = No recipe for viz with args: Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}} Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] plot! @ ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:363 [inlined] [3] connect_plot!(parent::Scene, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:395 [4] plot! @ ~/.julia/packages/Makie/pFPBw/src/interfaces.jl:412 [inlined] [5] plot!(ax::Axis, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:412 [6] plot!(fa::Makie.FigureAxis, plot::Plot{Meshes.viz, Tuple{MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:407 [7] _create_plot(F::Function, attributes::Dict{Symbol, Any}, args::MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}) @ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:318 [8] viz(args::MultiScaleTreeGraph.Node{MultiScaleTreeGraph.MutableNodeMTG, Dict{Symbol, Any}}; kw::@kwargs{color::Symbol}) @ MeshesMakieExt ~/.julia/packages/MakieCore/zO6H4/src/recipes.jl:188 [9] top-level scope @ makie_3d.md:152 [10] eval @ ./boot.jl:430 [inlined] [11] #60 @ ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:803 [inlined] [12] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [13] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:802 [14] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{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 [15] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [16] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger) @ Base.CoreLogging ./logging/logging.jl:632 [17] capture(f::Documenter.var"#59#61"{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 [18] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:801
Julia 1 - windows-latest - x64 - pull_request
Process completed with exit code 1.
Julia 1 - macOS-latest - x64 - pull_request
Process completed with exit code 1.
Julia 1.9 - macOS-latest - x64 - pull_request
[setup-julia] x64 arch has been requested on a macOS runner that has an arm64 (Apple Silicon) architecture. You may have meant to use the "aarch64" arch instead (or left it unspecified for the correct default).
Julia 1 - macOS-latest - x64 - pull_request
[setup-julia] x64 arch has been requested on a macOS runner that has an arm64 (Apple Silicon) architecture. You may have meant to use the "aarch64" arch instead (or left it unspecified for the correct default).
[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`