nixbot

builds
1these 5 derivations will be built:2 /nix/store/4xphq8c77sxva45nagg6rpq3dmi3gmw0-vendor-registry.drv3 /nix/store/aqx04w3wrz7c0zz1pfq96ddx7ajxrpmy-vendor-cargo-deps.drv4 /nix/store/msiwiq8p9hbdas2cd7gwf0qrd29jr7zm-source.drv5 /nix/store/j1wipbza542yfh6nwd291ffm2jbwijsl-harmonia-deps-3.2.0.drv6 /nix/store/d4z52x4n5z9875zjihh8mib97qbnc6hx-harmonia-3.2.0.drv7error: Cannot build '/nix/store/d4z52x4n5z9875zjihh8mib97qbnc6hx-harmonia-3.2.0.drv'.8 Reason: builder failed with exit code 101.9 Output paths:10 /nix/store/jxkp5b4jpv2ldj91c9ir9cwjl2gpz337-harmonia-3.2.011 Last 25 log lines:12 > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^13 > ...14 > 214 | pub fn open<P: AsRef<Path>>(path: P) -> io::Result<NamedFile> {15 > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^16 >17 > error[E0599]: no associated function or constant named `open_async` found for struct `NamedFile` in the current scope18 > --> harmonia-cache/src/serve.rs:174:2319 > |20 > 174 | Ok(NamedFile::open_async(&full_path)21 > | ^^^^^^^^^^ associated function or constant not found in `NamedFile`22 > |23 > note: if you're trying to build a new `NamedFile` consider using one of the following associated functions:24 > NamedFile::from_file25 > NamedFile::open26 > --> /nix/store/9lq3byr01czwicw0xz3p9f7ip8xlf0iy-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/actix-files-0.7.0/src/named.rs:181:527 > |28 > 181 | pub fn from_file<P: AsRef<Path>>(file: File, path: P) -> io::Result<NamedFile> {29 > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^30 > ...31 > 214 | pub fn open<P: AsRef<Path>>(path: P) -> io::Result<NamedFile> {32 > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^33 >34 > For more information about this error, try `rustc --explain E0599`.35 > error: could not compile `harmonia-cache` (bin "harmonia-cache") due to 3 previous errors36 > warning: build failed, waiting for other jobs to finish...37 For full logs, run:38 nix log /nix/store/d4z52x4n5z9875zjihh8mib97qbnc6hx-harmonia-3.2.0.drv