Skip to content

Bump libc from 0.2.158 to 0.2.168 #147

Bump libc from 0.2.158 to 0.2.168

Bump libc from 0.2.158 to 0.2.168 #147

Triggered via pull request December 9, 2024 11:47
Status Success
Total duration 1m 11s
Artifacts

test.yml

on: pull_request
Matrix: required
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
creating a mutable reference to mutable static is discouraged: blocks/src/main.rs#L142
error: creating a mutable reference to mutable static is discouraged --> blocks/src/main.rs:142:9 | 142 | GLOB.statusloop(); | ^^^^^^^^^^^^^^^^^ mutable reference to mutable static | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
creating a mutable reference to mutable static is discouraged: blocks/src/main.rs#L95
error: creating a mutable reference to mutable static is discouraged --> blocks/src/main.rs:95:9 | 95 | GLOB.writestatus(); | ^^^^^^^^^^^^^^^^^^ mutable reference to mutable static | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
creating a mutable reference to mutable static is discouraged: blocks/src/main.rs#L142
error: creating a mutable reference to mutable static is discouraged --> blocks/src/main.rs:142:9 | 142 | GLOB.statusloop(); | ^^^^^^^^^^^^^^^^^ mutable reference to mutable static | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
creating a mutable reference to mutable static is discouraged: blocks/src/main.rs#L95
error: creating a mutable reference to mutable static is discouraged --> blocks/src/main.rs:95:9 | 95 | GLOB.writestatus(); | ^^^^^^^^^^^^^^^^^^ mutable reference to mutable static | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
creating a mutable reference to mutable static is discouraged: blocks/src/main.rs#L94
error: creating a mutable reference to mutable static is discouraged --> blocks/src/main.rs:94:9 | 94 | GLOB.getsigcmds(signum - SIGRTMIN()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives = note: `-D static-mut-refs` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(static_mut_refs)]`
creating a mutable reference to mutable static is discouraged: blocks/src/main.rs#L94
error: creating a mutable reference to mutable static is discouraged --> blocks/src/main.rs:94:9 | 94 | GLOB.getsigcmds(signum - SIGRTMIN()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives = note: `-D static-mut-refs` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(static_mut_refs)]`
ubuntu-latest / nightly
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636