this derivation will be built: /nix/store/vhbkyz66zbidpmchqxb0jkh4n6ybk614-presto-pasta-clippy-0.0.4.drv Failed to find a machine for remote build! derivation: vhbkyz66zbidpmchqxb0jkh4n6ybk614-presto-pasta-clippy-0.0.4.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) building '/nix/store/vhbkyz66zbidpmchqxb0jkh4n6ybk614-presto-pasta-clippy-0.0.4.drv' presto-pasta-clippy-0.0.4> tribuchet: building on eliza presto-pasta-clippy-0.0.4> Running phase: unpackPhase presto-pasta-clippy-0.0.4> unpacking source archive /nix/store/362alibj3fmjh47v7plqnhmw7is1qrhd-source presto-pasta-clippy-0.0.4> source root is source presto-pasta-clippy-0.0.4> Executing cargoSetupPostUnpackHook presto-pasta-clippy-0.0.4> Finished cargoSetupPostUnpackHook presto-pasta-clippy-0.0.4> Running phase: patchPhase presto-pasta-clippy-0.0.4> Executing cargoSetupPostPatchHook presto-pasta-clippy-0.0.4> Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock presto-pasta-clippy-0.0.4> Finished cargoSetupPostPatchHook presto-pasta-clippy-0.0.4> Running phase: updateAutotoolsGnuConfigScriptsPhase presto-pasta-clippy-0.0.4> Running phase: configurePhase presto-pasta-clippy-0.0.4> Running phase: buildPhase presto-pasta-clippy-0.0.4> Compiling libc v0.2.186 presto-pasta-clippy-0.0.4> Compiling autocfg v1.5.1 presto-pasta-clippy-0.0.4> Compiling cfg_aliases v0.2.1 presto-pasta-clippy-0.0.4> Compiling io-uring v0.7.13 presto-pasta-clippy-0.0.4> Checking cfg-if v1.0.4 presto-pasta-clippy-0.0.4> Checking bitflags v2.13.0 presto-pasta-clippy-0.0.4> Checking foldhash v0.2.0 presto-pasta-clippy-0.0.4> Compiling nix v0.31.3 presto-pasta-clippy-0.0.4> Compiling memoffset v0.9.1 presto-pasta-clippy-0.0.4> Checking presto-pasta v0.0.4 (/build/source) presto-pasta-clippy-0.0.4> error: casting to the same type is unnecessary (`u8` -> `u8`) presto-pasta-clippy-0.0.4> --> tests/differential.rs:488:16 presto-pasta-clippy-0.0.4> | presto-pasta-clippy-0.0.4> 488 | *dst = src as u8; presto-pasta-clippy-0.0.4> | ^^^^^^^^^ help: try: `src` presto-pasta-clippy-0.0.4> | presto-pasta-clippy-0.0.4> = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast presto-pasta-clippy-0.0.4> = note: `-D clippy::unnecessary-cast` implied by `-D warnings` presto-pasta-clippy-0.0.4> = help: to override `-D warnings` add `#[allow(clippy::unnecessary_cast)]` presto-pasta-clippy-0.0.4> presto-pasta-clippy-0.0.4> error: this lint expectation is unfulfilled presto-pasta-clippy-0.0.4> --> tests/common/mod.rs:41:14 presto-pasta-clippy-0.0.4> | presto-pasta-clippy-0.0.4> 41 | #[expect(clippy::cast_possible_wrap, reason = "c_char is i8 on some targets")] presto-pasta-clippy-0.0.4> | ^^^^^^^^^^^^^^^^^^^^^^^^^^ presto-pasta-clippy-0.0.4> | presto-pasta-clippy-0.0.4> = note: c_char is i8 on some targets presto-pasta-clippy-0.0.4> = note: `-D unfulfilled-lint-expectations` implied by `-D warnings` presto-pasta-clippy-0.0.4> = help: to override `-D warnings` add `#[allow(unfulfilled_lint_expectations)]` presto-pasta-clippy-0.0.4> presto-pasta-clippy-0.0.4> error: this lint expectation is unfulfilled presto-pasta-clippy-0.0.4> --> tests/differential.rs:474:14 presto-pasta-clippy-0.0.4> | presto-pasta-clippy-0.0.4> 474 | #[expect(clippy::cast_possible_wrap, reason = "c_char is i8 on some targets")] presto-pasta-clippy-0.0.4> | ^^^^^^^^^^^^^^^^^^^^^^^^^^ presto-pasta-clippy-0.0.4> | presto-pasta-clippy-0.0.4> = note: c_char is i8 on some targets presto-pasta-clippy-0.0.4> presto-pasta-clippy-0.0.4> error: this lint expectation is unfulfilled presto-pasta-clippy-0.0.4> --> tests/differential.rs:486:14 presto-pasta-clippy-0.0.4> | presto-pasta-clippy-0.0.4> 486 | #[expect(clippy::cast_sign_loss, reason = "c_char is i8 on some targets")] presto-pasta-clippy-0.0.4> | ^^^^^^^^^^^^^^^^^^^^^^ presto-pasta-clippy-0.0.4> | presto-pasta-clippy-0.0.4> = note: c_char is i8 on some targets presto-pasta-clippy-0.0.4> presto-pasta-clippy-0.0.4> error: could not compile `presto-pasta` (test "differential") due to 4 previous errors presto-pasta-clippy-0.0.4> warning: build failed, waiting for other jobs to finish... presto-pasta-clippy-0.0.4> error: could not compile `presto-pasta` (test "netns") due to 1 previous error error: Cannot build '/nix/store/vhbkyz66zbidpmchqxb0jkh4n6ybk614-presto-pasta-clippy-0.0.4.drv'. Reason: builder failed with exit code 101. Output paths: /nix/store/pm70rrj203amfn3vnk5dh8pp1sd12qiz-presto-pasta-clippy-0.0.4 Last 25 log lines: > | ^^^^^^^^^^^^^^^^^^^^^^^^^^ > | > = 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 For full logs, run: nix log /nix/store/vhbkyz66zbidpmchqxb0jkh4n6ybk614-presto-pasta-clippy-0.0.4.drv