Skip to content

Bump julia-actions/cache from 1 to 2 #213

Bump julia-actions/cache from 1 to 2

Bump julia-actions/cache from 1 to 2 #213

Triggered via pull request June 25, 2024 20:52
Status Failure
Total duration 13m 53s
Billable time 25m
Artifacts

CI.yml

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

Annotations

6 errors and 1 notice
Julia 1.10 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
Julia 1.10 - ubuntu-latest - x86 - pull_request
Process completed with exit code 1.
Documentation: ../../../.julia/packages/Documenter/CJeWX/src/utilities/utilities.jl#L44
failed to run `@example` block in src/DuctAPE/tutorial.md:355-358 ```@example dfdc outs, success_flag = dt.analyze(propulsor, options) nothing # hide ``` exception = MethodError: no method matching akima(::SubArray{Float64, 1, Matrix{Float64}, Tuple{StepRange{Int64, Int64}, Int64}, true}, ::SubArray{Float64, 1, Matrix{Float64}, Tuple{StepRange{Int64, Int64}, Int64}, true}, ::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, ::Float64, ::Float64) Closest candidates are: akima(::Any, ::Any, ::Any) @ FLOWMath ~/.julia/packages/FLOWMath/yeNuj/src/interpolate.jl:147 Stacktrace: [1] (::DuctAPE.var"#42#47")(x::SubArray{Float64, 1, Matrix{Float64}, Tuple{StepRange{Int64, Int64}, Int64}, true}, y::SubArray{Float64, 1, Matrix{Float64}, Tuple{StepRange{Int64, Int64}, Int64}, true}, xp::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}) @ DuctAPE ~/work/DuctAPE.jl/DuctAPE.jl/src/utilities/options.jl:583 [2] reinterpolate_bodies!(rp_duct_coordinates::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, rp_centerbody_coordinates::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, duct_coordinates::Matrix{Float64}, centerbody_coordinates::Matrix{Float64}, zwake::Vector{Float64}, ncenterbody_inlet::Int64, nduct_inlet::Int64; finterp::DuctAPE.var"#42#47") @ DuctAPE ~/work/DuctAPE.jl/DuctAPE.jl/src/preprocess/geometry/body_geometry.jl:48 [3] reinterpolate_geometry!(wake_grid::Base.ReshapedArray{Float64, 3, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, rp_duct_coordinates::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, rp_centerbody_coordinates::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, rotor_indices_in_wake::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, duct_coordinates::Matrix{Float64}, centerbody_coordinates::Matrix{Float64}, rotorstator_parameters::RotorStatorParameters{Vector{Int64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{DuctAPE.C4Blade.DFDCairfoil{Float64}}, Vector{Float64}}, blade_element_cache::@NamedTuple{B::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Rtip::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Rhub::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, fliplift::SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, chords::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, twists::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, stagger::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, solidity::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, rotor_panel_centers::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, inner_fraction::Base.ReshapedArray{Float64, 2, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}}, paneling_constants::PanelingConstants{Int64, Float64, Float64}; autoshiftduct::Bool, grid_solver_options::SLORGridSolverOptions{Bool, Float64, Int64}, finterp::Function, verbose::Bool, silence_warnings::Bool) @ DuctAPE ~/work/DuctAPE.jl/DuctAPE.jl/src/preprocess/preprocess.jl:160 [4] reinterpolate_geometry! @ ~/work/DuctAPE.jl/DuctAPE.jl/src/preprocess/preprocess.jl:117 [inlined] [5] precompute_parameters!(ivr::@NamedTuple{v_rb::Base.ReshapedArray{Float64, 3, SubArray{Float64, 1, Vector{Float64}, Tuple{UnitRange{Int64}}, true}, Tuple{}}, v_rr::Base.ReshapedArray{Float64, 3, SubAr
Documentation: ../../../.julia/packages/Documenter/CJeWX/src/utilities/utilities.jl#L44
failed to run `@example` block in src/DuctAPE/tutorial.md:364-367 ```@example dfdc # Total Thrust Coefficient outs.totals.CT ``` exception = UndefVarError: `outs` not defined Stacktrace: [1] top-level scope @ :0 [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"#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 [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, 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/CJeWX/src/expander_pipeline.jl:752
Documentation: ../../../.julia/packages/Documenter/CJeWX/src/utilities/utilities.jl#L44
failed to run `@example` block in src/DuctAPE/tutorial.md:368-371 ```@example dfdc # Total Torque Coefficient outs.totals.CQ ``` exception = UndefVarError: `outs` not defined Stacktrace: [1] top-level scope @ :0 [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"#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 [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, 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/CJeWX/src/expander_pipeline.jl:752
Documentation
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`