Skip to content

CI

CI #1549

Triggered via schedule January 21, 2026 01:07
Status Failure
Total duration 20m 5s
Artifacts

CI.yml

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

Annotations

10 errors, 1 warning, and 1 notice
Documentation
Process completed with exit code 1.
Documentation: ext/InferenceObjectsPosteriorStatsExt/r2_score.jl#L17
doctest failure in ext/InferenceObjectsPosteriorStatsExt/r2_score.jl:17-24 ```jldoctest julia> using ArviZExampleData, PosteriorStats julia> idata = load_example_data("regression10d"); julia> r2_score(idata) (r2 = 0.998384805658226, eti = 0.9982167674001565 .. 0.9985401916739318) ``` Subexpression: r2_score(idata) Evaluated output: ERROR: UndefVarError: `idata` not defined in `Main` Suggestion: add an appropriate import or assignment. This global was declared but not assigned. Stacktrace: [1] top-level scope @ none:1 Expected output: (r2 = 0.998384805658226, eti = 0.9982167674001565 .. 0.9985401916739318) diff = Warning: Diff output requires color. (r2 = 0.998384805658226, eti = 0.9982167674001565 .. 0.9985401916739318)ERROR: UndefVarError: `idata` not defined in `Main` Suggestion: add an appropriate import or assignment. This global was declared but not assigned. Stacktrace: [1] top-level scope @ none:1
Documentation: ext/InferenceObjectsPosteriorStatsExt/r2_score.jl#L17
doctest failure in ext/InferenceObjectsPosteriorStatsExt/r2_score.jl:17-24 ```jldoctest julia> using ArviZExampleData, PosteriorStats julia> idata = load_example_data("regression10d"); julia> r2_score(idata) (r2 = 0.998384805658226, eti = 0.9982167674001565 .. 0.9985401916739318) ``` Subexpression: idata = load_example_data("regression10d"); Evaluated output: ERROR: ArgumentError: Dataset regression10d not found. Valid datasets are: ["centered_eight", "non_centered_eight", "radon", "rugby", "rugby_field", "glycan_torsion_angles", "crabs_poisson", "crabs_hurdle_nb", "sbc", "anes", "periwinkles", "censored_cats", "roaches_nb", "roaches_zinb"] Stacktrace: [1] load_example_data(name::String; kwargs::@kwargs{}) @ ArviZExampleData ~/.julia/packages/ArviZExampleData/Lx4it/src/load.jl:58 [2] load_example_data(name::String) @ ArviZExampleData ~/.julia/packages/ArviZExampleData/Lx4it/src/load.jl:47 [3] top-level scope @ none:1 Expected output: diff = Warning: Diff output requires color. ERROR: ArgumentError: Dataset regression10d not found. Valid datasets are: ["centered_eight", "non_centered_eight", "radon", "rugby", "rugby_field", "glycan_torsion_angles", "crabs_poisson", "crabs_hurdle_nb", "sbc", "anes", "periwinkles", "censored_cats", "roaches_nb", "roaches_zinb"] Stacktrace: [1] load_example_data(name::String; kwargs::@kwargs{}) @ ArviZExampleData ~/.julia/packages/ArviZExampleData/Lx4it/src/load.jl:58 [2] load_example_data(name::String) @ ArviZExampleData ~/.julia/packages/ArviZExampleData/Lx4it/src/load.jl:47 [3] top-level scope @ none:1
Julia lts - ubuntu-latest - x64
Process completed with exit code 1.
Julia min - ubuntu-latest - x64
Process completed with exit code 1.
Downgrade / Julia min - ubuntu-latest - x64
Process completed with exit code 1.
Julia pre - ubuntu-latest - x64
Process completed with exit code 1.
Julia 1 - ubuntu-latest - x64
Process completed with exit code 1.
Julia 1 - windows-latest - x64
Process completed with exit code 1.
Julia 1 - macOS-latest - x64
Process completed with exit code 1.
Julia 1 - macOS-latest - x64
[setup-julia] x64 arch has been requested on a macOS runner that has an arm64 (Apple Silicon) architecture. You may have meant to use the "aarch64" arch instead (or left it unspecified for the correct default).
[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`