nixbot

builds
1these 4 derivations will be built:2 /nix/store/mqpqs85lx71kfy3rzgxdjy2cqf8w5m4w-crate-fuser-0.18.0.tar.gz.drv3 /nix/store/ykwjj03rkd2mbaapdql172wrzy5py9cn-fuser-0.18.0.drv4 /nix/store/ryvr6skchr35jqixn32gsrgkrnnhawy4-cargo-vendor-dir.drv5 /nix/store/8xyrisca818ciym8k9a56rl5k4ang538-envfs-1.1.0.drv6Failed to find a machine for remote build!7derivation: 8xyrisca818ciym8k9a56rl5k4ang538-envfs-1.1.0.drv8required (system, features): (aarch64-linux, [])91 available machines:10(systems, maxjobs, supportedFeatures, mandatoryFeatures)11([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])12error: Cannot build '/nix/store/8xyrisca818ciym8k9a56rl5k4ang538-envfs-1.1.0.drv'.13 Reason: builder failed with exit code 101.14 Output paths:15 /nix/store/d5vfy5vkn0ldqx91rq1cppkzffal23is-envfs-1.1.016 Last 25 log lines:17 > Compiling toml_edit v0.25.4+spec-1.1.018 > Compiling parking_lot v0.12.519 > Compiling proc-macro-crate v3.5.020 > Compiling num_enum_derive v0.7.521 > Compiling ref-cast-impl v1.0.2522 > Compiling zerocopy-derive v0.8.4223 > Compiling num_enum v0.7.524 > Compiling envfs v1.1.0 (/build/source)25 > error[E0425]: cannot find function `spawn_mount2` in crate `fuser`26 > --> src/fs.rs:194:2027 > |28 > 194 | fuser::spawn_mount2(cntrfs, mountpoints[0].clone(), &config),29 > | ^^^^^^^^^^^^ help: a function with a similar name exists: `spawn_mount`30 > |31 > ::: /build/cargo-vendor-dir/fuser-0.18.0/src/lib.rs:1068:132 > |33 > 1068 | / pub fn spawn_mount<'a, FS: Filesystem + Send + 'static + 'a, P: AsRef<Path>>(34 > 1069 | | filesystem: FS,35 > 1070 | | mountpoint: P,36 > 1071 | | options: &Config,37 > 1072 | | ) -> io::Result<BackgroundSession> {38 > | |__________________________________- similarly named function `spawn_mount` defined here39 >40 > For more information about this error, try `rustc --explain E0425`.41 > error: could not compile `envfs` (bin "envfs") due to 1 previous error42 For full logs, run:43 nix log /nix/store/8xyrisca818ciym8k9a56rl5k4ang538-envfs-1.1.0.drv