nixbot

builds
unpackPhase
1unpacking source archive /nix/store/bp6wn9dzpq2rvbrswag857f4nsbg4qcz-klfc40yg437hgg9468chid6cjkfb9rar-source2source root is klfc40yg437hgg9468chid6cjkfb9rar-source3Executing cargoSetupPostUnpackHook4Finished cargoSetupPostUnpackHook
patchPhase
5Executing cargoSetupPostPatchHook6Validating consistency between /build/klfc40yg437hgg9468chid6cjkfb9rar-source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock7Finished cargoSetupPostPatchHook
buildPhase
8Executing cargoBuildHook9cargoBuildHook flags: -j 24 --target x86_64-unknown-linux-gnu --offline --profile release10 Compiling proc-macro2 v1.0.10611 Compiling quote v1.0.4512 Compiling unicode-ident v1.0.2413 Compiling libc v0.2.18614 Compiling winnow v0.7.1515 Compiling hashbrown v0.16.116 Compiling equivalent v1.0.217 Compiling toml_datetime v1.0.0+spec-1.1.018 Compiling autocfg v1.5.019 Compiling rustversion v1.0.2220 Compiling cfg-if v1.0.421 Compiling cfg_aliases v0.2.122 Compiling parking_lot_core v0.9.1223 Compiling smallvec v1.15.124 Compiling scopeguard v1.2.025 Compiling zerocopy v0.8.4226 Compiling pkg-config v0.3.3227 Compiling ref-cast v1.0.2528 Compiling bitflags v2.11.029 Compiling log v0.4.3230 Compiling spin v0.4.1031 Compiling memchr v2.8.032 Compiling lazy_static v1.5.033 Compiling simple-error v0.3.234 Compiling nix v0.31.335 Compiling lock_api v0.4.1436 Compiling concurrent-hashmap v0.2.237 Compiling memoffset v0.9.138 Compiling fuser v0.18.039 Compiling indexmap v2.13.040 Compiling syn v2.0.11741 Compiling toml_parser v1.0.9+spec-1.1.042 Compiling page_size v0.6.043 Compiling toml_edit v0.25.4+spec-1.1.044 Compiling parking_lot v0.12.545 Compiling proc-macro-crate v3.5.046 Compiling ref-cast-impl v1.0.2547 Compiling zerocopy-derive v0.8.4248 Compiling num_enum_derive v0.7.549 Compiling num_enum v0.7.550 Compiling envfs v1.1.0 (/build/klfc40yg437hgg9468chid6cjkfb9rar-source)51error[E0425]: cannot find function `spawn_mount2` in crate `fuser`52 --> src/fs.rs:194:2053 |54 194 | fuser::spawn_mount2(cntrfs, mountpoints[0].clone(), &config),55 | ^^^^^^^^^^^^ help: a function with a similar name exists: `spawn_mount`56 |57 ::: /build/cargo-vendor-dir/fuser-0.18.0/src/lib.rs:1068:158 |591068 | / pub fn spawn_mount<'a, FS: Filesystem + Send + 'static + 'a, P: AsRef<Path>>(601069 | | filesystem: FS,611070 | | mountpoint: P,621071 | | options: &Config,631072 | | ) -> io::Result<BackgroundSession> {64 | |__________________________________- similarly named function `spawn_mount` defined here6566For more information about this error, try `rustc --explain E0425`.67error: could not compile `envfs` (bin "envfs") due to 1 previous error