Skip to content

advent_of_code 2022-5: part 1 #81

advent_of_code 2022-5: part 1

advent_of_code 2022-5: part 1 #81

Triggered via push June 2, 2023 12:47
Status Success
Total duration 1m 21s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

18 warnings
unit-test
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
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/aoc2017/day21.rs#L138
method `print` is never used
unit-test: advent_of_code/src/aoc2017/day21.rs#L184
function `p_to_s` is never used
unit-test
`advent_of_code` (bin "2017-21" test) generated 3 warnings
unit-test: advent_of_code/src/aoc2017/day18_2.rs#L30
field `id` is never read
unit-test: advent_of_code/src/aoc2017/day18_2.rs#L17
panic message is not a string literal
unit-test
`advent_of_code` (bin "2017-18" test) generated 2 warnings (run `cargo fix --bin "2017-18" --tests` to apply 1 suggestion)
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