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/ajwdw90k0wj088ybg1q8hms950bh7cdj-harmonia-3.1.0.drv6error: Cannot build '/nix/store/ajwdw90k0wj088ybg1q8hms950bh7cdj-harmonia-3.1.0.drv'.7 Reason: builder failed with exit code 101.8 Output paths:9 /nix/store/xwsdk11nx3pjsj4zhwhly4i2d9nza84x-harmonia-3.1.010 Last 25 log lines:11 > Compiling harmonia-store-derivation v0.0.0-alpha.0 (/build/source/harmonia-store-derivation)12 > Compiling harmonia-store-path-info v3.1.0 (/build/source/harmonia-store-path-info)13 > Compiling harmonia-store-nar-info v3.1.0 (/build/source/harmonia-store-nar-info)14 > Compiling harmonia-store-aterm v0.0.0-alpha.0 (/build/source/harmonia-store-aterm)15 > Compiling harmonia-store-build-result v3.1.0 (/build/source/harmonia-store-build-result)16 > Compiling harmonia-store-db v3.1.0 (/build/source/harmonia-store-db)17 > Compiling harmonia-protocol v3.1.0 (/build/source/harmonia-protocol)18 > Compiling harmonia-cache v3.1.0 (/build/source/harmonia-cache)19 > Compiling harmonia-daemon v3.1.0 (/build/source/harmonia-daemon)20 > Compiling harmonia-store-remote v3.1.0 (/build/source/harmonia-store-remote)21 > error[E0433]: cannot find `HashingReader` in `harmonia_utils_hash`22 > --> harmonia-daemon/src/handler.rs:343:6923 > |24 > 343 | let (hashing_reader, hash_state) = harmonia_utils_hash::HashingReader::new(source);25 > | ^^^^^^^^^^^^^ could not find `HashingReader` in `harmonia_utils_hash`26 > |27 > help: a struct with a similar name exists28 > |29 > 343 - let (hashing_reader, hash_state) = harmonia_utils_hash::HashingReader::new(source);30 > 343 + let (hashing_reader, hash_state) = harmonia_utils_hash::HashReader::new(source);31 > |32 >33 > For more information about this error, try `rustc --explain E0433`.34 > error: could not compile `harmonia-daemon` (lib) due to 1 previous error35 > warning: build failed, waiting for other jobs to finish...36 For full logs, run:37 nix log /nix/store/ajwdw90k0wj088ybg1q8hms950bh7cdj-harmonia-3.1.0.drv