[INFO] fetching crate tmux_interface 0.3.1... [INFO] checking tmux_interface-0.3.1 against master#35936c4839dd272646394779d151e060d0f6b3ac for pr-122960-1 [INFO] extracting crate tmux_interface 0.3.1 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate tmux_interface 0.3.1 on toolchain 35936c4839dd272646394779d151e060d0f6b3ac [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "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-1-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "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" "+35936c4839dd272646394779d151e060d0f6b3ac" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+35936c4839dd272646394779d151e060d0f6b3ac" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 208a2cd23e9d2b7212ee4f29dad717c5b25d7e290a2b6a9b1a11ef86c5c3d41c [INFO] running `Command { std: "docker" "start" "-a" "208a2cd23e9d2b7212ee4f29dad717c5b25d7e290a2b6a9b1a11ef86c5c3d41c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "208a2cd23e9d2b7212ee4f29dad717c5b25d7e290a2b6a9b1a11ef86c5c3d41c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "208a2cd23e9d2b7212ee4f29dad717c5b25d7e290a2b6a9b1a11ef86c5c3d41c", kill_on_drop: false }` [INFO] [stdout] 208a2cd23e9d2b7212ee4f29dad717c5b25d7e290a2b6a9b1a11ef86c5c3d41c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+35936c4839dd272646394779d151e060d0f6b3ac" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 434be70dabfd4134169e70e97478d224b58230ed7d130e418327691e888a7718 [INFO] running `Command { std: "docker" "start" "-a" "434be70dabfd4134169e70e97478d224b58230ed7d130e418327691e888a7718", 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 8.47s [INFO] running `Command { std: "docker" "inspect" "434be70dabfd4134169e70e97478d224b58230ed7d130e418327691e888a7718", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "434be70dabfd4134169e70e97478d224b58230ed7d130e418327691e888a7718", kill_on_drop: false }` [INFO] [stdout] 434be70dabfd4134169e70e97478d224b58230ed7d130e418327691e888a7718 [INFO] checking tmux_interface-0.3.1 against try#9ae1860851f3fbc1435a1698e572252c0076f413 for pr-122960-1 [INFO] extracting crate tmux_interface 0.3.1 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate tmux_interface 0.3.1 on toolchain 9ae1860851f3fbc1435a1698e572252c0076f413 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9ae1860851f3fbc1435a1698e572252c0076f413" "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-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9ae1860851f3fbc1435a1698e572252c0076f413" "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" "+9ae1860851f3fbc1435a1698e572252c0076f413" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+9ae1860851f3fbc1435a1698e572252c0076f413" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a4954eb8d25e5d3d477ccb142e984a0cdd7c09808b9dd145dfc4832265c184c8 [INFO] running `Command { std: "docker" "start" "-a" "a4954eb8d25e5d3d477ccb142e984a0cdd7c09808b9dd145dfc4832265c184c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a4954eb8d25e5d3d477ccb142e984a0cdd7c09808b9dd145dfc4832265c184c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4954eb8d25e5d3d477ccb142e984a0cdd7c09808b9dd145dfc4832265c184c8", kill_on_drop: false }` [INFO] [stdout] a4954eb8d25e5d3d477ccb142e984a0cdd7c09808b9dd145dfc4832265c184c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+9ae1860851f3fbc1435a1698e572252c0076f413" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6338a9560988a2757b9bc73eaca60dd3a0e678678eacafd3a79a719a82d967cf [INFO] running `Command { std: "docker" "start" "-a" "6338a9560988a2757b9bc73eaca60dd3a0e678678eacafd3a79a719a82d967cf", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "6338a9560988a2757b9bc73eaca60dd3a0e678678eacafd3a79a719a82d967cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6338a9560988a2757b9bc73eaca60dd3a0e678678eacafd3a79a719a82d967cf", kill_on_drop: false }` [INFO] [stdout] 6338a9560988a2757b9bc73eaca60dd3a0e678678eacafd3a79a719a82d967cf