[INFO] fetching crate nonn 0.1.4... [INFO] testing nonn-0.1.4 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate nonn 0.1.4 into /workspace/builds/worker-0-tc1/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-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate nonn 0.1.4 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eec5ef0cb553f6b698bc15e3064d549ed70455de7777b1d9c42018aa7fe0e83c [INFO] running `Command { std: "docker" "start" "-a" "eec5ef0cb553f6b698bc15e3064d549ed70455de7777b1d9c42018aa7fe0e83c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eec5ef0cb553f6b698bc15e3064d549ed70455de7777b1d9c42018aa7fe0e83c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eec5ef0cb553f6b698bc15e3064d549ed70455de7777b1d9c42018aa7fe0e83c", kill_on_drop: false }` [INFO] [stdout] eec5ef0cb553f6b698bc15e3064d549ed70455de7777b1d9c42018aa7fe0e83c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3193c47f153d04e8241af4aa0e0e41bfa825b8dcbaf7d96583e767c6f4b0f02f [INFO] running `Command { std: "docker" "start" "-a" "3193c47f153d04e8241af4aa0e0e41bfa825b8dcbaf7d96583e767c6f4b0f02f", 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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 1.05s [INFO] running `Command { std: "docker" "inspect" "3193c47f153d04e8241af4aa0e0e41bfa825b8dcbaf7d96583e767c6f4b0f02f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3193c47f153d04e8241af4aa0e0e41bfa825b8dcbaf7d96583e767c6f4b0f02f", kill_on_drop: false }` [INFO] [stdout] 3193c47f153d04e8241af4aa0e0e41bfa825b8dcbaf7d96583e767c6f4b0f02f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cf197dd46fe4b33e2aa5898ba73e0d7983b1ef2334705a0081e056797faee325 [INFO] running `Command { std: "docker" "start" "-a" "cf197dd46fe4b33e2aa5898ba73e0d7983b1ef2334705a0081e056797faee325", 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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:140:15 [INFO] [stdout] | [INFO] [stdout] 140 | #[cfg(ilog)] [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 1273 | / nonn_impl![ [INFO] [stdout] 1274 | | unsigned NonNU8(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stdout] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stdout] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stdout] ... | [INFO] [stdout] 1285 | | signed NonNIsize(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 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 1.03s [INFO] running `Command { std: "docker" "inspect" "cf197dd46fe4b33e2aa5898ba73e0d7983b1ef2334705a0081e056797faee325", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf197dd46fe4b33e2aa5898ba73e0d7983b1ef2334705a0081e056797faee325", kill_on_drop: false }` [INFO] [stdout] cf197dd46fe4b33e2aa5898ba73e0d7983b1ef2334705a0081e056797faee325 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 20c3e50b54c3ee328966093043fa4c53258817dff1001cca4e40bba6a21b41dd [INFO] running `Command { std: "docker" "start" "-a" "20c3e50b54c3ee328966093043fa4c53258817dff1001cca4e40bba6a21b41dd", 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(NonZeroU8), [INFO] [stderr] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stderr] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stderr] ... | [INFO] [stderr] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stderr] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stderr] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stderr] ... | [INFO] [stderr] 1285 | | signed NonNIsize(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 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(NonZeroU8), [INFO] [stderr] 1275 | | unsigned NonNU16(NonZeroU16), [INFO] [stderr] 1276 | | unsigned NonNU32(NonZeroU32), [INFO] [stderr] ... | [INFO] [stderr] 1285 | | signed NonNIsize(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 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] [stdout] [INFO] [stderr] warning: `nonn` (lib test) generated 12 warnings (12 duplicates) [INFO] [stdout] running 0 tests [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nonn-30b062821b0bb132) [INFO] [stdout] [INFO] [stderr] Doc-tests nonn [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 198 tests [INFO] [stdout] test src/lib.rs - NonNI128::saturating_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::is_negative (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::saturating_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::overflowing_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::checked_abs (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::is_positive (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::saturating_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::checked_neg (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI128 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::overflowing_abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::wrapping_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI16 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::wrapping_neg (line 1281) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::is_negative (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::is_positive (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::checked_abs (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::checked_neg (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::overflowing_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::wrapping_neg (line 1281) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::wrapping_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::saturating_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::saturating_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::overflowing_abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::checked_abs (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::checked_neg (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI32 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::saturating_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::is_negative (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::overflowing_abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::saturating_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::is_negative (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI64 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::wrapping_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::is_positive (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::wrapping_neg (line 1281) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::overflowing_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::checked_abs (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::checked_neg (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::saturating_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::saturating_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::is_positive (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::overflowing_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::saturating_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::wrapping_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::checked_abs (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::is_positive (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::saturating_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::is_negative (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::wrapping_neg (line 1281) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::overflowing_abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI8 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::saturating_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::saturating_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::checked_neg (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::saturating_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::overflowing_abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::overflowing_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::checked_neg (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::saturating_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::is_positive (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::wrapping_neg (line 1281) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::wrapping_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::is_negative (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::overflowing_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::saturating_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::saturating_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::saturating_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::wrapping_neg (line 1281) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::checked_abs (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::overflowing_abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::wrapping_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU128 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::is_power_of_two (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::saturating_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::checked_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::ilog2 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::ilog10 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::checked_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU16 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::checked_next_power_of_two (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::checked_next_power_of_two (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::ilog10 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::saturating_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU32 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::saturating_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::saturating_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::is_power_of_two (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::ilog2 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::ilog10 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::saturating_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::checked_next_power_of_two (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::ilog2 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::is_power_of_two (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::saturating_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::checked_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::checked_next_power_of_two (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU64 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::checked_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::ilog10 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::ilog2 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::saturating_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU8 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::checked_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::saturating_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::is_power_of_two (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::ilog10 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::is_power_of_two (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::checked_next_power_of_two (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::saturating_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::ilog2 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::checked_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::checked_next_power_of_two (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::ilog2 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::saturating_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::saturating_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::is_power_of_two (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::saturating_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::ilog10 (line 1278) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 198 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.33s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "20c3e50b54c3ee328966093043fa4c53258817dff1001cca4e40bba6a21b41dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20c3e50b54c3ee328966093043fa4c53258817dff1001cca4e40bba6a21b41dd", kill_on_drop: false }` [INFO] [stdout] 20c3e50b54c3ee328966093043fa4c53258817dff1001cca4e40bba6a21b41dd