[INFO] fetching crate nonn 0.1.4...
[INFO] testing nonn-0.1.4 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate nonn 0.1.4 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate nonn 0.1.4
[INFO] finished tweaking crates.io crate nonn 0.1.4
[INFO] tweaked toml for crates.io crate nonn 0.1.4 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate nonn 0.1.4 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4b2130a98f792a74b7cbd0059a977c57c3cd28beeb685f515975d86ecb6204df
[INFO] running `Command { std: "docker" "start" "-a" "4b2130a98f792a74b7cbd0059a977c57c3cd28beeb685f515975d86ecb6204df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4b2130a98f792a74b7cbd0059a977c57c3cd28beeb685f515975d86ecb6204df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b2130a98f792a74b7cbd0059a977c57c3cd28beeb685f515975d86ecb6204df", kill_on_drop: false }`
[INFO] [stdout] 4b2130a98f792a74b7cbd0059a977c57c3cd28beeb685f515975d86ecb6204df
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8b990ec7495e9cde5a38655eaac0ba4d712437f2d117208356430f57c3a93783
[INFO] running `Command { std: "docker" "start" "-a" "8b990ec7495e9cde5a38655eaac0ba4d712437f2d117208356430f57c3a93783", kill_on_drop: false }`
[INFO] [stderr]    Compiling nonn v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:140:15
[INFO] [stdout]      |
[INFO] [stdout]  140 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:159:15
[INFO] [stdout]      |
[INFO] [stdout]  159 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:140:15
[INFO] [stdout]      |
[INFO] [stdout]  140 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:159:15
[INFO] [stdout]      |
[INFO] [stdout]  159 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:140:15
[INFO] [stdout]      |
[INFO] [stdout]  140 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:159:15
[INFO] [stdout]      |
[INFO] [stdout]  159 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:140:15
[INFO] [stdout]      |
[INFO] [stdout]  140 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:159:15
[INFO] [stdout]      |
[INFO] [stdout]  159 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:140:15
[INFO] [stdout]      |
[INFO] [stdout]  140 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:159:15
[INFO] [stdout]      |
[INFO] [stdout]  159 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:140:15
[INFO] [stdout]      |
[INFO] [stdout]  140 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:159:15
[INFO] [stdout]      |
[INFO] [stdout]  159 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
[INFO] running `Command { std: "docker" "inspect" "8b990ec7495e9cde5a38655eaac0ba4d712437f2d117208356430f57c3a93783", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b990ec7495e9cde5a38655eaac0ba4d712437f2d117208356430f57c3a93783", kill_on_drop: false }`
[INFO] [stdout] 8b990ec7495e9cde5a38655eaac0ba4d712437f2d117208356430f57c3a93783
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e1d00595e435daa6bbf922990a6612e84c237a55c7b3fa64e851c4f5aac8d1e5
[INFO] running `Command { std: "docker" "start" "-a" "e1d00595e435daa6bbf922990a6612e84c237a55c7b3fa64e851c4f5aac8d1e5", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:140:15
[INFO] [stdout]      |
[INFO] [stdout]  140 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:159:15
[INFO] [stdout]      |
[INFO] [stdout]  159 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:140:15
[INFO] [stdout]      |
[INFO] [stdout]  140 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling nonn v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:159:15
[INFO] [stdout]      |
[INFO] [stdout]  159 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:140:15
[INFO] [stdout]      |
[INFO] [stdout]  140 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:159:15
[INFO] [stdout]      |
[INFO] [stdout]  159 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:140:15
[INFO] [stdout]      |
[INFO] [stdout]  140 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:159:15
[INFO] [stdout]      |
[INFO] [stdout]  159 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:140:15
[INFO] [stdout]      |
[INFO] [stdout]  140 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:159:15
[INFO] [stdout]      |
[INFO] [stdout]  159 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:140:15
[INFO] [stdout]      |
[INFO] [stdout]  140 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:159:15
[INFO] [stdout]      |
[INFO] [stdout]  159 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:140:15
[INFO] [stdout]      |
[INFO] [stdout]  140 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:159:15
[INFO] [stdout]      |
[INFO] [stdout]  159 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:140:15
[INFO] [stdout]      |
[INFO] [stdout]  140 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:159:15
[INFO] [stdout]      |
[INFO] [stdout]  159 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:140:15
[INFO] [stdout]      |
[INFO] [stdout]  140 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:159:15
[INFO] [stdout]      |
[INFO] [stdout]  159 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:140:15
[INFO] [stdout]      |
[INFO] [stdout]  140 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:159:15
[INFO] [stdout]      |
[INFO] [stdout]  159 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:140:15
[INFO] [stdout]      |
[INFO] [stdout]  140 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:159:15
[INFO] [stdout]      |
[INFO] [stdout]  159 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:140:15
[INFO] [stdout]      |
[INFO] [stdout]  140 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stdout]     --> src/lib.rs:159:15
[INFO] [stdout]      |
[INFO] [stdout]  159 |           #[cfg(ilog)]
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1273 | / nonn_impl![
[INFO] [stdout] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stdout] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stdout] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stdout] ...    |
[INFO] [stdout] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stdout] 1286 | | ];
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.93s
[INFO] running `Command { std: "docker" "inspect" "e1d00595e435daa6bbf922990a6612e84c237a55c7b3fa64e851c4f5aac8d1e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1d00595e435daa6bbf922990a6612e84c237a55c7b3fa64e851c4f5aac8d1e5", kill_on_drop: false }`
[INFO] [stdout] e1d00595e435daa6bbf922990a6612e84c237a55c7b3fa64e851c4f5aac8d1e5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f22518849a55c1682ab42c4b19930eaaf91764bf9b2b8860734aadc456a2ce27
[INFO] running `Command { std: "docker" "start" "-a" "f22518849a55c1682ab42c4b19930eaaf91764bf9b2b8860734aadc456a2ce27", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stderr]     --> src/lib.rs:140:15
[INFO] [stderr]      |
[INFO] [stderr]  140 |           #[cfg(ilog)]
[INFO] [stderr]      |                 ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1273 | / nonn_impl![
[INFO] [stderr] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stderr] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stderr] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stderr] ...    |
[INFO] [stderr] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stderr] 1286 | | ];
[INFO] [stderr]      | |_- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]      = help: consider using a Cargo feature instead
[INFO] [stderr]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]               [lints.rust]
[INFO] [stderr]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stderr]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]      = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stderr]     --> src/lib.rs:159:15
[INFO] [stderr]      |
[INFO] [stderr]  159 |           #[cfg(ilog)]
[INFO] [stderr]      |                 ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1273 | / nonn_impl![
[INFO] [stderr] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stderr] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stderr] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stderr] ...    |
[INFO] [stderr] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stderr] 1286 | | ];
[INFO] [stderr]      | |_- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead
[INFO] [stderr]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]               [lints.rust]
[INFO] [stderr]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stderr]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ilog`
[INFO] [stderr]     --> src/lib.rs:140:15
[INFO] [stderr]      |
[INFO] [stderr]  140 |           #[cfg(ilog)]
[INFO] [stderr]      |                 ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1273 | / nonn_impl![
[INFO] [stderr] 1274 | |     unsigned NonNU8<u8: "8-bit">(NonZeroU8),
[INFO] [stderr] 1275 | |     unsigned NonNU16<u16: "16-bit">(NonZeroU16),
[INFO] [stderr] 1276 | |     unsigned NonNU32<u32: "32-bit">(NonZeroU32),
[INFO] [stderr] ...    |
[INFO] [stderr] 1285 | |     signed NonNIsize<isize: "Pointer-sized">(NonZeroIsize),
[INFO] [stderr] 1286 | | ];
[INFO] [stderr]      | |_- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead
[INFO] [stderr]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]               [lints.rust]
[INFO] [stderr]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ilog)'] }
[INFO] [stderr]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ilog)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]      = note: this warning originates in the macro `nonn_unsigned_operations` which comes from the expansion of the macro `nonn_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `nonn` (lib) generated 12 warnings (9 duplicates)
[INFO] [stderr] warning: `nonn` (lib test) generated 12 warnings (12 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nonn-bcc98bf37275cc77)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests nonn
[INFO] [stdout] 
[INFO] [stdout] running 198 tests
[INFO] [stdout] test src/lib.rs - NonNI128<N>::is_positive (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI128 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI128<N>::overflowing_neg (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNI128<N>::saturating_neg (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNI128<N>::leading_zeros (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI128<N>::saturating_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI128<N>::abs (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI128<N>::is_negative (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI128<N>::BITS (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI128<N>::checked_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI128<N>::checked_abs (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNI128<N>::saturating_abs (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI128<N>::checked_neg (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI128<N>::checked_pow (line 1284) ... ok
[INFO] [stdout] test src/lib.rs - NonNI128<N>::trailing_zeros (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNI128<N>::wrapping_neg (line 1281) ... ok
[INFO] [stdout] test src/lib.rs - NonNI128<N>::overflowing_abs (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI16 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI128<N>::wrapping_abs (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI128<N>::saturating_pow (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI16<N>::BITS (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI16<N>::abs (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI16<N>::checked_abs (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNI16<N>::checked_neg (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI16<N>::overflowing_abs (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI16<N>::checked_pow (line 1284) ... ok
[INFO] [stdout] test src/lib.rs - NonNI16<N>::is_negative (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI16<N>::is_positive (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI16<N>::checked_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI16<N>::saturating_neg (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNI16<N>::leading_zeros (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI16<N>::trailing_zeros (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNI16<N>::saturating_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI16<N>::overflowing_neg (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNI32<N>::checked_neg (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI16<N>::saturating_abs (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI16<N>::wrapping_abs (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI32<N>::BITS (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI32 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI16<N>::saturating_pow (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI32<N>::checked_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI32<N>::overflowing_abs (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI32<N>::abs (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI16<N>::wrapping_neg (line 1281) ... ok
[INFO] [stdout] test src/lib.rs - NonNI32<N>::leading_zeros (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI32<N>::is_negative (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI32<N>::is_positive (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI32<N>::checked_pow (line 1284) ... ok
[INFO] [stdout] test src/lib.rs - NonNI32<N>::checked_abs (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNI32<N>::trailing_zeros (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNI32<N>::overflowing_neg (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNI32<N>::wrapping_abs (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI64<N>::checked_neg (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI64<N>::abs (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI64<N>::BITS (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI64 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI32<N>::saturating_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI64<N>::checked_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI64<N>::checked_abs (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNI32<N>::saturating_pow (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI64<N>::checked_pow (line 1284) ... ok
[INFO] [stdout] test src/lib.rs - NonNI32<N>::saturating_abs (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI32<N>::saturating_neg (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNI32<N>::wrapping_neg (line 1281) ... ok
[INFO] [stdout] test src/lib.rs - NonNI64<N>::overflowing_abs (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI64<N>::leading_zeros (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI64<N>::is_positive (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI64<N>::wrapping_abs (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI64<N>::is_negative (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI64<N>::saturating_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI8<N>::BITS (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI8 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI64<N>::overflowing_neg (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNI64<N>::wrapping_neg (line 1281) ... ok
[INFO] [stdout] test src/lib.rs - NonNI64<N>::saturating_neg (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNI64<N>::saturating_pow (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI64<N>::saturating_abs (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI8<N>::checked_pow (line 1284) ... ok
[INFO] [stdout] test src/lib.rs - NonNI8<N>::abs (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI8<N>::checked_neg (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI8<N>::leading_zeros (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI8<N>::saturating_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI8<N>::checked_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI8<N>::is_positive (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI8<N>::checked_abs (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNI64<N>::trailing_zeros (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNI8<N>::saturating_abs (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI8<N>::overflowing_abs (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI8<N>::is_negative (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI8<N>::overflowing_neg (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNI8<N>::saturating_pow (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNIsize<N>::BITS (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNIsize<N>::abs (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNI8<N>::wrapping_abs (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNIsize (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI8<N>::wrapping_neg (line 1281) ... ok
[INFO] [stdout] test src/lib.rs - NonNI8<N>::saturating_neg (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNIsize<N>::is_negative (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNIsize<N>::checked_neg (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNI8<N>::trailing_zeros (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNIsize<N>::saturating_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNIsize<N>::is_positive (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNIsize<N>::leading_zeros (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNIsize<N>::checked_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNIsize<N>::overflowing_neg (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNIsize<N>::saturating_neg (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNIsize<N>::overflowing_abs (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNIsize<N>::checked_pow (line 1284) ... ok
[INFO] [stdout] test src/lib.rs - NonNIsize<N>::saturating_abs (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNIsize<N>::saturating_pow (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNIsize<N>::checked_abs (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNIsize<N>::wrapping_abs (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU128<N>::ilog10 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU128<N>::checked_next_power_of_two (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNIsize<N>::trailing_zeros (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNU128<N>::BITS (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNIsize<N>::wrapping_neg (line 1281) ... ok
[INFO] [stdout] test src/lib.rs - NonNU128<N>::checked_pow (line 1284) ... ok
[INFO] [stdout] test src/lib.rs - NonNU128 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU128<N>::is_power_of_two (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNU128<N>::leading_zeros (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNU128<N>::trailing_zeros (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNU16<N>::checked_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU128<N>::checked_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU128<N>::checked_add (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU16 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU128<N>::ilog2 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU16<N>::checked_next_power_of_two (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNU16<N>::BITS (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNU16<N>::is_power_of_two (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNU128<N>::saturating_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU16<N>::leading_zeros (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNU128<N>::saturating_pow (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU16<N>::ilog2 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU16<N>::trailing_zeros (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNU16<N>::ilog10 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU16<N>::checked_add (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU16<N>::saturating_add (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU128<N>::saturating_add (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU16<N>::saturating_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU32<N>::checked_add (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU32<N>::BITS (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNU32<N>::checked_next_power_of_two (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNU16<N>::checked_pow (line 1284) ... ok
[INFO] [stdout] test src/lib.rs - NonNU32<N>::ilog2 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU32 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU32<N>::ilog10 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU16<N>::saturating_pow (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU32<N>::saturating_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU32<N>::checked_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU32<N>::checked_pow (line 1284) ... ok
[INFO] [stdout] test src/lib.rs - NonNU32<N>::saturating_add (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU32<N>::leading_zeros (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNU32<N>::is_power_of_two (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNU32<N>::saturating_pow (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU64<N>::ilog10 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU64 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU32<N>::trailing_zeros (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNU64<N>::BITS (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNU64<N>::ilog2 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU64<N>::checked_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU64<N>::checked_add (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU64<N>::leading_zeros (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNU64<N>::checked_pow (line 1284) ... ok
[INFO] [stdout] test src/lib.rs - NonNU64<N>::saturating_add (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU64<N>::saturating_pow (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU64<N>::saturating_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU64<N>::is_power_of_two (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNU64<N>::checked_next_power_of_two (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNU64<N>::trailing_zeros (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNU8<N>::ilog10 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU8 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU8<N>::checked_add (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU8<N>::checked_pow (line 1284) ... ok
[INFO] [stdout] test src/lib.rs - NonNU8<N>::BITS (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNU8<N>::checked_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU8<N>::saturating_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU8<N>::saturating_add (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU8<N>::leading_zeros (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNU8<N>::saturating_pow (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU8<N>::checked_next_power_of_two (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNUsize (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU8<N>::ilog2 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNUsize<N>::BITS (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNU8<N>::is_power_of_two (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNUsize<N>::checked_next_power_of_two (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNUsize<N>::saturating_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNUsize<N>::is_power_of_two (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNUsize<N>::leading_zeros (line 1279) ... ok
[INFO] [stdout] test src/lib.rs - NonNUsize<N>::ilog2 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNU8<N>::trailing_zeros (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNUsize<N>::checked_pow (line 1284) ... ok
[INFO] [stdout] test src/lib.rs - NonNUsize<N>::checked_mul (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNUsize<N>::ilog10 (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNUsize<N>::saturating_add (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNUsize<N>::saturating_pow (line 1278) ... ok
[INFO] [stdout] test src/lib.rs - NonNUsize<N>::trailing_zeros (line 1280) ... ok
[INFO] [stdout] test src/lib.rs - NonNUsize<N>::checked_add (line 1278) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 198 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.44s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f22518849a55c1682ab42c4b19930eaaf91764bf9b2b8860734aadc456a2ce27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f22518849a55c1682ab42c4b19930eaaf91764bf9b2b8860734aadc456a2ce27", kill_on_drop: false }`
[INFO] [stdout] f22518849a55c1682ab42c4b19930eaaf91764bf9b2b8860734aadc456a2ce27
