Skip to content

feat: aoc2022-13 part 1 #101

feat: aoc2022-13 part 1

feat: aoc2022-13 part 1 #101

Triggered via push February 10, 2024 14:14
Status Success
Total duration 55s
Artifacts

test.yml

on: push
unit-test
48s
unit-test
Fit to window
Zoom out
Zoom in

Annotations

19 warnings
unit-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
unit-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
unit-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
unit-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
unit-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
unit-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
unit-test
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
unit-test
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
unit-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
unit-test: advent_of_code/src/algorithm/graph.rs#L1
unused imports: `collections::HashSet`, `iter::FromIterator`
unit-test
`advent_of_code` (lib) generated 1 warning (run `cargo fix --lib -p advent_of_code` to apply 1 suggestion)
unit-test: advent_of_code/src/aoc2021/19.rs#L114
unused variable: `i`
unit-test: advent_of_code/src/aoc2021/2.rs#L5
unused import: `itertools::Itertools`
unit-test: advent_of_code/src/aoc2021/7.rs#L4
unused import: `get_str_from_file`
unit-test: advent_of_code/src/aoc2021/7.rs#L1
the feature `int_abs_diff` has been stable since 1.60.0 and no longer requires an attribute to enable
unit-test: advent_of_code/src/aoc2021/9.rs#L4
unused import: `std::iter::IntoIterator`
unit-test
`advent_of_code` (bin "2021-2" test) generated 1 warning (run `cargo fix --bin "2021-2" --tests` to apply 1 suggestion)
unit-test
`advent_of_code` (bin "2021-7" test) generated 2 warnings (run `cargo fix --bin "2021-7" --tests` to apply 1 suggestion)
unit-test: advent_of_code/src/aoc2022/9.rs#L91
field `length` is never read