nixbot

builds
1tribuchet: building on eliza
unpackPhase
2unpacking source archive /nix/store/bp6wn9dzpq2rvbrswag857f4nsbg4qcz-klfc40yg437hgg9468chid6cjkfb9rar-source3source root is klfc40yg437hgg9468chid6cjkfb9rar-source4Executing cargoSetupPostUnpackHook5Finished cargoSetupPostUnpackHook
patchPhase
6Executing cargoSetupPostPatchHook7Validating consistency between /build/klfc40yg437hgg9468chid6cjkfb9rar-source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock8Finished cargoSetupPostPatchHook
buildPhase
9Executing cargoBuildHook10cargoBuildHook flags: -j 24 --target aarch64-unknown-linux-gnu --offline --profile release11 Compiling proc-macro2 v1.0.10612 Compiling quote v1.0.4513 Compiling unicode-ident v1.0.2414 Compiling libc v0.2.18615 Compiling hashbrown v0.16.116 Compiling winnow v0.7.1517 Compiling equivalent v1.0.218 Compiling autocfg v1.5.019 Compiling toml_datetime v1.0.0+spec-1.1.020 Compiling cfg-if v1.0.421 Compiling cfg_aliases v0.2.122 Compiling parking_lot_core v0.9.1223 Compiling rustversion v1.0.2224 Compiling ref-cast v1.0.2525 Compiling zerocopy v0.8.4226 Compiling smallvec v1.15.127 Compiling pkg-config v0.3.3228 Compiling scopeguard v1.2.029 Compiling bitflags v2.11.030 Compiling memchr v2.8.031 Compiling log v0.4.3232 Compiling spin v0.4.1033 Compiling lazy_static v1.5.034 Compiling simple-error v0.3.235 Compiling nix v0.31.336 Compiling lock_api v0.4.1437 Compiling concurrent-hashmap v0.2.238 Compiling memoffset v0.9.139 Compiling fuser v0.18.040 Compiling indexmap v2.13.041 Compiling syn v2.0.11742 Compiling toml_parser v1.0.9+spec-1.1.043 Compiling page_size v0.6.044 Compiling toml_edit v0.25.4+spec-1.1.045 Compiling parking_lot v0.12.546 Compiling proc-macro-crate v3.5.047 Compiling zerocopy-derive v0.8.4248 Compiling num_enum_derive v0.7.549 Compiling ref-cast-impl v1.0.2550 Compiling num_enum v0.7.551 Compiling envfs v1.1.0 (/build/klfc40yg437hgg9468chid6cjkfb9rar-source)52error[E0425]: cannot find function `spawn_mount2` in crate `fuser`53 --> src/fs.rs:194:2054 |55 194 | fuser::spawn_mount2(cntrfs, mountpoints[0].clone(), &config),56 | ^^^^^^^^^^^^ help: a function with a similar name exists: `spawn_mount`57 |58 ::: /build/cargo-vendor-dir/fuser-0.18.0/src/lib.rs:1068:159 |601068 | / pub fn spawn_mount<'a, FS: Filesystem + Send + 'static + 'a, P: AsRef<Path>>(611069 | | filesystem: FS,621070 | | mountpoint: P,631071 | | options: &Config,641072 | | ) -> io::Result<BackgroundSession> {65 | |__________________________________- similarly named function `spawn_mount` defined here6667For more information about this error, try `rustc --explain E0425`.68error: could not compile `envfs` (bin "envfs") due to 1 previous error