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/34hb2345xqprx7rb7ilbg77drycmbypp-envfs-1.1.0.drv6Failed to find a machine for remote build!7derivation: ykwjj03rkd2mbaapdql172wrzy5py9cn-fuser-0.18.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], [])12Failed to find a machine for remote build!13derivation: ryvr6skchr35jqixn32gsrgkrnnhawy4-cargo-vendor-dir.drv14required (system, features): (aarch64-linux, [])151 available machines:16(systems, maxjobs, supportedFeatures, mandatoryFeatures)17([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])18Failed to find a machine for remote build!19derivation: 34hb2345xqprx7rb7ilbg77drycmbypp-envfs-1.1.0.drv20required (system, features): (aarch64-linux, [])211 available machines:22(systems, maxjobs, supportedFeatures, mandatoryFeatures)23([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])24error: Cannot build '/nix/store/34hb2345xqprx7rb7ilbg77drycmbypp-envfs-1.1.0.drv'.25 Reason: builder failed with exit code 101.26 Output paths:27 /nix/store/ihklk4jc4wz631i70cfrq6qasdbf0x63-envfs-1.1.028 Last 25 log lines:29 > Checking parking_lot v0.12.530 > Compiling toml_edit v0.25.4+spec-1.1.031 > Compiling proc-macro-crate v3.5.032 > Compiling num_enum_derive v0.7.533 > Compiling ref-cast-impl v1.0.2534 > Compiling zerocopy-derive v0.8.4235 > Checking num_enum v0.7.536 > Checking envfs v1.1.0 (/build/source)37 > error[E0425]: cannot find function `spawn_mount2` in crate `fuser`38 > --> src/fs.rs:194:2039 > |40 > 194 | fuser::spawn_mount2(cntrfs, mountpoints[0].clone(), &config),41 > | ^^^^^^^^^^^^ help: a function with a similar name exists: `spawn_mount`42 > |43 > ::: /build/cargo-vendor-dir/fuser-0.18.0/src/lib.rs:1068:144 > |45 > 1068 | / pub fn spawn_mount<'a, FS: Filesystem + Send + 'static + 'a, P: AsRef<Path>>(46 > 1069 | | filesystem: FS,47 > 1070 | | mountpoint: P,48 > 1071 | | options: &Config,49 > 1072 | | ) -> io::Result<BackgroundSession> {50 > | |__________________________________- similarly named function `spawn_mount` defined here51 >52 > For more information about this error, try `rustc --explain E0425`.53 > error: could not compile `envfs` (bin "envfs") due to 1 previous error54 For full logs, run:55 nix log /nix/store/34hb2345xqprx7rb7ilbg77drycmbypp-envfs-1.1.0.drv