[INFO] fetching crate tmux_interface 0.3.2... [INFO] building tmux_interface-0.3.2 against master#11663cd3bfefef7d34e8f0892c250bf698049392+rustflags=-Dtail-expr-drop-order for pr-134523 [INFO] extracting crate tmux_interface 0.3.2 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate tmux_interface 0.3.2 on toolchain 11663cd3bfefef7d34e8f0892c250bf698049392 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "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-5-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "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" "+11663cd3bfefef7d34e8f0892c250bf698049392" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 59a573f0236b568d17fcbbcd94bb2ce5ac202764300fce1be0bd8c253fa9383b [INFO] running `Command { std: "docker" "start" "-a" "59a573f0236b568d17fcbbcd94bb2ce5ac202764300fce1be0bd8c253fa9383b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "59a573f0236b568d17fcbbcd94bb2ce5ac202764300fce1be0bd8c253fa9383b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59a573f0236b568d17fcbbcd94bb2ce5ac202764300fce1be0bd8c253fa9383b", kill_on_drop: false }` [INFO] [stdout] 59a573f0236b568d17fcbbcd94bb2ce5ac202764300fce1be0bd8c253fa9383b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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 -Dtail-expr-drop-order" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d4195f53eaeb6ec3892a11bfb95ec7834d81f22c0a4efee160332c680cc5afa [INFO] running `Command { std: "docker" "start" "-a" "0d4195f53eaeb6ec3892a11bfb95ec7834d81f22c0a4efee160332c680cc5afa", kill_on_drop: false }` [INFO] [stderr] Compiling 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: 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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s [INFO] running `Command { std: "docker" "inspect" "0d4195f53eaeb6ec3892a11bfb95ec7834d81f22c0a4efee160332c680cc5afa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d4195f53eaeb6ec3892a11bfb95ec7834d81f22c0a4efee160332c680cc5afa", kill_on_drop: false }` [INFO] [stdout] 0d4195f53eaeb6ec3892a11bfb95ec7834d81f22c0a4efee160332c680cc5afa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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 -Dtail-expr-drop-order" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f0947d78d56dd66d21e766eb8b9ff6caf0f09f8a6601ed3e233a507f5a36dd36 [INFO] running `Command { std: "docker" "start" "-a" "f0947d78d56dd66d21e766eb8b9ff6caf0f09f8a6601ed3e233a507f5a36dd36", kill_on_drop: false }` [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] [stderr] Compiling tmux_interface v0.3.2 (/opt/rustwide/workdir) [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: 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: 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] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.19s [INFO] running `Command { std: "docker" "inspect" "f0947d78d56dd66d21e766eb8b9ff6caf0f09f8a6601ed3e233a507f5a36dd36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0947d78d56dd66d21e766eb8b9ff6caf0f09f8a6601ed3e233a507f5a36dd36", kill_on_drop: false }` [INFO] [stdout] f0947d78d56dd66d21e766eb8b9ff6caf0f09f8a6601ed3e233a507f5a36dd36