Bump actions/checkout from 5 to 6 (#360) #803
ci.yml
on: push
Build and deploy documentation
27m 37s
Matrix: test
Annotations
2 errors and 11 warnings
|
Tests, Julia 1 - ubuntu-latest
Process completed with exit code 1.
|
|
Build and deploy documentation
Process completed with exit code 1.
|
|
Tests, Julia 1 - ubuntu-latest
No files were found with the provided path: test_images/. No artifacts will be uploaded.
|
|
Build and deploy documentation:
../../../.julia/packages/Documenter/xvqbW/src/utilities/utilities.jl#L49
failed to evaluate `Cover = f` in `@cardmeta` block in docs/src/examples/specialized/satellite/sweep_points.md:12-15
```@cardmeta
Description = "Plot satellite data acquisition on the globe"
Cover = f
```
exception =
UndefVarError: `f` not defined in `Main.__atexample__named__sweep_points`
Suggestion: check for spelling errors or missing imports.
|
|
Build and deploy documentation:
../../../.julia/packages/Documenter/xvqbW/src/utilities/utilities.jl#L49
failed to run `@example` block in docs/src/examples/specialized/satellite/sweep_points.md:130-142
```@example sweep_points
f, a, p = surface(
first.(xys), last.(xys), zeros(size(xys));
color = vals,
shading = NoShading,
axis = (; type = GlobeAxis, show_axis = false)
)
# Create a "background" mesh such that the satellite traces
# on the other side of the globe (from the camera's point of view) are faded out.
bg = meshimage!(a, -180..180, -90..90, reshape([RGBAf(1,1,1,0.5)], 1, 1); uv_transform = :rotr90, zlevel = -100_000, reset_limits = false)
lines!(a, GeoMakie.coastlines(); color = (:black, 0.5), linewidth = 1)
f
```
exception =
UndefVarError: `vals` not defined in `Main.__atexample__named__sweep_points`
Suggestion: add an appropriate import or assignment. This global was declared but not assigned.
Stacktrace:
[1] top-level scope
@ sweep_points.md:131
[2] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[3] #61
@ ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:879 [inlined]
[4] cd(f::Documenter.var"#61#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[5] (::Documenter.var"#59#60"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:878
[6] (::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/MR051/src/IOCapture.jl:170
[7] with_logstate(f::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{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:540
[8] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:651
[9] capture(f::Documenter.var"#59#60"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/MR051/src/IOCapture.jl:167
[10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:877
|
|
Build and deploy documentation:
../../../.julia/packages/Documenter/xvqbW/src/utilities/utilities.jl#L49
failed to run `@example` block in docs/src/examples/specialized/satellite/sweep_points.md:121-126
```@example sweep_points
xys = reduce(hcat, sweep_points_timeseries)
vals = map(xys) do xy
ras[X(Contains(xy[1])), Y(Contains(xy[2]))]
end
```
exception =
UndefVarError: `ras` not defined in `Main.__atexample__named__sweep_points`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] (::Main.__atexample__named__sweep_points.var"#3#4")(xy::Tuple{Float64, Float64})
@ Main.__atexample__named__sweep_points ./sweep_points.md:124
[2] iterate
@ ./generator.jl:48 [inlined]
[3] _collect(c::Matrix{Tuple{Float64, Float64}}, itr::Base.Generator{Matrix{Tuple{Float64, Float64}}, Main.__atexample__named__sweep_points.var"#3#4"}, ::Base.EltypeUnknown, isz::Base.HasShape{2})
@ Base ./array.jl:810
[4] collect_similar(cont::Matrix{Tuple{Float64, Float64}}, itr::Base.Generator{Matrix{Tuple{Float64, Float64}}, Main.__atexample__named__sweep_points.var"#3#4"})
@ Base ./array.jl:732
[5] map(f::Function, A::Matrix{Tuple{Float64, Float64}})
@ Base ./abstractarray.jl:3372
[6] top-level scope
@ sweep_points.md:123
[7] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[8] #61
@ ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:879 [inlined]
[9] cd(f::Documenter.var"#61#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[10] (::Documenter.var"#59#60"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:878
[11] (::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/MR051/src/IOCapture.jl:170
[12] with_logstate(f::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{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:540
[13] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:651
[14] capture(f::Documenter.var"#59#60"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/MR051/src/IOCapture.jl:167
[15] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:877
|
|
Build and deploy documentation:
../../../.julia/packages/Documenter/xvqbW/src/utilities/utilities.jl#L49
failed to run `@example` block in docs/src/examples/specialized/satellite/sweep_points.md:110-116
```@example sweep_points
using Rasters, RasterDataSources
import ArchGDAL, NCDatasets # to activate extensions on rasters for file IO
worldclim_file = RasterDataSources.getraster(WorldClim{Climate}, :tmin; month = 1)
ras = Raster(worldclim_file)
ras = replace_missing(ras, NaN)
```
exception =
HTTP.ConnectError for url = `https://geodata.ucdavis.edu/climate/worldclim/2_1/base/wc2.1_10m_tmin.zip`: TimeoutException: try_with_timeout timed out after 30.0 seconds
Stacktrace:
[1] _maybe_download(uri::URIs.URI, filepath::String, headers::Vector{Any})
@ RasterDataSources ~/.julia/packages/RasterDataSources/rJGTg/src/shared.jl:70
[2] _maybe_download
@ ~/.julia/packages/RasterDataSources/rJGTg/src/shared.jl:62 [inlined]
[3] _getraster(T::Type{RasterDataSources.WorldClim{RasterDataSources.Climate}}, layer::Symbol, month::Int64, res::String)
@ RasterDataSources ~/.julia/packages/RasterDataSources/rJGTg/src/worldclim/climate.jl:23
[4] #getraster#29
@ ~/.julia/packages/RasterDataSources/rJGTg/src/worldclim/climate.jl:6 [inlined]
[5] top-level scope
@ sweep_points.md:113
[6] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[7] #61
@ ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:879 [inlined]
[8] cd(f::Documenter.var"#61#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[9] (::Documenter.var"#59#60"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:878
[10] (::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/MR051/src/IOCapture.jl:170
[11] with_logstate(f::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{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:540
[12] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:651
[13] capture(f::Documenter.var"#59#60"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/MR051/src/IOCapture.jl:167
[14] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:877
|
|
Build and deploy documentation:
../../../.julia/packages/Documenter/xvqbW/src/utilities/utilities.jl#L49
failed to evaluate `Cover = fig` in `@cardmeta` block in docs/src/examples/italy.md:61-64
```@cardmeta
Description = "Plotting geometries from a DataFrame"
Cover = fig
```
exception =
UndefVarError: `fig` not defined in `Main.__atexample__named__italy`
Suggestion: check for spelling errors or missing imports.
|
|
Build and deploy documentation:
../../../.julia/packages/Documenter/xvqbW/src/utilities/utilities.jl#L49
failed to run `@example` block in docs/src/examples/italy.md:52-56
```@example italy
ga.xticks = Makie.WilkinsonTicks(5; k_min = 3)
ga.yticks = Makie.WilkinsonTicks(10; k_min = 5)
fig
```
exception =
UndefVarError: `ga` not defined in `Main.__atexample__named__italy`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
@ italy.md:53
[2] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[3] #61
@ ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:879 [inlined]
[4] cd(f::Documenter.var"#61#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[5] (::Documenter.var"#59#60"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:878
[6] (::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/MR051/src/IOCapture.jl:170
[7] with_logstate(f::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{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:540
[8] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:651
[9] capture(f::Documenter.var"#59#60"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/MR051/src/IOCapture.jl:167
[10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:877
|
|
Build and deploy documentation:
../../../.julia/packages/Documenter/xvqbW/src/utilities/utilities.jl#L49
failed to run `@example` block in docs/src/examples/italy.md:34-48
```@example italy
ita_centroid = GO.centroid(ita_df.geom)
fig = Figure()
ga = GeoAxis(
fig[1, 1];
dest = "+proj=ortho +lon_0=$(ita_centroid[1]) +lat_0=$(ita_centroid[2])"
)
poly!(
ga, ita_df.geom;
color = 1:size(ita_df, 1), # this could be any vector of length `size(ita_df, 1)`
strokecolor = :blue, strokewidth = 1, shading = NoShading
)
fig
```
exception =
UndefVarError: `ita_df` not defined in `Main.__atexample__named__italy`
Suggestion: add an appropriate import or assignment. This global was declared but not assigned.
Stacktrace:
[1] top-level scope
@ italy.md:35
[2] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[3] #61
@ ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:879 [inlined]
[4] cd(f::Documenter.var"#61#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[5] (::Documenter.var"#59#60"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:878
[6] (::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/MR051/src/IOCapture.jl:170
[7] with_logstate(f::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{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:540
[8] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:651
[9] capture(f::Documenter.var"#59#60"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/MR051/src/IOCapture.jl:167
[10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:877
|
|
Build and deploy documentation:
../../../.julia/packages/Documenter/xvqbW/src/utilities/utilities.jl#L49
failed to run `@example` block in docs/src/examples/italy.md:21-23
```@example italy
ita_df = GADM.get("ITA"; depth = 1) |> DataFrame
```
exception =
download failed due to internet and/or server issues
Stacktrace:
[1] download(country::String; version::String)
@ GADM ~/.julia/packages/GADM/rptTD/src/GADM.jl:86
[2] download
@ ~/.julia/packages/GADM/rptTD/src/GADM.jl:43 [inlined]
[3] #getdataset#2
@ ~/.julia/packages/GADM/rptTD/src/GADM.jl:115 [inlined]
[4] getdataset
@ ~/.julia/packages/GADM/rptTD/src/GADM.jl:113 [inlined]
[5] get(::String; depth::Int64, kwargs::@kwargs{})
@ GADM ~/.julia/packages/GADM/rptTD/src/GADM.jl:181
[6] top-level scope
@ italy.md:22
[7] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[8] #61
@ ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:879 [inlined]
[9] cd(f::Documenter.var"#61#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[10] (::Documenter.var"#59#60"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:878
[11] (::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/MR051/src/IOCapture.jl:170
[12] with_logstate(f::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{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:540
[13] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:651
[14] capture(f::Documenter.var"#59#60"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/MR051/src/IOCapture.jl:167
[15] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/xvqbW/src/expander_pipeline.jl:877
|
|
Build and deploy documentation:
../../../.julia/packages/Colors/VFEJ1/src/display.jl#L159
Output swatches are reduced due to the large size (2881×1441).
Load the ImageShow package for large images.
|
|
Build and deploy documentation:
../../../.julia/packages/Colors/VFEJ1/src/display.jl#L159
Output swatches are reduced due to the large size (1441×2881).
Load the ImageShow package for large images.
|