Skip to content

Daily check

Daily check #652

Triggered via schedule January 8, 2025 23:12
Status Failure
Total duration 2m 20s
Artifacts

daily.yml

on: schedule
Matrix: audit / audit
Matrix: lint / lint
Matrix: build / build
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
operator precedence can trip the unwary: src/one_char.rs#L102
error: operator precedence can trip the unwary --> src/one_char.rs:102:25 | 102 | Ok((c1.to_digit(16).expect("hexdigit") << 4 | _________________________^ 103 | | | c2.to_digit(16).expect("hexdigit")) as u8) | |____________________________________________________________^ help: consider parenthesizing your expression: `(c1.to_digit(16).expect("hexdigit") << 4) | c2.to_digit(16).expect("hexdigit")` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#precedence = note: `-D clippy::precedence` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::precedence)]`
operator precedence can trip the unwary: src/one_char.rs#L102
error: operator precedence can trip the unwary --> src/one_char.rs:102:25 | 102 | Ok((c1.to_digit(16).expect("hexdigit") << 4 | _________________________^ 103 | | | c2.to_digit(16).expect("hexdigit")) as u8) | |____________________________________________________________^ help: consider parenthesizing your expression: `(c1.to_digit(16).expect("hexdigit") << 4) | c2.to_digit(16).expect("hexdigit")` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#precedence = note: `-D clippy::precedence` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::precedence)]`
lint / lint (macos-latest)
Clippy has exited with exit code 101
lint / lint (ubuntu-latest)
The job was canceled because "macos-latest" failed.
operator precedence can trip the unwary: src/one_char.rs#L102
error: operator precedence can trip the unwary --> src/one_char.rs:102:25 | 102 | Ok((c1.to_digit(16).expect("hexdigit") << 4 | _________________________^ 103 | | | c2.to_digit(16).expect("hexdigit")) as u8) | |____________________________________________________________^ help: consider parenthesizing your expression: `(c1.to_digit(16).expect("hexdigit") << 4) | c2.to_digit(16).expect("hexdigit")` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#precedence = note: `-D clippy::precedence` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::precedence)]`
operator precedence can trip the unwary: src/one_char.rs#L102
error: operator precedence can trip the unwary --> src/one_char.rs:102:25 | 102 | Ok((c1.to_digit(16).expect("hexdigit") << 4 | _________________________^ 103 | | | c2.to_digit(16).expect("hexdigit")) as u8) | |____________________________________________________________^ help: consider parenthesizing your expression: `(c1.to_digit(16).expect("hexdigit") << 4) | c2.to_digit(16).expect("hexdigit")` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#precedence = note: `-D clippy::precedence` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::precedence)]`
lint / lint (ubuntu-latest)
Clippy has exited with exit code 101
lint / lint (windows-latest)
The job was canceled because "macos-latest" failed.
lint / lint (windows-latest)
The operation was canceled.
audit / audit (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636