nixbot

builds
1this derivation will be built:2 /nix/store/hi43ahdkysizd98n7nbzyxgkdpv9kci0-harmonia-clippy-3.2.0.drv3error: build of '/nix/store/hi43ahdkysizd98n7nbzyxgkdpv9kci0-harmonia-clippy-3.2.0.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/hi43ahdkysizd98n7nbzyxgkdpv9kci0-harmonia-clippy-3.2.0.drv'.4 Reason: builder failed with exit code 101.5 Output paths:6 /nix/store/5rqcdhni2q5s70596i1haln219zjksa8-harmonia-clippy-3.2.07 Last 25 log lines:8 > |9 > 187 ~ if r > 010 > 188 ~ && let Some(p) = extract_cstr_path(&buf) {11 > 189 | add_unchecked(store_prefix, &p, unchecked);12 > 190 ~ }13 > |14 >15 > error: call to `.clone()` on a reference in this situation does nothing16 > --> harmonia-store-gc/src/gc.rs:385:5517 > |18 > 385 | let real_store_dir = store.layout.real_store_dir().clone();19 > | ^^^^^^^^20 > |21 > = note: the type `std::path::Path` does not implement `Clone`, so calling `clone` on `&std::path::Path` copies the reference, which does not do anything and can be removed22 > = note: `-D noop-method-call` implied by `-D warnings`23 > = help: to override `-D warnings` add `#[allow(noop_method_call)]`24 > help: remove this redundant call25 > |26 > 385 - let real_store_dir = store.layout.real_store_dir().clone();27 > 385 + let real_store_dir = store.layout.real_store_dir();28 > |29 >30 > error: could not compile `harmonia-store-gc` (lib) due to 10 previous errors31 > warning: build failed, waiting for other jobs to finish...32 > error: could not compile `harmonia-store-gc` (lib test) due to 10 previous errors33 For full logs, run:34 nix log /nix/store/hi43ahdkysizd98n7nbzyxgkdpv9kci0-harmonia-clippy-3.2.0.drv35error: Cannot build '/nix/store/hi43ahdkysizd98n7nbzyxgkdpv9kci0-harmonia-clippy-3.2.0.drv'.36 Reason: builder failed with exit code 1.37 Output paths:38 /nix/store/5rqcdhni2q5s70596i1haln219zjksa8-harmonia-clippy-3.2.0