nixbot

builds
1these 13 derivations will be built:2 /nix/store/rg6hsxznwyc21zh4ngxq1dadglwl1cqz-Cargo.toml.drv3 /nix/store/2jsk5d6x3fsq640z2f4hlsly7rxkdjzs-source.drv4 /nix/store/vx2k5dcmfqnkl45adaaj16x739ga9qkv-cargo-src-rcgen-0.14.9.drv5 /nix/store/a36nafbh2jndm74jxdvchji8m19bm1zh-cargo-package-rcgen-0.14.9.drv6 /nix/store/blv9hcy5y065r4i7k9z5j2ac8x08hqmr-cargo-package-rusqlite-0.40.2.drv7 /nix/store/dxmq7hmy5jy69vizjk3n4dcbd5g1x6ai-cargo-package-libsqlite3-sys-0.38.2.drv8 /nix/store/ndij0ghn9lq9998xyjzpyi9w363ildi2-cargo-package-blake3-1.8.7.drv9 /nix/store/xa7s53vmjxywqlp35ypdn1gx2glbgi1d-cargo-src-fastcdc-4.0.1.drv10 /nix/store/yympzl24gwhzfcyz41v9hpm416rjn9dh-cargo-package-fastcdc-4.0.1.drv11 /nix/store/hsyz43iwma6sfmrha91fbsdii5fm2k84-vendor-registry.drv12 /nix/store/w5l763g8mkykhwknjm6010hxmxq477s4-vendor-cargo-deps.drv13 /nix/store/ib8bpb0ax58l6nl2j59352r76n0183gs-tribuchet-deps-0.1.0.drv14 /nix/store/8si836s10zwdsvmnw69dxljlb557m6i7-tribuchet-0.1.0.drv15error: 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'.16 Reason: builder failed with exit code 101.17 Output paths:18 /nix/store/rqh1w7cqyh4hjv7c2jaspswglwy001h9-tribuchet-0.1.019 Last 25 log lines:20 > | ^^^^^^^^^^^^ ------- ------- ------- expected `usize`, found `u32`21 > | | |22 > | | expected `usize`, found `u32`23 > | expected `usize`, found `u32`24 > |25 > note: associated function defined here26 > --> /nix/store/82y15ssr63razm0xzh8k1dcixyzdn224-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/fastcdc-4.0.1/src/v2020/mod.rs:468:1227 > |28 > 468 | pub fn new(source: &'a [u8], min_size: usize, avg_size: usize, max_size: usize) -> Self {29 > | ^^^30 > help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit31 > |32 > 181 | FastCDC::new(data, CDC_MIN.try_into().unwrap(), CDC_AVG, CDC_MAX)33 > | ++++++++++++++++++++34 > help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit35 > |36 > 181 | FastCDC::new(data, CDC_MIN, CDC_AVG.try_into().unwrap(), CDC_MAX)37 > | ++++++++++++++++++++38 > help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit39 > |40 > 181 | FastCDC::new(data, CDC_MIN, CDC_AVG, CDC_MAX.try_into().unwrap())41 > | ++++++++++++++++++++42 >43 > For more information about this error, try `rustc --explain E0308`.44 > error: could not compile `tribuchet` (bin "tribuchet") due to 2 previous errors45 For full logs, run:46 nix log /nix/store/8si836s10zwdsvmnw69dxljlb557m6i7-tribuchet-0.1.0.drv47error: Cannot build '/nix/store/8si836s10zwdsvmnw69dxljlb557m6i7-tribuchet-0.1.0.drv'.48 Reason: builder failed with exit code 1.49 Output paths:50 /nix/store/rqh1w7cqyh4hjv7c2jaspswglwy001h9-tribuchet-0.1.0