nixbot

builds
1these 4 derivations will be built:2 /nix/store/igp0nspx032jv65l15v2ll7iwi0hvw0m-Cargo.toml.drv3 /nix/store/9h8wki3whadn5hn59sjr7ial42rjis8r-source.drv4 /nix/store/fln8j898n893wadm2c46yskg5fj368bd-harmonia-deps-3.1.0.drv5 /nix/store/v1a363xgvh1s18vgcil3h2zm2f1apy1n-harmonia-clippy-3.1.0.drv6error: Cannot build '/nix/store/v1a363xgvh1s18vgcil3h2zm2f1apy1n-harmonia-clippy-3.1.0.drv'.7 Reason: builder failed with exit code 101.8 Output paths:9 /nix/store/viw4rzwjy611nbibnh284qylpib5jx5s-harmonia-clippy-3.1.010 Last 25 log lines:11 > Checking harmonia-store-path-info v3.1.0 (/build/source/harmonia-store-path-info)12 > Checking harmonia-store-nar-info v3.1.0 (/build/source/harmonia-store-nar-info)13 > Checking harmonia-store-db v3.1.0 (/build/source/harmonia-store-db)14 > Checking harmonia-store-aterm v0.0.0-alpha.0 (/build/source/harmonia-store-aterm)15 > Checking harmonia-store-build-result v3.1.0 (/build/source/harmonia-store-build-result)16 > Checking harmonia-cache v3.1.0 (/build/source/harmonia-cache)17 > Checking harmonia-protocol v3.1.0 (/build/source/harmonia-protocol)18 > Checking harmonia-store-remote v3.1.0 (/build/source/harmonia-store-remote)19 > Checking harmonia-daemon v3.1.0 (/build/source/harmonia-daemon)20 > error[E0433]: cannot find `HashingReader` in `harmonia_utils_hash`21 > --> harmonia-daemon/src/handler.rs:343:6922 > |23 > 343 | let (hashing_reader, hash_state) = harmonia_utils_hash::HashingReader::new(source);24 > | ^^^^^^^^^^^^^ could not find `HashingReader` in `harmonia_utils_hash`25 > |26 > help: a struct with a similar name exists27 > |28 > 343 - let (hashing_reader, hash_state) = harmonia_utils_hash::HashingReader::new(source);29 > 343 + let (hashing_reader, hash_state) = harmonia_utils_hash::HashReader::new(source);30 > |31 >32 > For more information about this error, try `rustc --explain E0433`.33 > error: could not compile `harmonia-daemon` (lib) due to 1 previous error34 > warning: build failed, waiting for other jobs to finish...35 > error: could not compile `harmonia-daemon` (lib test) due to 1 previous error36 For full logs, run:37 nix log /nix/store/v1a363xgvh1s18vgcil3h2zm2f1apy1n-harmonia-clippy-3.1.0.drv