Running phase: unpackPhase unpacking source archive /nix/store/g4l0a50pcx4z2lqx76lxz2mns9lkwca5-source source root is source Running phase: patchPhase Executing configureCargoCommonVars decompressing cargo artifacts from /nix/store/pkivcad5a2fcfa8imf131apk4k5asdvc-harmonia-deps-3.2.0/target.tar.zst to target Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase will append /nix/var/nix/builds/nix-70047-3171544707/source/.cargo-home/config.toml with contents of /nix/store/rry4y47m7wzb4mz24xd9irn7bs8hlm2v-vendor-cargo-deps/config.toml default configurePhase, nothing to do Running phase: buildPhase +++ command cargo --version cargo 1.97.0 (c980f4866 2026-06-30) +++ command cargo clippy --release --locked --all-targets --all-features -- -D warnings Checking harmonia-utils-base-encoding v0.0.0-alpha.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-utils-base-encoding) Checking harmonia-utils-test v0.0.0-alpha.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-utils-test) Checking harmonia-file-core v3.2.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-file-core) Compiling harmonia-protocol-derive v3.2.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-protocol-derive) Checking harmonia-ssh-store v3.2.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-ssh-store) Checking harmonia-client v3.2.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-client) Checking harmonia-utils-hash v0.0.0-alpha.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-utils-hash) Checking harmonia-utils-signature v3.2.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-utils-signature) Checking harmonia-store-path v3.2.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-store-path) Checking harmonia-utils-io v0.0.0-alpha.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-utils-io) Checking harmonia-store-content-address v3.2.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-store-content-address) Checking harmonia-store-fs v3.2.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-store-fs) Checking harmonia-store-ref-scan v0.0.0-alpha.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-store-ref-scan) Checking harmonia-bench v3.2.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-bench) Checking harmonia-store-derivation v0.0.0-alpha.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-store-derivation) Checking harmonia-store-path-info v3.2.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-store-path-info) Checking harmonia-store-nar-info v3.2.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-store-nar-info) Checking harmonia-store-db v3.2.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-store-db) Checking harmonia-store-aterm v0.0.0-alpha.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-store-aterm) Checking harmonia-store-build-result v3.2.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-store-build-result) Checking harmonia-file-nar v3.2.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-file-nar) Checking harmonia-store-gc v3.2.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-store-gc) Checking harmonia-cache v3.2.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-cache) Checking harmonia-protocol v3.2.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-protocol) error[E0599]: no associated function or constant named `open_async` found for struct `actix_files::NamedFile` in the current scope --> harmonia-cache/src/buildlog.rs:89:26 | 89 | let log = NamedFile::open_async(&build_log) | ^^^^^^^^^^ associated function or constant not found in `actix_files::NamedFile` | note: if you're trying to build a new `actix_files::NamedFile` consider using one of the following associated functions: actix_files::NamedFile::from_file actix_files::NamedFile::open --> /nix/store/rry4y47m7wzb4mz24xd9irn7bs8hlm2v-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/actix-files-0.7.0/src/named.rs:181:5 | 181 | pub fn from_file>(file: File, path: P) -> io::Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 214 | pub fn open>(path: P) -> io::Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Checking harmonia-store-remote v3.2.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-store-remote) Checking harmonia-daemon v3.2.0 (/nix/var/nix/builds/nix-70047-3171544707/source/harmonia-daemon) error[E0599]: no associated function or constant named `open_async` found for struct `actix_files::NamedFile` in the current scope --> harmonia-cache/src/serve.rs:160:34 | 160 | return Ok(NamedFile::open_async(&index_file) | ^^^^^^^^^^ associated function or constant not found in `actix_files::NamedFile` | note: if you're trying to build a new `actix_files::NamedFile` consider using one of the following associated functions: actix_files::NamedFile::from_file actix_files::NamedFile::open --> /nix/store/rry4y47m7wzb4mz24xd9irn7bs8hlm2v-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/actix-files-0.7.0/src/named.rs:181:5 | 181 | pub fn from_file>(file: File, path: P) -> io::Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 214 | pub fn open>(path: P) -> io::Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0599]: no associated function or constant named `open_async` found for struct `actix_files::NamedFile` in the current scope --> harmonia-cache/src/serve.rs:174:23 | 174 | Ok(NamedFile::open_async(&full_path) | ^^^^^^^^^^ associated function or constant not found in `actix_files::NamedFile` | note: if you're trying to build a new `actix_files::NamedFile` consider using one of the following associated functions: actix_files::NamedFile::from_file actix_files::NamedFile::open --> /nix/store/rry4y47m7wzb4mz24xd9irn7bs8hlm2v-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/actix-files-0.7.0/src/named.rs:181:5 | 181 | pub fn from_file>(file: File, path: P) -> io::Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 214 | pub fn open>(path: P) -> io::Result { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ For more information about this error, try `rustc --explain E0599`. error: could not compile `harmonia-cache` (bin "harmonia-cache") due to 3 previous errors warning: build failed, waiting for other jobs to finish... error: could not compile `harmonia-cache` (bin "harmonia-cache" test) due to 3 previous errors