these 13 derivations will be built: /nix/store/rg6hsxznwyc21zh4ngxq1dadglwl1cqz-Cargo.toml.drv /nix/store/2jsk5d6x3fsq640z2f4hlsly7rxkdjzs-source.drv /nix/store/vx2k5dcmfqnkl45adaaj16x739ga9qkv-cargo-src-rcgen-0.14.9.drv /nix/store/a36nafbh2jndm74jxdvchji8m19bm1zh-cargo-package-rcgen-0.14.9.drv /nix/store/blv9hcy5y065r4i7k9z5j2ac8x08hqmr-cargo-package-rusqlite-0.40.2.drv /nix/store/dxmq7hmy5jy69vizjk3n4dcbd5g1x6ai-cargo-package-libsqlite3-sys-0.38.2.drv /nix/store/ndij0ghn9lq9998xyjzpyi9w363ildi2-cargo-package-blake3-1.8.7.drv /nix/store/xa7s53vmjxywqlp35ypdn1gx2glbgi1d-cargo-src-fastcdc-4.0.1.drv /nix/store/yympzl24gwhzfcyz41v9hpm416rjn9dh-cargo-package-fastcdc-4.0.1.drv /nix/store/hsyz43iwma6sfmrha91fbsdii5fm2k84-vendor-registry.drv /nix/store/w5l763g8mkykhwknjm6010hxmxq477s4-vendor-cargo-deps.drv /nix/store/ib8bpb0ax58l6nl2j59352r76n0183gs-tribuchet-deps-0.1.0.drv /nix/store/8si836s10zwdsvmnw69dxljlb557m6i7-tribuchet-0.1.0.drv error: build of '/nix/store/8si836s10zwdsvmnw69dxljlb557m6i7-tribuchet-0.1.0.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/8si836s10zwdsvmnw69dxljlb557m6i7-tribuchet-0.1.0.drv'. Reason: builder failed with exit code 101. Output paths: /nix/store/rqh1w7cqyh4hjv7c2jaspswglwy001h9-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/82y15ssr63razm0xzh8k1dcixyzdn224-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/8si836s10zwdsvmnw69dxljlb557m6i7-tribuchet-0.1.0.drv error: Cannot build '/nix/store/8si836s10zwdsvmnw69dxljlb557m6i7-tribuchet-0.1.0.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/rqh1w7cqyh4hjv7c2jaspswglwy001h9-tribuchet-0.1.0