setup
checks.x86_64-linux.clippy
· build #493
· raw
1these 9 derivations will be built:2 /nix/store/nz8na07yyvr5lafcvwcp9hp346w78p6n-cargo-package-v_escape-base-0.1.0.drv3 /nix/store/w99cz7vwx9x9mj4k9cs3lcxbssx1ipfv-cargo-package-actix-files-0.7.0.drv4 /nix/store/x2ad2d6z1cl9b3bychbi7p7va0n6r7ap-cargo-package-v_htmlescape-0.17.0.drv5 /nix/store/4xphq8c77sxva45nagg6rpq3dmi3gmw0-vendor-registry.drv6 /nix/store/aqx04w3wrz7c0zz1pfq96ddx7ajxrpmy-vendor-cargo-deps.drv7 /nix/store/7jxwxf6sizg4kpi8l873hz9mbpp3ylmb-Cargo.toml.drv8 /nix/store/msiwiq8p9hbdas2cd7gwf0qrd29jr7zm-source.drv9 /nix/store/j1wipbza542yfh6nwd291ffm2jbwijsl-harmonia-deps-3.2.0.drv10 /nix/store/402i3b86s3gypw4sc4wqk20zv1piw108-harmonia-clippy-3.2.0.drv11error: Cannot build '/nix/store/402i3b86s3gypw4sc4wqk20zv1piw108-harmonia-clippy-3.2.0.drv'.12 Reason: builder failed with exit code 101.13 Output paths:14 /nix/store/8cr75ix3cqla4j1m3q81s3kqsw3h4is6-harmonia-clippy-3.2.015 Last 25 log lines:16 > ...17 > 214 | pub fn open<P: AsRef<Path>>(path: P) -> io::Result<NamedFile> {18 > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^19 >20 > error[E0599]: no associated function or constant named `open_async` found for struct `actix_files::NamedFile` in the current scope21 > --> harmonia-cache/src/serve.rs:174:2322 > |23 > 174 | Ok(NamedFile::open_async(&full_path)24 > | ^^^^^^^^^^ associated function or constant not found in `actix_files::NamedFile`25 > |26 > note: if you're trying to build a new `actix_files::NamedFile` consider using one of the following associated functions:27 > actix_files::NamedFile::from_file28 > actix_files::NamedFile::open29 > --> /nix/store/9lq3byr01czwicw0xz3p9f7ip8xlf0iy-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/actix-files-0.7.0/src/named.rs:181:530 > |31 > 181 | pub fn from_file<P: AsRef<Path>>(file: File, path: P) -> io::Result<NamedFile> {32 > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^33 > ...34 > 214 | pub fn open<P: AsRef<Path>>(path: P) -> io::Result<NamedFile> {35 > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^36 >37 > For more information about this error, try `rustc --explain E0599`.38 > error: could not compile `harmonia-cache` (bin "harmonia-cache") due to 3 previous errors39 > warning: build failed, waiting for other jobs to finish...40 > error: could not compile `harmonia-cache` (bin "harmonia-cache" test) due to 3 previous errors41 For full logs, run:42 nix log /nix/store/402i3b86s3gypw4sc4wqk20zv1piw108-harmonia-clippy-3.2.0.drv