envfs-1.1.0
default.checks.aarch64-linux.package-default
· build #10
· raw
1tribuchet: building on eliza
unpackPhase
2unpacking source archive /nix/store/klfc40yg437hgg9468chid6cjkfb9rar-source3source root is source4Executing cargoSetupPostUnpackHook5Finished cargoSetupPostUnpackHookpatchPhase
6Executing cargoSetupPostPatchHook7Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock8Finished cargoSetupPostPatchHookbuildPhase
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 toml_datetime v1.0.0+spec-1.1.019 Compiling autocfg v1.5.020 Compiling rustversion v1.0.2221 Compiling parking_lot_core v0.9.1222 Compiling cfg_aliases v0.2.123 Compiling cfg-if v1.0.424 Compiling ref-cast v1.0.2525 Compiling zerocopy v0.8.4226 Compiling scopeguard v1.2.027 Compiling pkg-config v0.3.3228 Compiling smallvec v1.15.129 Compiling bitflags v2.11.030 Compiling memchr v2.8.031 Compiling log v0.4.3232 Compiling spin v0.4.1033 Compiling simple-error v0.3.234 Compiling lazy_static v1.5.035 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 num_enum_derive v0.7.548 Compiling ref-cast-impl v1.0.2549 Compiling zerocopy-derive v0.8.4250 Compiling num_enum v0.7.551 Compiling envfs v1.1.0 (/build/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