[INFO] fetching crate please-pm 0.0.0... [INFO] testing please-pm-0.0.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate please-pm 0.0.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate please-pm 0.0.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1fc46c48ced09163b55f9ae0c3e50e30fbd535ca0fa29a5989ef2eb831f9694e [INFO] running `Command { std: "docker" "start" "-a" "1fc46c48ced09163b55f9ae0c3e50e30fbd535ca0fa29a5989ef2eb831f9694e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1fc46c48ced09163b55f9ae0c3e50e30fbd535ca0fa29a5989ef2eb831f9694e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fc46c48ced09163b55f9ae0c3e50e30fbd535ca0fa29a5989ef2eb831f9694e", kill_on_drop: false }` [INFO] [stdout] 1fc46c48ced09163b55f9ae0c3e50e30fbd535ca0fa29a5989ef2eb831f9694e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be84ab383f39262746c5eb1a7b9eef232bcaf1af0a67f7f4ab0a10b57db2b6c5 [INFO] running `Command { std: "docker" "start" "-a" "be84ab383f39262746c5eb1a7b9eef232bcaf1af0a67f7f4ab0a10b57db2b6c5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling please-pm v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning[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: `#[warn(bindings_with_variant_name)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[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: `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] = note: `#[warn(unused_variables)]` on by default [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: `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: `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] [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: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0170`. [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.34s [INFO] running `Command { std: "docker" "inspect" "be84ab383f39262746c5eb1a7b9eef232bcaf1af0a67f7f4ab0a10b57db2b6c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be84ab383f39262746c5eb1a7b9eef232bcaf1af0a67f7f4ab0a10b57db2b6c5", kill_on_drop: false }` [INFO] [stdout] be84ab383f39262746c5eb1a7b9eef232bcaf1af0a67f7f4ab0a10b57db2b6c5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2cd7a6c39e280d412e5743107c1024f6a4bc25ea105184c71abff1a3738017e2 [INFO] running `Command { std: "docker" "start" "-a" "2cd7a6c39e280d412e5743107c1024f6a4bc25ea105184c71abff1a3738017e2", kill_on_drop: false }` [INFO] [stderr] Compiling please-pm v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning[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: `#[warn(bindings_with_variant_name)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[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: `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] = note: `#[warn(unused_variables)]` on by default [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: `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: `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] [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: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0170`. [INFO] [stdout] [INFO] [stdout] warning[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: `#[warn(bindings_with_variant_name)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[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: `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] = note: `#[warn(unused_variables)]` on by default [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: `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: `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] [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: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.40s [INFO] [stdout] For more information about this error, try `rustc --explain E0170`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2cd7a6c39e280d412e5743107c1024f6a4bc25ea105184c71abff1a3738017e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cd7a6c39e280d412e5743107c1024f6a4bc25ea105184c71abff1a3738017e2", kill_on_drop: false }` [INFO] [stdout] 2cd7a6c39e280d412e5743107c1024f6a4bc25ea105184c71abff1a3738017e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b7379c615cf3e2a58fb4f51705430f0e76855e0f6e8a6038e3b87299c865ae43 [INFO] running `Command { std: "docker" "start" "-a" "b7379c615cf3e2a58fb4f51705430f0e76855e0f6e8a6038e3b87299c865ae43", kill_on_drop: false }` [INFO] [stderr] warning[E0170]: pattern binding `NoUploadPath` is named the same as one of the variants of the type `ErrorKind` [INFO] [stderr] --> src/lib.rs:156:13 [INFO] [stderr] | [INFO] [stderr] 156 | NoUploadPath => "Could not determine what directory to upload!", [INFO] [stderr] | ^^^^^^^^^^^^ help: to match on the variant, qualify the path: `ErrorKind::NoUploadPath` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bindings_with_variant_name)]` on by default [INFO] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `MetadataDecodeError` is named the same as one of the variants of the type `ErrorKind` [INFO] [stderr] --> src/lib.rs:157:13 [INFO] [stderr] | [INFO] [stderr] 157 | MetadataDecodeError => "Could not decode the metadata (please.x)!", [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: to match on the variant, qualify the path: `ErrorKind::MetadataDecodeError` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `package_name` [INFO] [stderr] --> src/lib.rs:175:25 [INFO] [stderr] | [INFO] [stderr] 175 | pub fn get_package_info(package_name: String, is_verbose: bool) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_package_name` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `is_verbose` [INFO] [stderr] --> src/lib.rs:175:47 [INFO] [stderr] | [INFO] [stderr] 175 | pub fn get_package_info(package_name: String, is_verbose: bool) -> Result { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_verbose` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `package_name` [INFO] [stderr] --> src/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | package_name: String, [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_package_name` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `is_verbose` [INFO] [stderr] --> src/lib.rs:191:5 [INFO] [stderr] | [INFO] [stderr] 191 | is_verbose: bool, [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_verbose` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `install_optional` [INFO] [stderr] --> src/lib.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | install_optional: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_install_optional` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `package_name` [INFO] [stderr] --> src/lib.rs:206:23 [INFO] [stderr] | [INFO] [stderr] 206 | pub fn remove_package(package_name: String, force_remove: bool) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_package_name` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `force_remove` [INFO] [stderr] --> src/lib.rs:206:45 [INFO] [stderr] | [INFO] [stderr] 206 | pub fn remove_package(package_name: String, force_remove: bool) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_force_remove` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `path` [INFO] [stderr] --> src/lib.rs:219:24 [INFO] [stderr] | [INFO] [stderr] 219 | pub fn publish_package(path: Option) -> Result { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `NoUploadPath` [INFO] [stderr] --> src/lib.rs:156:13 [INFO] [stderr] | [INFO] [stderr] 156 | NoUploadPath => "Could not determine what directory to upload!", [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_NoUploadPath` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `MetadataDecodeError` [INFO] [stderr] --> src/lib.rs:157:13 [INFO] [stderr] | [INFO] [stderr] 157 | MetadataDecodeError => "Could not decode the metadata (please.x)!", [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_MetadataDecodeError` [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0170`. [INFO] [stderr] warning: `please-pm` (lib) generated 12 warnings [INFO] [stderr] warning: `please-pm` (lib test) generated 12 warnings (12 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/please_pm-42ea4af9c56b0018) [INFO] [stdout] [INFO] [stdout] running 0 tests [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] [stderr] Doc-tests please-pm [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 13) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 13) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `please_pm_client` [INFO] [stdout] --> src/lib.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 3 | use please_pm_client::{get_package_info, install_package}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `please_pm_client` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 13) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "b7379c615cf3e2a58fb4f51705430f0e76855e0f6e8a6038e3b87299c865ae43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7379c615cf3e2a58fb4f51705430f0e76855e0f6e8a6038e3b87299c865ae43", kill_on_drop: false }` [INFO] [stdout] b7379c615cf3e2a58fb4f51705430f0e76855e0f6e8a6038e3b87299c865ae43