Skip to content

Merge pull request #31 from sintefmath/remove-parser #110

Merge pull request #31 from sintefmath/remove-parser

Merge pull request #31 from sintefmath/remove-parser #110

Triggered via push February 2, 2024 10:49
Status Success
Total duration 25m 28s
Artifacts

CI.yml

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

Annotations

12 warnings and 1 notice
Julia 1.9 - ubuntu-latest - x64 - push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3, codecov/codecov-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Julia 1.9 - ubuntu-latest - x64 - push
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Documentation: ../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L46
failed to run `@example` block in src/examples/compositional_5components.md:87-99 ```@example compositional_5components sg = states[end][:OverallMoleFractions][2, :] fig, ax, p = plot_cell_data(g, sg) fig #! sg = states[end][:Saturations][2, :] fig, ax, p = plot_cell_data(g, sg) fig #! p = states[end][:Pressure] fig, ax, p = plot_cell_data(g, p) fig ``` exception = BoundsError: attempt to access 0-element Vector{Any} at index [0] Stacktrace: [1] getindex(A::Vector{Any}, i1::Int64) @ Base ./essentials.jl:13 [2] top-level scope @ compositional_5components.md:88 [3] eval @ ./boot.jl:385 [inlined] [4] #58 @ ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:754 [inlined] [5] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [6] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:753 [7] (::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 [8] with_logstate(f::Function, logstate::Any) @ Base.CoreLogging ./logging.jl:515 [9] with_logger @ ./logging.jl:627 [inlined] [10] 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 [11] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/1HwWe/src/expander_pipeline.jl:752
Documentation: ../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L46
undefined binding 'parse_data_file' in `@docs` block in src/man/input_files.md:25-28 ```@docs parse_data_file parse_grdecl_file ```
Documentation: ../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L46
undefined binding 'parse_grdecl_file' in `@docs` block in src/man/input_files.md:25-28 ```@docs parse_data_file parse_grdecl_file ```
Documentation: ../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L46
no docs found for 'setup_reservoir_simulator_parray' in `@docs` block in src/man/mpi.md:39-42 ```@docs setup_reservoir_simulator_parray simulate_reservoir_parray ```
Documentation: ../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L46
no docs found for 'simulate_reservoir_parray' in `@docs` block in src/man/mpi.md:39-42 ```@docs setup_reservoir_simulator_parray simulate_reservoir_parray ```
Documentation: ../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L46
undefined binding 'FluidVolume' in `@docs` block in src/man/parameters.md:5-7 ```@docs FluidVolume ```
Documentation: ../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L46
undefined binding 'reservoir_transmissibility' in `@docs` block in src/man/parameters.md:17-19 ```@docs reservoir_transmissibility ```
Documentation: ../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L46
undefined binding 'TwoPointGravityDifference' in `@docs` block in src/man/parameters.md:23-27 ```@docs TwoPointGravityDifference ConnateWater EndPointScalingCoefficients ```
Documentation: ../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L46
undefined binding 'ConnateWater' in `@docs` block in src/man/parameters.md:23-27 ```@docs TwoPointGravityDifference ConnateWater EndPointScalingCoefficients ```
Documentation: ../../../.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl#L46
undefined binding 'EndPointScalingCoefficients' in `@docs` block in src/man/parameters.md:23-27 ```@docs TwoPointGravityDifference ConnateWater EndPointScalingCoefficients ```
[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`