setup
checks.aarch64-darwin.clippy
· build #206
· raw
1these 3 derivations will be built:2 /nix/store/zy818mz3ghzkpvb4v3pl0g65inhx5dgb-source.drv3 /nix/store/1h9plj5zlph1a9cw61kgr2lamn6xlnnf-harmonia-deps-3.2.0.drv4 /nix/store/p7gp74r527fvnx1181y6fhqfrm0qb6bj-harmonia-clippy-3.2.0.drv5error: build of '/nix/store/p7gp74r527fvnx1181y6fhqfrm0qb6bj-harmonia-clippy-3.2.0.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/p7gp74r527fvnx1181y6fhqfrm0qb6bj-harmonia-clippy-3.2.0.drv'.6 Reason: builder failed with exit code 101.7 Output paths:8 /nix/store/b8rd24p9gqvmkb2s0ljv84kwffd04f9w-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/p7gp74r527fvnx1181y6fhqfrm0qb6bj-harmonia-clippy-3.2.0.drv37error: Cannot build '/nix/store/p7gp74r527fvnx1181y6fhqfrm0qb6bj-harmonia-clippy-3.2.0.drv'.38 Reason: builder failed with exit code 1.39 Output paths:40 /nix/store/b8rd24p9gqvmkb2s0ljv84kwffd04f9w-harmonia-clippy-3.2.0