[INFO] fetching crate atprotocol 0.0.1...
[INFO] checking atprotocol-0.0.1 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate atprotocol 0.0.1 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate atprotocol 0.0.1 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate atprotocol 0.0.1
[INFO] finished tweaking crates.io crate atprotocol 0.0.1
[INFO] tweaked toml for crates.io crate atprotocol 0.0.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c5d02804bfd6cba201939e851303c155a7d46b88f53f4ff5059d7b4d558d55fd
[INFO] running `Command { std: "docker" "start" "-a" "c5d02804bfd6cba201939e851303c155a7d46b88f53f4ff5059d7b4d558d55fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c5d02804bfd6cba201939e851303c155a7d46b88f53f4ff5059d7b4d558d55fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c5d02804bfd6cba201939e851303c155a7d46b88f53f4ff5059d7b4d558d55fd", kill_on_drop: false }`
[INFO] [stdout] c5d02804bfd6cba201939e851303c155a7d46b88f53f4ff5059d7b4d558d55fd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 35ad8c5a925ac582339a758a3b1bf2e717a6e9b853a36eba0aed4c845a9b2fd8
[INFO] running `Command { std: "docker" "start" "-a" "35ad8c5a925ac582339a758a3b1bf2e717a6e9b853a36eba0aed4c845a9b2fd8", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.81
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]     Checking atprotocol v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `client::AtpClient`
[INFO] [stdout]  --> src/atprotocol/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use client::AtpClient;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `definition::LexiconDefinition`
[INFO] [stdout]  --> src/lexicon/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use definition::LexiconDefinition;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `client::AtpClient`
[INFO] [stdout]  --> src/atprotocol/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use client::AtpClient;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `definition::LexiconDefinition`
[INFO] [stdout]  --> src/lexicon/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use definition::LexiconDefinition;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `identifier`
[INFO] [stdout]   --> src/atprotocol/agent.rs:12:31
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub async fn login(&self, identifier: &str, password: &str) {}
[INFO] [stdout]    |                               ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_identifier`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `password`
[INFO] [stdout]   --> src/atprotocol/agent.rs:12:49
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub async fn login(&self, identifier: &str, password: &str) {}
[INFO] [stdout]    |                                                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_password`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `identifier`
[INFO] [stdout]   --> src/atprotocol/agent.rs:12:31
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub async fn login(&self, identifier: &str, password: &str) {}
[INFO] [stdout]    |                               ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_identifier`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `password`
[INFO] [stdout]   --> src/atprotocol/agent.rs:12:49
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub async fn login(&self, identifier: &str, password: &str) {}
[INFO] [stdout]    |                                                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_password`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `service_url`
[INFO] [stdout]  --> src/xrpc/client.rs:5:24
[INFO] [stdout]   |
[INFO] [stdout] 5 |     pub fn call(&self, service_url: &str) {}
[INFO] [stdout]   |                        ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_service_url`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AtpClient` is never constructed
[INFO] [stdout]  --> src/atprotocol/client.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct AtpClient {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `create_session` are never used
[INFO] [stdout]   --> src/atprotocol/client.rs:8:12
[INFO] [stdout]    |
[INFO] [stdout] 7  | impl AtpClient {
[INFO] [stdout]    | -------------- associated items in this implementation
[INFO] [stdout] 8  |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub async fn create_session(&self) {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LexiconType` is never used
[INFO] [stdout]  --> src/lexicon/definition.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub enum LexiconType {
[INFO] [stdout]   |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LexiconDefinition` is never constructed
[INFO] [stdout]   --> src/lexicon/definition.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct LexiconDefinition {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `XrpcBody` is never constructed
[INFO] [stdout]  --> src/xrpc/body.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct XrpcBody {}
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `call` is never used
[INFO] [stdout]  --> src/xrpc/client.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | impl XrpcClient {
[INFO] [stdout]   | --------------- method in this implementation
[INFO] [stdout] 5 |     pub fn call(&self, service_url: &str) {}
[INFO] [stdout]   |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `XrpcError` is never constructed
[INFO] [stdout]  --> src/xrpc/error.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct XrpcError {}
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `XrpcParameter` is never constructed
[INFO] [stdout]  --> src/xrpc/parameter.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct XrpcParameter {
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `service_url`
[INFO] [stdout]  --> src/xrpc/client.rs:5:24
[INFO] [stdout]   |
[INFO] [stdout] 5 |     pub fn call(&self, service_url: &str) {}
[INFO] [stdout]   |                        ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_service_url`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AtpClient` is never constructed
[INFO] [stdout]  --> src/atprotocol/client.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct AtpClient {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `create_session` are never used
[INFO] [stdout]   --> src/atprotocol/client.rs:8:12
[INFO] [stdout]    |
[INFO] [stdout] 7  | impl AtpClient {
[INFO] [stdout]    | -------------- associated items in this implementation
[INFO] [stdout] 8  |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub async fn create_session(&self) {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LexiconType` is never used
[INFO] [stdout]  --> src/lexicon/definition.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub enum LexiconType {
[INFO] [stdout]   |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LexiconDefinition` is never constructed
[INFO] [stdout]   --> src/lexicon/definition.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct LexiconDefinition {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `XrpcBody` is never constructed
[INFO] [stdout]  --> src/xrpc/body.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct XrpcBody {}
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `call` is never used
[INFO] [stdout]  --> src/xrpc/client.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | impl XrpcClient {
[INFO] [stdout]   | --------------- method in this implementation
[INFO] [stdout] 5 |     pub fn call(&self, service_url: &str) {}
[INFO] [stdout]   |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `XrpcError` is never constructed
[INFO] [stdout]  --> src/xrpc/error.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct XrpcError {}
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `XrpcParameter` is never constructed
[INFO] [stdout]  --> src/xrpc/parameter.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct XrpcParameter {
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 13 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 13 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
[INFO] running `Command { std: "docker" "inspect" "35ad8c5a925ac582339a758a3b1bf2e717a6e9b853a36eba0aed4c845a9b2fd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "35ad8c5a925ac582339a758a3b1bf2e717a6e9b853a36eba0aed4c845a9b2fd8", kill_on_drop: false }`
[INFO] [stdout] 35ad8c5a925ac582339a758a3b1bf2e717a6e9b853a36eba0aed4c845a9b2fd8
