nixbot

builds
1these 2 derivations will be built:2 /nix/store/b93piz3j5h4fyn63h958f1wy1kz7awhy-harmonia-deps-3.2.0.drv3 /nix/store/zcbi10v6yvdrqqaabrp62pjfkf4n3i1h-harmonia-clippy-3.2.0.drv4error: build of '/nix/store/zcbi10v6yvdrqqaabrp62pjfkf4n3i1h-harmonia-clippy-3.2.0.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/zcbi10v6yvdrqqaabrp62pjfkf4n3i1h-harmonia-clippy-3.2.0.drv'.5 Reason: builder failed with exit code 101.6 Output paths:7 /nix/store/fmxp7rh18hx0ys7mn8fzvi0n18k53i0k-harmonia-clippy-3.2.08 Last 25 log lines:9 > |10 > 187 ~ if r > 011 > 188 ~ && let Some(p) = extract_cstr_path(&buf) {12 > 189 | add_unchecked(store_prefix, &p, unchecked);13 > 190 ~ }14 > |15 >16 > error: call to `.clone()` on a reference in this situation does nothing17 > --> harmonia-store-gc/src/gc.rs:385:5518 > |19 > 385 | let real_store_dir = store.layout.real_store_dir().clone();20 > | ^^^^^^^^21 > |22 > = 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 removed23 > = note: `-D noop-method-call` implied by `-D warnings`24 > = help: to override `-D warnings` add `#[allow(noop_method_call)]`25 > help: remove this redundant call26 > |27 > 385 - let real_store_dir = store.layout.real_store_dir().clone();28 > 385 + let real_store_dir = store.layout.real_store_dir();29 > |30 >31 > error: could not compile `harmonia-store-gc` (lib) due to 10 previous errors32 > warning: build failed, waiting for other jobs to finish...33 > error: could not compile `harmonia-store-gc` (lib test) due to 10 previous errors34 For full logs, run:35 nix log /nix/store/zcbi10v6yvdrqqaabrp62pjfkf4n3i1h-harmonia-clippy-3.2.0.drv36error: Cannot build '/nix/store/zcbi10v6yvdrqqaabrp62pjfkf4n3i1h-harmonia-clippy-3.2.0.drv'.37 Reason: builder failed with exit code 1.38 Output paths:39 /nix/store/fmxp7rh18hx0ys7mn8fzvi0n18k53i0k-harmonia-clippy-3.2.0