[INFO] fetching crate libc-interface 0.1.2...
[INFO] testing libc-interface-0.1.2 against 1.91.0 for beta-1.92-2
[INFO] extracting crate libc-interface 0.1.2 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate libc-interface 0.1.2
[INFO] finished tweaking crates.io crate libc-interface 0.1.2
[INFO] tweaked toml for crates.io crate libc-interface 0.1.2 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate libc-interface 0.1.2 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9a4f8af37578d1d618f2e23d34016977374386db573c8afcc76a84c527c2110f
[INFO] running `Command { std: "docker" "start" "-a" "9a4f8af37578d1d618f2e23d34016977374386db573c8afcc76a84c527c2110f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9a4f8af37578d1d618f2e23d34016977374386db573c8afcc76a84c527c2110f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a4f8af37578d1d618f2e23d34016977374386db573c8afcc76a84c527c2110f", kill_on_drop: false }`
[INFO] [stdout] 9a4f8af37578d1d618f2e23d34016977374386db573c8afcc76a84c527c2110f
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1967666a31fcf5cced4314f0aa5e770da69ac30866cefb7000cc3ccd904596b4
[INFO] running `Command { std: "docker" "start" "-a" "1967666a31fcf5cced4314f0aa5e770da69ac30866cefb7000cc3ccd904596b4", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libc-interface v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]   --> src/lib.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 | #![cfg_attr(cross_platform_docs, feature(no_core, lang_items, const_fn))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^
[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(cross_platform_docs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]   --> src/lib.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | #![cfg_attr(cross_platform_docs, no_core)]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^
[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(cross_platform_docs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig`
[INFO] [stdout]   --> src/lib.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 | #![cfg_attr(target_os = "bitrig", doc(
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, and `tvos` and 11 more
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `asmjs`
[INFO] [stdout]   --> src/lib.rs:78:43
[INFO] [stdout]    |
[INFO] [stdout] 78 | #![cfg_attr(all(target_os = "emscripten", target_arch = "asmjs"), doc(
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdbuild`
[INFO] [stdout]   --> src/lib.rs:89:13
[INFO] [stdout]    |
[INFO] [stdout] 89 | #![cfg_attr(feature = "stdbuild", feature(staged_api, cfg_target_vendor))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `align` and `default`
[INFO] [stdout]    = help: consider adding `stdbuild` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdbuild`
[INFO] [stdout]   --> src/lib.rs:90:13
[INFO] [stdout]    |
[INFO] [stdout] 90 | #![cfg_attr(feature = "stdbuild", feature(link_cfg, repr_packed))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `align` and `default`
[INFO] [stdout]    = help: consider adding `stdbuild` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdbuild`
[INFO] [stdout]   --> src/lib.rs:91:13
[INFO] [stdout]    |
[INFO] [stdout] 91 | #![cfg_attr(feature = "stdbuild", allow(warnings))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `align` and `default`
[INFO] [stdout]    = help: consider adding `stdbuild` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdbuild`
[INFO] [stdout]   --> src/lib.rs:92:13
[INFO] [stdout]    |
[INFO] [stdout] 92 | #![cfg_attr(feature = "stdbuild", unstable(feature = "libc",
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `align` and `default`
[INFO] [stdout]    = help: consider adding `stdbuild` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cloudabi`
[INFO] [stdout]    --> src/lib.rs:153:21
[INFO] [stdout]     |
[INFO] [stdout] 153 |     } else if #[cfg(target_os = "cloudabi")] {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, and `tvos` and 11 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]  --> src/dox.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(not(cross_platform_docs))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^
[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(cross_platform_docs)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]   --> src/dox.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(cross_platform_docs)]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[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(cross_platform_docs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::clone::Clone`
[INFO] [stdout]  --> src/dox.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub use core::clone::Clone;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Eq` and `PartialEq`
[INFO] [stdout]  --> src/dox.rs:7:25
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub use core::cmp::{PartialEq, Eq};
[INFO] [stdout]   |                         ^^^^^^^^^  ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::marker::Copy`
[INFO] [stdout]  --> src/dox.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub use core::marker::Copy;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig`
[INFO] [stdout]    --> src/unix/mod.rs:298:25
[INFO] [stdout]     |
[INFO] [stdout] 298 |                         target_os = "bitrig"))] {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, and `tvos` and 11 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]     --> src/macros.rs:53:19
[INFO] [stdout]      |
[INFO] [stdout]   53 |           #[cfg(not(cross_platform_docs))]
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/unix/notbsd/mod.rs:979:1
[INFO] [stdout]      |
[INFO] [stdout]  979 | / f! {
[INFO] [stdout]  980 | |     pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () {
[INFO] [stdout]  981 | |         let fd = fd as usize;
[INFO] [stdout]  982 | |         let size = mem::size_of_val(&(*set).fds_bits[0]) * 8;
[INFO] [stdout] ...    |
[INFO] [stdout] 1053 | | }
[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(cross_platform_docs)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]     --> src/macros.rs:58:15
[INFO] [stdout]      |
[INFO] [stdout]   58 |           #[cfg(cross_platform_docs)]
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/unix/notbsd/mod.rs:979:1
[INFO] [stdout]      |
[INFO] [stdout]  979 | / f! {
[INFO] [stdout]  980 | |     pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () {
[INFO] [stdout]  981 | |         let fd = fd as usize;
[INFO] [stdout]  982 | |         let size = mem::size_of_val(&(*set).fds_bits[0]) * 8;
[INFO] [stdout] ...    |
[INFO] [stdout] 1053 | | }
[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(cross_platform_docs)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:371:36
[INFO] [stdout]     |
[INFO] [stdout] 371 | pub const LC_CTYPE_MASK: ::c_int = (1 << LC_CTYPE);
[INFO] [stdout]     |                                    ^             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 371 - pub const LC_CTYPE_MASK: ::c_int = (1 << LC_CTYPE);
[INFO] [stdout] 371 + pub const LC_CTYPE_MASK: ::c_int = 1 << LC_CTYPE;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:372:38
[INFO] [stdout]     |
[INFO] [stdout] 372 | pub const LC_NUMERIC_MASK: ::c_int = (1 << LC_NUMERIC);
[INFO] [stdout]     |                                      ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 372 - pub const LC_NUMERIC_MASK: ::c_int = (1 << LC_NUMERIC);
[INFO] [stdout] 372 + pub const LC_NUMERIC_MASK: ::c_int = 1 << LC_NUMERIC;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:373:35
[INFO] [stdout]     |
[INFO] [stdout] 373 | pub const LC_TIME_MASK: ::c_int = (1 << LC_TIME);
[INFO] [stdout]     |                                   ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 373 - pub const LC_TIME_MASK: ::c_int = (1 << LC_TIME);
[INFO] [stdout] 373 + pub const LC_TIME_MASK: ::c_int = 1 << LC_TIME;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:374:38
[INFO] [stdout]     |
[INFO] [stdout] 374 | pub const LC_COLLATE_MASK: ::c_int = (1 << LC_COLLATE);
[INFO] [stdout]     |                                      ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 374 - pub const LC_COLLATE_MASK: ::c_int = (1 << LC_COLLATE);
[INFO] [stdout] 374 + pub const LC_COLLATE_MASK: ::c_int = 1 << LC_COLLATE;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:375:39
[INFO] [stdout]     |
[INFO] [stdout] 375 | pub const LC_MONETARY_MASK: ::c_int = (1 << LC_MONETARY);
[INFO] [stdout]     |                                       ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 375 - pub const LC_MONETARY_MASK: ::c_int = (1 << LC_MONETARY);
[INFO] [stdout] 375 + pub const LC_MONETARY_MASK: ::c_int = 1 << LC_MONETARY;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:376:39
[INFO] [stdout]     |
[INFO] [stdout] 376 | pub const LC_MESSAGES_MASK: ::c_int = (1 << LC_MESSAGES);
[INFO] [stdout]     |                                       ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 376 - pub const LC_MESSAGES_MASK: ::c_int = (1 << LC_MESSAGES);
[INFO] [stdout] 376 + pub const LC_MESSAGES_MASK: ::c_int = 1 << LC_MESSAGES;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:885:27
[INFO] [stdout]     |
[INFO] [stdout] 885 | pub const IPOPT_END: u8 = (0 |IPOPT_CONTROL);
[INFO] [stdout]     |                           ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 885 - pub const IPOPT_END: u8 = (0 |IPOPT_CONTROL);
[INFO] [stdout] 885 + pub const IPOPT_END: u8 = 0 |IPOPT_CONTROL;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:886:28
[INFO] [stdout]     |
[INFO] [stdout] 886 | pub const IPOPT_NOOP: u8 = (1 |IPOPT_CONTROL);
[INFO] [stdout]     |                            ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 886 - pub const IPOPT_NOOP: u8 = (1 |IPOPT_CONTROL);
[INFO] [stdout] 886 + pub const IPOPT_NOOP: u8 = 1 |IPOPT_CONTROL;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:887:27
[INFO] [stdout]     |
[INFO] [stdout] 887 | pub const IPOPT_SEC: u8 = (2 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout]     |                           ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 887 - pub const IPOPT_SEC: u8 = (2 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout] 887 + pub const IPOPT_SEC: u8 = 2 |IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:888:28
[INFO] [stdout]     |
[INFO] [stdout] 888 | pub const IPOPT_LSRR: u8 = (3 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout]     |                            ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 888 - pub const IPOPT_LSRR: u8 = (3 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout] 888 + pub const IPOPT_LSRR: u8 = 3 |IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:889:33
[INFO] [stdout]     |
[INFO] [stdout] 889 | pub const IPOPT_TIMESTAMP: u8 = (4 |IPOPT_MEASUREMENT);
[INFO] [stdout]     |                                 ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 889 - pub const IPOPT_TIMESTAMP: u8 = (4 |IPOPT_MEASUREMENT);
[INFO] [stdout] 889 + pub const IPOPT_TIMESTAMP: u8 = 4 |IPOPT_MEASUREMENT;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:890:26
[INFO] [stdout]     |
[INFO] [stdout] 890 | pub const IPOPT_RR: u8 = (7 |IPOPT_CONTROL);
[INFO] [stdout]     |                          ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 890 - pub const IPOPT_RR: u8 = (7 |IPOPT_CONTROL);
[INFO] [stdout] 890 + pub const IPOPT_RR: u8 = 7 |IPOPT_CONTROL;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:891:27
[INFO] [stdout]     |
[INFO] [stdout] 891 | pub const IPOPT_SID: u8 = (8 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout]     |                           ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 891 - pub const IPOPT_SID: u8 = (8 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout] 891 + pub const IPOPT_SID: u8 = 8 |IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:892:28
[INFO] [stdout]     |
[INFO] [stdout] 892 | pub const IPOPT_SSRR: u8 = (9 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout]     |                            ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 892 - pub const IPOPT_SSRR: u8 = (9 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout] 892 + pub const IPOPT_SSRR: u8 = 9 |IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:893:26
[INFO] [stdout]     |
[INFO] [stdout] 893 | pub const IPOPT_RA: u8 = (20|IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout]     |                          ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 893 - pub const IPOPT_RA: u8 = (20|IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout] 893 + pub const IPOPT_RA: u8 = 20|IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/macros.rs:54:20
[INFO] [stdout]      |
[INFO] [stdout]   54 |           pub unsafe extern fn $i($($arg: $argty),*) -> $ret {
[INFO] [stdout]      |                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/unix/notbsd/mod.rs:979:1
[INFO] [stdout]      |
[INFO] [stdout]  979 | / f! {
[INFO] [stdout]  980 | |     pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () {
[INFO] [stdout]  981 | |         let fd = fd as usize;
[INFO] [stdout]  982 | |         let size = mem::size_of_val(&(*set).fds_bits[0]) * 8;
[INFO] [stdout] ...    |
[INFO] [stdout] 1053 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> src/macros.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |             $($body);*
[INFO] [stdout]    |                     ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/unix/notbsd/linux/mod.rs:157:23
[INFO] [stdout]     |
[INFO] [stdout] 157 |         #[cfg(all(not(features = "align"),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 157 -         #[cfg(all(not(features = "align"),
[INFO] [stdout] 157 +         #[cfg(all(not(feature = "align"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/unix/notbsd/linux/mod.rs:163:23
[INFO] [stdout]     |
[INFO] [stdout] 163 |         #[cfg(all(not(features = "align"),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 163 -         #[cfg(all(not(features = "align"),
[INFO] [stdout] 163 +         #[cfg(all(not(feature = "align"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]     --> src/macros.rs:53:19
[INFO] [stdout]      |
[INFO] [stdout]   53 |           #[cfg(not(cross_platform_docs))]
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/unix/notbsd/linux/mod.rs:1579:1
[INFO] [stdout]      |
[INFO] [stdout] 1579 | / f! {
[INFO] [stdout] 1580 | |     pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () {
[INFO] [stdout] 1581 | |         for slot in cpuset.bits.iter_mut() {
[INFO] [stdout] 1582 | |             *slot = 0;
[INFO] [stdout] ...    |
[INFO] [stdout] 1650 | | }
[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(cross_platform_docs)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]     --> src/macros.rs:58:15
[INFO] [stdout]      |
[INFO] [stdout]   58 |           #[cfg(cross_platform_docs)]
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/unix/notbsd/linux/mod.rs:1579:1
[INFO] [stdout]      |
[INFO] [stdout] 1579 | / f! {
[INFO] [stdout] 1580 | |     pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () {
[INFO] [stdout] 1581 | |         for slot in cpuset.bits.iter_mut() {
[INFO] [stdout] 1582 | |             *slot = 0;
[INFO] [stdout] ...    |
[INFO] [stdout] 1650 | | }
[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(cross_platform_docs)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/macros.rs:54:20
[INFO] [stdout]      |
[INFO] [stdout]   54 |           pub unsafe extern fn $i($($arg: $argty),*) -> $ret {
[INFO] [stdout]      |                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/unix/notbsd/linux/mod.rs:1579:1
[INFO] [stdout]      |
[INFO] [stdout] 1579 | / f! {
[INFO] [stdout] 1580 | |     pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () {
[INFO] [stdout] 1581 | |         for slot in cpuset.bits.iter_mut() {
[INFO] [stdout] 1582 | |             *slot = 0;
[INFO] [stdout] ...    |
[INFO] [stdout] 1650 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]    --> src/macros.rs:53:19
[INFO] [stdout]     |
[INFO] [stdout]  53 |           #[cfg(not(cross_platform_docs))]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/unix/notbsd/linux/other/mod.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | / f! {
[INFO] [stdout] 845 | |     pub fn NLA_ALIGN(len: ::c_int) -> ::c_int {
[INFO] [stdout] 846 | |         return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1)
[INFO] [stdout] 847 | |     }
[INFO] [stdout] 848 | | }
[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(cross_platform_docs)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]    --> src/macros.rs:58:15
[INFO] [stdout]     |
[INFO] [stdout]  58 |           #[cfg(cross_platform_docs)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/unix/notbsd/linux/other/mod.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | / f! {
[INFO] [stdout] 845 | |     pub fn NLA_ALIGN(len: ::c_int) -> ::c_int {
[INFO] [stdout] 846 | |         return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1)
[INFO] [stdout] 847 | |     }
[INFO] [stdout] 848 | | }
[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(cross_platform_docs)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/unix/notbsd/linux/other/mod.rs:74:40
[INFO] [stdout]    |
[INFO] [stdout] 74 |         pub sa_restorer: ::dox::Option<extern fn()>,
[INFO] [stdout]    |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:288:36
[INFO] [stdout]     |
[INFO] [stdout] 288 | pub const LC_PAPER_MASK: ::c_int = (1 << LC_PAPER);
[INFO] [stdout]     |                                    ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 288 - pub const LC_PAPER_MASK: ::c_int = (1 << LC_PAPER);
[INFO] [stdout] 288 + pub const LC_PAPER_MASK: ::c_int = 1 << LC_PAPER;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:289:35
[INFO] [stdout]     |
[INFO] [stdout] 289 | pub const LC_NAME_MASK: ::c_int = (1 << LC_NAME);
[INFO] [stdout]     |                                   ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 289 - pub const LC_NAME_MASK: ::c_int = (1 << LC_NAME);
[INFO] [stdout] 289 + pub const LC_NAME_MASK: ::c_int = 1 << LC_NAME;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:290:38
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub const LC_ADDRESS_MASK: ::c_int = (1 << LC_ADDRESS);
[INFO] [stdout]     |                                      ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 290 - pub const LC_ADDRESS_MASK: ::c_int = (1 << LC_ADDRESS);
[INFO] [stdout] 290 + pub const LC_ADDRESS_MASK: ::c_int = 1 << LC_ADDRESS;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:291:40
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub const LC_TELEPHONE_MASK: ::c_int = (1 << LC_TELEPHONE);
[INFO] [stdout]     |                                        ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 291 - pub const LC_TELEPHONE_MASK: ::c_int = (1 << LC_TELEPHONE);
[INFO] [stdout] 291 + pub const LC_TELEPHONE_MASK: ::c_int = 1 << LC_TELEPHONE;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:292:42
[INFO] [stdout]     |
[INFO] [stdout] 292 | pub const LC_MEASUREMENT_MASK: ::c_int = (1 << LC_MEASUREMENT);
[INFO] [stdout]     |                                          ^                   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 292 - pub const LC_MEASUREMENT_MASK: ::c_int = (1 << LC_MEASUREMENT);
[INFO] [stdout] 292 + pub const LC_MEASUREMENT_MASK: ::c_int = 1 << LC_MEASUREMENT;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:293:45
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub const LC_IDENTIFICATION_MASK: ::c_int = (1 << LC_IDENTIFICATION);
[INFO] [stdout]     |                                             ^                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 293 - pub const LC_IDENTIFICATION_MASK: ::c_int = (1 << LC_IDENTIFICATION);
[INFO] [stdout] 293 + pub const LC_IDENTIFICATION_MASK: ::c_int = 1 << LC_IDENTIFICATION;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:739:39
[INFO] [stdout]     |
[INFO] [stdout] 739 | pub const NFT_LOOKUP_F_INV: ::c_int = (1 << 0);
[INFO] [stdout]     |                                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 739 - pub const NFT_LOOKUP_F_INV: ::c_int = (1 << 0);
[INFO] [stdout] 739 + pub const NFT_LOOKUP_F_INV: ::c_int = 1 << 0;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:744:39
[INFO] [stdout]     |
[INFO] [stdout] 744 | pub const NFT_DYNSET_F_INV: ::c_int = (1 << 0);
[INFO] [stdout]     |                                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 744 - pub const NFT_DYNSET_F_INV: ::c_int = (1 << 0);
[INFO] [stdout] 744 + pub const NFT_DYNSET_F_INV: ::c_int = 1 << 0;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:799:38
[INFO] [stdout]     |
[INFO] [stdout] 799 | pub const NFT_LIMIT_F_INV: ::c_int = (1 << 0);
[INFO] [stdout]     |                                      ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 799 - pub const NFT_LIMIT_F_INV: ::c_int = (1 << 0);
[INFO] [stdout] 799 + pub const NFT_LIMIT_F_INV: ::c_int = 1 << 0;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:805:38
[INFO] [stdout]     |
[INFO] [stdout] 805 | pub const NFT_QUOTA_F_INV: ::c_int = (1 << 0);
[INFO] [stdout]     |                                      ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 805 - pub const NFT_QUOTA_F_INV: ::c_int = (1 << 0);
[INFO] [stdout] 805 + pub const NFT_QUOTA_F_INV: ::c_int = 1 << 0;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:54:20
[INFO] [stdout]     |
[INFO] [stdout]  54 |           pub unsafe extern fn $i($($arg: $argty),*) -> $ret {
[INFO] [stdout]     |                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/unix/notbsd/linux/other/mod.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | / f! {
[INFO] [stdout] 845 | |     pub fn NLA_ALIGN(len: ::c_int) -> ::c_int {
[INFO] [stdout] 846 | |         return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1)
[INFO] [stdout] 847 | |     }
[INFO] [stdout] 848 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/unix/notbsd/linux/other/mod.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         pub sa_restorer: ::dox::Option<extern fn()>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `PartialEq` which comes from the expansion of the macro `s` (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.09s
[INFO] running `Command { std: "docker" "inspect" "1967666a31fcf5cced4314f0aa5e770da69ac30866cefb7000cc3ccd904596b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1967666a31fcf5cced4314f0aa5e770da69ac30866cefb7000cc3ccd904596b4", kill_on_drop: false }`
[INFO] [stdout] 1967666a31fcf5cced4314f0aa5e770da69ac30866cefb7000cc3ccd904596b4
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 767f3a82da80eaa6486d9fec3fbedd1459ec037f7d47e30855af402629452279
[INFO] running `Command { std: "docker" "start" "-a" "767f3a82da80eaa6486d9fec3fbedd1459ec037f7d47e30855af402629452279", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]   --> src/lib.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 | #![cfg_attr(cross_platform_docs, feature(no_core, lang_items, const_fn))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^
[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(cross_platform_docs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]   --> src/lib.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | #![cfg_attr(cross_platform_docs, no_core)]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^
[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(cross_platform_docs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig`
[INFO] [stdout]   --> src/lib.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 | #![cfg_attr(target_os = "bitrig", doc(
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, and `tvos` and 11 more
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `asmjs`
[INFO] [stdout]   --> src/lib.rs:78:43
[INFO] [stdout]    |
[INFO] [stdout] 78 | #![cfg_attr(all(target_os = "emscripten", target_arch = "asmjs"), doc(
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdbuild`
[INFO] [stdout]   --> src/lib.rs:89:13
[INFO] [stdout]    |
[INFO] [stdout] 89 | #![cfg_attr(feature = "stdbuild", feature(staged_api, cfg_target_vendor))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `align` and `default`
[INFO] [stdout]    = help: consider adding `stdbuild` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdbuild`
[INFO] [stdout]   --> src/lib.rs:90:13
[INFO] [stdout]    |
[INFO] [stdout] 90 | #![cfg_attr(feature = "stdbuild", feature(link_cfg, repr_packed))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `align` and `default`
[INFO] [stdout]    = help: consider adding `stdbuild` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdbuild`
[INFO] [stdout]   --> src/lib.rs:91:13
[INFO] [stdout]    |
[INFO] [stdout] 91 | #![cfg_attr(feature = "stdbuild", allow(warnings))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `align` and `default`
[INFO] [stdout]    = help: consider adding `stdbuild` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdbuild`
[INFO] [stdout]   --> src/lib.rs:92:13
[INFO] [stdout]    |
[INFO] [stdout] 92 | #![cfg_attr(feature = "stdbuild", unstable(feature = "libc",
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `align` and `default`
[INFO] [stdout]    = help: consider adding `stdbuild` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cloudabi`
[INFO] [stdout]    --> src/lib.rs:153:21
[INFO] [stdout]     |
[INFO] [stdout] 153 |     } else if #[cfg(target_os = "cloudabi")] {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, and `tvos` and 11 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]  --> src/dox.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(not(cross_platform_docs))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^
[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(cross_platform_docs)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]   --> src/dox.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(cross_platform_docs)]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[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(cross_platform_docs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::clone::Clone`
[INFO] [stdout]  --> src/dox.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub use core::clone::Clone;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Eq` and `PartialEq`
[INFO] [stdout]  --> src/dox.rs:7:25
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub use core::cmp::{PartialEq, Eq};
[INFO] [stdout]   |                         ^^^^^^^^^  ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::marker::Copy`
[INFO] [stdout]  --> src/dox.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub use core::marker::Copy;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig`
[INFO] [stdout]    --> src/unix/mod.rs:298:25
[INFO] [stdout]     |
[INFO] [stdout] 298 |                         target_os = "bitrig"))] {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, and `tvos` and 11 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]     --> src/macros.rs:53:19
[INFO] [stdout]      |
[INFO] [stdout]   53 |           #[cfg(not(cross_platform_docs))]
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/unix/notbsd/mod.rs:979:1
[INFO] [stdout]      |
[INFO] [stdout]  979 | / f! {
[INFO] [stdout]  980 | |     pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () {
[INFO] [stdout]  981 | |         let fd = fd as usize;
[INFO] [stdout]  982 | |         let size = mem::size_of_val(&(*set).fds_bits[0]) * 8;
[INFO] [stdout] ...    |
[INFO] [stdout] 1053 | | }
[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(cross_platform_docs)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]     --> src/macros.rs:58:15
[INFO] [stdout]      |
[INFO] [stdout]   58 |           #[cfg(cross_platform_docs)]
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/unix/notbsd/mod.rs:979:1
[INFO] [stdout]      |
[INFO] [stdout]  979 | / f! {
[INFO] [stdout]  980 | |     pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () {
[INFO] [stdout]  981 | |         let fd = fd as usize;
[INFO] [stdout]  982 | |         let size = mem::size_of_val(&(*set).fds_bits[0]) * 8;
[INFO] [stdout] ...    |
[INFO] [stdout] 1053 | | }
[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(cross_platform_docs)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:371:36
[INFO] [stdout]     |
[INFO] [stdout] 371 | pub const LC_CTYPE_MASK: ::c_int = (1 << LC_CTYPE);
[INFO] [stdout]     |                                    ^             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 371 - pub const LC_CTYPE_MASK: ::c_int = (1 << LC_CTYPE);
[INFO] [stdout] 371 + pub const LC_CTYPE_MASK: ::c_int = 1 << LC_CTYPE;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:372:38
[INFO] [stdout]     |
[INFO] [stdout] 372 | pub const LC_NUMERIC_MASK: ::c_int = (1 << LC_NUMERIC);
[INFO] [stdout]     |                                      ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 372 - pub const LC_NUMERIC_MASK: ::c_int = (1 << LC_NUMERIC);
[INFO] [stdout] 372 + pub const LC_NUMERIC_MASK: ::c_int = 1 << LC_NUMERIC;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:373:35
[INFO] [stdout]     |
[INFO] [stdout] 373 | pub const LC_TIME_MASK: ::c_int = (1 << LC_TIME);
[INFO] [stdout]     |                                   ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 373 - pub const LC_TIME_MASK: ::c_int = (1 << LC_TIME);
[INFO] [stdout] 373 + pub const LC_TIME_MASK: ::c_int = 1 << LC_TIME;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:374:38
[INFO] [stdout]     |
[INFO] [stdout] 374 | pub const LC_COLLATE_MASK: ::c_int = (1 << LC_COLLATE);
[INFO] [stdout]     |                                      ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 374 - pub const LC_COLLATE_MASK: ::c_int = (1 << LC_COLLATE);
[INFO] [stdout] 374 + pub const LC_COLLATE_MASK: ::c_int = 1 << LC_COLLATE;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:375:39
[INFO] [stdout]     |
[INFO] [stdout] 375 | pub const LC_MONETARY_MASK: ::c_int = (1 << LC_MONETARY);
[INFO] [stdout]     |                                       ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 375 - pub const LC_MONETARY_MASK: ::c_int = (1 << LC_MONETARY);
[INFO] [stdout] 375 + pub const LC_MONETARY_MASK: ::c_int = 1 << LC_MONETARY;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:376:39
[INFO] [stdout]     |
[INFO] [stdout] 376 | pub const LC_MESSAGES_MASK: ::c_int = (1 << LC_MESSAGES);
[INFO] [stdout]     |                                       ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 376 - pub const LC_MESSAGES_MASK: ::c_int = (1 << LC_MESSAGES);
[INFO] [stdout] 376 + pub const LC_MESSAGES_MASK: ::c_int = 1 << LC_MESSAGES;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:885:27
[INFO] [stdout]     |
[INFO] [stdout] 885 | pub const IPOPT_END: u8 = (0 |IPOPT_CONTROL);
[INFO] [stdout]     |                           ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 885 - pub const IPOPT_END: u8 = (0 |IPOPT_CONTROL);
[INFO] [stdout] 885 + pub const IPOPT_END: u8 = 0 |IPOPT_CONTROL;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:886:28
[INFO] [stdout]     |
[INFO] [stdout] 886 | pub const IPOPT_NOOP: u8 = (1 |IPOPT_CONTROL);
[INFO] [stdout]     |                            ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 886 - pub const IPOPT_NOOP: u8 = (1 |IPOPT_CONTROL);
[INFO] [stdout] 886 + pub const IPOPT_NOOP: u8 = 1 |IPOPT_CONTROL;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:887:27
[INFO] [stdout]     |
[INFO] [stdout] 887 | pub const IPOPT_SEC: u8 = (2 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout]     |                           ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 887 - pub const IPOPT_SEC: u8 = (2 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout] 887 + pub const IPOPT_SEC: u8 = 2 |IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:888:28
[INFO] [stdout]     |
[INFO] [stdout] 888 | pub const IPOPT_LSRR: u8 = (3 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout]     |                            ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 888 - pub const IPOPT_LSRR: u8 = (3 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout] 888 + pub const IPOPT_LSRR: u8 = 3 |IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:889:33
[INFO] [stdout]     |
[INFO] [stdout] 889 | pub const IPOPT_TIMESTAMP: u8 = (4 |IPOPT_MEASUREMENT);
[INFO] [stdout]     |                                 ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 889 - pub const IPOPT_TIMESTAMP: u8 = (4 |IPOPT_MEASUREMENT);
[INFO] [stdout] 889 + pub const IPOPT_TIMESTAMP: u8 = 4 |IPOPT_MEASUREMENT;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:890:26
[INFO] [stdout]     |
[INFO] [stdout] 890 | pub const IPOPT_RR: u8 = (7 |IPOPT_CONTROL);
[INFO] [stdout]     |                          ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 890 - pub const IPOPT_RR: u8 = (7 |IPOPT_CONTROL);
[INFO] [stdout] 890 + pub const IPOPT_RR: u8 = 7 |IPOPT_CONTROL;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:891:27
[INFO] [stdout]     |
[INFO] [stdout] 891 | pub const IPOPT_SID: u8 = (8 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout]     |                           ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 891 - pub const IPOPT_SID: u8 = (8 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout] 891 + pub const IPOPT_SID: u8 = 8 |IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:892:28
[INFO] [stdout]     |
[INFO] [stdout] 892 | pub const IPOPT_SSRR: u8 = (9 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout]     |                            ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 892 - pub const IPOPT_SSRR: u8 = (9 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout] 892 + pub const IPOPT_SSRR: u8 = 9 |IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:893:26
[INFO] [stdout]     |
[INFO] [stdout] 893 | pub const IPOPT_RA: u8 = (20|IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout]     |                          ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 893 - pub const IPOPT_RA: u8 = (20|IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout] 893 + pub const IPOPT_RA: u8 = 20|IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/macros.rs:54:20
[INFO] [stdout]      |
[INFO] [stdout]   54 |           pub unsafe extern fn $i($($arg: $argty),*) -> $ret {
[INFO] [stdout]      |                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/unix/notbsd/mod.rs:979:1
[INFO] [stdout]      |
[INFO] [stdout]  979 | / f! {
[INFO] [stdout]  980 | |     pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () {
[INFO] [stdout]  981 | |         let fd = fd as usize;
[INFO] [stdout]  982 | |         let size = mem::size_of_val(&(*set).fds_bits[0]) * 8;
[INFO] [stdout] ...    |
[INFO] [stdout] 1053 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> src/macros.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |             $($body);*
[INFO] [stdout]    |                     ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/unix/notbsd/linux/mod.rs:157:23
[INFO] [stdout]     |
[INFO] [stdout] 157 |         #[cfg(all(not(features = "align"),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 157 -         #[cfg(all(not(features = "align"),
[INFO] [stdout] 157 +         #[cfg(all(not(feature = "align"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/unix/notbsd/linux/mod.rs:163:23
[INFO] [stdout]     |
[INFO] [stdout] 163 |         #[cfg(all(not(features = "align"),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 163 -         #[cfg(all(not(features = "align"),
[INFO] [stdout] 163 +         #[cfg(all(not(feature = "align"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]     --> src/macros.rs:53:19
[INFO] [stdout]      |
[INFO] [stdout]   53 |           #[cfg(not(cross_platform_docs))]
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/unix/notbsd/linux/mod.rs:1579:1
[INFO] [stdout]      |
[INFO] [stdout] 1579 | / f! {
[INFO] [stdout] 1580 | |     pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () {
[INFO] [stdout] 1581 | |         for slot in cpuset.bits.iter_mut() {
[INFO] [stdout] 1582 | |             *slot = 0;
[INFO] [stdout] ...    |
[INFO] [stdout] 1650 | | }
[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(cross_platform_docs)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]     --> src/macros.rs:58:15
[INFO] [stdout]      |
[INFO] [stdout]   58 |           #[cfg(cross_platform_docs)]
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/unix/notbsd/linux/mod.rs:1579:1
[INFO] [stdout]      |
[INFO] [stdout] 1579 | / f! {
[INFO] [stdout] 1580 | |     pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () {
[INFO] [stdout] 1581 | |         for slot in cpuset.bits.iter_mut() {
[INFO] [stdout] 1582 | |             *slot = 0;
[INFO] [stdout] ...    |
[INFO] [stdout] 1650 | | }
[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(cross_platform_docs)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/macros.rs:54:20
[INFO] [stdout]      |
[INFO] [stdout]   54 |           pub unsafe extern fn $i($($arg: $argty),*) -> $ret {
[INFO] [stdout]      |                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/unix/notbsd/linux/mod.rs:1579:1
[INFO] [stdout]      |
[INFO] [stdout] 1579 | / f! {
[INFO] [stdout] 1580 | |     pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () {
[INFO] [stdout] 1581 | |         for slot in cpuset.bits.iter_mut() {
[INFO] [stdout] 1582 | |             *slot = 0;
[INFO] [stdout] ...    |
[INFO] [stdout] 1650 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]    --> src/macros.rs:53:19
[INFO] [stdout]     |
[INFO] [stdout]  53 |           #[cfg(not(cross_platform_docs))]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/unix/notbsd/linux/other/mod.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | / f! {
[INFO] [stdout] 845 | |     pub fn NLA_ALIGN(len: ::c_int) -> ::c_int {
[INFO] [stdout] 846 | |         return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1)
[INFO] [stdout] 847 | |     }
[INFO] [stdout] 848 | | }
[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(cross_platform_docs)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]    --> src/macros.rs:58:15
[INFO] [stdout]     |
[INFO] [stdout]  58 |           #[cfg(cross_platform_docs)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/unix/notbsd/linux/other/mod.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | / f! {
[INFO] [stdout] 845 | |     pub fn NLA_ALIGN(len: ::c_int) -> ::c_int {
[INFO] [stdout] 846 | |         return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1)
[INFO] [stdout] 847 | |     }
[INFO] [stdout] 848 | | }
[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(cross_platform_docs)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/unix/notbsd/linux/other/mod.rs:74:40
[INFO] [stdout]    |
[INFO] [stdout] 74 |         pub sa_restorer: ::dox::Option<extern fn()>,
[INFO] [stdout]    |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:288:36
[INFO] [stdout]     |
[INFO] [stdout] 288 | pub const LC_PAPER_MASK: ::c_int = (1 << LC_PAPER);
[INFO] [stdout]     |                                    ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 288 - pub const LC_PAPER_MASK: ::c_int = (1 << LC_PAPER);
[INFO] [stdout] 288 + pub const LC_PAPER_MASK: ::c_int = 1 << LC_PAPER;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:289:35
[INFO] [stdout]     |
[INFO] [stdout] 289 | pub const LC_NAME_MASK: ::c_int = (1 << LC_NAME);
[INFO] [stdout]     |                                   ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 289 - pub const LC_NAME_MASK: ::c_int = (1 << LC_NAME);
[INFO] [stdout] 289 + pub const LC_NAME_MASK: ::c_int = 1 << LC_NAME;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:290:38
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub const LC_ADDRESS_MASK: ::c_int = (1 << LC_ADDRESS);
[INFO] [stdout]     |                                      ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 290 - pub const LC_ADDRESS_MASK: ::c_int = (1 << LC_ADDRESS);
[INFO] [stdout] 290 + pub const LC_ADDRESS_MASK: ::c_int = 1 << LC_ADDRESS;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:291:40
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub const LC_TELEPHONE_MASK: ::c_int = (1 << LC_TELEPHONE);
[INFO] [stdout]     |                                        ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 291 - pub const LC_TELEPHONE_MASK: ::c_int = (1 << LC_TELEPHONE);
[INFO] [stdout] 291 + pub const LC_TELEPHONE_MASK: ::c_int = 1 << LC_TELEPHONE;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:292:42
[INFO] [stdout]     |
[INFO] [stdout] 292 | pub const LC_MEASUREMENT_MASK: ::c_int = (1 << LC_MEASUREMENT);
[INFO] [stdout]     |                                          ^                   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 292 - pub const LC_MEASUREMENT_MASK: ::c_int = (1 << LC_MEASUREMENT);
[INFO] [stdout] 292 + pub const LC_MEASUREMENT_MASK: ::c_int = 1 << LC_MEASUREMENT;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:293:45
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub const LC_IDENTIFICATION_MASK: ::c_int = (1 << LC_IDENTIFICATION);
[INFO] [stdout]     |                                             ^                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 293 - pub const LC_IDENTIFICATION_MASK: ::c_int = (1 << LC_IDENTIFICATION);
[INFO] [stdout] 293 + pub const LC_IDENTIFICATION_MASK: ::c_int = 1 << LC_IDENTIFICATION;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:739:39
[INFO] [stdout]     |
[INFO] [stdout] 739 | pub const NFT_LOOKUP_F_INV: ::c_int = (1 << 0);
[INFO] [stdout]     |                                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 739 - pub const NFT_LOOKUP_F_INV: ::c_int = (1 << 0);
[INFO] [stdout] 739 + pub const NFT_LOOKUP_F_INV: ::c_int = 1 << 0;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:744:39
[INFO] [stdout]     |
[INFO] [stdout] 744 | pub const NFT_DYNSET_F_INV: ::c_int = (1 << 0);
[INFO] [stdout]     |                                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 744 - pub const NFT_DYNSET_F_INV: ::c_int = (1 << 0);
[INFO] [stdout] 744 + pub const NFT_DYNSET_F_INV: ::c_int = 1 << 0;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:799:38
[INFO] [stdout]     |
[INFO] [stdout] 799 | pub const NFT_LIMIT_F_INV: ::c_int = (1 << 0);
[INFO] [stdout]     |                                      ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 799 - pub const NFT_LIMIT_F_INV: ::c_int = (1 << 0);
[INFO] [stdout] 799 + pub const NFT_LIMIT_F_INV: ::c_int = 1 << 0;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:805:38
[INFO] [stdout]     |
[INFO] [stdout] 805 | pub const NFT_QUOTA_F_INV: ::c_int = (1 << 0);
[INFO] [stdout]     |                                      ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 805 - pub const NFT_QUOTA_F_INV: ::c_int = (1 << 0);
[INFO] [stdout] 805 + pub const NFT_QUOTA_F_INV: ::c_int = 1 << 0;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:54:20
[INFO] [stdout]     |
[INFO] [stdout]  54 |           pub unsafe extern fn $i($($arg: $argty),*) -> $ret {
[INFO] [stdout]     |                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/unix/notbsd/linux/other/mod.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | / f! {
[INFO] [stdout] 845 | |     pub fn NLA_ALIGN(len: ::c_int) -> ::c_int {
[INFO] [stdout] 846 | |         return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1)
[INFO] [stdout] 847 | |     }
[INFO] [stdout] 848 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/unix/notbsd/linux/other/mod.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         pub sa_restorer: ::dox::Option<extern fn()>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `PartialEq` which comes from the expansion of the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling libc-interface v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]   --> src/lib.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 | #![cfg_attr(cross_platform_docs, feature(no_core, lang_items, const_fn))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^
[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(cross_platform_docs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]   --> src/lib.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | #![cfg_attr(cross_platform_docs, no_core)]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^
[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(cross_platform_docs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig`
[INFO] [stdout]   --> src/lib.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 | #![cfg_attr(target_os = "bitrig", doc(
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, and `tvos` and 11 more
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `asmjs`
[INFO] [stdout]   --> src/lib.rs:78:43
[INFO] [stdout]    |
[INFO] [stdout] 78 | #![cfg_attr(all(target_os = "emscripten", target_arch = "asmjs"), doc(
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdbuild`
[INFO] [stdout]   --> src/lib.rs:89:13
[INFO] [stdout]    |
[INFO] [stdout] 89 | #![cfg_attr(feature = "stdbuild", feature(staged_api, cfg_target_vendor))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `align` and `default`
[INFO] [stdout]    = help: consider adding `stdbuild` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdbuild`
[INFO] [stdout]   --> src/lib.rs:90:13
[INFO] [stdout]    |
[INFO] [stdout] 90 | #![cfg_attr(feature = "stdbuild", feature(link_cfg, repr_packed))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `align` and `default`
[INFO] [stdout]    = help: consider adding `stdbuild` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdbuild`
[INFO] [stdout]   --> src/lib.rs:91:13
[INFO] [stdout]    |
[INFO] [stdout] 91 | #![cfg_attr(feature = "stdbuild", allow(warnings))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `align` and `default`
[INFO] [stdout]    = help: consider adding `stdbuild` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `stdbuild`
[INFO] [stdout]   --> src/lib.rs:92:13
[INFO] [stdout]    |
[INFO] [stdout] 92 | #![cfg_attr(feature = "stdbuild", unstable(feature = "libc",
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `align` and `default`
[INFO] [stdout]    = help: consider adding `stdbuild` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cloudabi`
[INFO] [stdout]    --> src/lib.rs:153:21
[INFO] [stdout]     |
[INFO] [stdout] 153 |     } else if #[cfg(target_os = "cloudabi")] {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, and `tvos` and 11 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]  --> src/dox.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(not(cross_platform_docs))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^
[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(cross_platform_docs)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]   --> src/dox.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(cross_platform_docs)]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[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(cross_platform_docs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::clone::Clone`
[INFO] [stdout]  --> src/dox.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub use core::clone::Clone;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Eq` and `PartialEq`
[INFO] [stdout]  --> src/dox.rs:7:25
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub use core::cmp::{PartialEq, Eq};
[INFO] [stdout]   |                         ^^^^^^^^^  ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::marker::Copy`
[INFO] [stdout]  --> src/dox.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub use core::marker::Copy;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig`
[INFO] [stdout]    --> src/unix/mod.rs:298:25
[INFO] [stdout]     |
[INFO] [stdout] 298 |                         target_os = "bitrig"))] {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, and `tvos` and 11 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]     --> src/macros.rs:53:19
[INFO] [stdout]      |
[INFO] [stdout]   53 |           #[cfg(not(cross_platform_docs))]
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/unix/notbsd/mod.rs:979:1
[INFO] [stdout]      |
[INFO] [stdout]  979 | / f! {
[INFO] [stdout]  980 | |     pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () {
[INFO] [stdout]  981 | |         let fd = fd as usize;
[INFO] [stdout]  982 | |         let size = mem::size_of_val(&(*set).fds_bits[0]) * 8;
[INFO] [stdout] ...    |
[INFO] [stdout] 1053 | | }
[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(cross_platform_docs)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]     --> src/macros.rs:58:15
[INFO] [stdout]      |
[INFO] [stdout]   58 |           #[cfg(cross_platform_docs)]
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/unix/notbsd/mod.rs:979:1
[INFO] [stdout]      |
[INFO] [stdout]  979 | / f! {
[INFO] [stdout]  980 | |     pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () {
[INFO] [stdout]  981 | |         let fd = fd as usize;
[INFO] [stdout]  982 | |         let size = mem::size_of_val(&(*set).fds_bits[0]) * 8;
[INFO] [stdout] ...    |
[INFO] [stdout] 1053 | | }
[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(cross_platform_docs)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:371:36
[INFO] [stdout]     |
[INFO] [stdout] 371 | pub const LC_CTYPE_MASK: ::c_int = (1 << LC_CTYPE);
[INFO] [stdout]     |                                    ^             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 371 - pub const LC_CTYPE_MASK: ::c_int = (1 << LC_CTYPE);
[INFO] [stdout] 371 + pub const LC_CTYPE_MASK: ::c_int = 1 << LC_CTYPE;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:372:38
[INFO] [stdout]     |
[INFO] [stdout] 372 | pub const LC_NUMERIC_MASK: ::c_int = (1 << LC_NUMERIC);
[INFO] [stdout]     |                                      ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 372 - pub const LC_NUMERIC_MASK: ::c_int = (1 << LC_NUMERIC);
[INFO] [stdout] 372 + pub const LC_NUMERIC_MASK: ::c_int = 1 << LC_NUMERIC;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:373:35
[INFO] [stdout]     |
[INFO] [stdout] 373 | pub const LC_TIME_MASK: ::c_int = (1 << LC_TIME);
[INFO] [stdout]     |                                   ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 373 - pub const LC_TIME_MASK: ::c_int = (1 << LC_TIME);
[INFO] [stdout] 373 + pub const LC_TIME_MASK: ::c_int = 1 << LC_TIME;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:374:38
[INFO] [stdout]     |
[INFO] [stdout] 374 | pub const LC_COLLATE_MASK: ::c_int = (1 << LC_COLLATE);
[INFO] [stdout]     |                                      ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 374 - pub const LC_COLLATE_MASK: ::c_int = (1 << LC_COLLATE);
[INFO] [stdout] 374 + pub const LC_COLLATE_MASK: ::c_int = 1 << LC_COLLATE;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:375:39
[INFO] [stdout]     |
[INFO] [stdout] 375 | pub const LC_MONETARY_MASK: ::c_int = (1 << LC_MONETARY);
[INFO] [stdout]     |                                       ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 375 - pub const LC_MONETARY_MASK: ::c_int = (1 << LC_MONETARY);
[INFO] [stdout] 375 + pub const LC_MONETARY_MASK: ::c_int = 1 << LC_MONETARY;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:376:39
[INFO] [stdout]     |
[INFO] [stdout] 376 | pub const LC_MESSAGES_MASK: ::c_int = (1 << LC_MESSAGES);
[INFO] [stdout]     |                                       ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 376 - pub const LC_MESSAGES_MASK: ::c_int = (1 << LC_MESSAGES);
[INFO] [stdout] 376 + pub const LC_MESSAGES_MASK: ::c_int = 1 << LC_MESSAGES;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:885:27
[INFO] [stdout]     |
[INFO] [stdout] 885 | pub const IPOPT_END: u8 = (0 |IPOPT_CONTROL);
[INFO] [stdout]     |                           ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 885 - pub const IPOPT_END: u8 = (0 |IPOPT_CONTROL);
[INFO] [stdout] 885 + pub const IPOPT_END: u8 = 0 |IPOPT_CONTROL;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:886:28
[INFO] [stdout]     |
[INFO] [stdout] 886 | pub const IPOPT_NOOP: u8 = (1 |IPOPT_CONTROL);
[INFO] [stdout]     |                            ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 886 - pub const IPOPT_NOOP: u8 = (1 |IPOPT_CONTROL);
[INFO] [stdout] 886 + pub const IPOPT_NOOP: u8 = 1 |IPOPT_CONTROL;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:887:27
[INFO] [stdout]     |
[INFO] [stdout] 887 | pub const IPOPT_SEC: u8 = (2 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout]     |                           ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 887 - pub const IPOPT_SEC: u8 = (2 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout] 887 + pub const IPOPT_SEC: u8 = 2 |IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:888:28
[INFO] [stdout]     |
[INFO] [stdout] 888 | pub const IPOPT_LSRR: u8 = (3 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout]     |                            ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 888 - pub const IPOPT_LSRR: u8 = (3 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout] 888 + pub const IPOPT_LSRR: u8 = 3 |IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:889:33
[INFO] [stdout]     |
[INFO] [stdout] 889 | pub const IPOPT_TIMESTAMP: u8 = (4 |IPOPT_MEASUREMENT);
[INFO] [stdout]     |                                 ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 889 - pub const IPOPT_TIMESTAMP: u8 = (4 |IPOPT_MEASUREMENT);
[INFO] [stdout] 889 + pub const IPOPT_TIMESTAMP: u8 = 4 |IPOPT_MEASUREMENT;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:890:26
[INFO] [stdout]     |
[INFO] [stdout] 890 | pub const IPOPT_RR: u8 = (7 |IPOPT_CONTROL);
[INFO] [stdout]     |                          ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 890 - pub const IPOPT_RR: u8 = (7 |IPOPT_CONTROL);
[INFO] [stdout] 890 + pub const IPOPT_RR: u8 = 7 |IPOPT_CONTROL;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:891:27
[INFO] [stdout]     |
[INFO] [stdout] 891 | pub const IPOPT_SID: u8 = (8 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout]     |                           ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 891 - pub const IPOPT_SID: u8 = (8 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout] 891 + pub const IPOPT_SID: u8 = 8 |IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:892:28
[INFO] [stdout]     |
[INFO] [stdout] 892 | pub const IPOPT_SSRR: u8 = (9 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout]     |                            ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 892 - pub const IPOPT_SSRR: u8 = (9 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout] 892 + pub const IPOPT_SSRR: u8 = 9 |IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/mod.rs:893:26
[INFO] [stdout]     |
[INFO] [stdout] 893 | pub const IPOPT_RA: u8 = (20|IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout]     |                          ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 893 - pub const IPOPT_RA: u8 = (20|IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stdout] 893 + pub const IPOPT_RA: u8 = 20|IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/macros.rs:54:20
[INFO] [stdout]      |
[INFO] [stdout]   54 |           pub unsafe extern fn $i($($arg: $argty),*) -> $ret {
[INFO] [stdout]      |                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/unix/notbsd/mod.rs:979:1
[INFO] [stdout]      |
[INFO] [stdout]  979 | / f! {
[INFO] [stdout]  980 | |     pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () {
[INFO] [stdout]  981 | |         let fd = fd as usize;
[INFO] [stdout]  982 | |         let size = mem::size_of_val(&(*set).fds_bits[0]) * 8;
[INFO] [stdout] ...    |
[INFO] [stdout] 1053 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> src/macros.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |             $($body);*
[INFO] [stdout]    |                     ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/unix/notbsd/linux/mod.rs:157:23
[INFO] [stdout]     |
[INFO] [stdout] 157 |         #[cfg(all(not(features = "align"),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 157 -         #[cfg(all(not(features = "align"),
[INFO] [stdout] 157 +         #[cfg(all(not(feature = "align"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/unix/notbsd/linux/mod.rs:163:23
[INFO] [stdout]     |
[INFO] [stdout] 163 |         #[cfg(all(not(features = "align"),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 163 -         #[cfg(all(not(features = "align"),
[INFO] [stdout] 163 +         #[cfg(all(not(feature = "align"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]     --> src/macros.rs:53:19
[INFO] [stdout]      |
[INFO] [stdout]   53 |           #[cfg(not(cross_platform_docs))]
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/unix/notbsd/linux/mod.rs:1579:1
[INFO] [stdout]      |
[INFO] [stdout] 1579 | / f! {
[INFO] [stdout] 1580 | |     pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () {
[INFO] [stdout] 1581 | |         for slot in cpuset.bits.iter_mut() {
[INFO] [stdout] 1582 | |             *slot = 0;
[INFO] [stdout] ...    |
[INFO] [stdout] 1650 | | }
[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(cross_platform_docs)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]     --> src/macros.rs:58:15
[INFO] [stdout]      |
[INFO] [stdout]   58 |           #[cfg(cross_platform_docs)]
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/unix/notbsd/linux/mod.rs:1579:1
[INFO] [stdout]      |
[INFO] [stdout] 1579 | / f! {
[INFO] [stdout] 1580 | |     pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () {
[INFO] [stdout] 1581 | |         for slot in cpuset.bits.iter_mut() {
[INFO] [stdout] 1582 | |             *slot = 0;
[INFO] [stdout] ...    |
[INFO] [stdout] 1650 | | }
[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(cross_platform_docs)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/macros.rs:54:20
[INFO] [stdout]      |
[INFO] [stdout]   54 |           pub unsafe extern fn $i($($arg: $argty),*) -> $ret {
[INFO] [stdout]      |                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/unix/notbsd/linux/mod.rs:1579:1
[INFO] [stdout]      |
[INFO] [stdout] 1579 | / f! {
[INFO] [stdout] 1580 | |     pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () {
[INFO] [stdout] 1581 | |         for slot in cpuset.bits.iter_mut() {
[INFO] [stdout] 1582 | |             *slot = 0;
[INFO] [stdout] ...    |
[INFO] [stdout] 1650 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]    --> src/macros.rs:53:19
[INFO] [stdout]     |
[INFO] [stdout]  53 |           #[cfg(not(cross_platform_docs))]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/unix/notbsd/linux/other/mod.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | / f! {
[INFO] [stdout] 845 | |     pub fn NLA_ALIGN(len: ::c_int) -> ::c_int {
[INFO] [stdout] 846 | |         return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1)
[INFO] [stdout] 847 | |     }
[INFO] [stdout] 848 | | }
[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(cross_platform_docs)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stdout]    --> src/macros.rs:58:15
[INFO] [stdout]     |
[INFO] [stdout]  58 |           #[cfg(cross_platform_docs)]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/unix/notbsd/linux/other/mod.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | / f! {
[INFO] [stdout] 845 | |     pub fn NLA_ALIGN(len: ::c_int) -> ::c_int {
[INFO] [stdout] 846 | |         return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1)
[INFO] [stdout] 847 | |     }
[INFO] [stdout] 848 | | }
[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(cross_platform_docs)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/unix/notbsd/linux/other/mod.rs:74:40
[INFO] [stdout]    |
[INFO] [stdout] 74 |         pub sa_restorer: ::dox::Option<extern fn()>,
[INFO] [stdout]    |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:288:36
[INFO] [stdout]     |
[INFO] [stdout] 288 | pub const LC_PAPER_MASK: ::c_int = (1 << LC_PAPER);
[INFO] [stdout]     |                                    ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 288 - pub const LC_PAPER_MASK: ::c_int = (1 << LC_PAPER);
[INFO] [stdout] 288 + pub const LC_PAPER_MASK: ::c_int = 1 << LC_PAPER;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:289:35
[INFO] [stdout]     |
[INFO] [stdout] 289 | pub const LC_NAME_MASK: ::c_int = (1 << LC_NAME);
[INFO] [stdout]     |                                   ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 289 - pub const LC_NAME_MASK: ::c_int = (1 << LC_NAME);
[INFO] [stdout] 289 + pub const LC_NAME_MASK: ::c_int = 1 << LC_NAME;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:290:38
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub const LC_ADDRESS_MASK: ::c_int = (1 << LC_ADDRESS);
[INFO] [stdout]     |                                      ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 290 - pub const LC_ADDRESS_MASK: ::c_int = (1 << LC_ADDRESS);
[INFO] [stdout] 290 + pub const LC_ADDRESS_MASK: ::c_int = 1 << LC_ADDRESS;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:291:40
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub const LC_TELEPHONE_MASK: ::c_int = (1 << LC_TELEPHONE);
[INFO] [stdout]     |                                        ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 291 - pub const LC_TELEPHONE_MASK: ::c_int = (1 << LC_TELEPHONE);
[INFO] [stdout] 291 + pub const LC_TELEPHONE_MASK: ::c_int = 1 << LC_TELEPHONE;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:292:42
[INFO] [stdout]     |
[INFO] [stdout] 292 | pub const LC_MEASUREMENT_MASK: ::c_int = (1 << LC_MEASUREMENT);
[INFO] [stdout]     |                                          ^                   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 292 - pub const LC_MEASUREMENT_MASK: ::c_int = (1 << LC_MEASUREMENT);
[INFO] [stdout] 292 + pub const LC_MEASUREMENT_MASK: ::c_int = 1 << LC_MEASUREMENT;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:293:45
[INFO] [stdout]     |
[INFO] [stdout] 293 | pub const LC_IDENTIFICATION_MASK: ::c_int = (1 << LC_IDENTIFICATION);
[INFO] [stdout]     |                                             ^                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 293 - pub const LC_IDENTIFICATION_MASK: ::c_int = (1 << LC_IDENTIFICATION);
[INFO] [stdout] 293 + pub const LC_IDENTIFICATION_MASK: ::c_int = 1 << LC_IDENTIFICATION;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:739:39
[INFO] [stdout]     |
[INFO] [stdout] 739 | pub const NFT_LOOKUP_F_INV: ::c_int = (1 << 0);
[INFO] [stdout]     |                                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 739 - pub const NFT_LOOKUP_F_INV: ::c_int = (1 << 0);
[INFO] [stdout] 739 + pub const NFT_LOOKUP_F_INV: ::c_int = 1 << 0;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:744:39
[INFO] [stdout]     |
[INFO] [stdout] 744 | pub const NFT_DYNSET_F_INV: ::c_int = (1 << 0);
[INFO] [stdout]     |                                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 744 - pub const NFT_DYNSET_F_INV: ::c_int = (1 << 0);
[INFO] [stdout] 744 + pub const NFT_DYNSET_F_INV: ::c_int = 1 << 0;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:799:38
[INFO] [stdout]     |
[INFO] [stdout] 799 | pub const NFT_LIMIT_F_INV: ::c_int = (1 << 0);
[INFO] [stdout]     |                                      ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 799 - pub const NFT_LIMIT_F_INV: ::c_int = (1 << 0);
[INFO] [stdout] 799 + pub const NFT_LIMIT_F_INV: ::c_int = 1 << 0;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/unix/notbsd/linux/other/mod.rs:805:38
[INFO] [stdout]     |
[INFO] [stdout] 805 | pub const NFT_QUOTA_F_INV: ::c_int = (1 << 0);
[INFO] [stdout]     |                                      ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 805 - pub const NFT_QUOTA_F_INV: ::c_int = (1 << 0);
[INFO] [stdout] 805 + pub const NFT_QUOTA_F_INV: ::c_int = 1 << 0;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/macros.rs:54:20
[INFO] [stdout]     |
[INFO] [stdout]  54 |           pub unsafe extern fn $i($($arg: $argty),*) -> $ret {
[INFO] [stdout]     |                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/unix/notbsd/linux/other/mod.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | / f! {
[INFO] [stdout] 845 | |     pub fn NLA_ALIGN(len: ::c_int) -> ::c_int {
[INFO] [stdout] 846 | |         return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1)
[INFO] [stdout] 847 | |     }
[INFO] [stdout] 848 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/unix/notbsd/linux/other/mod.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         pub sa_restorer: ::dox::Option<extern fn()>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `PartialEq` which comes from the expansion of the macro `s` (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.94s
[INFO] running `Command { std: "docker" "inspect" "767f3a82da80eaa6486d9fec3fbedd1459ec037f7d47e30855af402629452279", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "767f3a82da80eaa6486d9fec3fbedd1459ec037f7d47e30855af402629452279", kill_on_drop: false }`
[INFO] [stdout] 767f3a82da80eaa6486d9fec3fbedd1459ec037f7d47e30855af402629452279
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7fff32de121d06c224615c70f15f1b0d65849a4329c88466d5a87f37f700aa94
[INFO] running `Command { std: "docker" "start" "-a" "7fff32de121d06c224615c70f15f1b0d65849a4329c88466d5a87f37f700aa94", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stderr]   --> src/lib.rs:16:13
[INFO] [stderr]    |
[INFO] [stderr] 16 | #![cfg_attr(cross_platform_docs, feature(no_core, lang_items, const_fn))]
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^
[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(cross_platform_docs)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stderr]   --> src/lib.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 | #![cfg_attr(cross_platform_docs, no_core)]
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^
[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(cross_platform_docs)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `bitrig`
[INFO] [stderr]   --> src/lib.rs:66:13
[INFO] [stderr]    |
[INFO] [stderr] 66 | #![cfg_attr(target_os = "bitrig", doc(
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, and `tvos` and 11 more
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `asmjs`
[INFO] [stderr]   --> src/lib.rs:78:43
[INFO] [stderr]    |
[INFO] [stderr] 78 | #![cfg_attr(all(target_os = "emscripten", target_arch = "asmjs"), doc(
[INFO] [stderr]    |                                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `stdbuild`
[INFO] [stderr]   --> src/lib.rs:89:13
[INFO] [stderr]    |
[INFO] [stderr] 89 | #![cfg_attr(feature = "stdbuild", feature(staged_api, cfg_target_vendor))]
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `align` and `default`
[INFO] [stderr]    = help: consider adding `stdbuild` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `stdbuild`
[INFO] [stderr]   --> src/lib.rs:90:13
[INFO] [stderr]    |
[INFO] [stderr] 90 | #![cfg_attr(feature = "stdbuild", feature(link_cfg, repr_packed))]
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `align` and `default`
[INFO] [stderr]    = help: consider adding `stdbuild` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `stdbuild`
[INFO] [stderr]   --> src/lib.rs:91:13
[INFO] [stderr]    |
[INFO] [stderr] 91 | #![cfg_attr(feature = "stdbuild", allow(warnings))]
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `align` and `default`
[INFO] [stderr]    = help: consider adding `stdbuild` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `stdbuild`
[INFO] [stderr]   --> src/lib.rs:92:13
[INFO] [stderr]    |
[INFO] [stderr] 92 | #![cfg_attr(feature = "stdbuild", unstable(feature = "libc",
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `align` and `default`
[INFO] [stderr]    = help: consider adding `stdbuild` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cloudabi`
[INFO] [stderr]    --> src/lib.rs:153:21
[INFO] [stderr]     |
[INFO] [stderr] 153 |     } else if #[cfg(target_os = "cloudabi")] {
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, and `tvos` and 11 more
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stderr]  --> src/dox.rs:3:11
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[cfg(not(cross_platform_docs))]
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^
[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(cross_platform_docs)'] }
[INFO] [stderr]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stderr]   --> src/dox.rs:12:7
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[cfg(cross_platform_docs)]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[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(cross_platform_docs)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `core::clone::Clone`
[INFO] [stderr]  --> src/dox.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 |     pub use core::clone::Clone;
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Eq` and `PartialEq`
[INFO] [stderr]  --> src/dox.rs:7:25
[INFO] [stderr]   |
[INFO] [stderr] 7 |     pub use core::cmp::{PartialEq, Eq};
[INFO] [stderr]   |                         ^^^^^^^^^  ^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `core::marker::Copy`
[INFO] [stderr]  --> src/dox.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 |     pub use core::marker::Copy;
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `bitrig`
[INFO] [stderr]    --> src/unix/mod.rs:298:25
[INFO] [stderr]     |
[INFO] [stderr] 298 |                         target_os = "bitrig"))] {
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, and `tvos` and 11 more
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stderr]     --> src/macros.rs:53:19
[INFO] [stderr]      |
[INFO] [stderr]   53 |           #[cfg(not(cross_platform_docs))]
[INFO] [stderr]      |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]     ::: src/unix/notbsd/mod.rs:979:1
[INFO] [stderr]      |
[INFO] [stderr]  979 | / f! {
[INFO] [stderr]  980 | |     pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () {
[INFO] [stderr]  981 | |         let fd = fd as usize;
[INFO] [stderr]  982 | |         let size = mem::size_of_val(&(*set).fds_bits[0]) * 8;
[INFO] [stderr] ...    |
[INFO] [stderr] 1053 | | }
[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(cross_platform_docs)'] }
[INFO] [stderr]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stderr]     --> src/macros.rs:58:15
[INFO] [stderr]      |
[INFO] [stderr]   58 |           #[cfg(cross_platform_docs)]
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]     ::: src/unix/notbsd/mod.rs:979:1
[INFO] [stderr]      |
[INFO] [stderr]  979 | / f! {
[INFO] [stderr]  980 | |     pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () {
[INFO] [stderr]  981 | |         let fd = fd as usize;
[INFO] [stderr]  982 | |         let size = mem::size_of_val(&(*set).fds_bits[0]) * 8;
[INFO] [stderr] ...    |
[INFO] [stderr] 1053 | | }
[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(cross_platform_docs)'] }
[INFO] [stderr]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:371:36
[INFO] [stderr]     |
[INFO] [stderr] 371 | pub const LC_CTYPE_MASK: ::c_int = (1 << LC_CTYPE);
[INFO] [stderr]     |                                    ^             ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 371 - pub const LC_CTYPE_MASK: ::c_int = (1 << LC_CTYPE);
[INFO] [stderr] 371 + pub const LC_CTYPE_MASK: ::c_int = 1 << LC_CTYPE;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:372:38
[INFO] [stderr]     |
[INFO] [stderr] 372 | pub const LC_NUMERIC_MASK: ::c_int = (1 << LC_NUMERIC);
[INFO] [stderr]     |                                      ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 372 - pub const LC_NUMERIC_MASK: ::c_int = (1 << LC_NUMERIC);
[INFO] [stderr] 372 + pub const LC_NUMERIC_MASK: ::c_int = 1 << LC_NUMERIC;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:373:35
[INFO] [stderr]     |
[INFO] [stderr] 373 | pub const LC_TIME_MASK: ::c_int = (1 << LC_TIME);
[INFO] [stderr]     |                                   ^            ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 373 - pub const LC_TIME_MASK: ::c_int = (1 << LC_TIME);
[INFO] [stderr] 373 + pub const LC_TIME_MASK: ::c_int = 1 << LC_TIME;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:374:38
[INFO] [stderr]     |
[INFO] [stderr] 374 | pub const LC_COLLATE_MASK: ::c_int = (1 << LC_COLLATE);
[INFO] [stderr]     |                                      ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 374 - pub const LC_COLLATE_MASK: ::c_int = (1 << LC_COLLATE);
[INFO] [stderr] 374 + pub const LC_COLLATE_MASK: ::c_int = 1 << LC_COLLATE;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:375:39
[INFO] [stderr]     |
[INFO] [stderr] 375 | pub const LC_MONETARY_MASK: ::c_int = (1 << LC_MONETARY);
[INFO] [stderr]     |                                       ^                ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 375 - pub const LC_MONETARY_MASK: ::c_int = (1 << LC_MONETARY);
[INFO] [stderr] 375 + pub const LC_MONETARY_MASK: ::c_int = 1 << LC_MONETARY;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:376:39
[INFO] [stderr]     |
[INFO] [stderr] 376 | pub const LC_MESSAGES_MASK: ::c_int = (1 << LC_MESSAGES);
[INFO] [stderr]     |                                       ^                ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 376 - pub const LC_MESSAGES_MASK: ::c_int = (1 << LC_MESSAGES);
[INFO] [stderr] 376 + pub const LC_MESSAGES_MASK: ::c_int = 1 << LC_MESSAGES;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:885:27
[INFO] [stderr]     |
[INFO] [stderr] 885 | pub const IPOPT_END: u8 = (0 |IPOPT_CONTROL);
[INFO] [stderr]     |                           ^                ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 885 - pub const IPOPT_END: u8 = (0 |IPOPT_CONTROL);
[INFO] [stderr] 885 + pub const IPOPT_END: u8 = 0 |IPOPT_CONTROL;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:886:28
[INFO] [stderr]     |
[INFO] [stderr] 886 | pub const IPOPT_NOOP: u8 = (1 |IPOPT_CONTROL);
[INFO] [stderr]     |                            ^                ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 886 - pub const IPOPT_NOOP: u8 = (1 |IPOPT_CONTROL);
[INFO] [stderr] 886 + pub const IPOPT_NOOP: u8 = 1 |IPOPT_CONTROL;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:887:27
[INFO] [stderr]     |
[INFO] [stderr] 887 | pub const IPOPT_SEC: u8 = (2 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stderr]     |                           ^                           ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 887 - pub const IPOPT_SEC: u8 = (2 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stderr] 887 + pub const IPOPT_SEC: u8 = 2 |IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:888:28
[INFO] [stderr]     |
[INFO] [stderr] 888 | pub const IPOPT_LSRR: u8 = (3 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stderr]     |                            ^                           ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 888 - pub const IPOPT_LSRR: u8 = (3 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stderr] 888 + pub const IPOPT_LSRR: u8 = 3 |IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:889:33
[INFO] [stderr]     |
[INFO] [stderr] 889 | pub const IPOPT_TIMESTAMP: u8 = (4 |IPOPT_MEASUREMENT);
[INFO] [stderr]     |                                 ^                    ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 889 - pub const IPOPT_TIMESTAMP: u8 = (4 |IPOPT_MEASUREMENT);
[INFO] [stderr] 889 + pub const IPOPT_TIMESTAMP: u8 = 4 |IPOPT_MEASUREMENT;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:890:26
[INFO] [stderr]     |
[INFO] [stderr] 890 | pub const IPOPT_RR: u8 = (7 |IPOPT_CONTROL);
[INFO] [stderr]     |                          ^                ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 890 - pub const IPOPT_RR: u8 = (7 |IPOPT_CONTROL);
[INFO] [stderr] 890 + pub const IPOPT_RR: u8 = 7 |IPOPT_CONTROL;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:891:27
[INFO] [stderr]     |
[INFO] [stderr] 891 | pub const IPOPT_SID: u8 = (8 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stderr]     |                           ^                           ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 891 - pub const IPOPT_SID: u8 = (8 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stderr] 891 + pub const IPOPT_SID: u8 = 8 |IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:892:28
[INFO] [stderr]     |
[INFO] [stderr] 892 | pub const IPOPT_SSRR: u8 = (9 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stderr]     |                            ^                           ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 892 - pub const IPOPT_SSRR: u8 = (9 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stderr] 892 + pub const IPOPT_SSRR: u8 = 9 |IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:893:26
[INFO] [stderr]     |
[INFO] [stderr] 893 | pub const IPOPT_RA: u8 = (20|IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stderr]     |                          ^                           ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 893 - pub const IPOPT_RA: u8 = (20|IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stderr] 893 + pub const IPOPT_RA: u8 = 20|IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]     --> src/macros.rs:54:20
[INFO] [stderr]      |
[INFO] [stderr]   54 |           pub unsafe extern fn $i($($arg: $argty),*) -> $ret {
[INFO] [stderr]      |                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]      |
[INFO] [stderr]     ::: src/unix/notbsd/mod.rs:979:1
[INFO] [stderr]      |
[INFO] [stderr]  979 | / f! {
[INFO] [stderr]  980 | |     pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () {
[INFO] [stderr]  981 | |         let fd = fd as usize;
[INFO] [stderr]  982 | |         let size = mem::size_of_val(&(*set).fds_bits[0]) * 8;
[INFO] [stderr] ...    |
[INFO] [stderr] 1053 | | }
[INFO] [stderr]      | |_- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(missing_abi)]` on by default
[INFO] [stderr]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]   --> src/macros.rs:55:21
[INFO] [stderr]    |
[INFO] [stderr] 55 |             $($body);*
[INFO] [stderr]    |                     ^ help: remove this semicolon
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]    --> src/unix/notbsd/linux/mod.rs:157:23
[INFO] [stderr]     |
[INFO] [stderr] 157 |         #[cfg(all(not(features = "align"),
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]     |
[INFO] [stderr] 157 -         #[cfg(all(not(features = "align"),
[INFO] [stderr] 157 +         #[cfg(all(not(feature = "align"),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]    --> src/unix/notbsd/linux/mod.rs:163:23
[INFO] [stderr]     |
[INFO] [stderr] 163 |         #[cfg(all(not(features = "align"),
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]     |
[INFO] [stderr] 163 -         #[cfg(all(not(features = "align"),
[INFO] [stderr] 163 +         #[cfg(all(not(feature = "align"),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stderr]     --> src/macros.rs:53:19
[INFO] [stderr]      |
[INFO] [stderr]   53 |           #[cfg(not(cross_platform_docs))]
[INFO] [stderr]      |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]     ::: src/unix/notbsd/linux/mod.rs:1579:1
[INFO] [stderr]      |
[INFO] [stderr] 1579 | / f! {
[INFO] [stderr] 1580 | |     pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () {
[INFO] [stderr] 1581 | |         for slot in cpuset.bits.iter_mut() {
[INFO] [stderr] 1582 | |             *slot = 0;
[INFO] [stderr] ...    |
[INFO] [stderr] 1650 | | }
[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(cross_platform_docs)'] }
[INFO] [stderr]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stderr]     --> src/macros.rs:58:15
[INFO] [stderr]      |
[INFO] [stderr]   58 |           #[cfg(cross_platform_docs)]
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]     ::: src/unix/notbsd/linux/mod.rs:1579:1
[INFO] [stderr]      |
[INFO] [stderr] 1579 | / f! {
[INFO] [stderr] 1580 | |     pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () {
[INFO] [stderr] 1581 | |         for slot in cpuset.bits.iter_mut() {
[INFO] [stderr] 1582 | |             *slot = 0;
[INFO] [stderr] ...    |
[INFO] [stderr] 1650 | | }
[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(cross_platform_docs)'] }
[INFO] [stderr]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]     --> src/macros.rs:54:20
[INFO] [stderr]      |
[INFO] [stderr]   54 |           pub unsafe extern fn $i($($arg: $argty),*) -> $ret {
[INFO] [stderr]      |                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]      |
[INFO] [stderr]     ::: src/unix/notbsd/linux/mod.rs:1579:1
[INFO] [stderr]      |
[INFO] [stderr] 1579 | / f! {
[INFO] [stderr] 1580 | |     pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () {
[INFO] [stderr] 1581 | |         for slot in cpuset.bits.iter_mut() {
[INFO] [stderr] 1582 | |             *slot = 0;
[INFO] [stderr] ...    |
[INFO] [stderr] 1650 | | }
[INFO] [stderr]      | |_- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stderr]    --> src/macros.rs:53:19
[INFO] [stderr]     |
[INFO] [stderr]  53 |           #[cfg(not(cross_platform_docs))]
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/unix/notbsd/linux/other/mod.rs:844:1
[INFO] [stderr]     |
[INFO] [stderr] 844 | / f! {
[INFO] [stderr] 845 | |     pub fn NLA_ALIGN(len: ::c_int) -> ::c_int {
[INFO] [stderr] 846 | |         return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1)
[INFO] [stderr] 847 | |     }
[INFO] [stderr] 848 | | }
[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(cross_platform_docs)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `cross_platform_docs`
[INFO] [stderr]    --> src/macros.rs:58:15
[INFO] [stderr]     |
[INFO] [stderr]  58 |           #[cfg(cross_platform_docs)]
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/unix/notbsd/linux/other/mod.rs:844:1
[INFO] [stderr]     |
[INFO] [stderr] 844 | / f! {
[INFO] [stderr] 845 | |     pub fn NLA_ALIGN(len: ::c_int) -> ::c_int {
[INFO] [stderr] 846 | |         return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1)
[INFO] [stderr] 847 | |     }
[INFO] [stderr] 848 | | }
[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(cross_platform_docs)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cross_platform_docs)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]   --> src/unix/notbsd/linux/other/mod.rs:74:40
[INFO] [stderr]    |
[INFO] [stderr] 74 |         pub sa_restorer: ::dox::Option<extern fn()>,
[INFO] [stderr]    |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/linux/other/mod.rs:288:36
[INFO] [stderr]     |
[INFO] [stderr] 288 | pub const LC_PAPER_MASK: ::c_int = (1 << LC_PAPER);
[INFO] [stderr]     |                                    ^             ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 288 - pub const LC_PAPER_MASK: ::c_int = (1 << LC_PAPER);
[INFO] [stderr] 288 + pub const LC_PAPER_MASK: ::c_int = 1 << LC_PAPER;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/linux/other/mod.rs:289:35
[INFO] [stderr]     |
[INFO] [stderr] 289 | pub const LC_NAME_MASK: ::c_int = (1 << LC_NAME);
[INFO] [stderr]     |                                   ^            ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 289 - pub const LC_NAME_MASK: ::c_int = (1 << LC_NAME);
[INFO] [stderr] 289 + pub const LC_NAME_MASK: ::c_int = 1 << LC_NAME;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/linux/other/mod.rs:290:38
[INFO] [stderr]     |
[INFO] [stderr] 290 | pub const LC_ADDRESS_MASK: ::c_int = (1 << LC_ADDRESS);
[INFO] [stderr]     |                                      ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 290 - pub const LC_ADDRESS_MASK: ::c_int = (1 << LC_ADDRESS);
[INFO] [stderr] 290 + pub const LC_ADDRESS_MASK: ::c_int = 1 << LC_ADDRESS;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/linux/other/mod.rs:291:40
[INFO] [stderr]     |
[INFO] [stderr] 291 | pub const LC_TELEPHONE_MASK: ::c_int = (1 << LC_TELEPHONE);
[INFO] [stderr]     |                                        ^                 ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 291 - pub const LC_TELEPHONE_MASK: ::c_int = (1 << LC_TELEPHONE);
[INFO] [stderr] 291 + pub const LC_TELEPHONE_MASK: ::c_int = 1 << LC_TELEPHONE;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/linux/other/mod.rs:292:42
[INFO] [stderr]     |
[INFO] [stderr] 292 | pub const LC_MEASUREMENT_MASK: ::c_int = (1 << LC_MEASUREMENT);
[INFO] [stderr]     |                                          ^                   ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 292 - pub const LC_MEASUREMENT_MASK: ::c_int = (1 << LC_MEASUREMENT);
[INFO] [stderr] 292 + pub const LC_MEASUREMENT_MASK: ::c_int = 1 << LC_MEASUREMENT;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/linux/other/mod.rs:293:45
[INFO] [stderr]     |
[INFO] [stderr] 293 | pub const LC_IDENTIFICATION_MASK: ::c_int = (1 << LC_IDENTIFICATION);
[INFO] [stderr]     |                                             ^                      ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 293 - pub const LC_IDENTIFICATION_MASK: ::c_int = (1 << LC_IDENTIFICATION);
[INFO] [stderr] 293 + pub const LC_IDENTIFICATION_MASK: ::c_int = 1 << LC_IDENTIFICATION;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/linux/other/mod.rs:739:39
[INFO] [stderr]     |
[INFO] [stderr] 739 | pub const NFT_LOOKUP_F_INV: ::c_int = (1 << 0);
[INFO] [stderr]     |                                       ^      ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 739 - pub const NFT_LOOKUP_F_INV: ::c_int = (1 << 0);
[INFO] [stderr] 739 + pub const NFT_LOOKUP_F_INV: ::c_int = 1 << 0;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/linux/other/mod.rs:744:39
[INFO] [stderr]     |
[INFO] [stderr] 744 | pub const NFT_DYNSET_F_INV: ::c_int = (1 << 0);
[INFO] [stderr]     |                                       ^      ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 744 - pub const NFT_DYNSET_F_INV: ::c_int = (1 << 0);
[INFO] [stderr] 744 + pub const NFT_DYNSET_F_INV: ::c_int = 1 << 0;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/linux/other/mod.rs:799:38
[INFO] [stderr]     |
[INFO] [stderr] 799 | pub const NFT_LIMIT_F_INV: ::c_int = (1 << 0);
[INFO] [stderr]     |                                      ^      ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 799 - pub const NFT_LIMIT_F_INV: ::c_int = (1 << 0);
[INFO] [stderr] 799 + pub const NFT_LIMIT_F_INV: ::c_int = 1 << 0;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/linux/other/mod.rs:805:38
[INFO] [stderr]     |
[INFO] [stderr] 805 | pub const NFT_QUOTA_F_INV: ::c_int = (1 << 0);
[INFO] [stderr]     |                                      ^      ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 805 - pub const NFT_QUOTA_F_INV: ::c_int = (1 << 0);
[INFO] [stderr] 805 + pub const NFT_QUOTA_F_INV: ::c_int = 1 << 0;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/macros.rs:54:20
[INFO] [stderr]     |
[INFO] [stderr]  54 |           pub unsafe extern fn $i($($arg: $argty),*) -> $ret {
[INFO] [stderr]     |                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/unix/notbsd/linux/other/mod.rs:844:1
[INFO] [stderr]     |
[INFO] [stderr] 844 | / f! {
[INFO] [stderr] 845 | |     pub fn NLA_ALIGN(len: ::c_int) -> ::c_int {
[INFO] [stderr] 846 | |         return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1)
[INFO] [stderr] 847 | |     }
[INFO] [stderr] 848 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]   --> src/unix/notbsd/linux/other/mod.rs:74:9
[INFO] [stderr]    |
[INFO] [stderr] 74 |         pub sa_restorer: ::dox::Option<extern fn()>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the address of the same function can vary between different codegen units
[INFO] [stderr]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stderr]    = note: this warning originates in the derive macro `PartialEq` which comes from the expansion of the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `libc-interface` (lib) generated 54 warnings (run `cargo fix --lib -p libc-interface` to apply 32 suggestions)
[INFO] [stderr] warning: `libc-interface` (lib test) generated 54 warnings (54 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libc_interface-da8ae92dab157370)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]    Doc-tests libc_interface
[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] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:371:36
[INFO] [stderr]     |
[INFO] [stderr] 371 | pub const LC_CTYPE_MASK: ::c_int = (1 << LC_CTYPE);
[INFO] [stderr]     |                                    ^             ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 371 - pub const LC_CTYPE_MASK: ::c_int = (1 << LC_CTYPE);
[INFO] [stderr] 371 + pub const LC_CTYPE_MASK: ::c_int = 1 << LC_CTYPE;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:372:38
[INFO] [stderr]     |
[INFO] [stderr] 372 | pub const LC_NUMERIC_MASK: ::c_int = (1 << LC_NUMERIC);
[INFO] [stderr]     |                                      ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 372 - pub const LC_NUMERIC_MASK: ::c_int = (1 << LC_NUMERIC);
[INFO] [stderr] 372 + pub const LC_NUMERIC_MASK: ::c_int = 1 << LC_NUMERIC;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:373:35
[INFO] [stderr]     |
[INFO] [stderr] 373 | pub const LC_TIME_MASK: ::c_int = (1 << LC_TIME);
[INFO] [stderr]     |                                   ^            ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 373 - pub const LC_TIME_MASK: ::c_int = (1 << LC_TIME);
[INFO] [stderr] 373 + pub const LC_TIME_MASK: ::c_int = 1 << LC_TIME;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:374:38
[INFO] [stderr]     |
[INFO] [stderr] 374 | pub const LC_COLLATE_MASK: ::c_int = (1 << LC_COLLATE);
[INFO] [stderr]     |                                      ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 374 - pub const LC_COLLATE_MASK: ::c_int = (1 << LC_COLLATE);
[INFO] [stderr] 374 + pub const LC_COLLATE_MASK: ::c_int = 1 << LC_COLLATE;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:375:39
[INFO] [stderr]     |
[INFO] [stderr] 375 | pub const LC_MONETARY_MASK: ::c_int = (1 << LC_MONETARY);
[INFO] [stderr]     |                                       ^                ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 375 - pub const LC_MONETARY_MASK: ::c_int = (1 << LC_MONETARY);
[INFO] [stderr] 375 + pub const LC_MONETARY_MASK: ::c_int = 1 << LC_MONETARY;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:376:39
[INFO] [stderr]     |
[INFO] [stderr] 376 | pub const LC_MESSAGES_MASK: ::c_int = (1 << LC_MESSAGES);
[INFO] [stderr]     |                                       ^                ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 376 - pub const LC_MESSAGES_MASK: ::c_int = (1 << LC_MESSAGES);
[INFO] [stderr] 376 + pub const LC_MESSAGES_MASK: ::c_int = 1 << LC_MESSAGES;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:885:27
[INFO] [stderr]     |
[INFO] [stderr] 885 | pub const IPOPT_END: u8 = (0 |IPOPT_CONTROL);
[INFO] [stderr]     |                           ^                ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 885 - pub const IPOPT_END: u8 = (0 |IPOPT_CONTROL);
[INFO] [stderr] 885 + pub const IPOPT_END: u8 = 0 |IPOPT_CONTROL;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:886:28
[INFO] [stderr]     |
[INFO] [stderr] 886 | pub const IPOPT_NOOP: u8 = (1 |IPOPT_CONTROL);
[INFO] [stderr]     |                            ^                ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 886 - pub const IPOPT_NOOP: u8 = (1 |IPOPT_CONTROL);
[INFO] [stderr] 886 + pub const IPOPT_NOOP: u8 = 1 |IPOPT_CONTROL;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:887:27
[INFO] [stderr]     |
[INFO] [stderr] 887 | pub const IPOPT_SEC: u8 = (2 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stderr]     |                           ^                           ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 887 - pub const IPOPT_SEC: u8 = (2 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stderr] 887 + pub const IPOPT_SEC: u8 = 2 |IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:888:28
[INFO] [stderr]     |
[INFO] [stderr] 888 | pub const IPOPT_LSRR: u8 = (3 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stderr]     |                            ^                           ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 888 - pub const IPOPT_LSRR: u8 = (3 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stderr] 888 + pub const IPOPT_LSRR: u8 = 3 |IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:889:33
[INFO] [stderr]     |
[INFO] [stderr] 889 | pub const IPOPT_TIMESTAMP: u8 = (4 |IPOPT_MEASUREMENT);
[INFO] [stderr]     |                                 ^                    ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 889 - pub const IPOPT_TIMESTAMP: u8 = (4 |IPOPT_MEASUREMENT);
[INFO] [stderr] 889 + pub const IPOPT_TIMESTAMP: u8 = 4 |IPOPT_MEASUREMENT;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:890:26
[INFO] [stderr]     |
[INFO] [stderr] 890 | pub const IPOPT_RR: u8 = (7 |IPOPT_CONTROL);
[INFO] [stderr]     |                          ^                ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 890 - pub const IPOPT_RR: u8 = (7 |IPOPT_CONTROL);
[INFO] [stderr] 890 + pub const IPOPT_RR: u8 = 7 |IPOPT_CONTROL;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:891:27
[INFO] [stderr]     |
[INFO] [stderr] 891 | pub const IPOPT_SID: u8 = (8 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stderr]     |                           ^                           ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 891 - pub const IPOPT_SID: u8 = (8 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stderr] 891 + pub const IPOPT_SID: u8 = 8 |IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:892:28
[INFO] [stderr]     |
[INFO] [stderr] 892 | pub const IPOPT_SSRR: u8 = (9 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stderr]     |                            ^                           ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 892 - pub const IPOPT_SSRR: u8 = (9 |IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stderr] 892 + pub const IPOPT_SSRR: u8 = 9 |IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/mod.rs:893:26
[INFO] [stderr]     |
[INFO] [stderr] 893 | pub const IPOPT_RA: u8 = (20|IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stderr]     |                          ^                           ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 893 - pub const IPOPT_RA: u8 = (20|IPOPT_CONTROL|IPOPT_COPY);
[INFO] [stderr] 893 + pub const IPOPT_RA: u8 = 20|IPOPT_CONTROL|IPOPT_COPY;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]   --> src/macros.rs:55:21
[INFO] [stderr]    |
[INFO] [stderr] 55 |             $($body);*
[INFO] [stderr]    |                     ^ help: remove this semicolon
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/linux/other/mod.rs:288:36
[INFO] [stderr]     |
[INFO] [stderr] 288 | pub const LC_PAPER_MASK: ::c_int = (1 << LC_PAPER);
[INFO] [stderr]     |                                    ^             ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 288 - pub const LC_PAPER_MASK: ::c_int = (1 << LC_PAPER);
[INFO] [stderr] 288 + pub const LC_PAPER_MASK: ::c_int = 1 << LC_PAPER;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/linux/other/mod.rs:289:35
[INFO] [stderr]     |
[INFO] [stderr] 289 | pub const LC_NAME_MASK: ::c_int = (1 << LC_NAME);
[INFO] [stderr]     |                                   ^            ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 289 - pub const LC_NAME_MASK: ::c_int = (1 << LC_NAME);
[INFO] [stderr] 289 + pub const LC_NAME_MASK: ::c_int = 1 << LC_NAME;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/linux/other/mod.rs:290:38
[INFO] [stderr]     |
[INFO] [stderr] 290 | pub const LC_ADDRESS_MASK: ::c_int = (1 << LC_ADDRESS);
[INFO] [stderr]     |                                      ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 290 - pub const LC_ADDRESS_MASK: ::c_int = (1 << LC_ADDRESS);
[INFO] [stderr] 290 + pub const LC_ADDRESS_MASK: ::c_int = 1 << LC_ADDRESS;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/linux/other/mod.rs:291:40
[INFO] [stderr]     |
[INFO] [stderr] 291 | pub const LC_TELEPHONE_MASK: ::c_int = (1 << LC_TELEPHONE);
[INFO] [stderr]     |                                        ^                 ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 291 - pub const LC_TELEPHONE_MASK: ::c_int = (1 << LC_TELEPHONE);
[INFO] [stderr] 291 + pub const LC_TELEPHONE_MASK: ::c_int = 1 << LC_TELEPHONE;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/linux/other/mod.rs:292:42
[INFO] [stderr]     |
[INFO] [stderr] 292 | pub const LC_MEASUREMENT_MASK: ::c_int = (1 << LC_MEASUREMENT);
[INFO] [stderr]     |                                          ^                   ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 292 - pub const LC_MEASUREMENT_MASK: ::c_int = (1 << LC_MEASUREMENT);
[INFO] [stderr] 292 + pub const LC_MEASUREMENT_MASK: ::c_int = 1 << LC_MEASUREMENT;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/linux/other/mod.rs:293:45
[INFO] [stderr]     |
[INFO] [stderr] 293 | pub const LC_IDENTIFICATION_MASK: ::c_int = (1 << LC_IDENTIFICATION);
[INFO] [stderr]     |                                             ^                      ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 293 - pub const LC_IDENTIFICATION_MASK: ::c_int = (1 << LC_IDENTIFICATION);
[INFO] [stderr] 293 + pub const LC_IDENTIFICATION_MASK: ::c_int = 1 << LC_IDENTIFICATION;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/linux/other/mod.rs:739:39
[INFO] [stderr]     |
[INFO] [stderr] 739 | pub const NFT_LOOKUP_F_INV: ::c_int = (1 << 0);
[INFO] [stderr]     |                                       ^      ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 739 - pub const NFT_LOOKUP_F_INV: ::c_int = (1 << 0);
[INFO] [stderr] 739 + pub const NFT_LOOKUP_F_INV: ::c_int = 1 << 0;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/linux/other/mod.rs:744:39
[INFO] [stderr]     |
[INFO] [stderr] 744 | pub const NFT_DYNSET_F_INV: ::c_int = (1 << 0);
[INFO] [stderr]     |                                       ^      ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 744 - pub const NFT_DYNSET_F_INV: ::c_int = (1 << 0);
[INFO] [stderr] 744 + pub const NFT_DYNSET_F_INV: ::c_int = 1 << 0;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/linux/other/mod.rs:799:38
[INFO] [stderr]     |
[INFO] [stderr] 799 | pub const NFT_LIMIT_F_INV: ::c_int = (1 << 0);
[INFO] [stderr]     |                                      ^      ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 799 - pub const NFT_LIMIT_F_INV: ::c_int = (1 << 0);
[INFO] [stderr] 799 + pub const NFT_LIMIT_F_INV: ::c_int = 1 << 0;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/unix/notbsd/linux/other/mod.rs:805:38
[INFO] [stderr]     |
[INFO] [stderr] 805 | pub const NFT_QUOTA_F_INV: ::c_int = (1 << 0);
[INFO] [stderr]     |                                      ^      ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 805 - pub const NFT_QUOTA_F_INV: ::c_int = (1 << 0);
[INFO] [stderr] 805 + pub const NFT_QUOTA_F_INV: ::c_int = 1 << 0;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: 26 warnings emitted
[INFO] [stderr] 
[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] running `Command { std: "docker" "inspect" "7fff32de121d06c224615c70f15f1b0d65849a4329c88466d5a87f37f700aa94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7fff32de121d06c224615c70f15f1b0d65849a4329c88466d5a87f37f700aa94", kill_on_drop: false }`
[INFO] [stdout] 7fff32de121d06c224615c70f15f1b0d65849a4329c88466d5a87f37f700aa94
