Oct 15 08:50:37.977 INFO testing Matt8898/ssh-menu against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 08:50:37.977 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 08:50:38.338 INFO blam! 7d27a4baa043ab5ca4c30690243048cf4ab60f59be264cfbd182e8fda8cc1ea1 Oct 15 08:50:38.344 INFO running `"docker" "start" "-a" "7d27a4baa043ab5ca4c30690243048cf4ab60f59be264cfbd182e8fda8cc1ea1"` Oct 15 08:50:39.192 INFO kablam! usermod: no changes Oct 15 08:50:39.302 INFO kablam! Compiling serde v0.9.12 Oct 15 08:50:39.302 INFO kablam! Compiling cursive v0.5.0 Oct 15 08:50:39.302 INFO kablam! Compiling owning_ref v0.2.4 Oct 15 08:50:39.305 INFO kablam! Compiling odds v0.2.25 Oct 15 08:50:39.307 INFO kablam! Compiling num-complex v0.1.36 Oct 15 08:50:39.319 INFO kablam! Compiling chan v0.1.19 Oct 15 08:50:39.320 INFO kablam! Compiling num-bigint v0.1.37 Oct 15 08:50:45.259 INFO kablam! Compiling num-rational v0.1.36 Oct 15 08:50:45.329 INFO kablam! Compiling chan-signal v0.2.0 Oct 15 08:50:47.871 INFO kablam! Compiling num v0.1.37 Oct 15 08:50:54.845 INFO kablam! Compiling toml v0.3.2 Oct 15 08:51:04.827 INFO kablam! Compiling ssh-menu v0.5.0 (/source) Oct 15 08:51:06.274 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 08:51:06.274 INFO kablam! --> src/main.rs:129:32 Oct 15 08:51:06.274 INFO kablam! | Oct 15 08:51:06.274 INFO kablam! 129 | server_select.add_item((format!("{} : {}", server.0, server.1)), server.1); Oct 15 08:51:06.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:06.274 INFO kablam! | Oct 15 08:51:06.274 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 08:51:06.274 INFO kablam! help: remove these parentheses Oct 15 08:51:06.274 INFO kablam! | Oct 15 08:51:06.274 INFO kablam! 129 | server_select.add_item(::fmt::format(::std::fmt::Arguments::new_v1_formatted(&["", " : "], Oct 15 08:51:06.274 INFO kablam! 130 | &match (&server.0, Oct 15 08:51:06.274 INFO kablam! 131 | &server.1) { Oct 15 08:51:06.274 INFO kablam! 132 | (arg0, arg1) => Oct 15 08:51:06.274 INFO kablam! 133 | [::std::fmt::ArgumentV1::new(arg0, Oct 15 08:51:06.274 INFO kablam! 134 | ::std::fmt::Display::fmt), Oct 15 08:51:06.275 INFO kablam! ... Oct 15 08:51:06.275 INFO kablam! Oct 15 08:51:06.375 INFO kablam! warning: unused variable: `sshwindow` Oct 15 08:51:06.375 INFO kablam! --> src/main.rs:49:9 Oct 15 08:51:06.375 INFO kablam! | Oct 15 08:51:06.375 INFO kablam! 49 | let sshwindow = Command::new("/bin/tmux") Oct 15 08:51:06.375 INFO kablam! | ^^^^^^^^^ help: consider using `_sshwindow` instead Oct 15 08:51:06.375 INFO kablam! | Oct 15 08:51:06.375 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:51:06.375 INFO kablam! Oct 15 08:51:06.375 INFO kablam! warning: unused variable: `siv` Oct 15 08:51:06.375 INFO kablam! --> src/main.rs:48:16 Oct 15 08:51:06.375 INFO kablam! | Oct 15 08:51:06.375 INFO kablam! 48 | fn open_window(siv: &mut Cursive, ip: &str) { Oct 15 08:51:06.375 INFO kablam! | ^^^ help: consider using `_siv` instead Oct 15 08:51:06.375 INFO kablam! Oct 15 08:51:06.387 INFO kablam! warning: type `config` should have a camel case name such as `Config` Oct 15 08:51:06.387 INFO kablam! --> src/main.rs:16:1 Oct 15 08:51:06.387 INFO kablam! | Oct 15 08:51:06.387 INFO kablam! 16 | / struct config { Oct 15 08:51:06.387 INFO kablam! 17 | | servers: Vec<(String, String)>, Oct 15 08:51:06.387 INFO kablam! 18 | | theme: String, Oct 15 08:51:06.387 INFO kablam! 19 | | } Oct 15 08:51:06.387 INFO kablam! | |_^ Oct 15 08:51:06.387 INFO kablam! | Oct 15 08:51:06.387 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 08:51:06.387 INFO kablam! Oct 15 08:51:09.475 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.24s Oct 15 08:51:09.479 INFO kablam! su: No module specific data is present Oct 15 08:51:10.084 INFO running `"docker" "rm" "-f" "7d27a4baa043ab5ca4c30690243048cf4ab60f59be264cfbd182e8fda8cc1ea1"` Oct 15 08:51:10.323 INFO blam! 7d27a4baa043ab5ca4c30690243048cf4ab60f59be264cfbd182e8fda8cc1ea1 Oct 15 08:51:10.325 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 08:51:10.743 INFO blam! 04f623474d1abf4a26631967ba42759a2838d30b42b15e1587d1c9354e2a5cae Oct 15 08:51:10.759 INFO running `"docker" "start" "-a" "04f623474d1abf4a26631967ba42759a2838d30b42b15e1587d1c9354e2a5cae"` Oct 15 08:51:11.927 INFO kablam! usermod: no changes Oct 15 08:51:12.079 INFO kablam! Compiling ssh-menu v0.5.0 (/source) Oct 15 08:51:13.632 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 08:51:13.632 INFO kablam! --> src/main.rs:129:32 Oct 15 08:51:13.632 INFO kablam! | Oct 15 08:51:13.632 INFO kablam! 129 | server_select.add_item((format!("{} : {}", server.0, server.1)), server.1); Oct 15 08:51:13.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:13.632 INFO kablam! | Oct 15 08:51:13.632 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 08:51:13.632 INFO kablam! help: remove these parentheses Oct 15 08:51:13.632 INFO kablam! | Oct 15 08:51:13.632 INFO kablam! 129 | server_select.add_item(::fmt::format(::std::fmt::Arguments::new_v1_formatted(&["", " : "], Oct 15 08:51:13.632 INFO kablam! 130 | &match (&server.0, Oct 15 08:51:13.632 INFO kablam! 131 | &server.1) { Oct 15 08:51:13.632 INFO kablam! 132 | (arg0, arg1) => Oct 15 08:51:13.632 INFO kablam! 133 | [::std::fmt::ArgumentV1::new(arg0, Oct 15 08:51:13.632 INFO kablam! 134 | ::std::fmt::Display::fmt), Oct 15 08:51:13.632 INFO kablam! ... Oct 15 08:51:13.632 INFO kablam! Oct 15 08:51:13.708 INFO kablam! warning: unused variable: `sshwindow` Oct 15 08:51:13.708 INFO kablam! --> src/main.rs:49:9 Oct 15 08:51:13.708 INFO kablam! | Oct 15 08:51:13.708 INFO kablam! 49 | let sshwindow = Command::new("/bin/tmux") Oct 15 08:51:13.708 INFO kablam! | ^^^^^^^^^ help: consider using `_sshwindow` instead Oct 15 08:51:13.708 INFO kablam! | Oct 15 08:51:13.708 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:51:13.708 INFO kablam! Oct 15 08:51:13.708 INFO kablam! warning: unused variable: `siv` Oct 15 08:51:13.708 INFO kablam! --> src/main.rs:48:16 Oct 15 08:51:13.708 INFO kablam! | Oct 15 08:51:13.708 INFO kablam! 48 | fn open_window(siv: &mut Cursive, ip: &str) { Oct 15 08:51:13.708 INFO kablam! | ^^^ help: consider using `_siv` instead Oct 15 08:51:13.708 INFO kablam! Oct 15 08:51:13.723 INFO kablam! warning: type `config` should have a camel case name such as `Config` Oct 15 08:51:13.723 INFO kablam! --> src/main.rs:16:1 Oct 15 08:51:13.723 INFO kablam! | Oct 15 08:51:13.723 INFO kablam! 16 | / struct config { Oct 15 08:51:13.723 INFO kablam! 17 | | servers: Vec<(String, String)>, Oct 15 08:51:13.723 INFO kablam! 18 | | theme: String, Oct 15 08:51:13.723 INFO kablam! 19 | | } Oct 15 08:51:13.723 INFO kablam! | |_^ Oct 15 08:51:13.723 INFO kablam! | Oct 15 08:51:13.723 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 08:51:13.723 INFO kablam! Oct 15 08:51:14.344 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.38s Oct 15 08:51:14.355 INFO kablam! su: No module specific data is present Oct 15 08:51:14.990 INFO running `"docker" "rm" "-f" "04f623474d1abf4a26631967ba42759a2838d30b42b15e1587d1c9354e2a5cae"` Oct 15 08:51:15.212 INFO blam! 04f623474d1abf4a26631967ba42759a2838d30b42b15e1587d1c9354e2a5cae Oct 15 08:51:15.217 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 08:51:15.595 INFO blam! b8dd89e4460ed5047d249097c0b62f493e82a9f112deecc89def34811ac374c9 Oct 15 08:51:15.597 INFO running `"docker" "start" "-a" "b8dd89e4460ed5047d249097c0b62f493e82a9f112deecc89def34811ac374c9"` Oct 15 08:51:16.986 INFO kablam! usermod: no changes Oct 15 08:51:17.119 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 08:51:17.130 INFO kablam! Running /target/debug/deps/ssh_menu-d003ebf03eda9a23 Oct 15 08:51:17.131 INFO blam! Oct 15 08:51:17.131 INFO kablam! su: No module specific data is present Oct 15 08:51:17.131 INFO blam! running 0 tests Oct 15 08:51:17.131 INFO blam! Oct 15 08:51:17.131 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:51:17.131 INFO blam! Oct 15 08:51:17.887 INFO running `"docker" "rm" "-f" "b8dd89e4460ed5047d249097c0b62f493e82a9f112deecc89def34811ac374c9"` Oct 15 08:51:18.234 INFO blam! b8dd89e4460ed5047d249097c0b62f493e82a9f112deecc89def34811ac374c9