tribuchet: building on eliza Running phase: unpackPhase unpacking source archive /nix/store/362alibj3fmjh47v7plqnhmw7is1qrhd-source source root is source Executing cargoSetupPostUnpackHook Finished cargoSetupPostUnpackHook Running phase: patchPhase Executing cargoSetupPostPatchHook Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock Finished cargoSetupPostPatchHook Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase Compiling libc v0.2.186 Compiling autocfg v1.5.1 Compiling cfg_aliases v0.2.1 Compiling io-uring v0.7.13 Checking cfg-if v1.0.4 Checking bitflags v2.13.0 Checking foldhash v0.2.0 Compiling nix v0.31.3 Compiling memoffset v0.9.1 Checking presto-pasta v0.0.4 (/build/source) error: casting to the same type is unnecessary (`u8` -> `u8`) --> tests/differential.rs:488:16 | 488 | *dst = src as u8; | ^^^^^^^^^ help: try: `src` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast = note: `-D clippy::unnecessary-cast` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::unnecessary_cast)]` error: this lint expectation is unfulfilled --> tests/common/mod.rs:41:14 | 41 | #[expect(clippy::cast_possible_wrap, reason = "c_char is i8 on some targets")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: c_char is i8 on some targets = note: `-D unfulfilled-lint-expectations` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unfulfilled_lint_expectations)]` error: this lint expectation is unfulfilled --> tests/differential.rs:474:14 | 474 | #[expect(clippy::cast_possible_wrap, reason = "c_char is i8 on some targets")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: c_char is i8 on some targets error: this lint expectation is unfulfilled --> tests/differential.rs:486:14 | 486 | #[expect(clippy::cast_sign_loss, reason = "c_char is i8 on some targets")] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: c_char is i8 on some targets error: could not compile `presto-pasta` (test "differential") due to 4 previous errors warning: build failed, waiting for other jobs to finish... error: could not compile `presto-pasta` (test "netns") due to 1 previous error