1these 13 derivations will be built:2 /nix/store/mfcz4mhvzhfikcalxxfhd6yiippg67yv-cargo-src-fastcdc-4.0.1.drv3 /nix/store/92m058spp9q8ykk1bdv8ik0n32rny6vv-cargo-package-fastcdc-4.0.1.drv4 /nix/store/a8jwy5xbyiw6icmw5ffqgglippgznvmb-cargo-package-rusqlite-0.40.2.drv5 /nix/store/dmbcmdlvn3qpkriimyx51wddiq780zqv-cargo-src-rcgen-0.14.9.drv6 /nix/store/flg3887yzl7p86wwg3d8cplf2ksabbyp-cargo-package-rcgen-0.14.9.drv7 /nix/store/g9frg8wvhay14i7j8pmiakll92yda8zh-cargo-package-blake3-1.8.7.drv8 /nix/store/y33763wz36w8clddhq8w13m0zni39dd2-cargo-package-libsqlite3-sys-0.38.2.drv9 /nix/store/s9dnll2hkda305dfh9kmwxaw9vkmg575-vendor-registry.drv10 /nix/store/9yiy9zfw2110za6wbjd5m8bdgs5ihc3v-vendor-cargo-deps.drv11 /nix/store/mz92jfmp51hiqqpascdgwnhlw6yrqgci-Cargo.toml.drv12 /nix/store/w32bw4j6wmcwnqm64fv48jm4xfmbp51w-source.drv13 /nix/store/0s9i5zgs5zzv72i5pfjyr5j5rh11zm49-tribuchet-deps-0.1.0.drv14 /nix/store/w094i23b8idrfw2mvh64y4gqqlbadrlh-tribuchet-0.1.0.drv15Failed to find a machine for remote build!16derivation: g9frg8wvhay14i7j8pmiakll92yda8zh-cargo-package-blake3-1.8.7.drv17required (system, features): (aarch64-linux, [])181 available machines:19(systems, maxjobs, supportedFeatures, mandatoryFeatures)20([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])21Failed to find a machine for remote build!22derivation: y33763wz36w8clddhq8w13m0zni39dd2-cargo-package-libsqlite3-sys-0.38.2.drv23required (system, features): (aarch64-linux, [])241 available machines:25(systems, maxjobs, supportedFeatures, mandatoryFeatures)26([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])27Failed to find a machine for remote build!28derivation: a8jwy5xbyiw6icmw5ffqgglippgznvmb-cargo-package-rusqlite-0.40.2.drv29required (system, features): (aarch64-linux, [])301 available machines:31(systems, maxjobs, supportedFeatures, mandatoryFeatures)32([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])33Failed to find a machine for remote build!34derivation: mz92jfmp51hiqqpascdgwnhlw6yrqgci-Cargo.toml.drv35required (system, features): (aarch64-linux, [])361 available machines:37(systems, maxjobs, supportedFeatures, mandatoryFeatures)38([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])39Failed to find a machine for remote build!40derivation: 92m058spp9q8ykk1bdv8ik0n32rny6vv-cargo-package-fastcdc-4.0.1.drv41required (system, features): (aarch64-linux, [])421 available machines:43(systems, maxjobs, supportedFeatures, mandatoryFeatures)44([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])45Failed to find a machine for remote build!46derivation: flg3887yzl7p86wwg3d8cplf2ksabbyp-cargo-package-rcgen-0.14.9.drv47required (system, features): (aarch64-linux, [])481 available machines:49(systems, maxjobs, supportedFeatures, mandatoryFeatures)50([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])51Failed to find a machine for remote build!52derivation: w32bw4j6wmcwnqm64fv48jm4xfmbp51w-source.drv53required (system, features): (aarch64-linux, [])541 available machines:55(systems, maxjobs, supportedFeatures, mandatoryFeatures)56([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])57Failed to find a machine for remote build!58derivation: 0s9i5zgs5zzv72i5pfjyr5j5rh11zm49-tribuchet-deps-0.1.0.drv59required (system, features): (aarch64-linux, [])601 available machines:61(systems, maxjobs, supportedFeatures, mandatoryFeatures)62([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])63Failed to find a machine for remote build!64derivation: w094i23b8idrfw2mvh64y4gqqlbadrlh-tribuchet-0.1.0.drv65required (system, features): (aarch64-linux, [])661 available machines:67(systems, maxjobs, supportedFeatures, mandatoryFeatures)68([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])69error: Cannot build '/nix/store/w094i23b8idrfw2mvh64y4gqqlbadrlh-tribuchet-0.1.0.drv'.70 Reason: builder failed with exit code 101.71 Output paths:72 /nix/store/hafvjyaailvrghxp9zrr5ghn4dcngx0j-tribuchet-0.1.073 Last 25 log lines:74 > | ^^^^^^^^^^^^ ------- ------- ------- expected `usize`, found `u32`75 > | | |76 > | | expected `usize`, found `u32`77 > | expected `usize`, found `u32`78 > |79 > note: associated function defined here80 > --> /nix/store/ba1mjs25bajs5gj0gfwpm74xgnh4zj4l-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/fastcdc-4.0.1/src/v2020/mod.rs:468:1281 > |82 > 468 | pub fn new(source: &'a [u8], min_size: usize, avg_size: usize, max_size: usize) -> Self {83 > | ^^^84 > help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit85 > |86 > 181 | FastCDC::new(data, CDC_MIN.try_into().unwrap(), CDC_AVG, CDC_MAX)87 > | ++++++++++++++++++++88 > help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit89 > |90 > 181 | FastCDC::new(data, CDC_MIN, CDC_AVG.try_into().unwrap(), CDC_MAX)91 > | ++++++++++++++++++++92 > help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit93 > |94 > 181 | FastCDC::new(data, CDC_MIN, CDC_AVG, CDC_MAX.try_into().unwrap())95 > | ++++++++++++++++++++96 >97 > For more information about this error, try `rustc --explain E0308`.98 > error: could not compile `tribuchet` (bin "tribuchet") due to 2 previous errors99 For full logs, run:100 nix log /nix/store/w094i23b8idrfw2mvh64y4gqqlbadrlh-tribuchet-0.1.0.drv