Skip to content

Merge pull request #4 from mbari-org/dependabot/cargo/rustix-0.36.16 #26

Merge pull request #4 from mbari-org/dependabot/cargo/rustix-0.36.16

Merge pull request #4 from mbari-org/dependabot/cargo/rustix-0.36.16 #26

Triggered via push October 25, 2023 16:01
Status Success
Total duration 2m 56s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

44 warnings
Rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@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/
Rustfmt
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/
Rustfmt
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/
Rustfmt
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/
Rustfmt
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/
Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@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/
Check
ecoz2/src/ecoz2/ecoz2.c: In function ‘get_seed’:
Check
21 | return (unsigned) time(0);
Check
| utimes
Check
ecoz2/src/utl/utl.c: In function ‘increment_stack_size’:
Check
12 | #define RED(s) "\x1b[31m" s "\x1b[0m"
Check
ecoz2/src/utl/utl.c:70:25: note: in expansion of macro ‘RED’
Check
| ^~~
Check
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/
Check
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/
Check
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/
Check
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/
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@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/
Clippy
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/
Clippy
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/
Clippy
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/
Clippy
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/
Clippy
ecoz2/src/ecoz2/ecoz2.c: In function ‘get_seed’:
Clippy
21 | return (unsigned) time(0);
Clippy
| utimes
Clippy
ecoz2/src/utl/utl.c: In function ‘increment_stack_size’:
Clippy
12 | #define RED(s) "\x1b[31m" s "\x1b[0m"
Clippy
ecoz2/src/utl/utl.c:70:25: note: in expansion of macro ‘RED’
Clippy
| ^~~
Clippy: src/ecoz2_lib/mod.rs#L308
casting raw pointers to the same type and constness is unnecessary (`*const i8` -> `*const i8`)
Clippy: src/ecoz2_lib/mod.rs#L333
casting raw pointers to the same type and constness is unnecessary (`*const i8` -> `*const i8`)
Clippy: src/ecoz2_lib/mod.rs#L367
casting raw pointers to the same type and constness is unnecessary (`*const i8` -> `*const i8`)
Test Suite
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@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/
Test Suite
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/
Test Suite
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/
Test Suite
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/
Test Suite
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/
Test Suite
ecoz2/src/ecoz2/ecoz2.c: In function ‘get_seed’:
Test Suite
21 | return (unsigned) time(0);
Test Suite
| utimes
Test Suite
ecoz2/src/utl/utl.c: In function ‘increment_stack_size’:
Test Suite
12 | #define RED(s) "\x1b[31m" s "\x1b[0m"
Test Suite
ecoz2/src/utl/utl.c:70:25: note: in expansion of macro ‘RED’
Test Suite
| ^~~