[INFO] fetching crate moretypes 0.1.3... [INFO] linting moretypes-0.1.3 against nightly for clippy-nonminimal_bool-denied [INFO] extracting crate moretypes 0.1.3 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate moretypes 0.1.3 [INFO] finished tweaking crates.io crate moretypes 0.1.3 [INFO] tweaked toml for crates.io crate moretypes 0.1.3 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate moretypes 0.1.3 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] crate crates.io crate moretypes 0.1.3 already has a lockfile, it will not be regenerated [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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded quote v1.0.15 [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f5aaf3aad610fef6b359817dc56c510583f7b5bf5d3000eb32e412f0042dae68 [INFO] running `Command { std: "docker" "start" "-a" "f5aaf3aad610fef6b359817dc56c510583f7b5bf5d3000eb32e412f0042dae68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f5aaf3aad610fef6b359817dc56c510583f7b5bf5d3000eb32e412f0042dae68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5aaf3aad610fef6b359817dc56c510583f7b5bf5d3000eb32e412f0042dae68", kill_on_drop: false }` [INFO] [stdout] f5aaf3aad610fef6b359817dc56c510583f7b5bf5d3000eb32e412f0042dae68 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "clippy" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d148d41b64ea7afae3c04a1e379eab9f6e02efc0292a1ce6872dd28bec3efbc2 [INFO] running `Command { std: "docker" "start" "-a" "d148d41b64ea7afae3c04a1e379eab9f6e02efc0292a1ce6872dd28bec3efbc2", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Checking unicode-xid v0.2.2 [INFO] [stderr] Checking quote v1.0.15 [INFO] [stderr] Checking moretypes v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: this boolean expression can be simplified [INFO] [stdout] --> src/record.rs:17:16 [INFO] [stdout] | [INFO] [stdout] 17 | && !field [INFO] [stdout] | ________________^ [INFO] [stdout] 18 | | .ident [INFO] [stdout] 19 | | .as_ref() [INFO] [stdout] 20 | | .filter(|it| it.to_string().starts_with("_")) [INFO] [stdout] 21 | | .is_some() [INFO] [stdout] | |__________________________^ [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] help: try [INFO] [stdout] | [INFO] [stdout] 17 ~ && field [INFO] [stdout] 18 + .ident [INFO] [stdout] 19 + .as_ref() [INFO] [stdout] 20 + .filter(|it| it.to_string().starts_with("_")).is_none() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: doc list item without indentation [INFO] [stdout] --> src/lib.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | /// All ordering is based on field declaration order, parameters are passed to the attribute [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: if this is supposed to be its own paragraph, add a blank line [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation [INFO] [stdout] = note: `#[warn(clippy::doc_lazy_continuation)]` on by default [INFO] [stdout] help: indent this line [INFO] [stdout] | [INFO] [stdout] 28 | /// All ordering is based on field declaration order, parameters are passed to the attribute [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this boolean expression can be simplified [INFO] [stdout] --> src/record.rs:17:16 [INFO] [stdout] | [INFO] [stdout] 17 | && !field [INFO] [stdout] | ________________^ [INFO] [stdout] 18 | | .ident [INFO] [stdout] 19 | | .as_ref() [INFO] [stdout] 20 | | .filter(|it| it.to_string().starts_with("_")) [INFO] [stdout] 21 | | .is_some() [INFO] [stdout] | |__________________________^ [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] help: try [INFO] [stdout] | [INFO] [stdout] 17 ~ && field [INFO] [stdout] 18 + .ident [INFO] [stdout] 19 + .as_ref() [INFO] [stdout] 20 + .filter(|it| it.to_string().starts_with("_")).is_none() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: doc list item without indentation [INFO] [stdout] --> src/lib.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | /// All ordering is based on field declaration order, parameters are passed to the attribute [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: if this is supposed to be its own paragraph, add a blank line [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation [INFO] [stdout] = note: `#[warn(clippy::doc_lazy_continuation)]` on by default [INFO] [stdout] help: indent this line [INFO] [stdout] | [INFO] [stdout] 28 | /// All ordering is based on field declaration order, parameters are passed to the attribute [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this boolean expression can be simplified [INFO] [stdout] --> src/record.rs:17:16 [INFO] [stdout] | [INFO] [stdout] 17 | && !field [INFO] [stdout] | ________________^ [INFO] [stdout] 18 | | .ident [INFO] [stdout] 19 | | .as_ref() [INFO] [stdout] 20 | | .filter(|it| it.to_string().starts_with("_")) [INFO] [stdout] 21 | | .is_some() [INFO] [stdout] | |__________________________^ [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] help: try [INFO] [stdout] | [INFO] [stdout] 17 ~ && field [INFO] [stdout] 18 + .ident [INFO] [stdout] 19 + .as_ref() [INFO] [stdout] 20 + .filter(|it| it.to_string().starts_with("_")).is_none() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: doc list item without indentation [INFO] [stdout] --> src/lib.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | /// All ordering is based on field declaration order, parameters are passed to the attribute [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: if this is supposed to be its own paragraph, add a blank line [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation [INFO] [stdout] = note: `#[warn(clippy::doc_lazy_continuation)]` on by default [INFO] [stdout] help: indent this line [INFO] [stdout] | [INFO] [stdout] 28 | /// All ordering is based on field declaration order, parameters are passed to the attribute [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of a disallowed/placeholder name `foo` [INFO] [stdout] --> examples/namedtuples.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | foo: &'a str, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_names [INFO] [stdout] = note: `#[warn(clippy::disallowed_names)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.53s [INFO] running `Command { std: "docker" "inspect" "d148d41b64ea7afae3c04a1e379eab9f6e02efc0292a1ce6872dd28bec3efbc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d148d41b64ea7afae3c04a1e379eab9f6e02efc0292a1ce6872dd28bec3efbc2", kill_on_drop: false }` [INFO] [stdout] d148d41b64ea7afae3c04a1e379eab9f6e02efc0292a1ce6872dd28bec3efbc2