[INFO] fetching crate atprotocol 0.0.1...
[INFO] checking atprotocol-0.0.1 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate atprotocol 0.0.1 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate atprotocol 0.0.1 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "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-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "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" "+b0696a5160711c068cb1f01b7437db7990d15750" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ab6c96f65feb96aaf3f29ea0fa976119593b6f61baed0f296dc1b72478895ab3
[INFO] running `Command { std: "docker" "start" "-a" "ab6c96f65feb96aaf3f29ea0fa976119593b6f61baed0f296dc1b72478895ab3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab6c96f65feb96aaf3f29ea0fa976119593b6f61baed0f296dc1b72478895ab3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab6c96f65feb96aaf3f29ea0fa976119593b6f61baed0f296dc1b72478895ab3", kill_on_drop: false }`
[INFO] [stdout] ab6c96f65feb96aaf3f29ea0fa976119593b6f61baed0f296dc1b72478895ab3
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 83fa9e3a06b91d93c934a64863f55b5bcd73e9341c825788a8e0c0e0cee3c1fe
[INFO] running `Command { std: "docker" "start" "-a" "83fa9e3a06b91d93c934a64863f55b5bcd73e9341c825788a8e0c0e0cee3c1fe", kill_on_drop: false }`
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]     Checking tokio v1.36.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: `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: `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: 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: 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: 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: 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: 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: 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 `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 `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 `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: 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 3.07s
[INFO] running `Command { std: "docker" "inspect" "83fa9e3a06b91d93c934a64863f55b5bcd73e9341c825788a8e0c0e0cee3c1fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "83fa9e3a06b91d93c934a64863f55b5bcd73e9341c825788a8e0c0e0cee3c1fe", kill_on_drop: false }`
[INFO] [stdout] 83fa9e3a06b91d93c934a64863f55b5bcd73e9341c825788a8e0c0e0cee3c1fe
[INFO] checking atprotocol-0.0.1 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate atprotocol 0.0.1 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate atprotocol 0.0.1 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 530166a7085bd8b9a342a716e7642c1ff58ef873364168addc36f9894f634f10
[INFO] running `Command { std: "docker" "start" "-a" "530166a7085bd8b9a342a716e7642c1ff58ef873364168addc36f9894f634f10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "530166a7085bd8b9a342a716e7642c1ff58ef873364168addc36f9894f634f10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "530166a7085bd8b9a342a716e7642c1ff58ef873364168addc36f9894f634f10", kill_on_drop: false }`
[INFO] [stdout] 530166a7085bd8b9a342a716e7642c1ff58ef873364168addc36f9894f634f10
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 123c4397a34ac51630f698821cb6178c057384401a10a7cff46843c6d0defa6d
[INFO] running `Command { std: "docker" "start" "-a" "123c4397a34ac51630f698821cb6178c057384401a10a7cff46843c6d0defa6d", kill_on_drop: false }`
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]     Checking tokio v1.36.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: 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: 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: 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: 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 `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: 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: 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 `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: 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 3.15s
[INFO] running `Command { std: "docker" "inspect" "123c4397a34ac51630f698821cb6178c057384401a10a7cff46843c6d0defa6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "123c4397a34ac51630f698821cb6178c057384401a10a7cff46843c6d0defa6d", kill_on_drop: false }`
[INFO] [stdout] 123c4397a34ac51630f698821cb6178c057384401a10a7cff46843c6d0defa6d
