setup
checks.aarch64-linux.clippy
· build #63
· raw
1these 7 derivations will be built:2 /nix/store/6r0izlb5acgdr7am17z851zkgg3kphxj-Cargo.toml.drv3 /nix/store/g9vsxr73a3jsdb6pqbsk0arrlahl8gjw-Cargo.toml.drv4 /nix/store/5747wg25i6m68iy9rqgm7l5nkyrrh3vy-source.drv5 /nix/store/z8x2d3mrhfzh4qk3n8n4h9hc8m6xv5q9-vendor-registry.drv6 /nix/store/fvdihyamygmlqbhrjvn3bqa9vl413wja-vendor-cargo-deps.drv7 /nix/store/vlpw2w24xc1138xpx9bkxxy7xyv0nicz-tincd-deps-0.1.0.drv8 /nix/store/dpp5bf9dipqkmh5ibipcdmih02q1xbgv-tincd-clippy-0.1.0.drv9Failed to find a machine for remote build!10derivation: 6r0izlb5acgdr7am17z851zkgg3kphxj-Cargo.toml.drv11required (system, features): (aarch64-linux, [])121 available machines:13(systems, maxjobs, supportedFeatures, mandatoryFeatures)14([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])15Failed to find a machine for remote build!16derivation: g9vsxr73a3jsdb6pqbsk0arrlahl8gjw-Cargo.toml.drv17required (system, features): (aarch64-linux, [])181 available machines:19(systems, maxjobs, supportedFeatures, mandatoryFeatures)20([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])21Failed to find a machine for remote build!22derivation: 5747wg25i6m68iy9rqgm7l5nkyrrh3vy-source.drv23required (system, features): (aarch64-linux, [])241 available machines:25(systems, maxjobs, supportedFeatures, mandatoryFeatures)26([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])27Failed to find a machine for remote build!28derivation: vlpw2w24xc1138xpx9bkxxy7xyv0nicz-tincd-deps-0.1.0.drv29required (system, features): (aarch64-linux, [])301 available machines:31(systems, maxjobs, supportedFeatures, mandatoryFeatures)32([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])33Failed to find a machine for remote build!34derivation: dpp5bf9dipqkmh5ibipcdmih02q1xbgv-tincd-clippy-0.1.0.drv35required (system, features): (aarch64-linux, [])361 available machines:37(systems, maxjobs, supportedFeatures, mandatoryFeatures)38([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])39error: Cannot build '/nix/store/dpp5bf9dipqkmh5ibipcdmih02q1xbgv-tincd-clippy-0.1.0.drv'.40 Reason: builder failed with exit code 101.41 Output paths:42 /nix/store/b61vck1xy9440fvw47b7w1llwvh56xd6-tincd-clippy-0.1.043 Last 25 log lines:44 > Checking tinc-crypto v0.0.0 (/build/source/crates/tinc-crypto)45 > Checking tinc-sptps v0.0.0 (/build/source/crates/tinc-sptps)46 > Checking tinc-conf v0.0.0 (/build/source/crates/tinc-conf)47 > Checking tinc-device v0.0.0 (/build/source/crates/tinc-device)48 > error: casting to the same type is unnecessary (`u8` -> `u8`)49 > --> crates/tinc-device/src/linux.rs:423:3850 > |51 > 423 | let bytes = ifr.ifr_name.map(|c| c as u8);52 > | ^^^^^^^ help: try: `c`53 > |54 > = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast55 > = note: `-D clippy::unnecessary-cast` implied by `-D warnings`56 > = help: to override `-D warnings` add `#[allow(clippy::unnecessary_cast)]`57 >58 > error: casting to the same type is unnecessary (`u8` -> `u8`)59 > --> crates/tinc-device/src/linux.rs:502:7160 > |61 > 502 | let sa_data = unsafe { ifr.ifr_ifru.ifru_hwaddr }.sa_data.map(|c| c as u8);62 > | ^^^^^^^ help: try: `c`63 > |64 > = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast65 >66 > error: could not compile `tinc-device` (lib) due to 2 previous errors67 > warning: build failed, waiting for other jobs to finish...68 > error: could not compile `tinc-device` (lib test) due to 2 previous errors69 For full logs, run:70 nix log /nix/store/dpp5bf9dipqkmh5ibipcdmih02q1xbgv-tincd-clippy-0.1.0.drv