Running phase: unpackPhase unpacking source archive /nix/store/v0jsfmfxfp7k9mm5sc2wz9y7a206kkc8-source source root is source Running phase: patchPhase Executing configureCargoCommonVars decompressing cargo artifacts from /nix/store/5l135qilk4dq379qj97pwbck9likyb4q-harmonia-deps-3.2.0/target.tar.zst to target Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase will append /nix/var/nix/builds/nix-74871-1420875737/source/.cargo-home/config.toml with contents of /nix/store/2a1wbxqfgkj4ng9s3ghkw73j4sah48vq-vendor-cargo-deps/config.toml default configurePhase, nothing to do Running phase: buildPhase +++ command cargo --version cargo 1.97.0 (c980f4866 2026-06-30) +++ command cargo build --workspace Compiling harmonia-utils-base-encoding v0.0.0-alpha.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-utils-base-encoding) Compiling harmonia-utils-io v0.0.0-alpha.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-utils-io) Compiling harmonia-file-core v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-file-core) Compiling harmonia-protocol-derive v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-protocol-derive) Compiling harmonia-ssh-store v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-ssh-store) Compiling harmonia-utils-test v0.0.0-alpha.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-utils-test) Compiling harmonia-client v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-client) Compiling harmonia-utils-hash v0.0.0-alpha.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-utils-hash) Compiling harmonia-utils-signature v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-utils-signature) Compiling harmonia-store-path v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-path) Compiling harmonia-file-nar v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-file-nar) Compiling harmonia-store-content-address v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-content-address) Compiling harmonia-store-fs v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-fs) Compiling harmonia-store-ref-scan v0.0.0-alpha.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-ref-scan) Compiling harmonia-store-derivation v0.0.0-alpha.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-derivation) Compiling harmonia-store-path-info v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-path-info) Compiling harmonia-store-nar-info v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-nar-info) Compiling harmonia-store-db v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-db) Compiling harmonia-store-build-result v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-build-result) Compiling harmonia-store-aterm v0.0.0-alpha.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-aterm) Compiling harmonia-protocol v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-protocol) Compiling harmonia-store-gc v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-gc) Compiling harmonia-cache v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-cache) warning: 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 `Path` does not implement `Clone`, so calling `clone` on `&Path` copies the reference, which does not do anything and can be removed = note: `#[warn(noop_method_call)]` on by default 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(); | warning: `harmonia-store-gc` (lib) generated 1 warning (run `cargo fix --lib -p harmonia-store-gc` to apply 1 suggestion) Compiling harmonia-daemon v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-daemon) Compiling harmonia-store-remote v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-remote) Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.70s +++ command cargo nextest run --workspace Compiling harmonia-utils-test v0.0.0-alpha.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-utils-test) Compiling harmonia-utils-hash v0.0.0-alpha.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-utils-hash) Compiling harmonia-utils-signature v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-utils-signature) Compiling harmonia-file-nar v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-file-nar) Compiling harmonia-protocol-derive v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-protocol-derive) Compiling harmonia-utils-io v0.0.0-alpha.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-utils-io) Compiling harmonia-utils-base-encoding v0.0.0-alpha.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-utils-base-encoding) Compiling harmonia-ssh-store v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-ssh-store) Compiling harmonia-file-core v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-file-core) Compiling harmonia-client v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-client) Compiling harmonia-store-path v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-path) Compiling harmonia-store-content-address v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-content-address) Compiling harmonia-store-fs v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-fs) Compiling harmonia-store-ref-scan v0.0.0-alpha.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-ref-scan) Compiling harmonia-store-derivation v0.0.0-alpha.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-derivation) Compiling harmonia-store-path-info v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-path-info) Compiling harmonia-store-nar-info v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-nar-info) Compiling harmonia-store-db v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-db) Compiling harmonia-store-aterm v0.0.0-alpha.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-aterm) Compiling harmonia-store-build-result v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-build-result) Compiling harmonia-protocol v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-protocol) Compiling harmonia-store-gc v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-gc) Compiling harmonia-cache v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-cache) warning: 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 `Path` does not implement `Clone`, so calling `clone` on `&Path` copies the reference, which does not do anything and can be removed = note: `#[warn(noop_method_call)]` on by default 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(); | warning: `harmonia-store-gc` (lib) generated 1 warning (run `cargo fix --lib -p harmonia-store-gc` to apply 1 suggestion) warning: 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: `#[warn(noop_method_call)]` on by default 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(); | warning: `harmonia-store-gc` (lib test) generated 1 warning (run `cargo fix --lib -p harmonia-store-gc --tests` to apply 1 suggestion) Compiling harmonia-store-remote v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-store-remote) Compiling harmonia-daemon v3.2.0 (/nix/var/nix/builds/nix-74871-1420875737/source/harmonia-daemon) Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s +++ command cargo llvm-cov report --codecov --output-path coverage-raw.json Finished report saved to coverage-raw.json buildPhase completed in 4 minutes 57 seconds Running phase: installPhase Running phase: fixupPhase checking for references to /nix/var/nix/builds/nix-74871-1420875737/ in /nix/store/qi36wsprkkxpydaflymi29hb7knv2fcj-harmonia-llvm-cov-3.2.0... patching script interpreter paths in /nix/store/qi36wsprkkxpydaflymi29hb7knv2fcj-harmonia-llvm-cov-3.2.0