New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/28916#issuecomment-782739980 Comment: ``` error: literal out of range for `usize` --> src/util.rs:471:25 | 471 | assert_eq!(Some(8589934592), atoi::("8589934592")); | ^^^^^^^^^^ | = note: `#[deny(overflowing_literals)]` on by default = note: the literal `8589934592` does not fit into the type `usize` whose range is `0..=4294967295` ``` Looks like they don't run tests on 32 bit platforms. Could you try to report, please?