[INFO] fetching crate tmux_interface 0.3.1... [INFO] checking tmux_interface-0.3.1 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-2 [INFO] extracting crate tmux_interface 0.3.1 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate tmux_interface 0.3.1 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tmux_interface 0.3.1 [INFO] finished tweaking crates.io crate tmux_interface 0.3.1 [INFO] tweaked toml for crates.io crate tmux_interface 0.3.1 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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fe2d7f0c079a82ffb3a3699837c59938b71d864d962f59688bd84777600f6189 [INFO] running `Command { std: "docker" "start" "-a" "fe2d7f0c079a82ffb3a3699837c59938b71d864d962f59688bd84777600f6189", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fe2d7f0c079a82ffb3a3699837c59938b71d864d962f59688bd84777600f6189", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe2d7f0c079a82ffb3a3699837c59938b71d864d962f59688bd84777600f6189", kill_on_drop: false }` [INFO] [stdout] fe2d7f0c079a82ffb3a3699837c59938b71d864d962f59688bd84777600f6189 [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f127b618b3f10f43d5c8c87b4a25ddbbf700b4d3545845f60a62033f51729f6e [INFO] running `Command { std: "docker" "start" "-a" "f127b618b3f10f43d5c8c87b4a25ddbbf700b4d3545845f60a62033f51729f6e", kill_on_drop: false }` [INFO] [stderr] Checking tmux_interface v0.3.1 (/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: the item `GetOptionTr` is imported redundantly [INFO] [stdout] --> src/options/pane/builder/get_pane_option_tr.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::options::*; [INFO] [stdout] | ----------------- the item `GetOptionTr` is already imported here [INFO] [stdout] 2 | use crate::{GetOptionTr, GetUserOption, TmuxCommand}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `GetUserOption` is imported redundantly [INFO] [stdout] --> src/options/pane/builder/get_pane_option_tr.rs:2:26 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::options::*; [INFO] [stdout] | ----------------- the item `GetUserOption` is already imported here [INFO] [stdout] 2 | use crate::{GetOptionTr, GetUserOption, TmuxCommand}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `SetUserOption` is imported redundantly [INFO] [stdout] --> src/options/pane/builder/local/set_pane_option.rs:2:24 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::options::*; [INFO] [stdout] | ----------------- the item `SetUserOption` is already imported here [INFO] [stdout] 2 | use crate::{SetOption, SetUserOption, TmuxCommand}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `pane_options::*` [INFO] [stdout] --> src/options/pane/mod.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub use pane_options::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `GetOptionTr` is imported redundantly [INFO] [stdout] --> src/options/server/builder/local/get_server_option.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 21 | use crate::options::*; [INFO] [stdout] | ----------------- the item `GetOptionTr` is already imported here [INFO] [stdout] 22 | use crate::{GetOptionTr, ShowOptions, TmuxCommand}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `GetOptionTr` is imported redundantly [INFO] [stdout] --> src/options/server/builder/local/get_server_option_value.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 21 | use crate::options::*; [INFO] [stdout] | ----------------- the item `GetOptionTr` is already imported here [INFO] [stdout] 22 | use crate::{GetOptionTr, ShowOptions, TmuxCommand}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `SetOptionTr` is imported redundantly [INFO] [stdout] --> src/options/server/builder/local/set_server_option.rs:2:24 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::options::*; [INFO] [stdout] | ----------------- the item `SetOptionTr` is already imported here [INFO] [stdout] 2 | use crate::{SetOption, SetOptionTr, TmuxCommand}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `GetOptionTr` is imported redundantly [INFO] [stdout] --> src/options/server/builder/get_server_option_tr.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 21 | use crate::options::*; [INFO] [stdout] | ----------------- the item `GetOptionTr` is already imported here [INFO] [stdout] 22 | use crate::{GetOptionTr, TmuxCommand}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `SetOptionTr` is imported redundantly [INFO] [stdout] --> src/options/server/builder/set_server_option_tr.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::options::*; [INFO] [stdout] | ----------------- the item `SetOptionTr` is already imported here [INFO] [stdout] 2 | use crate::{SetOptionTr, SetUserOption, TmuxCommand, TmuxCommands}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `SetUserOption` is imported redundantly [INFO] [stdout] --> src/options/server/builder/set_server_option_tr.rs:2:26 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::options::*; [INFO] [stdout] | ----------------- the item `SetUserOption` is already imported here [INFO] [stdout] 2 | use crate::{SetOptionTr, SetUserOption, TmuxCommand, TmuxCommands}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `SetOptionTr` is imported redundantly [INFO] [stdout] --> src/options/session/builder/set_session_option_tr.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::options::SetOptionTr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 2 | use crate::options::*; [INFO] [stdout] | ----------------- the item `SetOptionTr` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Action` is imported redundantly [INFO] [stdout] --> src/options/session/builder/set_session_option_tr.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::options::*; [INFO] [stdout] | ----------------- the item `Action` is already imported here [INFO] [stdout] 3 | use crate::{Action, Activity, DetachOnDestroy, Status, TmuxCommand, TmuxCommands}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Activity` is imported redundantly [INFO] [stdout] --> src/options/session/builder/set_session_option_tr.rs:3:21 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::options::*; [INFO] [stdout] | ----------------- the item `Activity` is already imported here [INFO] [stdout] 3 | use crate::{Action, Activity, DetachOnDestroy, Status, TmuxCommand, TmuxCommands}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `DetachOnDestroy` is imported redundantly [INFO] [stdout] --> src/options/session/builder/set_session_option_tr.rs:3:31 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::options::*; [INFO] [stdout] | ----------------- the item `DetachOnDestroy` is already imported here [INFO] [stdout] 3 | use crate::{Action, Activity, DetachOnDestroy, Status, TmuxCommand, TmuxCommands}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Status` is imported redundantly [INFO] [stdout] --> src/options/session/builder/set_session_option_tr.rs:3:48 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::options::*; [INFO] [stdout] | ----------------- the item `Status` is already imported here [INFO] [stdout] 3 | use crate::{Action, Activity, DetachOnDestroy, Status, TmuxCommand, TmuxCommands}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Action` is imported redundantly [INFO] [stdout] --> src/options/session/session_options.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 1 | use super::*; [INFO] [stdout] | -------- the item `Action` is already imported here [INFO] [stdout] ... [INFO] [stdout] 5 | use crate::{Action, Activity, DetachOnDestroy, Error, Status, StatusJustify, StatusPosition}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Activity` is imported redundantly [INFO] [stdout] --> src/options/session/session_options.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 1 | use super::*; [INFO] [stdout] | -------- the item `Activity` is already imported here [INFO] [stdout] ... [INFO] [stdout] 5 | use crate::{Action, Activity, DetachOnDestroy, Error, Status, StatusJustify, StatusPosition}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `DetachOnDestroy` is imported redundantly [INFO] [stdout] --> src/options/session/session_options.rs:5:31 [INFO] [stdout] | [INFO] [stdout] 1 | use super::*; [INFO] [stdout] | -------- the item `DetachOnDestroy` is already imported here [INFO] [stdout] ... [INFO] [stdout] 5 | use crate::{Action, Activity, DetachOnDestroy, Error, Status, StatusJustify, StatusPosition}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Status` is imported redundantly [INFO] [stdout] --> src/options/session/session_options.rs:5:55 [INFO] [stdout] | [INFO] [stdout] 1 | use super::*; [INFO] [stdout] | -------- the item `Status` is already imported here [INFO] [stdout] ... [INFO] [stdout] 5 | use crate::{Action, Activity, DetachOnDestroy, Error, Status, StatusJustify, StatusPosition}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `StatusJustify` is imported redundantly [INFO] [stdout] --> src/options/session/session_options.rs:5:63 [INFO] [stdout] | [INFO] [stdout] 1 | use super::*; [INFO] [stdout] | -------- the item `StatusJustify` is already imported here [INFO] [stdout] ... [INFO] [stdout] 5 | use crate::{Action, Activity, DetachOnDestroy, Error, Status, StatusJustify, StatusPosition}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `StatusPosition` is imported redundantly [INFO] [stdout] --> src/options/session/session_options.rs:5:78 [INFO] [stdout] | [INFO] [stdout] 1 | use super::*; [INFO] [stdout] | -------- the item `StatusPosition` is already imported here [INFO] [stdout] ... [INFO] [stdout] 5 | use crate::{Action, Activity, DetachOnDestroy, Error, Status, StatusJustify, StatusPosition}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `WindowSize` is imported redundantly [INFO] [stdout] --> src/options/window/builder/set_window_option_tr.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::options::*; [INFO] [stdout] | ----------------- the item `WindowSize` is already imported here [INFO] [stdout] 2 | #[cfg(feature = "tmux_2_9")] [INFO] [stdout] 3 | use crate::WindowSize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `StatusKeys` is imported redundantly [INFO] [stdout] --> src/options/window/builder/set_window_option_tr.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::options::*; [INFO] [stdout] | ----------------- the item `StatusKeys` is already imported here [INFO] [stdout] ... [INFO] [stdout] 4 | use crate::{StatusKeys, TmuxCommand}; [INFO] [stdout] | ^^^^^^^^^^ [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:498:9 [INFO] [stdout] | [INFO] [stdout] 498 | pub use commands::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `common` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 502 | 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:498:9 [INFO] [stdout] | [INFO] [stdout] 498 | pub use commands::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `constants` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 502 | 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: unused import: `control_mode::*` [INFO] [stdout] --> src/lib.rs:499:9 [INFO] [stdout] | [INFO] [stdout] 499 | pub use control_mode::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:502:9 [INFO] [stdout] | [INFO] [stdout] 502 | pub use options::*; [INFO] [stdout] | ^^^^^^^^^^ the name `pane` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 506 | 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:502:9 [INFO] [stdout] | [INFO] [stdout] 502 | pub use options::*; [INFO] [stdout] | ^^^^^^^^^^ the name `session` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 506 | 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:502:9 [INFO] [stdout] | [INFO] [stdout] 502 | pub use options::*; [INFO] [stdout] | ^^^^^^^^^^ the name `window` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 506 | 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: the item `GetOptionTr` is imported redundantly [INFO] [stdout] --> src/options/pane/builder/get_pane_option_tr.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::options::*; [INFO] [stdout] | ----------------- the item `GetOptionTr` is already imported here [INFO] [stdout] 2 | use crate::{GetOptionTr, GetUserOption, TmuxCommand}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `GetUserOption` is imported redundantly [INFO] [stdout] --> src/options/pane/builder/get_pane_option_tr.rs:2:26 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::options::*; [INFO] [stdout] | ----------------- the item `GetUserOption` is already imported here [INFO] [stdout] 2 | use crate::{GetOptionTr, GetUserOption, TmuxCommand}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `SetUserOption` is imported redundantly [INFO] [stdout] --> src/options/pane/builder/local/set_pane_option.rs:2:24 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::options::*; [INFO] [stdout] | ----------------- the item `SetUserOption` is already imported here [INFO] [stdout] 2 | use crate::{SetOption, SetUserOption, TmuxCommand}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `pane_options::*` [INFO] [stdout] --> src/options/pane/mod.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub use pane_options::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `GetOptionTr` is imported redundantly [INFO] [stdout] --> src/options/server/builder/local/get_server_option.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 21 | use crate::options::*; [INFO] [stdout] | ----------------- the item `GetOptionTr` is already imported here [INFO] [stdout] 22 | use crate::{GetOptionTr, ShowOptions, TmuxCommand}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `GetOptionTr` is imported redundantly [INFO] [stdout] --> src/options/server/builder/local/get_server_option_value.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 21 | use crate::options::*; [INFO] [stdout] | ----------------- the item `GetOptionTr` is already imported here [INFO] [stdout] 22 | use crate::{GetOptionTr, ShowOptions, TmuxCommand}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `SetOptionTr` is imported redundantly [INFO] [stdout] --> src/options/server/builder/local/set_server_option.rs:2:24 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::options::*; [INFO] [stdout] | ----------------- the item `SetOptionTr` is already imported here [INFO] [stdout] 2 | use crate::{SetOption, SetOptionTr, TmuxCommand}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `GetOptionTr` is imported redundantly [INFO] [stdout] --> src/options/server/builder/get_server_option_tr.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 21 | use crate::options::*; [INFO] [stdout] | ----------------- the item `GetOptionTr` is already imported here [INFO] [stdout] 22 | use crate::{GetOptionTr, TmuxCommand}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `SetOptionTr` is imported redundantly [INFO] [stdout] --> src/options/server/builder/set_server_option_tr.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::options::*; [INFO] [stdout] | ----------------- the item `SetOptionTr` is already imported here [INFO] [stdout] 2 | use crate::{SetOptionTr, SetUserOption, TmuxCommand, TmuxCommands}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `SetUserOption` is imported redundantly [INFO] [stdout] --> src/options/server/builder/set_server_option_tr.rs:2:26 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::options::*; [INFO] [stdout] | ----------------- the item `SetUserOption` is already imported here [INFO] [stdout] 2 | use crate::{SetOptionTr, SetUserOption, TmuxCommand, TmuxCommands}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `SetOptionTr` is imported redundantly [INFO] [stdout] --> src/options/session/builder/set_session_option_tr.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::options::SetOptionTr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 2 | use crate::options::*; [INFO] [stdout] | ----------------- the item `SetOptionTr` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Action` is imported redundantly [INFO] [stdout] --> src/options/session/builder/set_session_option_tr.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::options::*; [INFO] [stdout] | ----------------- the item `Action` is already imported here [INFO] [stdout] 3 | use crate::{Action, Activity, DetachOnDestroy, Status, TmuxCommand, TmuxCommands}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Activity` is imported redundantly [INFO] [stdout] --> src/options/session/builder/set_session_option_tr.rs:3:21 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::options::*; [INFO] [stdout] | ----------------- the item `Activity` is already imported here [INFO] [stdout] 3 | use crate::{Action, Activity, DetachOnDestroy, Status, TmuxCommand, TmuxCommands}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `DetachOnDestroy` is imported redundantly [INFO] [stdout] --> src/options/session/builder/set_session_option_tr.rs:3:31 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::options::*; [INFO] [stdout] | ----------------- the item `DetachOnDestroy` is already imported here [INFO] [stdout] 3 | use crate::{Action, Activity, DetachOnDestroy, Status, TmuxCommand, TmuxCommands}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Status` is imported redundantly [INFO] [stdout] --> src/options/session/builder/set_session_option_tr.rs:3:48 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::options::*; [INFO] [stdout] | ----------------- the item `Status` is already imported here [INFO] [stdout] 3 | use crate::{Action, Activity, DetachOnDestroy, Status, TmuxCommand, TmuxCommands}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Action` is imported redundantly [INFO] [stdout] --> src/options/session/session_options.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 1 | use super::*; [INFO] [stdout] | -------- the item `Action` is already imported here [INFO] [stdout] ... [INFO] [stdout] 5 | use crate::{Action, Activity, DetachOnDestroy, Error, Status, StatusJustify, StatusPosition}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Activity` is imported redundantly [INFO] [stdout] --> src/options/session/session_options.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 1 | use super::*; [INFO] [stdout] | -------- the item `Activity` is already imported here [INFO] [stdout] ... [INFO] [stdout] 5 | use crate::{Action, Activity, DetachOnDestroy, Error, Status, StatusJustify, StatusPosition}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `DetachOnDestroy` is imported redundantly [INFO] [stdout] --> src/options/session/session_options.rs:5:31 [INFO] [stdout] | [INFO] [stdout] 1 | use super::*; [INFO] [stdout] | -------- the item `DetachOnDestroy` is already imported here [INFO] [stdout] ... [INFO] [stdout] 5 | use crate::{Action, Activity, DetachOnDestroy, Error, Status, StatusJustify, StatusPosition}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Status` is imported redundantly [INFO] [stdout] --> src/options/session/session_options.rs:5:55 [INFO] [stdout] | [INFO] [stdout] 1 | use super::*; [INFO] [stdout] | -------- the item `Status` is already imported here [INFO] [stdout] ... [INFO] [stdout] 5 | use crate::{Action, Activity, DetachOnDestroy, Error, Status, StatusJustify, StatusPosition}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `StatusJustify` is imported redundantly [INFO] [stdout] --> src/options/session/session_options.rs:5:63 [INFO] [stdout] | [INFO] [stdout] 1 | use super::*; [INFO] [stdout] | -------- the item `StatusJustify` is already imported here [INFO] [stdout] ... [INFO] [stdout] 5 | use crate::{Action, Activity, DetachOnDestroy, Error, Status, StatusJustify, StatusPosition}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `StatusPosition` is imported redundantly [INFO] [stdout] --> src/options/session/session_options.rs:5:78 [INFO] [stdout] | [INFO] [stdout] 1 | use super::*; [INFO] [stdout] | -------- the item `StatusPosition` is already imported here [INFO] [stdout] ... [INFO] [stdout] 5 | use crate::{Action, Activity, DetachOnDestroy, Error, Status, StatusJustify, StatusPosition}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `WindowSize` is imported redundantly [INFO] [stdout] --> src/options/window/builder/set_window_option_tr.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::options::*; [INFO] [stdout] | ----------------- the item `WindowSize` is already imported here [INFO] [stdout] 2 | #[cfg(feature = "tmux_2_9")] [INFO] [stdout] 3 | use crate::WindowSize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `StatusKeys` is imported redundantly [INFO] [stdout] --> src/options/window/builder/set_window_option_tr.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::options::*; [INFO] [stdout] | ----------------- the item `StatusKeys` is already imported here [INFO] [stdout] ... [INFO] [stdout] 4 | use crate::{StatusKeys, TmuxCommand}; [INFO] [stdout] | ^^^^^^^^^^ [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:498:9 [INFO] [stdout] | [INFO] [stdout] 498 | pub use commands::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `common` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 502 | 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:498:9 [INFO] [stdout] | [INFO] [stdout] 498 | pub use commands::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `constants` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 502 | 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:502:9 [INFO] [stdout] | [INFO] [stdout] 502 | pub use options::*; [INFO] [stdout] | ^^^^^^^^^^ the name `pane` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 506 | 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:502:9 [INFO] [stdout] | [INFO] [stdout] 502 | pub use options::*; [INFO] [stdout] | ^^^^^^^^^^ the name `session` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 506 | 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:502:9 [INFO] [stdout] | [INFO] [stdout] 502 | pub use options::*; [INFO] [stdout] | ^^^^^^^^^^ the name `window` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 506 | 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: 35 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.70s [INFO] running `Command { std: "docker" "inspect" "f127b618b3f10f43d5c8c87b4a25ddbbf700b4d3545845f60a62033f51729f6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f127b618b3f10f43d5c8c87b4a25ddbbf700b4d3545845f60a62033f51729f6e", kill_on_drop: false }` [INFO] [stdout] f127b618b3f10f43d5c8c87b4a25ddbbf700b4d3545845f60a62033f51729f6e [INFO] checking tmux_interface-0.3.1 against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-2 [INFO] extracting crate tmux_interface 0.3.1 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate tmux_interface 0.3.1 on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tmux_interface 0.3.1 [INFO] finished tweaking crates.io crate tmux_interface 0.3.1 [INFO] tweaked toml for crates.io crate tmux_interface 0.3.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0c09d1097ea318a34cc4e3ae32e44085e6e9135782494f2e863720e636317113 [INFO] running `Command { std: "docker" "start" "-a" "0c09d1097ea318a34cc4e3ae32e44085e6e9135782494f2e863720e636317113", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0c09d1097ea318a34cc4e3ae32e44085e6e9135782494f2e863720e636317113", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c09d1097ea318a34cc4e3ae32e44085e6e9135782494f2e863720e636317113", kill_on_drop: false }` [INFO] [stdout] 0c09d1097ea318a34cc4e3ae32e44085e6e9135782494f2e863720e636317113 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f21f8a20d6d5e5db6ffe1dd673898fb11f6a3951c07ee9c604398facb37d8d94 [INFO] running `Command { std: "docker" "start" "-a" "f21f8a20d6d5e5db6ffe1dd673898fb11f6a3951c07ee9c604398facb37d8d94", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "f21f8a20d6d5e5db6ffe1dd673898fb11f6a3951c07ee9c604398facb37d8d94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f21f8a20d6d5e5db6ffe1dd673898fb11f6a3951c07ee9c604398facb37d8d94", kill_on_drop: false }` [INFO] [stdout] f21f8a20d6d5e5db6ffe1dd673898fb11f6a3951c07ee9c604398facb37d8d94