setup
checks.aarch64-darwin.clippy
· build #205
· raw
1these 3 derivations will be built:2 /nix/store/akraw01qyqxip2x6a80syc5wmcq8p39b-source.drv3 /nix/store/kpn5ljsj0klir8ajd9qlxkq3vgkbb38j-harmonia-deps-3.2.0.drv4 /nix/store/hn4dnx05xgy7bafp4svibw4mzl82dhnd-harmonia-clippy-3.2.0.drv5error: build of '/nix/store/hn4dnx05xgy7bafp4svibw4mzl82dhnd-harmonia-clippy-3.2.0.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/hn4dnx05xgy7bafp4svibw4mzl82dhnd-harmonia-clippy-3.2.0.drv'.6 Reason: builder failed with exit code 101.7 Output paths:8 /nix/store/rc8lqm24d07yz3ii12xnlqv6vj5b7mi8-harmonia-clippy-3.2.09 Last 25 log lines:10 > 112 ~ }11 > |12 >13 > error: this `if` statement can be collapsed14 > --> harmonia-store-gc/src/roots/runtime_roots.rs:187:915 > |16 > 187 | / if r > 0 {17 > 188 | | if let Some(p) = extract_cstr_path(&buf) {18 > 189 | | add_unchecked(store_prefix, &p, unchecked);19 > 190 | | }20 > 191 | | }21 > | |_________^22 > |23 > = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_if24 > help: collapse nested if block25 > |26 > 187 ~ if r > 027 > 188 ~ && let Some(p) = extract_cstr_path(&buf) {28 > 189 | add_unchecked(store_prefix, &p, unchecked);29 > 190 ~ }30 > |31 >32 > error: could not compile `harmonia-store-gc` (lib) due to 2 previous errors33 > warning: build failed, waiting for other jobs to finish...34 > error: could not compile `harmonia-store-gc` (lib test) due to 2 previous errors35 For full logs, run:36 nix log /nix/store/hn4dnx05xgy7bafp4svibw4mzl82dhnd-harmonia-clippy-3.2.0.drv37error: Cannot build '/nix/store/hn4dnx05xgy7bafp4svibw4mzl82dhnd-harmonia-clippy-3.2.0.drv'.38 Reason: builder failed with exit code 1.39 Output paths:40 /nix/store/rc8lqm24d07yz3ii12xnlqv6vj5b7mi8-harmonia-clippy-3.2.0