these 2 derivations will be built: /nix/store/yk067yq4dn2sgklq0y7wyhh1lmb16763-harmonia-deps-3.2.0.drv /nix/store/4ik8xllqr7ii6l66f9fgh0c1qy2dz1f2-harmonia-clippy-3.2.0.drv error: build of '/nix/store/4ik8xllqr7ii6l66f9fgh0c1qy2dz1f2-harmonia-clippy-3.2.0.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/4ik8xllqr7ii6l66f9fgh0c1qy2dz1f2-harmonia-clippy-3.2.0.drv'. Reason: builder failed with exit code 101. Output paths: /nix/store/hhla18gxxdgj60w614qzaz6idjxa5mim-harmonia-clippy-3.2.0 Last 25 log lines: > | > 187 ~ if r > 0 > 188 ~ && let Some(p) = extract_cstr_path(&buf) { > 189 | add_unchecked(store_prefix, &p, unchecked); > 190 ~ } > | > > error: call to `.clone()` on a reference in this situation does nothing > --> harmonia-store-gc/src/gc.rs:385:55 > | > 385 | let real_store_dir = store.layout.real_store_dir().clone(); > | ^^^^^^^^ > | > = 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 removed > = note: `-D noop-method-call` implied by `-D warnings` > = help: to override `-D warnings` add `#[allow(noop_method_call)]` > help: remove this redundant call > | > 385 - let real_store_dir = store.layout.real_store_dir().clone(); > 385 + let real_store_dir = store.layout.real_store_dir(); > | > > error: could not compile `harmonia-store-gc` (lib) due to 10 previous errors > warning: build failed, waiting for other jobs to finish... > error: could not compile `harmonia-store-gc` (lib test) due to 10 previous errors For full logs, run: nix log /nix/store/4ik8xllqr7ii6l66f9fgh0c1qy2dz1f2-harmonia-clippy-3.2.0.drv error: Cannot build '/nix/store/4ik8xllqr7ii6l66f9fgh0c1qy2dz1f2-harmonia-clippy-3.2.0.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/hhla18gxxdgj60w614qzaz6idjxa5mim-harmonia-clippy-3.2.0