[INFO] fetching crate nonn 0.1.4... [INFO] testing nonn-0.1.4 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate nonn 0.1.4 into /workspace/builds/worker-1-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-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate nonn 0.1.4 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0730671efdc5ca58823f55eed8e925345d1226c3f47ffdd6dbc79653e1d453d2 [INFO] running `Command { std: "docker" "start" "-a" "0730671efdc5ca58823f55eed8e925345d1226c3f47ffdd6dbc79653e1d453d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0730671efdc5ca58823f55eed8e925345d1226c3f47ffdd6dbc79653e1d453d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0730671efdc5ca58823f55eed8e925345d1226c3f47ffdd6dbc79653e1d453d2", kill_on_drop: false }` [INFO] [stdout] 0730671efdc5ca58823f55eed8e925345d1226c3f47ffdd6dbc79653e1d453d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 17cfb0a6fecf85ed95ac6f4f7557f51ed99240a1ced635fa9b0fd5ddd33730a4 [INFO] running `Command { std: "docker" "start" "-a" "17cfb0a6fecf85ed95ac6f4f7557f51ed99240a1ced635fa9b0fd5ddd33730a4", 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 0.89s [INFO] running `Command { std: "docker" "inspect" "17cfb0a6fecf85ed95ac6f4f7557f51ed99240a1ced635fa9b0fd5ddd33730a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17cfb0a6fecf85ed95ac6f4f7557f51ed99240a1ced635fa9b0fd5ddd33730a4", kill_on_drop: false }` [INFO] [stdout] 17cfb0a6fecf85ed95ac6f4f7557f51ed99240a1ced635fa9b0fd5ddd33730a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eb08253feb1101566aa6dc88efb9042f06ed858a814968b2de568b7390fb582b [INFO] running `Command { std: "docker" "start" "-a" "eb08253feb1101566aa6dc88efb9042f06ed858a814968b2de568b7390fb582b", 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] [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] 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 `test` profile [unoptimized + debuginfo] target(s) in 0.90s [INFO] running `Command { std: "docker" "inspect" "eb08253feb1101566aa6dc88efb9042f06ed858a814968b2de568b7390fb582b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb08253feb1101566aa6dc88efb9042f06ed858a814968b2de568b7390fb582b", kill_on_drop: false }` [INFO] [stdout] eb08253feb1101566aa6dc88efb9042f06ed858a814968b2de568b7390fb582b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5f8dcf6f49b6817f85b336cbe6204533129d965681a8d27e0c032dfee6c69052 [INFO] running `Command { std: "docker" "start" "-a" "5f8dcf6f49b6817f85b336cbe6204533129d965681a8d27e0c032dfee6c69052", 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] [stderr] warning: `nonn` (lib test) generated 12 warnings (12 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nonn-30b062821b0bb132) [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::saturating_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::is_positive (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::overflowing_abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::wrapping_neg (line 1281) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::saturating_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::saturating_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::checked_abs (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::overflowing_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::checked_neg (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::is_negative (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::checked_abs (line 1280) ... 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 - NonNI128 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNI128::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI16 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::checked_neg (line 1278) ... 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::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::is_positive (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::overflowing_abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::saturating_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::saturating_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::saturating_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::overflowing_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::wrapping_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI32 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI16::wrapping_neg (line 1281) ... 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::abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::checked_neg (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::is_negative (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::overflowing_abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::saturating_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::saturating_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::overflowing_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::is_positive (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::wrapping_neg (line 1281) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::is_negative (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::checked_neg (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI64 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::saturating_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI32::wrapping_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::wrapping_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::overflowing_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::overflowing_abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::is_positive (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::checked_abs (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::saturating_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::saturating_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::checked_abs (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::saturating_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI8 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI64::wrapping_neg (line 1281) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::checked_neg (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::is_positive (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::wrapping_neg (line 1281) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::saturating_mul (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 - NonNI8::wrapping_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::is_negative (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::saturating_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::overflowing_neg (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::overflowing_abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::is_negative (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::checked_abs (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::checked_neg (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::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNI8::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_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::overflowing_abs (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU128 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::wrapping_neg (line 1281) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::saturating_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::checked_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::is_positive (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::ilog10 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::wrapping_abs (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::ilog2 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNIsize::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::is_power_of_two (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::checked_next_power_of_two (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::saturating_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::checked_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::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::checked_next_power_of_two (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU16 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNU128::saturating_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::ilog10 (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_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::saturating_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::ilog10 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::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::checked_next_power_of_two (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU64 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::ilog2 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::checked_pow (line 1284) ... 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 - NonNU32::saturating_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU32::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU16::saturating_pow (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_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::ilog10 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::is_power_of_two (line 1279) ... 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 - NonNU64::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::checked_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::saturating_pow (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::ilog10 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU8 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::ilog2 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU64::saturating_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::checked_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::checked_next_power_of_two (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::ilog2 (line 1278) ... 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 - NonNU8::saturating_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize (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::checked_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNU8::saturating_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::BITS (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::checked_pow (line 1284) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::leading_zeros (line 1279) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::checked_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_mul (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::saturating_add (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::ilog2 (line 1278) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::trailing_zeros (line 1280) ... ok [INFO] [stdout] test src/lib.rs - NonNUsize::saturating_pow (line 1278) ... 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 6.94s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5f8dcf6f49b6817f85b336cbe6204533129d965681a8d27e0c032dfee6c69052", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f8dcf6f49b6817f85b336cbe6204533129d965681a8d27e0c032dfee6c69052", kill_on_drop: false }` [INFO] [stdout] 5f8dcf6f49b6817f85b336cbe6204533129d965681a8d27e0c032dfee6c69052