1these 4 derivations will be built:2 /nix/store/ym9gfm1rlby61pmr25ijx2zkvw1py29q-crate-fuser-0.18.0.tar.gz.drv3 /nix/store/3x4pc2hj42wpmjyrwpn2sjvfkkm8zhap-fuser-0.18.0.drv4 /nix/store/5375jr7a1z4v91j4wm0pwzbvbvsfkvzj-cargo-vendor-dir.drv5 /nix/store/6i8qd3qdgd0ss616xwz4fbq7rnxs3i3n-envfs-1.1.0.drv6error: Cannot build '/nix/store/6i8qd3qdgd0ss616xwz4fbq7rnxs3i3n-envfs-1.1.0.drv'.7 Reason: builder failed with exit code 101.8 Output paths:9 /nix/store/byvq7wawssnn7ckn8lya8v0c6x28hh3j-envfs-1.1.010 Last 25 log lines:11 > Compiling toml_edit v0.25.4+spec-1.1.012 > Compiling parking_lot v0.12.513 > Compiling proc-macro-crate v3.5.014 > Compiling zerocopy-derive v0.8.4215 > Compiling ref-cast-impl v1.0.2516 > Compiling num_enum_derive v0.7.517 > Compiling num_enum v0.7.518 > Compiling envfs v1.1.0 (/build/source)19 > error[E0425]: cannot find function `spawn_mount2` in crate `fuser`20 > --> src/fs.rs:194:2021 > |22 > 194 | fuser::spawn_mount2(cntrfs, mountpoints[0].clone(), &config),23 > | ^^^^^^^^^^^^ help: a function with a similar name exists: `spawn_mount`24 > |25 > ::: /build/cargo-vendor-dir/fuser-0.18.0/src/lib.rs:1068:126 > |27 > 1068 | / pub fn spawn_mount<'a, FS: Filesystem + Send + 'static + 'a, P: AsRef<Path>>(28 > 1069 | | filesystem: FS,29 > 1070 | | mountpoint: P,30 > 1071 | | options: &Config,31 > 1072 | | ) -> io::Result<BackgroundSession> {32 > | |__________________________________- similarly named function `spawn_mount` defined here33 >34 > For more information about this error, try `rustc --explain E0425`.35 > error: could not compile `envfs` (bin "envfs") due to 1 previous error36 For full logs, run:37 nix log /nix/store/6i8qd3qdgd0ss616xwz4fbq7rnxs3i3n-envfs-1.1.0.drv