nixbot

builds
1this derivation will be built:2 /nix/store/9fvk4d24kvxfmgjn40whvx68l4dijhqj-harmonia-clippy-3.2.0.drv3Failed to find a machine for remote build!4derivation: 9fvk4d24kvxfmgjn40whvx68l4dijhqj-harmonia-clippy-3.2.0.drv5required (system, features): (aarch64-linux, [])61 available machines:7(systems, maxjobs, supportedFeatures, mandatoryFeatures)8([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])9error: Cannot build '/nix/store/9fvk4d24kvxfmgjn40whvx68l4dijhqj-harmonia-clippy-3.2.0.drv'.10 Reason: builder failed with exit code 101.11 Output paths:12 /nix/store/0mg25vhjbvz835ckmpdcmbcck05wymg3-harmonia-clippy-3.2.013 Last 25 log lines:14 > --> harmonia-store-gc/src/gc.rs:570:4915 > |16 > 570 | let bytes_freed = bytes_freed + clean_links(&store.layout.links_dir())?;17 > | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `store.layout.links_dir()`18 > |19 > = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow20 >21 > error: call to `.clone()` on a reference in this situation does nothing22 > --> harmonia-store-gc/src/gc.rs:385:5523 > |24 > 385 | let real_store_dir = store.layout.real_store_dir().clone();25 > | ^^^^^^^^26 > |27 > = 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 removed28 > = note: `-D noop-method-call` implied by `-D warnings`29 > = help: to override `-D warnings` add `#[allow(noop_method_call)]`30 > help: remove this redundant call31 > |32 > 385 - let real_store_dir = store.layout.real_store_dir().clone();33 > 385 + let real_store_dir = store.layout.real_store_dir();34 > |35 >36 > error: could not compile `harmonia-store-gc` (lib) due to 8 previous errors37 > warning: build failed, waiting for other jobs to finish...38 > error: could not compile `harmonia-store-gc` (lib test) due to 8 previous errors39 For full logs, run:40 nix log /nix/store/9fvk4d24kvxfmgjn40whvx68l4dijhqj-harmonia-clippy-3.2.0.drv