setup
checks.x86_64-linux.package-default
· build #274
· raw
1these 11 derivations will be built:2 /nix/store/0yjxi0byx1yzscgny6bpx5ifa2678l8s-cargo-package-libsqlite3-sys-0.38.2.drv3 /nix/store/5v2rv0f5cc3im82kgbxkkld49gcg21xf-Cargo.toml.drv4 /nix/store/7wsr54ixxfmny9lz70xaywwcmd624d5x-source.drv5 /nix/store/gmr7wbq3pi0dvc23ycj95l7v85rrpsgn-cargo-package-rusqlite-0.40.2.drv6 /nix/store/hahzkq452j4z6iwsdkl7rwyvcndagnd5-cargo-package-fastcdc-4.0.1.drv7 /nix/store/kmrvksw6nf6fk82dflcwcwqg88c7mdd2-cargo-package-blake3-1.8.7.drv8 /nix/store/n7zmn5wcywmf7wh73i2ygzgy74c3s5c4-cargo-package-rcgen-0.14.9.drv9 /nix/store/cwd67lq07sv9s9fgbpxj665w3h62c9s8-vendor-registry.drv10 /nix/store/fz1v03xjad93aj4hcyj8dkf5k2q6hazp-vendor-cargo-deps.drv11 /nix/store/bbka032qqcg8yy12f94bpssp069xd3id-tribuchet-deps-0.1.0.drv12 /nix/store/xwsq1333zcd48rj7xzcrc4avf7567naj-tribuchet-0.1.0.drv13error: Cannot build '/nix/store/xwsq1333zcd48rj7xzcrc4avf7567naj-tribuchet-0.1.0.drv'.14 Reason: builder failed with exit code 101.15 Output paths:16 /nix/store/8pg98if9ks81j1mk27myh7iqh8ydqf9h-tribuchet-0.1.017 Last 25 log lines:18 > | ^^^^^^^^^^^^ ------- ------- ------- expected `usize`, found `u32`19 > | | |20 > | | expected `usize`, found `u32`21 > | expected `usize`, found `u32`22 > |23 > note: associated function defined here24 > --> /nix/store/6hq1j3cmvpkf697d95v7hpg52g7l9ihp-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/fastcdc-4.0.1/src/v2020/mod.rs:468:1225 > |26 > 468 | pub fn new(source: &'a [u8], min_size: usize, avg_size: usize, max_size: usize) -> Self {27 > | ^^^28 > help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit29 > |30 > 181 | FastCDC::new(data, CDC_MIN.try_into().unwrap(), CDC_AVG, CDC_MAX)31 > | ++++++++++++++++++++32 > help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit33 > |34 > 181 | FastCDC::new(data, CDC_MIN, CDC_AVG.try_into().unwrap(), CDC_MAX)35 > | ++++++++++++++++++++36 > help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit37 > |38 > 181 | FastCDC::new(data, CDC_MIN, CDC_AVG, CDC_MAX.try_into().unwrap())39 > | ++++++++++++++++++++40 >41 > For more information about this error, try `rustc --explain E0308`.42 > error: could not compile `tribuchet` (bin "tribuchet") due to 2 previous errors43 For full logs, run:44 nix log /nix/store/xwsq1333zcd48rj7xzcrc4avf7567naj-tribuchet-0.1.0.drv