[INFO] fetching crate please-pm 0.0.0... [INFO] checking please-pm-0.0.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate please-pm 0.0.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate please-pm 0.0.0 [INFO] finished tweaking crates.io crate please-pm 0.0.0 [INFO] tweaked toml for crates.io crate please-pm 0.0.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate please-pm 0.0.0 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 7 packages to latest compatible versions [INFO] [stderr] Adding toml v0.5.11 (available: v0.9.5) [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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] a5b1342aef8a0b85df44f82ba8331763a881562584d70d2250f1ce02783f561b [INFO] running `Command { std: "docker" "start" "-a" "a5b1342aef8a0b85df44f82ba8331763a881562584d70d2250f1ce02783f561b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a5b1342aef8a0b85df44f82ba8331763a881562584d70d2250f1ce02783f561b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5b1342aef8a0b85df44f82ba8331763a881562584d70d2250f1ce02783f561b", kill_on_drop: false }` [INFO] [stdout] a5b1342aef8a0b85df44f82ba8331763a881562584d70d2250f1ce02783f561b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] fb27e79bd77ec45b6cf19b0551bdd5c1d8704544eb019d7d98b87dc52f419b2d [INFO] running `Command { std: "docker" "start" "-a" "fb27e79bd77ec45b6cf19b0551bdd5c1d8704544eb019d7d98b87dc52f419b2d", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Checking toml v0.5.11 [INFO] [stderr] Checking please-pm v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0170]: pattern binding `NoUploadPath` is named the same as one of the variants of the type `ErrorKind` [INFO] [stdout] --> src/lib.rs:156:13 [INFO] [stdout] | [INFO] [stdout] 156 | NoUploadPath => "Could not determine what directory to upload!", [INFO] [stdout] | ^^^^^^^^^^^^ help: to match on the variant, qualify the path: `ErrorKind::NoUploadPath` [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(bindings_with_variant_name)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0170]: pattern binding `NoUploadPath` is named the same as one of the variants of the type `ErrorKind` [INFO] [stdout] --> src/lib.rs:156:13 [INFO] [stdout] | [INFO] [stdout] 156 | NoUploadPath => "Could not determine what directory to upload!", [INFO] [stdout] | ^^^^^^^^^^^^ help: to match on the variant, qualify the path: `ErrorKind::NoUploadPath` [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(bindings_with_variant_name)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0170]: pattern binding `MetadataDecodeError` is named the same as one of the variants of the type `ErrorKind` [INFO] [stdout] --> src/lib.rs:157:13 [INFO] [stdout] | [INFO] [stdout] 157 | MetadataDecodeError => "Could not decode the metadata (please.x)!", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: to match on the variant, qualify the path: `ErrorKind::MetadataDecodeError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0170]: pattern binding `MetadataDecodeError` is named the same as one of the variants of the type `ErrorKind` [INFO] [stdout] --> src/lib.rs:157:13 [INFO] [stdout] | [INFO] [stdout] 157 | MetadataDecodeError => "Could not decode the metadata (please.x)!", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: to match on the variant, qualify the path: `ErrorKind::MetadataDecodeError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `NoUploadPath` [INFO] [stdout] --> src/lib.rs:156:13 [INFO] [stdout] | [INFO] [stdout] 156 | NoUploadPath => "Could not determine what directory to upload!", [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_NoUploadPath` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `MetadataDecodeError` [INFO] [stdout] --> src/lib.rs:157:13 [INFO] [stdout] | [INFO] [stdout] 157 | MetadataDecodeError => "Could not decode the metadata (please.x)!", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_MetadataDecodeError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `package_name` [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn get_package_info(package_name: String, is_verbose: bool) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_package_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_verbose` [INFO] [stdout] --> src/lib.rs:175:47 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn get_package_info(package_name: String, is_verbose: bool) -> Result { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_verbose` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `NoUploadPath` [INFO] [stdout] --> src/lib.rs:156:13 [INFO] [stdout] | [INFO] [stdout] 156 | NoUploadPath => "Could not determine what directory to upload!", [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_NoUploadPath` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `MetadataDecodeError` [INFO] [stdout] --> src/lib.rs:157:13 [INFO] [stdout] | [INFO] [stdout] 157 | MetadataDecodeError => "Could not decode the metadata (please.x)!", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_MetadataDecodeError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `package_name` [INFO] [stdout] --> src/lib.rs:190:5 [INFO] [stdout] | [INFO] [stdout] 190 | package_name: String, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_package_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_verbose` [INFO] [stdout] --> src/lib.rs:191:5 [INFO] [stdout] | [INFO] [stdout] 191 | is_verbose: bool, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_verbose` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `package_name` [INFO] [stdout] --> src/lib.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn get_package_info(package_name: String, is_verbose: bool) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_package_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_verbose` [INFO] [stdout] --> src/lib.rs:175:47 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn get_package_info(package_name: String, is_verbose: bool) -> Result { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_verbose` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `package_name` [INFO] [stdout] --> src/lib.rs:190:5 [INFO] [stdout] | [INFO] [stdout] 190 | package_name: String, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_package_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_verbose` [INFO] [stdout] --> src/lib.rs:191:5 [INFO] [stdout] | [INFO] [stdout] 191 | is_verbose: bool, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_verbose` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `install_optional` [INFO] [stdout] --> src/lib.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | install_optional: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_install_optional` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `package_name` [INFO] [stdout] --> src/lib.rs:206:23 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn remove_package(package_name: String, force_remove: bool) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_package_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `force_remove` [INFO] [stdout] --> src/lib.rs:206:45 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn remove_package(package_name: String, force_remove: bool) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_force_remove` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `install_optional` [INFO] [stdout] --> src/lib.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | install_optional: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_install_optional` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `package_name` [INFO] [stdout] --> src/lib.rs:206:23 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn remove_package(package_name: String, force_remove: bool) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_package_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `force_remove` [INFO] [stdout] --> src/lib.rs:206:45 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn remove_package(package_name: String, force_remove: bool) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_force_remove` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `path` [INFO] [stdout] --> src/lib.rs:219:24 [INFO] [stdout] | [INFO] [stdout] 219 | pub fn publish_package(path: Option) -> Result { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `path` [INFO] [stdout] --> src/lib.rs:219:24 [INFO] [stdout] | [INFO] [stdout] 219 | pub fn publish_package(path: Option) -> Result { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0170`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0170`. [INFO] [stdout] [INFO] [stderr] error: could not compile `please-pm` (lib test) due to 2 previous errors; 10 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `please-pm` (lib) due to 2 previous errors; 10 warnings emitted [INFO] running `Command { std: "docker" "inspect" "fb27e79bd77ec45b6cf19b0551bdd5c1d8704544eb019d7d98b87dc52f419b2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb27e79bd77ec45b6cf19b0551bdd5c1d8704544eb019d7d98b87dc52f419b2d", kill_on_drop: false }` [INFO] [stdout] fb27e79bd77ec45b6cf19b0551bdd5c1d8704544eb019d7d98b87dc52f419b2d