Running phase: unpackPhase unpacking source archive /nix/store/klfc40yg437hgg9468chid6cjkfb9rar-source source root is source Executing cargoSetupPostUnpackHook Finished cargoSetupPostUnpackHook Running phase: patchPhase Executing cargoSetupPostPatchHook Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock Finished cargoSetupPostPatchHook Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase Executing cargoBuildHook cargoBuildHook flags: -j 24 --target x86_64-unknown-linux-gnu --offline --profile release Compiling proc-macro2 v1.0.106 Compiling quote v1.0.45 Compiling unicode-ident v1.0.24 Compiling libc v0.2.186 Compiling winnow v0.7.15 Compiling hashbrown v0.16.1 Compiling equivalent v1.0.2 Compiling autocfg v1.5.0 Compiling toml_datetime v1.0.0+spec-1.1.0 Compiling cfg_aliases v0.2.1 Compiling parking_lot_core v0.9.12 Compiling cfg-if v1.0.4 Compiling rustversion v1.0.22 Compiling zerocopy v0.8.42 Compiling ref-cast v1.0.25 Compiling pkg-config v0.3.32 Compiling smallvec v1.15.1 Compiling scopeguard v1.2.0 Compiling bitflags v2.11.0 Compiling log v0.4.32 Compiling spin v0.4.10 Compiling memchr v2.8.0 Compiling lazy_static v1.5.0 Compiling simple-error v0.3.2 Compiling lock_api v0.4.14 Compiling nix v0.31.3 Compiling concurrent-hashmap v0.2.2 Compiling memoffset v0.9.1 Compiling fuser v0.18.0 Compiling indexmap v2.13.0 Compiling syn v2.0.117 Compiling toml_parser v1.0.9+spec-1.1.0 Compiling page_size v0.6.0 Compiling toml_edit v0.25.4+spec-1.1.0 Compiling parking_lot v0.12.5 Compiling proc-macro-crate v3.5.0 Compiling zerocopy-derive v0.8.42 Compiling ref-cast-impl v1.0.25 Compiling num_enum_derive v0.7.5 Compiling num_enum v0.7.5 Compiling envfs v1.1.0 (/build/source) error[E0425]: cannot find function `spawn_mount2` in crate `fuser` --> src/fs.rs:194:20 | 194 | fuser::spawn_mount2(cntrfs, mountpoints[0].clone(), &config), | ^^^^^^^^^^^^ help: a function with a similar name exists: `spawn_mount` | ::: /build/cargo-vendor-dir/fuser-0.18.0/src/lib.rs:1068:1 | 1068 | / pub fn spawn_mount<'a, FS: Filesystem + Send + 'static + 'a, P: AsRef>( 1069 | | filesystem: FS, 1070 | | mountpoint: P, 1071 | | options: &Config, 1072 | | ) -> io::Result { | |__________________________________- similarly named function `spawn_mount` defined here For more information about this error, try `rustc --explain E0425`. error: could not compile `envfs` (bin "envfs") due to 1 previous error