Test stderr in actions #794
Triggered via pull request
November 17, 2025 00:41
Status
Failure
Total duration
26m 31s
Artifacts
–
ci.yml
on: pull_request
Build and deploy documentation
26m 28s
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/yVko2/src/utilities/utilities.jl#L49
failed to run `@example` block in docs/src/examples/specialized/satellite/sweep_points.md:103-105
```@example sweep_points
scatter(reduce(vcat, sweep_points_timeseries); axis = (; type = GlobeAxis))
```
exception =
UndefVarError: `sweep_points_timeseries` not defined in `Main.__atexample__named__sweep_points`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
@ sweep_points.md:104
[2] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[3] #61
@ ~/.julia/packages/Documenter/yVko2/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/yVko2/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/Y5rEA/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/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/yVko2/src/expander_pipeline.jl:877
|
|
Build and deploy documentation:
../../../.julia/packages/Documenter/yVko2/src/utilities/utilities.jl#L49
failed to run `@example` block in docs/src/examples/specialized/satellite/sweep_points.md:85-99
```@example sweep_points
amz1_tle = SatelliteToolbox.tle"""
AMAZONIA 1
1 47699U 21015A 25205.73369244 .00000207 00000+0 78058-4 0 9996
2 47699 98.3576 279.7581 0001748 96.4737 263.6651 14.40869396231498
"""
prop = SatelliteToolbox.Propagators.init(Val(:SGP4), amz1_tle)
sv_teme = SatelliteToolbox.Propagators.propagate!(prop, 0:12:(3600*10), OrbitStateVector)
eop = SatelliteToolbox.fetch_iers_eop()
sv_itrf = SatelliteToolbox.sv_eci_to_ecef.(sv_teme, (TEME(),), (SatelliteToolbox.ITRF(),), (eop,))
sweep_points_timeseries = sweep_points.(sv_itrf, (LinRange(-125000, 125000, 5),))
```
exception =
RequestError: Connection timed out after 30001 milliseconds while requesting https://datacenter.iers.org/data/csv/finals.all.csv
Stacktrace:
[1] (::Downloads.var"#23#24"{IOStream, Base.DevNull, Nothing, Vector{Pair{String, String}}, Float64, Nothing, Bool, Nothing, Bool, Nothing, String, Bool, Bool})(easy::Downloads.Curl.Easy)
@ Downloads /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/Downloads/src/Downloads.jl:452
[2] with_handle(f::Downloads.var"#23#24"{IOStream, Base.DevNull, Nothing, Vector{Pair{String, String}}, Float64, Nothing, Bool, Nothing, Bool, Nothing, String, Bool, Bool}, handle::Downloads.Curl.Easy)
@ Downloads.Curl /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/Downloads/src/Curl/Curl.jl:105
[3] #21
@ /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/Downloads/src/Downloads.jl:363 [inlined]
[4] arg_write(f::Downloads.var"#21#22"{Base.DevNull, Nothing, Vector{Pair{String, String}}, Float64, Nothing, Bool, Nothing, Bool, Nothing, String, Bool, Bool}, arg::IOStream)
@ ArgTools /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/ArgTools/src/ArgTools.jl:134
[5] #19
@ /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/Downloads/src/Downloads.jl:362 [inlined]
[6] arg_read
@ /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/ArgTools/src/ArgTools.jl:76 [inlined]
[7] request(url::String; input::Nothing, output::IOStream, method::Nothing, headers::Vector{Pair{String, String}}, timeout::Float64, progress::Nothing, verbose::Bool, debug::Nothing, throw::Bool, downloader::Nothing, interrupt::Nothing)
@ Downloads /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/Downloads/src/Downloads.jl:361
[8] request
@ /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/Downloads/src/Downloads.jl:328 [inlined]
[9] #4
@ /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/Downloads/src/Downloads.jl:259 [inlined]
[10] open(f::Downloads.var"#4#5"{Nothing, Vector{Pair{String, String}}, Float64, Nothing, Bool, Nothing, Nothing, String}, args::String; kwargs::@kwargs{write::Bool, lock::Bool})
@ Base ./io.jl:410
[11] open_nolock
@ /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/ArgTools/src/ArgTools.jl:35 [inlined]
[12] arg_write(f::Function, arg::String)
@ ArgTools /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/ArgTools/src/ArgTools.jl:103
[13] #download#2
@ /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/Downloads/src/Downloads.jl:258 [inlined]
[14] download
@ /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/Downloads/src/Downloads.jl:247 [inlined]
[15] _download_eop(url::String, key::String, filename::String; force_download::Bool)
@ SatelliteToolboxTransformations ~/.julia/packages/SatelliteToolboxTransformations/bNrgq/src/eop/private.jl:73
[16] _download_eop
@ ~/.julia/packages/SatelliteToolboxTransformations/bNrgq/src/eop/private.jl:29 [inlined]
[17] #fetch_iers_eop#2
@ ~/.julia/packages/SatelliteToolboxTransformations/bNrgq/src/eop/fetch.jl:65 [inlined]
[18] fetch_iers_eop
@ ~/.julia/packages/Satellite
|
|
Build and deploy documentation:
../../../.julia/packages/Documenter/yVko2/src/utilities/utilities.jl#L49
failed to run `@example` block in docs/src/examples/specialized/satellite/dashboard.md:313-326
```@example dashboard
cc = Makie.cameracontrols(view_ax.scene)
# Update the camera when the satellite position changes
cam_controller = on(view_ax.scene, satellite_graph.satellite_position; update = true) do ecef
time_rel = satellite_graph.time_rel[]
lookat = Vec3d(0,0,0)
eyeposition = ecef .* 2 ## TODO: some coordinate system shenanigans here
upvector = Makie.normalize(sv_itrf[round(Int, time_rel * 86400) + 1].v)
Makie.update_cam!(view_ax.scene, eyeposition, lookat, upvector)
return nothing
end
f
```
exception =
UndefVarError: `view_ax` not defined in `Main.__atexample__named__dashboard`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
@ dashboard.md:314
[2] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[3] #61
@ ~/.julia/packages/Documenter/yVko2/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/yVko2/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/Y5rEA/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/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/yVko2/src/expander_pipeline.jl:877
|
|
Build and deploy documentation:
../../../.julia/packages/Documenter/yVko2/src/utilities/utilities.jl#L49
failed to run `@example` block in docs/src/examples/specialized/satellite/dashboard.md:293-308
```@example dashboard
satellite_trajectory_ground_plt = lines!(
ground_ax,
satellite_graph[:satellite_trajectory_cut];
color = satellite_graph[:satellite_position_color_cut]
)
view_label = Label(
diag_gl[2, 1], "Satellite View";
halign = :center, font = :bold,
tellheight = true, tellwidth = false
)
view_ax = GlobeAxis(diag_gl[3, 1]; show_axis = false, center = false)
meshimage!(view_ax, -180..180, -90..90, globe_image; uv_transform = :rotr90)
f
```
exception =
UndefVarError: `satellite_graph` not defined in `Main.__atexample__named__dashboard`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
@ dashboard.md:294
[2] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[3] #61
@ ~/.julia/packages/Documenter/yVko2/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/yVko2/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/Y5rEA/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/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/yVko2/src/expander_pipeline.jl:877
|
|
Build and deploy documentation:
../../../.julia/packages/Documenter/yVko2/src/utilities/utilities.jl#L49
failed to run `@example` block in docs/src/examples/specialized/satellite/dashboard.md:270-291
```@example dashboard
diag_gl = GridLayout(f[1, 2]; alignmode = Outside())
ground_ax = GeoAxis(diag_gl[1, 1]; limits = ((-180, 180), (-90, 90)), title = "Ground Track")
meshimage!(ground_ax, -180..180, -90..90, globe_image; uv_transform = :rotr90)
lines!(ground_ax, GeoMakie.coastlines(); color = :white)
satellite_marker_ground_plt = scatter!(
ground_ax,
satellite_graph[:satellite_position];
source = "+proj=cart +type=crs",
marker = :circle,
color = :blue,
strokecolor = :white,
strokewidth = 1
)
map!(
splitify,
satellite_graph,
[:satellite_trajectory, :satellite_trajectory_color],
[:satellite_trajectory_cut, :satellite_position_color_cut]
)
```
exception =
UndefVarError: `satellite_graph` not defined in `Main.__atexample__named__dashboard`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
@ dashboard.md:275
[2] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[3] #61
@ ~/.julia/packages/Documenter/yVko2/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/yVko2/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/Y5rEA/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/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/yVko2/src/expander_pipeline.jl:877
|
|
Build and deploy documentation:
../../../.julia/packages/Documenter/yVko2/src/utilities/utilities.jl#L49
failed to run `@example` block in docs/src/examples/specialized/satellite/dashboard.md:235-265
```@example dashboard
orbit_plot.visible[] = false
satellite_graph = Makie.ComputeGraph()
Makie.add_input!(satellite_graph, :time_rel, 0.001)
Makie.map!(satellite_graph, [:time_rel], [:satellite_position, :satellite_trajectory]) do t
pos = sv_itrf[round(Int, t * 86400) + 1].r
traj = getproperty.(view(sv_itrf, max(1, round(Int, t * 86400) - 180 * 30):round(Int, t * 86400) + 1), :r)
return (pos, traj)
end
Makie.map!(satellite_graph, [:satellite_trajectory], [:satellite_trajectory_color]) do traj
color = if length(traj) == 1
RGBAf[Makie.wong_colors(1.0)[2]]
else
RGBAf.((Makie.wong_colors()[2],), LinRange(0, 1, length(traj)))
end
return (color,)
end
satellite_marker_plt = scatter!(
a.scene, satellite_graph[:satellite_position];
)
satellite_trajectory_plt = lines!(
a.scene,
satellite_graph[:satellite_trajectory];
color = satellite_graph[:satellite_trajectory_color]
)
```
exception =
UndefVarError: `orbit_plot` not defined in `Main.__atexample__named__dashboard`
Suggestion: add an appropriate import or assignment. This global was declared but not assigned.
Stacktrace:
[1] top-level scope
@ dashboard.md:236
[2] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[3] #61
@ ~/.julia/packages/Documenter/yVko2/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/yVko2/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/Y5rEA/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/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/yVko2/src/expander_pipeline.jl:877
|
|
Build and deploy documentation:
../../../.julia/packages/Documenter/yVko2/src/utilities/utilities.jl#L49
failed to run `@example` block in docs/src/examples/specialized/satellite/dashboard.md:182-194
```@example dashboard
orbit_plot = lines!(
a,
getproperty.(sv_itrf[1:86400÷2], :r); # get the position from the state vector
transparency = false,
color = :lightblue,
source = "+proj=cart +type=crs",
)
f
# Let's also plot some coastlines just for a visual reference.
coastline_plot = lines!(a, GeoMakie.coastlines(); color = :gray, linewidth = 1, zlevel = 20_000)
f
```
exception =
UndefVarError: `sv_itrf` not defined in `Main.__atexample__named__dashboard`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
@ dashboard.md:183
[2] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[3] #61
@ ~/.julia/packages/Documenter/yVko2/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/yVko2/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/Y5rEA/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/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/yVko2/src/expander_pipeline.jl:877
|
|
Build and deploy documentation:
../../../.julia/packages/Documenter/yVko2/src/utilities/utilities.jl#L49
failed to run `@example` block in docs/src/examples/specialized/satellite/dashboard.md:116-127
```@example dashboard
tle = SatelliteToolbox.tle"""
HST
1 20580U 90037B 25298.18540833 .00010258 00000+0 36633-3 0 9991
2 20580 28.4680 242.7474 0002152 56.7096 303.3705 15.27131570752566
"""
prop = SatelliteToolbox.Propagators.init(Val(:SGP4), tle)
sv_teme = SatelliteToolbox.Propagators.propagate!(prop, 0:1:(86400 * 30), OrbitStateVector)
eop = SatelliteToolbox.fetch_iers_eop()
sv_itrf = SatelliteToolbox.sv_eci_to_ecef.(sv_teme, (TEME(),), (SatelliteToolbox.ITRF(),), (eop,))
```
exception =
RequestError: Connection timed out after 30030 milliseconds while requesting https://datacenter.iers.org/data/csv/finals.all.csv
Stacktrace:
[1] (::Downloads.var"#23#24"{IOStream, Base.DevNull, Nothing, Vector{Pair{String, String}}, Float64, Nothing, Bool, Nothing, Bool, Nothing, String, Bool, Bool})(easy::Downloads.Curl.Easy)
@ Downloads /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/Downloads/src/Downloads.jl:452
[2] with_handle(f::Downloads.var"#23#24"{IOStream, Base.DevNull, Nothing, Vector{Pair{String, String}}, Float64, Nothing, Bool, Nothing, Bool, Nothing, String, Bool, Bool}, handle::Downloads.Curl.Easy)
@ Downloads.Curl /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/Downloads/src/Curl/Curl.jl:105
[3] #21
@ /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/Downloads/src/Downloads.jl:363 [inlined]
[4] arg_write(f::Downloads.var"#21#22"{Base.DevNull, Nothing, Vector{Pair{String, String}}, Float64, Nothing, Bool, Nothing, Bool, Nothing, String, Bool, Bool}, arg::IOStream)
@ ArgTools /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/ArgTools/src/ArgTools.jl:134
[5] #19
@ /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/Downloads/src/Downloads.jl:362 [inlined]
[6] arg_read
@ /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/ArgTools/src/ArgTools.jl:76 [inlined]
[7] request(url::String; input::Nothing, output::IOStream, method::Nothing, headers::Vector{Pair{String, String}}, timeout::Float64, progress::Nothing, verbose::Bool, debug::Nothing, throw::Bool, downloader::Nothing, interrupt::Nothing)
@ Downloads /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/Downloads/src/Downloads.jl:361
[8] request
@ /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/Downloads/src/Downloads.jl:328 [inlined]
[9] #4
@ /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/Downloads/src/Downloads.jl:259 [inlined]
[10] open(f::Downloads.var"#4#5"{Nothing, Vector{Pair{String, String}}, Float64, Nothing, Bool, Nothing, Nothing, String}, args::String; kwargs::@kwargs{write::Bool, lock::Bool})
@ Base ./io.jl:410
[11] open_nolock
@ /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/ArgTools/src/ArgTools.jl:35 [inlined]
[12] arg_write(f::Function, arg::String)
@ ArgTools /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/ArgTools/src/ArgTools.jl:103
[13] #download#2
@ /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/Downloads/src/Downloads.jl:258 [inlined]
[14] download
@ /opt/hostedtoolcache/julia/1.12.1/x64/share/julia/stdlib/v1.12/Downloads/src/Downloads.jl:247 [inlined]
[15] _download_eop(url::String, key::String, filename::String; force_download::Bool)
@ SatelliteToolboxTransformations ~/.julia/packages/SatelliteToolboxTransformations/bNrgq/src/eop/private.jl:73
[16] _download_eop
@ ~/.julia/packages/SatelliteToolboxTransformations/bNrgq/src/eop/private.jl:29 [inlined]
[17] #fetch_iers_eop#2
@ ~/.julia/packages/SatelliteToolboxTransformations/bNrgq/src/eop/fetch.jl:65 [inlined]
[18] fetch_iers_eop
@ ~/.julia/packages/SatelliteToolboxTransformations/bNrgq/src/eop/fetch.jl:59 [inlined]
[19] fetch_iers_eop()
@ SatelliteToolboxTransformati
|
|
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.
|