[INFO] fetching crate eloquent_core 2.0.4... [INFO] checking eloquent_core-2.0.4 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate eloquent_core 2.0.4 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate eloquent_core 2.0.4 [INFO] finished tweaking crates.io crate eloquent_core 2.0.4 [INFO] tweaked toml for crates.io crate eloquent_core 2.0.4 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate eloquent_core 2.0.4 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 5 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sqlformat v0.3.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 683ff9aa9430be9b84bd18bcc70241d746f97988bf78a11e0a1608d5f94fb8dc [INFO] running `Command { std: "docker" "start" "-a" "683ff9aa9430be9b84bd18bcc70241d746f97988bf78a11e0a1608d5f94fb8dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "683ff9aa9430be9b84bd18bcc70241d746f97988bf78a11e0a1608d5f94fb8dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "683ff9aa9430be9b84bd18bcc70241d746f97988bf78a11e0a1608d5f94fb8dc", kill_on_drop: false }` [INFO] [stdout] 683ff9aa9430be9b84bd18bcc70241d746f97988bf78a11e0a1608d5f94fb8dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ff14c1ad9872bf48fa67e06c2b09be634068005cb4f340504e466440f4710465 [INFO] running `Command { std: "docker" "start" "-a" "ff14c1ad9872bf48fa67e06c2b09be634068005cb4f340504e466440f4710465", kill_on_drop: false }` [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Checking unicode_categories v0.1.1 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Checking winnow v0.6.26 [INFO] [stderr] Checking sqlformat v0.3.5 [INFO] [stderr] Checking eloquent_core v2.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/builders/delete.rs:13:34 [INFO] [stdout] | [INFO] [stdout] 13 | params: &mut Vec<&'a Box<(dyn crate::ToSql + 'static)>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 13 - params: &mut Vec<&'a Box<(dyn crate::ToSql + 'static)>>, [INFO] [stdout] 13 + params: &mut Vec<&'a Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/builders/insert.rs:9:34 [INFO] [stdout] | [INFO] [stdout] 9 | params: &mut Vec<&'a Box<(dyn crate::ToSql + 'static)>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 9 - params: &mut Vec<&'a Box<(dyn crate::ToSql + 'static)>>, [INFO] [stdout] 9 + params: &mut Vec<&'a Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/builders/select.rs:13:34 [INFO] [stdout] | [INFO] [stdout] 13 | params: &mut Vec<&'a Box<(dyn crate::ToSql + 'static)>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 13 - params: &mut Vec<&'a Box<(dyn crate::ToSql + 'static)>>, [INFO] [stdout] 13 + params: &mut Vec<&'a Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/builders/update.rs:13:34 [INFO] [stdout] | [INFO] [stdout] 13 | params: &mut Vec<&'a Box<(dyn crate::ToSql + 'static)>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 13 - params: &mut Vec<&'a Box<(dyn crate::ToSql + 'static)>>, [INFO] [stdout] 13 + params: &mut Vec<&'a Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/compilers/conditions.rs:9:30 [INFO] [stdout] | [INFO] [stdout] 9 | params: &mut Vec<&'a Box<(dyn ToSql + 'static)>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 9 - params: &mut Vec<&'a Box<(dyn ToSql + 'static)>>, [INFO] [stdout] 9 + params: &mut Vec<&'a Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/compilers/inserts.rs:8:30 [INFO] [stdout] | [INFO] [stdout] 8 | params: &mut Vec<&'a Box<(dyn ToSql + 'static)>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 8 - params: &mut Vec<&'a Box<(dyn ToSql + 'static)>>, [INFO] [stdout] 8 + params: &mut Vec<&'a Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/compilers/updates.rs:8:30 [INFO] [stdout] | [INFO] [stdout] 8 | params: &mut Vec<&'a Box<(dyn ToSql + 'static)>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 8 - params: &mut Vec<&'a Box<(dyn ToSql + 'static)>>, [INFO] [stdout] 8 + params: &mut Vec<&'a Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:78:34 [INFO] [stdout] | [INFO] [stdout] 78 | params: &mut Vec<&'a Box<(dyn ToSql + 'static)>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 78 - params: &mut Vec<&'a Box<(dyn ToSql + 'static)>>, [INFO] [stdout] 78 + params: &mut Vec<&'a Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/builders/delete.rs:13:34 [INFO] [stdout] | [INFO] [stdout] 13 | params: &mut Vec<&'a Box<(dyn crate::ToSql + 'static)>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 13 - params: &mut Vec<&'a Box<(dyn crate::ToSql + 'static)>>, [INFO] [stdout] 13 + params: &mut Vec<&'a Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/builders/insert.rs:9:34 [INFO] [stdout] | [INFO] [stdout] 9 | params: &mut Vec<&'a Box<(dyn crate::ToSql + 'static)>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 9 - params: &mut Vec<&'a Box<(dyn crate::ToSql + 'static)>>, [INFO] [stdout] 9 + params: &mut Vec<&'a Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/builders/select.rs:13:34 [INFO] [stdout] | [INFO] [stdout] 13 | params: &mut Vec<&'a Box<(dyn crate::ToSql + 'static)>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 13 - params: &mut Vec<&'a Box<(dyn crate::ToSql + 'static)>>, [INFO] [stdout] 13 + params: &mut Vec<&'a Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/builders/update.rs:13:34 [INFO] [stdout] | [INFO] [stdout] 13 | params: &mut Vec<&'a Box<(dyn crate::ToSql + 'static)>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 13 - params: &mut Vec<&'a Box<(dyn crate::ToSql + 'static)>>, [INFO] [stdout] 13 + params: &mut Vec<&'a Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/compilers/conditions.rs:9:30 [INFO] [stdout] | [INFO] [stdout] 9 | params: &mut Vec<&'a Box<(dyn ToSql + 'static)>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 9 - params: &mut Vec<&'a Box<(dyn ToSql + 'static)>>, [INFO] [stdout] 9 + params: &mut Vec<&'a Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/compilers/inserts.rs:8:30 [INFO] [stdout] | [INFO] [stdout] 8 | params: &mut Vec<&'a Box<(dyn ToSql + 'static)>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 8 - params: &mut Vec<&'a Box<(dyn ToSql + 'static)>>, [INFO] [stdout] 8 + params: &mut Vec<&'a Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/compilers/updates.rs:8:30 [INFO] [stdout] | [INFO] [stdout] 8 | params: &mut Vec<&'a Box<(dyn ToSql + 'static)>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 8 - params: &mut Vec<&'a Box<(dyn ToSql + 'static)>>, [INFO] [stdout] 8 + params: &mut Vec<&'a Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:78:34 [INFO] [stdout] | [INFO] [stdout] 78 | params: &mut Vec<&'a Box<(dyn ToSql + 'static)>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 78 - params: &mut Vec<&'a Box<(dyn ToSql + 'static)>>, [INFO] [stdout] 78 + params: &mut Vec<&'a Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s [INFO] running `Command { std: "docker" "inspect" "ff14c1ad9872bf48fa67e06c2b09be634068005cb4f340504e466440f4710465", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff14c1ad9872bf48fa67e06c2b09be634068005cb4f340504e466440f4710465", kill_on_drop: false }` [INFO] [stdout] ff14c1ad9872bf48fa67e06c2b09be634068005cb4f340504e466440f4710465