these 4 derivations will be built: /nix/store/igp0nspx032jv65l15v2ll7iwi0hvw0m-Cargo.toml.drv /nix/store/9h8wki3whadn5hn59sjr7ial42rjis8r-source.drv /nix/store/fln8j898n893wadm2c46yskg5fj368bd-harmonia-deps-3.1.0.drv /nix/store/v1a363xgvh1s18vgcil3h2zm2f1apy1n-harmonia-clippy-3.1.0.drv error: Cannot build '/nix/store/v1a363xgvh1s18vgcil3h2zm2f1apy1n-harmonia-clippy-3.1.0.drv'. Reason: builder failed with exit code 101. Output paths: /nix/store/viw4rzwjy611nbibnh284qylpib5jx5s-harmonia-clippy-3.1.0 Last 25 log lines: > Checking harmonia-store-path-info v3.1.0 (/build/source/harmonia-store-path-info) > Checking harmonia-store-nar-info v3.1.0 (/build/source/harmonia-store-nar-info) > Checking harmonia-store-db v3.1.0 (/build/source/harmonia-store-db) > Checking harmonia-store-aterm v0.0.0-alpha.0 (/build/source/harmonia-store-aterm) > Checking harmonia-store-build-result v3.1.0 (/build/source/harmonia-store-build-result) > Checking harmonia-cache v3.1.0 (/build/source/harmonia-cache) > Checking harmonia-protocol v3.1.0 (/build/source/harmonia-protocol) > Checking harmonia-store-remote v3.1.0 (/build/source/harmonia-store-remote) > Checking harmonia-daemon v3.1.0 (/build/source/harmonia-daemon) > error[E0433]: cannot find `HashingReader` in `harmonia_utils_hash` > --> harmonia-daemon/src/handler.rs:343:69 > | > 343 | let (hashing_reader, hash_state) = harmonia_utils_hash::HashingReader::new(source); > | ^^^^^^^^^^^^^ could not find `HashingReader` in `harmonia_utils_hash` > | > help: a struct with a similar name exists > | > 343 - let (hashing_reader, hash_state) = harmonia_utils_hash::HashingReader::new(source); > 343 + let (hashing_reader, hash_state) = harmonia_utils_hash::HashReader::new(source); > | > > For more information about this error, try `rustc --explain E0433`. > error: could not compile `harmonia-daemon` (lib) due to 1 previous error > warning: build failed, waiting for other jobs to finish... > error: could not compile `harmonia-daemon` (lib test) due to 1 previous error For full logs, run: nix log /nix/store/v1a363xgvh1s18vgcil3h2zm2f1apy1n-harmonia-clippy-3.1.0.drv