these 4 derivations will be built: /nix/store/ym9gfm1rlby61pmr25ijx2zkvw1py29q-crate-fuser-0.18.0.tar.gz.drv /nix/store/3x4pc2hj42wpmjyrwpn2sjvfkkm8zhap-fuser-0.18.0.drv /nix/store/5375jr7a1z4v91j4wm0pwzbvbvsfkvzj-cargo-vendor-dir.drv /nix/store/gzrki3qx7km4ag79prblmi7aq1fn38aa-envfs-aarch64-unknown-linux-gnu-1.1.0.drv error: Cannot build '/nix/store/gzrki3qx7km4ag79prblmi7aq1fn38aa-envfs-aarch64-unknown-linux-gnu-1.1.0.drv'. Reason: builder failed with exit code 101. Output paths: /nix/store/2zf2wlimck00v97bq2s22qvzwpbzny7d-envfs-aarch64-unknown-linux-gnu-1.1.0 Last 25 log lines: > 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 For full logs, run: nix log /nix/store/gzrki3qx7km4ag79prblmi7aq1fn38aa-envfs-aarch64-unknown-linux-gnu-1.1.0.drv