[INFO] fetching crate tmux_interface 0.3.2... [INFO] checking tmux_interface-0.3.2 against master#ab869e094a907cc5d19b4080f22eccaf347f1f95 for pr-129604 [INFO] extracting crate tmux_interface 0.3.2 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate tmux_interface 0.3.2 on toolchain ab869e094a907cc5d19b4080f22eccaf347f1f95 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tmux_interface 0.3.2 [INFO] finished tweaking crates.io crate tmux_interface 0.3.2 [INFO] tweaked toml for crates.io crate tmux_interface 0.3.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0d6655b0529434d9c016a350df81f014ef8a0f7ca6a772fc93a6964c16c9ac86 [INFO] running `Command { std: "docker" "start" "-a" "0d6655b0529434d9c016a350df81f014ef8a0f7ca6a772fc93a6964c16c9ac86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0d6655b0529434d9c016a350df81f014ef8a0f7ca6a772fc93a6964c16c9ac86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d6655b0529434d9c016a350df81f014ef8a0f7ca6a772fc93a6964c16c9ac86", kill_on_drop: false }` [INFO] [stdout] 0d6655b0529434d9c016a350df81f014ef8a0f7ca6a772fc93a6964c16c9ac86 [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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 874bb06858325afcf8c30bcaab3dd1e6b761d7a244b42e934b345fbc3ea2ce21 [INFO] running `Command { std: "docker" "start" "-a" "874bb06858325afcf8c30bcaab3dd1e6b761d7a244b42e934b345fbc3ea2ce21", kill_on_drop: false }` [INFO] [stderr] Checking tmux_interface v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/options/mod.rs:417:9 [INFO] [stdout] | [INFO] [stdout] 417 | pub use common::*; [INFO] [stdout] | ^^^^^^^^^ the name `constants` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 438 | pub use window::*; [INFO] [stdout] | --------- but the name `constants` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `tmux_26` [INFO] [stdout] --> src/options/session/ctl/session_options_ctl.rs:298:19 [INFO] [stdout] | [INFO] [stdout] 298 | #[cfg(all(feature = "tmux_26", not(feature = "tmux_3_0")))] [INFO] [stdout] | ^^^^^^^^^^--------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"tmux_2_6"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cmd_alias`, `default`, `tmux_0_8`, `tmux_0_9`, `tmux_1_0`, `tmux_1_1`, `tmux_1_2`, `tmux_1_3`, `tmux_1_4`, `tmux_1_5`, `tmux_1_6`, `tmux_1_7`, `tmux_1_8`, `tmux_1_9`, `tmux_1_9a`, `tmux_2_0`, `tmux_2_1`, `tmux_2_2`, `tmux_2_3`, `tmux_2_4`, `tmux_2_5`, `tmux_2_6`, `tmux_2_7`, `tmux_2_8`, `tmux_2_9`, `tmux_2_9a`, `tmux_3_0`, `tmux_3_0a`, `tmux_3_1`, `tmux_3_1a`, `tmux_3_1b`, `tmux_3_1c`, `tmux_3_2`, `tmux_3_2a`, and `tmux_3_3` and 5 more [INFO] [stdout] = help: consider adding `tmux_26` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/options/mod.rs:432:9 [INFO] [stdout] | [INFO] [stdout] 432 | pub use pane::*; [INFO] [stdout] | ^^^^^^^ the name `builder` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 438 | pub use window::*; [INFO] [stdout] | --------- but the name `builder` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/options/mod.rs:432:9 [INFO] [stdout] | [INFO] [stdout] 432 | pub use pane::*; [INFO] [stdout] | ^^^^^^^ the name `ctl` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 438 | pub use window::*; [INFO] [stdout] | --------- but the name `ctl` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/options/mod.rs:432:9 [INFO] [stdout] | [INFO] [stdout] 432 | pub use pane::*; [INFO] [stdout] | ^^^^^^^ the name `local` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 438 | pub use window::*; [INFO] [stdout] | --------- but the name `local` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/options/mod.rs:434:9 [INFO] [stdout] | [INFO] [stdout] 434 | pub use server::*; [INFO] [stdout] | ^^^^^^^^^ the name `TERMINAL_OVERRIDES_DEFAULT` in the value namespace is first re-exported here [INFO] [stdout] 435 | #[cfg(feature = "tmux_1_0")] [INFO] [stdout] 436 | pub use session::*; [INFO] [stdout] | ---------- but the name `TERMINAL_OVERRIDES_DEFAULT` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/options/mod.rs:436:9 [INFO] [stdout] | [INFO] [stdout] 436 | pub use session::*; [INFO] [stdout] | ^^^^^^^^^^ the name `global` in the type namespace is first re-exported here [INFO] [stdout] 437 | #[cfg(feature = "tmux_1_2")] [INFO] [stdout] 438 | pub use window::*; [INFO] [stdout] | --------- but the name `global` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:500:9 [INFO] [stdout] | [INFO] [stdout] 500 | pub use commands::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `common` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 504 | pub use options::*; [INFO] [stdout] | ---------- but the name `common` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:500:9 [INFO] [stdout] | [INFO] [stdout] 500 | pub use commands::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `constants` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 504 | pub use options::*; [INFO] [stdout] | ---------- but the name `constants` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:500:9 [INFO] [stdout] | [INFO] [stdout] 500 | pub use commands::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `buffers` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 508 | pub use variables::*; [INFO] [stdout] | ------------ but the name `buffers` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:504:9 [INFO] [stdout] | [INFO] [stdout] 504 | pub use options::*; [INFO] [stdout] | ^^^^^^^^^^ the name `pane` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 508 | pub use variables::*; [INFO] [stdout] | ------------ but the name `pane` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:504:9 [INFO] [stdout] | [INFO] [stdout] 504 | pub use options::*; [INFO] [stdout] | ^^^^^^^^^^ the name `session` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 508 | pub use variables::*; [INFO] [stdout] | ------------ but the name `session` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:504:9 [INFO] [stdout] | [INFO] [stdout] 504 | pub use options::*; [INFO] [stdout] | ^^^^^^^^^^ the name `window` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 508 | pub use variables::*; [INFO] [stdout] | ------------ but the name `window` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/options/mod.rs:417:9 [INFO] [stdout] | [INFO] [stdout] 417 | pub use common::*; [INFO] [stdout] | ^^^^^^^^^ the name `constants` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 438 | pub use window::*; [INFO] [stdout] | --------- but the name `constants` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `tmux_26` [INFO] [stdout] --> src/options/session/ctl/session_options_ctl.rs:298:19 [INFO] [stdout] | [INFO] [stdout] 298 | #[cfg(all(feature = "tmux_26", not(feature = "tmux_3_0")))] [INFO] [stdout] | ^^^^^^^^^^--------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"tmux_2_6"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `cmd_alias`, `default`, `tmux_0_8`, `tmux_0_9`, `tmux_1_0`, `tmux_1_1`, `tmux_1_2`, `tmux_1_3`, `tmux_1_4`, `tmux_1_5`, `tmux_1_6`, `tmux_1_7`, `tmux_1_8`, `tmux_1_9`, `tmux_1_9a`, `tmux_2_0`, `tmux_2_1`, `tmux_2_2`, `tmux_2_3`, `tmux_2_4`, `tmux_2_5`, `tmux_2_6`, `tmux_2_7`, `tmux_2_8`, `tmux_2_9`, `tmux_2_9a`, `tmux_3_0`, `tmux_3_0a`, `tmux_3_1`, `tmux_3_1a`, `tmux_3_1b`, `tmux_3_1c`, `tmux_3_2`, `tmux_3_2a`, and `tmux_3_3` and 5 more [INFO] [stdout] = help: consider adding `tmux_26` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/options/mod.rs:432:9 [INFO] [stdout] | [INFO] [stdout] 432 | pub use pane::*; [INFO] [stdout] | ^^^^^^^ the name `builder` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 438 | pub use window::*; [INFO] [stdout] | --------- but the name `builder` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/options/mod.rs:432:9 [INFO] [stdout] | [INFO] [stdout] 432 | pub use pane::*; [INFO] [stdout] | ^^^^^^^ the name `ctl` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 438 | pub use window::*; [INFO] [stdout] | --------- but the name `ctl` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/options/mod.rs:432:9 [INFO] [stdout] | [INFO] [stdout] 432 | pub use pane::*; [INFO] [stdout] | ^^^^^^^ the name `local` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 438 | pub use window::*; [INFO] [stdout] | --------- but the name `local` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/options/mod.rs:434:9 [INFO] [stdout] | [INFO] [stdout] 434 | pub use server::*; [INFO] [stdout] | ^^^^^^^^^ the name `TERMINAL_OVERRIDES_DEFAULT` in the value namespace is first re-exported here [INFO] [stdout] 435 | #[cfg(feature = "tmux_1_0")] [INFO] [stdout] 436 | pub use session::*; [INFO] [stdout] | ---------- but the name `TERMINAL_OVERRIDES_DEFAULT` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/options/mod.rs:436:9 [INFO] [stdout] | [INFO] [stdout] 436 | pub use session::*; [INFO] [stdout] | ^^^^^^^^^^ the name `global` in the type namespace is first re-exported here [INFO] [stdout] 437 | #[cfg(feature = "tmux_1_2")] [INFO] [stdout] 438 | pub use window::*; [INFO] [stdout] | --------- but the name `global` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:500:9 [INFO] [stdout] | [INFO] [stdout] 500 | pub use commands::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `common` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 504 | pub use options::*; [INFO] [stdout] | ---------- but the name `common` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:500:9 [INFO] [stdout] | [INFO] [stdout] 500 | pub use commands::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `constants` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 504 | pub use options::*; [INFO] [stdout] | ---------- but the name `constants` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:500:9 [INFO] [stdout] | [INFO] [stdout] 500 | pub use commands::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `buffers` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 508 | pub use variables::*; [INFO] [stdout] | ------------ but the name `buffers` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:504:9 [INFO] [stdout] | [INFO] [stdout] 504 | pub use options::*; [INFO] [stdout] | ^^^^^^^^^^ the name `pane` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 508 | pub use variables::*; [INFO] [stdout] | ------------ but the name `pane` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:504:9 [INFO] [stdout] | [INFO] [stdout] 504 | pub use options::*; [INFO] [stdout] | ^^^^^^^^^^ the name `session` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 508 | pub use variables::*; [INFO] [stdout] | ------------ but the name `session` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:504:9 [INFO] [stdout] | [INFO] [stdout] 504 | pub use options::*; [INFO] [stdout] | ^^^^^^^^^^ the name `window` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 508 | pub use variables::*; [INFO] [stdout] | ------------ but the name `window` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `session_id` [INFO] [stdout] --> src/control_mode/control_mode_ctl.rs:16:13 [INFO] [stdout] | [INFO] [stdout] 16 | session_id, [INFO] [stdout] | ^^^^^^^^^^ help: try ignoring the field: `session_id: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `window_id` [INFO] [stdout] --> src/control_mode/control_mode_ctl.rs:17:13 [INFO] [stdout] | [INFO] [stdout] 17 | window_id, [INFO] [stdout] | ^^^^^^^^^ help: try ignoring the field: `window_id: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `r` [INFO] [stdout] --> src/control_mode/control_mode_ctl.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | let r = ControlModeOutput::send(stdin, cmd, lines); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `r` [INFO] [stdout] --> src/control_mode/control_mode_ctl.rs:76:17 [INFO] [stdout] | [INFO] [stdout] 76 | let r = ControlModeOutput::send(stdin, cmd, lines); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `parse_option_string` is never used [INFO] [stdout] --> src/control_mode/control_mode.rs:304:4 [INFO] [stdout] | [INFO] [stdout] 304 | fn parse_option_string(s: &str) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `session_id` [INFO] [stdout] --> src/control_mode/control_mode_ctl.rs:16:13 [INFO] [stdout] | [INFO] [stdout] 16 | session_id, [INFO] [stdout] | ^^^^^^^^^^ help: try ignoring the field: `session_id: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `window_id` [INFO] [stdout] --> src/control_mode/control_mode_ctl.rs:17:13 [INFO] [stdout] | [INFO] [stdout] 17 | window_id, [INFO] [stdout] | ^^^^^^^^^ help: try ignoring the field: `window_id: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `r` [INFO] [stdout] --> src/control_mode/control_mode_ctl.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | let r = ControlModeOutput::send(stdin, cmd, lines); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `r` [INFO] [stdout] --> src/control_mode/control_mode_ctl.rs:76:17 [INFO] [stdout] | [INFO] [stdout] 76 | let r = ControlModeOutput::send(stdin, cmd, lines); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `session_id` [INFO] [stdout] --> src/control_mode/control_mode_tests.rs:310:40 [INFO] [stdout] | [INFO] [stdout] 310 | Response::SessionChanged { session_id, name } => {} [INFO] [stdout] | ^^^^^^^^^^ help: try ignoring the field: `session_id: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/control_mode/control_mode_tests.rs:310:52 [INFO] [stdout] | [INFO] [stdout] 310 | Response::SessionChanged { session_id, name } => {} [INFO] [stdout] | ^^^^ help: try ignoring the field: `name: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `parse_option_string` is never used [INFO] [stdout] --> src/control_mode/control_mode.rs:304:4 [INFO] [stdout] | [INFO] [stdout] 304 | fn parse_option_string(s: &str) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.19s [INFO] running `Command { std: "docker" "inspect" "874bb06858325afcf8c30bcaab3dd1e6b761d7a244b42e934b345fbc3ea2ce21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "874bb06858325afcf8c30bcaab3dd1e6b761d7a244b42e934b345fbc3ea2ce21", kill_on_drop: false }` [INFO] [stdout] 874bb06858325afcf8c30bcaab3dd1e6b761d7a244b42e934b345fbc3ea2ce21