Skip to content

Merge branch 'main' of github.com:mbari-org/ecoz2rs #33

Merge branch 'main' of github.com:mbari-org/ecoz2rs

Merge branch 'main' of github.com:mbari-org/ecoz2rs #33

Triggered via push December 7, 2023 03:54
Status Success
Total duration 1m 38s
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
| ^~~