nixbot

builds

failed envfs-aarch64-unknown-linux-gnu-1.1.0 default.checks.x86_64-linux.envfsCrossAarch64 · build #10 · raw

unpackPhase
1unpacking source archive /nix/store/klfc40yg437hgg9468chid6cjkfb9rar-source2source root is source3Executing cargoSetupPostUnpackHook4Finished cargoSetupPostUnpackHook
patchPhase
5Executing cargoSetupPostPatchHook6Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock7Finished cargoSetupPostPatchHook
buildPhase
8Executing cargoBuildHook9cargoBuildHook flags: -j 24 --target aarch64-unknown-linux-gnu --offline --profile release10 Compiling proc-macro2 v1.0.10611 Compiling unicode-ident v1.0.2412 Compiling quote v1.0.4513 Compiling libc v0.2.18614 Compiling equivalent v1.0.215 Compiling winnow v0.7.1516 Compiling hashbrown v0.16.117 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 pkg-config v0.3.3224 Compiling scopeguard v1.2.025 Compiling zerocopy v0.8.4226 Compiling ref-cast v1.0.2527 Compiling smallvec v1.15.128 Compiling bitflags v2.11.029 Compiling log v0.4.3230 Compiling memchr v2.8.031 Compiling spin v0.4.1032 Compiling simple-error v0.3.233 Compiling lazy_static v1.5.034 Compiling lock_api v0.4.1435 Compiling nix v0.31.336 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 zerocopy-derive v0.8.4247 Compiling ref-cast-impl v1.0.2548 Compiling num_enum_derive v0.7.549 Compiling num_enum v0.7.550 Compiling envfs v1.1.0 (/build/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