[INFO] fetching crate libc-interface 0.1.2... [INFO] testing libc-interface-0.1.2 against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] extracting crate libc-interface 0.1.2 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate libc-interface 0.1.2 on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f63081d5b133e58ff8628306e13f2a47ae8fc03333c6ba881b53a546e937b660 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f63081d5b133e58ff8628306e13f2a47ae8fc03333c6ba881b53a546e937b660", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f63081d5b133e58ff8628306e13f2a47ae8fc03333c6ba881b53a546e937b660", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f63081d5b133e58ff8628306e13f2a47ae8fc03333c6ba881b53a546e937b660", kill_on_drop: false }` [INFO] [stdout] f63081d5b133e58ff8628306e13f2a47ae8fc03333c6ba881b53a546e937b660 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ec39ccd2d0227112cd8ea942020310caca73bbbdbd512a6c3c58c7c5d356c0cf [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ec39ccd2d0227112cd8ea942020310caca73bbbdbd512a6c3c58c7c5d356c0cf", kill_on_drop: false }` [INFO] [stderr] Compiling libc-interface v0.1.2 (/opt/rustwide/workdir) [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)]` 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: 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)]` on by default [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: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.09s [INFO] running `Command { std: "docker" "inspect" "ec39ccd2d0227112cd8ea942020310caca73bbbdbd512a6c3c58c7c5d356c0cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec39ccd2d0227112cd8ea942020310caca73bbbdbd512a6c3c58c7c5d356c0cf", kill_on_drop: false }` [INFO] [stdout] ec39ccd2d0227112cd8ea942020310caca73bbbdbd512a6c3c58c7c5d356c0cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fc8363cdf5446fdfbf24e35af5734ad16e2956d1d1887c7b2870c694dc49016e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fc8363cdf5446fdfbf24e35af5734ad16e2956d1d1887c7b2870c694dc49016e", kill_on_drop: false }` [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)]` 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] [stderr] Compiling libc-interface v0.1.2 (/opt/rustwide/workdir) [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: 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)]` on by default [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: 26 warnings emitted [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)]` 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: 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)]` on by default [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: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.03s [INFO] running `Command { std: "docker" "inspect" "fc8363cdf5446fdfbf24e35af5734ad16e2956d1d1887c7b2870c694dc49016e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc8363cdf5446fdfbf24e35af5734ad16e2956d1d1887c7b2870c694dc49016e", kill_on_drop: false }` [INFO] [stdout] fc8363cdf5446fdfbf24e35af5734ad16e2956d1d1887c7b2870c694dc49016e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4b06d584247c5b84294a5e2701d95d4042215719e2195297ce42caefb55b1631 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4b06d584247c5b84294a5e2701d95d4042215719e2195297ce42caefb55b1631", kill_on_drop: false }` [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)]` 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)]` 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: `libc-interface` (lib) generated 26 warnings [INFO] [stdout] [INFO] [stderr] warning: `libc-interface` (lib test) generated 26 warnings (26 duplicates) [INFO] [stdout] running 0 tests [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/libc_interface-1b3d9b6d4dcca33d) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Doc-tests libc-interface [INFO] [stdout] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> /opt/rustwide/workdir/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)]` 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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] --> /opt/rustwide/workdir/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] [stdout] [INFO] [stderr] warning: 26 warnings emitted [INFO] [stdout] running 0 tests [INFO] [stderr] [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" "4b06d584247c5b84294a5e2701d95d4042215719e2195297ce42caefb55b1631", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b06d584247c5b84294a5e2701d95d4042215719e2195297ce42caefb55b1631", kill_on_drop: false }` [INFO] [stdout] 4b06d584247c5b84294a5e2701d95d4042215719e2195297ce42caefb55b1631