tribuchet: building on eliza Running phase: unpackPhase unpacking source archive /nix/store/7d7nlngbav6d13hb4i9bhqzjfybm6lkn-source source root is source Running phase: patchPhase Executing configureCargoCommonVars decompressing cargo artifacts from /nix/store/9lz6q2mfyin76wc4jqj2yc6xjjqla5zh-tincd-deps-0.1.0/target.tar.zst to target Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase will append /build/source/.cargo-home/config.toml with contents of /nix/store/33rsbw7yvj44yd3pz40kq4nki1jda813-vendor-cargo-deps/config.toml default configurePhase, nothing to do Running phase: buildPhase +++ command cargo --version cargo 1.97.0 (c980f4866 2026-06-30) +++ command cargo clippy --release --workspace --all-targets -- -D warnings Checking bitflags v2.11.0 Compiling rustix v1.1.4 Checking linux-raw-sys v0.12.1 Compiling num-traits v0.2.19 Checking fastrand v2.4.0 Checking once_cell v1.21.4 Checking tinc-proto v0.0.0 (/build/source/crates/tinc-proto) Compiling zerocopy v0.8.48 Compiling tincd v0.1.0 (/build/source/crates/tincd) Compiling getrandom v0.3.4 Checking wait-timeout v0.2.1 Checking quick-error v1.2.3 Checking fnv v1.0.7 Checking bit-vec v0.8.0 Compiling generic-array v0.14.7 Checking unarray v0.1.4 Checking regex-syntax v0.8.11 Compiling tinc-ffi v0.0.0 (/build/source/crates/tinc-ffi) Checking hex v0.4.3 Checking nix v0.31.3 Checking netlink-packet-route v0.31.0 Checking bit-set v0.8.0 Checking rand_core v0.9.5 Checking rand v0.9.2 Checking rand_xorshift v0.4.0 Checking crypto-common v0.1.7 Checking inout v0.1.4 Checking cipher v0.4.4 Checking chacha20 v0.9.1 Checking module-lattice v0.2.3 Checking crypto-bigint v0.7.5 Checking ml-kem v0.3.2 Checking tempfile v3.27.0 Checking rusty-fork v0.3.1 Checking tinc-crypto v0.0.0 (/build/source/crates/tinc-crypto) Checking tinc-sptps v0.0.0 (/build/source/crates/tinc-sptps) Checking tinc-conf v0.0.0 (/build/source/crates/tinc-conf) Checking tinc-device v0.0.0 (/build/source/crates/tinc-device) error: casting to the same type is unnecessary (`u8` -> `u8`) --> crates/tinc-device/src/linux.rs:423:38 | 423 | let bytes = ifr.ifr_name.map(|c| c as u8); | ^^^^^^^ help: try: `c` | = 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: casting to the same type is unnecessary (`u8` -> `u8`) --> crates/tinc-device/src/linux.rs:502:71 | 502 | let sa_data = unsafe { ifr.ifr_ifru.ifru_hwaddr }.sa_data.map(|c| c as u8); | ^^^^^^^ help: try: `c` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast error: could not compile `tinc-device` (lib) due to 2 previous errors warning: build failed, waiting for other jobs to finish... error: could not compile `tinc-device` (lib test) due to 2 previous errors