these 13 derivations will be built: /nix/store/mfcz4mhvzhfikcalxxfhd6yiippg67yv-cargo-src-fastcdc-4.0.1.drv /nix/store/92m058spp9q8ykk1bdv8ik0n32rny6vv-cargo-package-fastcdc-4.0.1.drv /nix/store/a8jwy5xbyiw6icmw5ffqgglippgznvmb-cargo-package-rusqlite-0.40.2.drv /nix/store/dmbcmdlvn3qpkriimyx51wddiq780zqv-cargo-src-rcgen-0.14.9.drv /nix/store/flg3887yzl7p86wwg3d8cplf2ksabbyp-cargo-package-rcgen-0.14.9.drv /nix/store/g9frg8wvhay14i7j8pmiakll92yda8zh-cargo-package-blake3-1.8.7.drv /nix/store/y33763wz36w8clddhq8w13m0zni39dd2-cargo-package-libsqlite3-sys-0.38.2.drv /nix/store/s9dnll2hkda305dfh9kmwxaw9vkmg575-vendor-registry.drv /nix/store/9yiy9zfw2110za6wbjd5m8bdgs5ihc3v-vendor-cargo-deps.drv /nix/store/mz92jfmp51hiqqpascdgwnhlw6yrqgci-Cargo.toml.drv /nix/store/w32bw4j6wmcwnqm64fv48jm4xfmbp51w-source.drv /nix/store/0s9i5zgs5zzv72i5pfjyr5j5rh11zm49-tribuchet-deps-0.1.0.drv /nix/store/w094i23b8idrfw2mvh64y4gqqlbadrlh-tribuchet-0.1.0.drv Failed to find a machine for remote build! derivation: g9frg8wvhay14i7j8pmiakll92yda8zh-cargo-package-blake3-1.8.7.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) Failed to find a machine for remote build! derivation: y33763wz36w8clddhq8w13m0zni39dd2-cargo-package-libsqlite3-sys-0.38.2.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) Failed to find a machine for remote build! derivation: a8jwy5xbyiw6icmw5ffqgglippgznvmb-cargo-package-rusqlite-0.40.2.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) Failed to find a machine for remote build! derivation: mz92jfmp51hiqqpascdgwnhlw6yrqgci-Cargo.toml.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) Failed to find a machine for remote build! derivation: 92m058spp9q8ykk1bdv8ik0n32rny6vv-cargo-package-fastcdc-4.0.1.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) Failed to find a machine for remote build! derivation: flg3887yzl7p86wwg3d8cplf2ksabbyp-cargo-package-rcgen-0.14.9.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) Failed to find a machine for remote build! derivation: w32bw4j6wmcwnqm64fv48jm4xfmbp51w-source.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) Failed to find a machine for remote build! derivation: 0s9i5zgs5zzv72i5pfjyr5j5rh11zm49-tribuchet-deps-0.1.0.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) Failed to find a machine for remote build! derivation: w094i23b8idrfw2mvh64y4gqqlbadrlh-tribuchet-0.1.0.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) error: Cannot build '/nix/store/w094i23b8idrfw2mvh64y4gqqlbadrlh-tribuchet-0.1.0.drv'. Reason: builder failed with exit code 101. Output paths: /nix/store/hafvjyaailvrghxp9zrr5ghn4dcngx0j-tribuchet-0.1.0 Last 25 log lines: > | ^^^^^^^^^^^^ ------- ------- ------- expected `usize`, found `u32` > | | | > | | expected `usize`, found `u32` > | expected `usize`, found `u32` > | > note: associated function defined here > --> /nix/store/ba1mjs25bajs5gj0gfwpm74xgnh4zj4l-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/fastcdc-4.0.1/src/v2020/mod.rs:468:12 > | > 468 | pub fn new(source: &'a [u8], min_size: usize, avg_size: usize, max_size: usize) -> Self { > | ^^^ > help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit > | > 181 | FastCDC::new(data, CDC_MIN.try_into().unwrap(), CDC_AVG, CDC_MAX) > | ++++++++++++++++++++ > help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit > | > 181 | FastCDC::new(data, CDC_MIN, CDC_AVG.try_into().unwrap(), CDC_MAX) > | ++++++++++++++++++++ > help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit > | > 181 | FastCDC::new(data, CDC_MIN, CDC_AVG, CDC_MAX.try_into().unwrap()) > | ++++++++++++++++++++ > > For more information about this error, try `rustc --explain E0308`. > error: could not compile `tribuchet` (bin "tribuchet") due to 2 previous errors For full logs, run: nix log /nix/store/w094i23b8idrfw2mvh64y4gqqlbadrlh-tribuchet-0.1.0.drv