[INFO] fetching crate chain-cmp 0.2.0... [INFO] linting chain-cmp-0.2.0 against nightly for clippy-nonminimal_bool-denied [INFO] extracting crate chain-cmp 0.2.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate chain-cmp 0.2.0 [INFO] finished tweaking crates.io crate chain-cmp 0.2.0 [INFO] tweaked toml for crates.io crate chain-cmp 0.2.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate chain-cmp 0.2.0 on toolchain nightly [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly" "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" "+nightly" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.117) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ba25a1f2b7ec1c34a267c84655de9b369da1ada7c6ec17adc4834129a9beee97 [INFO] running `Command { std: "docker" "start" "-a" "ba25a1f2b7ec1c34a267c84655de9b369da1ada7c6ec17adc4834129a9beee97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ba25a1f2b7ec1c34a267c84655de9b369da1ada7c6ec17adc4834129a9beee97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba25a1f2b7ec1c34a267c84655de9b369da1ada7c6ec17adc4834129a9beee97", kill_on_drop: false }` [INFO] [stdout] ba25a1f2b7ec1c34a267c84655de9b369da1ada7c6ec17adc4834129a9beee97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "clippy" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ed84a3206d562a5e2d21c0c78336acc3d452db30c91a44dbaeeb04843e03ff7 [INFO] running `Command { std: "docker" "start" "-a" "0ed84a3206d562a5e2d21c0c78336acc3d452db30c91a44dbaeeb04843e03ff7", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Checking unicode-ident v1.0.24 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking chain-cmp v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this boolean expression can be simplified [INFO] [stdout] --> tests/chain_cmp.rs:5:16 [INFO] [stdout] | [INFO] [stdout] 5 | assert!(chmp!(1 <= 2 < 3)); [INFO] [stdout] | ^^^^^^^^^^ help: try: `1 <= 2` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#nonminimal_bool [INFO] [stdout] = note: `#[warn(clippy::nonminimal_bool)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this boolean expression can be simplified [INFO] [stdout] --> tests/chain_cmp.rs:7:16 [INFO] [stdout] | [INFO] [stdout] 7 | assert!(chmp!(1 <= 2 <= 2)); [INFO] [stdout] | ^^^^^^^^^^^ help: try: `1 <= 2` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#nonminimal_bool [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this boolean expression can be simplified [INFO] [stdout] --> tests/chain_cmp.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | assert!(chmp!(1 <= 2 + 2 < 5)); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try: `1 <= 2 + 2` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#nonminimal_bool [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this boolean expression can be simplified [INFO] [stdout] --> tests/chain_cmp.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | assert!(chmp!(1 < 2 != 3)); [INFO] [stdout] | ^^^^^^^^^^ help: try: `1 < 2` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#nonminimal_bool [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this boolean expression can be simplified [INFO] [stdout] --> tests/chain_cmp.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | assert!(chmp!(0 == (100 < 10) as u8 == 0)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `0 == (100 < 10) as u8` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#nonminimal_bool [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `true` [INFO] [stdout] --> tests/chain_cmp.rs:5:2 [INFO] [stdout] | [INFO] [stdout] 5 | assert!(chmp!(1 <= 2 < 3)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: remove the assertion [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] = note: `#[warn(clippy::assertions_on_constants)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `true` [INFO] [stdout] --> tests/chain_cmp.rs:6:2 [INFO] [stdout] | [INFO] [stdout] 6 | assert!(!chmp!(1 <= 2 < 2)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: remove the assertion [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `true` [INFO] [stdout] --> tests/chain_cmp.rs:7:2 [INFO] [stdout] | [INFO] [stdout] 7 | assert!(chmp!(1 <= 2 <= 2)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: remove the assertion [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `true` [INFO] [stdout] --> tests/chain_cmp.rs:8:2 [INFO] [stdout] | [INFO] [stdout] 8 | assert!(chmp!(1 <= 2 + 2 < 5)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: remove the assertion [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `true` [INFO] [stdout] --> tests/chain_cmp.rs:9:2 [INFO] [stdout] | [INFO] [stdout] 9 | assert!(chmp!(1 < 2 != 3)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: remove the assertion [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `true` [INFO] [stdout] --> tests/chain_cmp.rs:10:2 [INFO] [stdout] | [INFO] [stdout] 10 | assert!(chmp!(2 != 3)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: remove the assertion [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this assertion is always `true` [INFO] [stdout] --> tests/chain_cmp.rs:21:2 [INFO] [stdout] | [INFO] [stdout] 21 | assert!(chmp!(1 + 2 + 4 + 1 + 1 > 8)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: remove the assertion [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s [INFO] running `Command { std: "docker" "inspect" "0ed84a3206d562a5e2d21c0c78336acc3d452db30c91a44dbaeeb04843e03ff7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ed84a3206d562a5e2d21c0c78336acc3d452db30c91a44dbaeeb04843e03ff7", kill_on_drop: false }` [INFO] [stdout] 0ed84a3206d562a5e2d21c0c78336acc3d452db30c91a44dbaeeb04843e03ff7