nixbot

builds

failed presto-pasta-clippy-0.0.4 aarch64-linux.clippy · build #14 · raw

1tribuchet: building on eliza
unpackPhase
2unpacking source archive /nix/store/362alibj3fmjh47v7plqnhmw7is1qrhd-source3source root is source4Executing cargoSetupPostUnpackHook5Finished cargoSetupPostUnpackHook
patchPhase
6Executing cargoSetupPostPatchHook7Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock8Finished cargoSetupPostPatchHook
buildPhase
9 Compiling libc v0.2.18610 Compiling autocfg v1.5.111 Compiling cfg_aliases v0.2.112 Compiling io-uring v0.7.1313 Checking cfg-if v1.0.414 Checking bitflags v2.13.015 Checking foldhash v0.2.016 Compiling nix v0.31.317 Compiling memoffset v0.9.118 Checking presto-pasta v0.0.4 (/build/source)19error: casting to the same type is unnecessary (`u8` -> `u8`)20 --> tests/differential.rs:488:1621 |22488 | *dst = src as u8;23 | ^^^^^^^^^ help: try: `src`24 |25 = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast26 = note: `-D clippy::unnecessary-cast` implied by `-D warnings`27 = help: to override `-D warnings` add `#[allow(clippy::unnecessary_cast)]`2829error: this lint expectation is unfulfilled30 --> tests/common/mod.rs:41:1431 |3241 | #[expect(clippy::cast_possible_wrap, reason = "c_char is i8 on some targets")]33 | ^^^^^^^^^^^^^^^^^^^^^^^^^^34 |35 = note: c_char is i8 on some targets36 = note: `-D unfulfilled-lint-expectations` implied by `-D warnings`37 = help: to override `-D warnings` add `#[allow(unfulfilled_lint_expectations)]`3839error: this lint expectation is unfulfilled40 --> tests/differential.rs:474:1441 |42474 | #[expect(clippy::cast_possible_wrap, reason = "c_char is i8 on some targets")]43 | ^^^^^^^^^^^^^^^^^^^^^^^^^^44 |45 = note: c_char is i8 on some targets4647error: this lint expectation is unfulfilled48 --> tests/differential.rs:486:1449 |50486 | #[expect(clippy::cast_sign_loss, reason = "c_char is i8 on some targets")]51 | ^^^^^^^^^^^^^^^^^^^^^^52 |53 = note: c_char is i8 on some targets5455error: could not compile `presto-pasta` (test "differential") due to 4 previous errors56warning: build failed, waiting for other jobs to finish...57error: could not compile `presto-pasta` (test "netns") due to 1 previous error