Oct 27 10:44:23.180 INFO checking Matt8898/ssh-menu against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 10:44:23.180 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 10:44:23.801 INFO blam! 04bcdcc012cbdf52d79c0d971a844d1cfde2f65fcabc3e16f3ae3ee52ab2789e Oct 27 10:44:23.804 INFO running `"docker" "start" "-a" "04bcdcc012cbdf52d79c0d971a844d1cfde2f65fcabc3e16f3ae3ee52ab2789e"` Oct 27 10:44:24.659 INFO kablam! usermod: no changes Oct 27 10:44:24.723 INFO kablam! Compiling cursive v0.5.0 Oct 27 10:44:24.723 INFO kablam! Checking odds v0.2.25 Oct 27 10:44:24.731 INFO kablam! Checking tini v0.2.0 Oct 27 10:44:24.731 INFO kablam! Checking termion v1.3.0 Oct 27 10:44:24.735 INFO kablam! Checking toml v0.3.2 Oct 27 10:44:24.735 INFO kablam! Checking clap v2.23.1 Oct 27 10:44:24.735 INFO kablam! Checking num-bigint v0.1.37 Oct 27 10:44:24.735 INFO kablam! Checking chan-signal v0.2.0 Oct 27 10:44:28.747 INFO kablam! Checking num-rational v0.1.36 Oct 27 10:44:29.935 INFO kablam! Checking num v0.1.37 Oct 27 10:44:33.785 INFO kablam! Checking ssh-menu v0.5.0 (/source) Oct 27 10:44:35.950 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 10:44:35.950 INFO kablam! --> src/main.rs:129:32 Oct 27 10:44:35.950 INFO kablam! | Oct 27 10:44:35.950 INFO kablam! 129 | server_select.add_item((format!("{} : {}", server.0, server.1)), server.1); Oct 27 10:44:35.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:44:35.950 INFO kablam! | Oct 27 10:44:35.950 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 10:44:35.950 INFO kablam! help: remove these parentheses Oct 27 10:44:35.951 INFO kablam! | Oct 27 10:44:35.951 INFO kablam! 129 | server_select.add_item(::fmt::format(::std::fmt::Arguments::new_v1_formatted(&["", " : "], Oct 27 10:44:35.951 INFO kablam! 130 | &match (&server.0, Oct 27 10:44:35.951 INFO kablam! 131 | &server.1) { Oct 27 10:44:35.951 INFO kablam! 132 | (arg0, arg1) => Oct 27 10:44:35.951 INFO kablam! 133 | [::std::fmt::ArgumentV1::new(arg0, Oct 27 10:44:35.951 INFO kablam! 134 | ::std::fmt::Display::fmt), Oct 27 10:44:35.951 INFO kablam! ... Oct 27 10:44:35.951 INFO kablam! Oct 27 10:44:36.027 INFO kablam! warning: unused variable: `sshwindow` Oct 27 10:44:36.027 INFO kablam! --> src/main.rs:49:9 Oct 27 10:44:36.027 INFO kablam! | Oct 27 10:44:36.027 INFO kablam! 49 | let sshwindow = Command::new("/bin/tmux") Oct 27 10:44:36.027 INFO kablam! | ^^^^^^^^^ help: consider using `_sshwindow` instead Oct 27 10:44:36.027 INFO kablam! | Oct 27 10:44:36.027 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:44:36.027 INFO kablam! Oct 27 10:44:36.027 INFO kablam! warning: unused variable: `siv` Oct 27 10:44:36.027 INFO kablam! --> src/main.rs:48:16 Oct 27 10:44:36.027 INFO kablam! | Oct 27 10:44:36.027 INFO kablam! 48 | fn open_window(siv: &mut Cursive, ip: &str) { Oct 27 10:44:36.027 INFO kablam! | ^^^ help: consider using `_siv` instead Oct 27 10:44:36.027 INFO kablam! Oct 27 10:44:36.039 INFO kablam! warning: type `config` should have a camel case name such as `Config` Oct 27 10:44:36.039 INFO kablam! --> src/main.rs:16:1 Oct 27 10:44:36.039 INFO kablam! | Oct 27 10:44:36.039 INFO kablam! 16 | / struct config { Oct 27 10:44:36.039 INFO kablam! 17 | | servers: Vec<(String, String)>, Oct 27 10:44:36.039 INFO kablam! 18 | | theme: String, Oct 27 10:44:36.039 INFO kablam! 19 | | } Oct 27 10:44:36.039 INFO kablam! | |_^ Oct 27 10:44:36.039 INFO kablam! | Oct 27 10:44:36.039 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 27 10:44:36.039 INFO kablam! Oct 27 10:44:36.335 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 10:44:36.335 INFO kablam! --> src/main.rs:129:32 Oct 27 10:44:36.335 INFO kablam! | Oct 27 10:44:36.335 INFO kablam! 129 | server_select.add_item((format!("{} : {}", server.0, server.1)), server.1); Oct 27 10:44:36.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:44:36.335 INFO kablam! | Oct 27 10:44:36.335 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 10:44:36.335 INFO kablam! help: remove these parentheses Oct 27 10:44:36.335 INFO kablam! | Oct 27 10:44:36.335 INFO kablam! 129 | server_select.add_item(::fmt::format(::std::fmt::Arguments::new_v1_formatted(&["", " : "], Oct 27 10:44:36.335 INFO kablam! 130 | &match (&server.0, Oct 27 10:44:36.335 INFO kablam! 131 | &server.1) { Oct 27 10:44:36.335 INFO kablam! 132 | (arg0, arg1) => Oct 27 10:44:36.335 INFO kablam! 133 | [::std::fmt::ArgumentV1::new(arg0, Oct 27 10:44:36.335 INFO kablam! 134 | ::std::fmt::Display::fmt), Oct 27 10:44:36.335 INFO kablam! ... Oct 27 10:44:36.335 INFO kablam! Oct 27 10:44:36.411 INFO kablam! warning: unused variable: `sshwindow` Oct 27 10:44:36.411 INFO kablam! --> src/main.rs:49:9 Oct 27 10:44:36.411 INFO kablam! | Oct 27 10:44:36.411 INFO kablam! 49 | let sshwindow = Command::new("/bin/tmux") Oct 27 10:44:36.411 INFO kablam! | ^^^^^^^^^ help: consider using `_sshwindow` instead Oct 27 10:44:36.411 INFO kablam! | Oct 27 10:44:36.411 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:44:36.411 INFO kablam! Oct 27 10:44:36.411 INFO kablam! warning: unused variable: `siv` Oct 27 10:44:36.411 INFO kablam! --> src/main.rs:48:16 Oct 27 10:44:36.411 INFO kablam! | Oct 27 10:44:36.411 INFO kablam! 48 | fn open_window(siv: &mut Cursive, ip: &str) { Oct 27 10:44:36.411 INFO kablam! | ^^^ help: consider using `_siv` instead Oct 27 10:44:36.411 INFO kablam! Oct 27 10:44:36.423 INFO kablam! warning: type `config` should have a camel case name such as `Config` Oct 27 10:44:36.423 INFO kablam! --> src/main.rs:16:1 Oct 27 10:44:36.423 INFO kablam! | Oct 27 10:44:36.423 INFO kablam! 16 | / struct config { Oct 27 10:44:36.423 INFO kablam! 17 | | servers: Vec<(String, String)>, Oct 27 10:44:36.423 INFO kablam! 18 | | theme: String, Oct 27 10:44:36.423 INFO kablam! 19 | | } Oct 27 10:44:36.423 INFO kablam! | |_^ Oct 27 10:44:36.423 INFO kablam! | Oct 27 10:44:36.423 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 27 10:44:36.423 INFO kablam! Oct 27 10:44:36.443 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.81s Oct 27 10:44:36.459 INFO kablam! su: No module specific data is present Oct 27 10:44:37.249 INFO running `"docker" "rm" "-f" "04bcdcc012cbdf52d79c0d971a844d1cfde2f65fcabc3e16f3ae3ee52ab2789e"` Oct 27 10:44:37.525 INFO blam! 04bcdcc012cbdf52d79c0d971a844d1cfde2f65fcabc3e16f3ae3ee52ab2789e