Skip to content

Add Artifacts to deps #85

Add Artifacts to deps

Add Artifacts to deps #85

Triggered via push June 4, 2024 19:54
Status Failure
Total duration 1m 59s
Artifacts

CI.yml

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

Annotations

5 errors
Documentation: ../../../.julia/packages/Documenter/CJeWX/src/utilities/utilities.jl#L44
failed to run `@example` block in src/index.md:32-40 ```@example using GeoEnergyIO, Jutul, CairoMakie pth = GeoEnergyIO.test_input_file_path("grdecl", "1cell.txt", base = missing) grdecl = parse_grdecl_file(pth) g = mesh_from_grid_section(grdecl) fig, ax, plt = plot_mesh(g, shading = false, rasterize = true) Jutul.plot_mesh_edges!(ax, g) fig ``` exception = MethodError: no method matching test_input_file_path(::String, ::String; base::Missing) Closest candidates are: test_input_file_path(::AbstractString, ::Any) got unsupported keyword argument "base" @ GeoEnergyIO ~/work/GeoEnergyIO.jl/GeoEnergyIO.jl/src/GeoEnergyIO.jl:15 test_input_file_path(::AbstractString) got unsupported keyword argument "base" @ GeoEnergyIO ~/work/GeoEnergyIO.jl/GeoEnergyIO.jl/src/GeoEnergyIO.jl:15 Stacktrace: [1] top-level scope @ index.md:34 [2] eval @ ./boot.jl:385 [inlined] [3] #58 @ ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:754 [inlined] [4] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:753 [6] (::IOCapture.var"#4#7"{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/Rzdxd/src/IOCapture.jl:161 [7] with_logstate(f::Function, logstate::Any) @ Base.CoreLogging ./logging.jl:515 [8] with_logger @ ./logging.jl:627 [inlined] [9] capture(f::Documenter.var"#57#59"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer) @ IOCapture ~/.julia/packages/IOCapture/Rzdxd/src/IOCapture.jl:158 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:752
Documentation: ../../../.julia/packages/Documenter/CJeWX/src/utilities/utilities.jl#L44
failed to run `@example` block in src/index.md:44-52 ```@example using GeoEnergyIO, Jutul, CairoMakie pth = GeoEnergyIO.test_input_file_path("grdecl", "raised_col_sloped.txt", base = missing) grdecl = parse_grdecl_file(pth) g = mesh_from_grid_section(grdecl) fig, ax, plt = plot_mesh(g, shading = NoShading, rasterize = true) Jutul.plot_mesh_edges!(ax, g) fig ``` exception = MethodError: no method matching test_input_file_path(::String, ::String; base::Missing) Closest candidates are: test_input_file_path(::AbstractString, ::Any) got unsupported keyword argument "base" @ GeoEnergyIO ~/work/GeoEnergyIO.jl/GeoEnergyIO.jl/src/GeoEnergyIO.jl:15 test_input_file_path(::AbstractString) got unsupported keyword argument "base" @ GeoEnergyIO ~/work/GeoEnergyIO.jl/GeoEnergyIO.jl/src/GeoEnergyIO.jl:15 Stacktrace: [1] top-level scope @ index.md:46 [2] eval @ ./boot.jl:385 [inlined] [3] #58 @ ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:754 [inlined] [4] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:753 [6] (::IOCapture.var"#4#7"{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/Rzdxd/src/IOCapture.jl:161 [7] with_logstate(f::Function, logstate::Any) @ Base.CoreLogging ./logging.jl:515 [8] with_logger @ ./logging.jl:627 [inlined] [9] capture(f::Documenter.var"#57#59"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer) @ IOCapture ~/.julia/packages/IOCapture/Rzdxd/src/IOCapture.jl:158 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:752
Documentation: ../../../.julia/packages/Documenter/CJeWX/src/utilities/utilities.jl#L44
failed to run `@example` block in src/index.md:56-66 ```@example using GeoEnergyIO, Jutul, CairoMakie pth = GeoEnergyIO.test_input_file_path("grdecl", "model3_5_5_5.txt", base = missing) grdecl = parse_grdecl_file(pth) g = mesh_from_grid_section(grdecl) ix = collect(1:number_of_cells(g)) fig = Figure() ax = Axis3(fig[1,1], zreversed = true, azimuth = 2.0) plot_cell_data!(ax, g, ix, shading = NoShading, rasterize = true, colormap = :seaborn_icefire_gradient) fig ``` exception = MethodError: no method matching test_input_file_path(::String, ::String; base::Missing) Closest candidates are: test_input_file_path(::AbstractString, ::Any) got unsupported keyword argument "base" @ GeoEnergyIO ~/work/GeoEnergyIO.jl/GeoEnergyIO.jl/src/GeoEnergyIO.jl:15 test_input_file_path(::AbstractString) got unsupported keyword argument "base" @ GeoEnergyIO ~/work/GeoEnergyIO.jl/GeoEnergyIO.jl/src/GeoEnergyIO.jl:15 Stacktrace: [1] top-level scope @ index.md:58 [2] eval @ ./boot.jl:385 [inlined] [3] #58 @ ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:754 [inlined] [4] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:753 [6] (::IOCapture.var"#4#7"{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/Rzdxd/src/IOCapture.jl:161 [7] with_logstate(f::Function, logstate::Any) @ Base.CoreLogging ./logging.jl:515 [8] with_logger @ ./logging.jl:627 [inlined] [9] capture(f::Documenter.var"#57#59"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer) @ IOCapture ~/.julia/packages/IOCapture/Rzdxd/src/IOCapture.jl:158 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:752
Documentation: ../../../.julia/packages/Documenter/CJeWX/src/utilities/utilities.jl#L44
failed to run `@example` block in src/index.md:70-80 ```@example using GeoEnergyIO, Jutul, CairoMakie pth = GeoEnergyIO.test_input_file_path("grdecl", "model3_20_20_50.txt", base = missing) grdecl = parse_grdecl_file(pth) g = mesh_from_grid_section(grdecl) ix = collect(1:number_of_cells(g)) fig = Figure() ax = Axis3(fig[1,1], zreversed = true, azimuth = 2.0) plot_cell_data!(ax, g, ix, shading = NoShading, rasterize = true, colormap = :seaborn_icefire_gradient) fig ``` exception = MethodError: no method matching test_input_file_path(::String, ::String; base::Missing) Closest candidates are: test_input_file_path(::AbstractString, ::Any) got unsupported keyword argument "base" @ GeoEnergyIO ~/work/GeoEnergyIO.jl/GeoEnergyIO.jl/src/GeoEnergyIO.jl:15 test_input_file_path(::AbstractString) got unsupported keyword argument "base" @ GeoEnergyIO ~/work/GeoEnergyIO.jl/GeoEnergyIO.jl/src/GeoEnergyIO.jl:15 Stacktrace: [1] top-level scope @ index.md:72 [2] eval @ ./boot.jl:385 [inlined] [3] #58 @ ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:754 [inlined] [4] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:753 [6] (::IOCapture.var"#4#7"{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/Rzdxd/src/IOCapture.jl:161 [7] with_logstate(f::Function, logstate::Any) @ Base.CoreLogging ./logging.jl:515 [8] with_logger @ ./logging.jl:627 [inlined] [9] capture(f::Documenter.var"#57#59"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer) @ IOCapture ~/.julia/packages/IOCapture/Rzdxd/src/IOCapture.jl:158 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/CJeWX/src/expander_pipeline.jl:752
Documentation
Process completed with exit code 1.