Oct 15 08:50:38.346 INFO testing Matt8898/ssh-menu against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:50:38.346 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.658 INFO blam! 97b14d9099b0216ab6bc9545b02e3f789e334af01f13485f94aa6659274e9bca Oct 15 08:50:38.661 INFO running `"docker" "start" "-a" "97b14d9099b0216ab6bc9545b02e3f789e334af01f13485f94aa6659274e9bca"` Oct 15 08:50:39.440 INFO kablam! usermod: no changes Oct 15 08:50:39.603 INFO kablam! Compiling cursive v0.5.0 Oct 15 08:50:39.607 INFO kablam! Compiling owning_ref v0.2.4 Oct 15 08:50:39.608 INFO kablam! Compiling odds v0.2.25 Oct 15 08:50:39.609 INFO kablam! Compiling tini v0.2.0 Oct 15 08:50:39.609 INFO kablam! Compiling termion v1.3.0 Oct 15 08:50:39.609 INFO kablam! Compiling num-complex v0.1.36 Oct 15 08:50:39.609 INFO kablam! Compiling toml v0.3.2 Oct 15 08:50:39.609 INFO kablam! Compiling num-bigint v0.1.37 Oct 15 08:50:41.619 INFO kablam! Compiling chan v0.1.19 Oct 15 08:50:41.939 INFO kablam! Compiling clap v2.23.1 Oct 15 08:50:48.043 INFO kablam! Compiling num-rational v0.1.36 Oct 15 08:50:48.126 INFO kablam! Compiling chan-signal v0.2.0 Oct 15 08:50:49.314 INFO kablam! Compiling num v0.1.37 Oct 15 08:51:04.931 INFO kablam! Compiling ssh-menu v0.5.0 (/source) Oct 15 08:51:06.295 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 08:51:06.296 INFO kablam! --> src/main.rs:129:32 Oct 15 08:51:06.296 INFO kablam! | Oct 15 08:51:06.296 INFO kablam! 129 | server_select.add_item((format!("{} : {}", server.0, server.1)), server.1); Oct 15 08:51:06.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:06.297 INFO kablam! | Oct 15 08:51:06.297 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 08:51:06.298 INFO kablam! help: remove these parentheses Oct 15 08:51:06.298 INFO kablam! | Oct 15 08:51:06.298 INFO kablam! 129 | server_select.add_item(::fmt::format(::std::fmt::Arguments::new_v1_formatted(&["", " : "], Oct 15 08:51:06.298 INFO kablam! 130 | &match (&server.0, Oct 15 08:51:06.299 INFO kablam! 131 | &server.1) { Oct 15 08:51:06.299 INFO kablam! 132 | (arg0, arg1) => Oct 15 08:51:06.299 INFO kablam! 133 | [::std::fmt::ArgumentV1::new(arg0, Oct 15 08:51:06.300 INFO kablam! 134 | ::std::fmt::Display::fmt), Oct 15 08:51:06.300 INFO kablam! ... Oct 15 08:51:06.300 INFO kablam! Oct 15 08:51:06.351 INFO kablam! warning: unused variable: `sshwindow` Oct 15 08:51:06.351 INFO kablam! --> src/main.rs:49:9 Oct 15 08:51:06.351 INFO kablam! | Oct 15 08:51:06.351 INFO kablam! 49 | let sshwindow = Command::new("/bin/tmux") Oct 15 08:51:06.351 INFO kablam! | ^^^^^^^^^ help: consider using `_sshwindow` instead Oct 15 08:51:06.351 INFO kablam! | Oct 15 08:51:06.351 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:51:06.351 INFO kablam! Oct 15 08:51:06.351 INFO kablam! warning: unused variable: `siv` Oct 15 08:51:06.351 INFO kablam! --> src/main.rs:48:16 Oct 15 08:51:06.351 INFO kablam! | Oct 15 08:51:06.351 INFO kablam! 48 | fn open_window(siv: &mut Cursive, ip: &str) { Oct 15 08:51:06.351 INFO kablam! | ^^^ help: consider using `_siv` instead Oct 15 08:51:06.351 INFO kablam! Oct 15 08:51:06.359 INFO kablam! warning: type `config` should have a camel case name such as `Config` Oct 15 08:51:06.359 INFO kablam! --> src/main.rs:16:1 Oct 15 08:51:06.359 INFO kablam! | Oct 15 08:51:06.359 INFO kablam! 16 | / struct config { Oct 15 08:51:06.359 INFO kablam! 17 | | servers: Vec<(String, String)>, Oct 15 08:51:06.359 INFO kablam! 18 | | theme: String, Oct 15 08:51:06.359 INFO kablam! 19 | | } Oct 15 08:51:06.359 INFO kablam! | |_^ Oct 15 08:51:06.359 INFO kablam! | Oct 15 08:51:06.359 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 08:51:06.359 INFO kablam! Oct 15 08:51:09.127 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.65s Oct 15 08:51:09.127 INFO kablam! su: No module specific data is present Oct 15 08:51:09.837 INFO running `"docker" "rm" "-f" "97b14d9099b0216ab6bc9545b02e3f789e334af01f13485f94aa6659274e9bca"` Oct 15 08:51:10.227 INFO blam! 97b14d9099b0216ab6bc9545b02e3f789e334af01f13485f94aa6659274e9bca Oct 15 08:51:10.235 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.667 INFO blam! 393fae883b8ec211163310f21b4b1a74b8329e60483f75314aa39185a2e81fb2 Oct 15 08:51:10.679 INFO running `"docker" "start" "-a" "393fae883b8ec211163310f21b4b1a74b8329e60483f75314aa39185a2e81fb2"` Oct 15 08:51:11.883 INFO kablam! usermod: no changes Oct 15 08:51:11.995 INFO kablam! Compiling ssh-menu v0.5.0 (/source) Oct 15 08:51:13.619 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 08:51:13.619 INFO kablam! --> src/main.rs:129:32 Oct 15 08:51:13.619 INFO kablam! | Oct 15 08:51:13.619 INFO kablam! 129 | server_select.add_item((format!("{} : {}", server.0, server.1)), server.1); Oct 15 08:51:13.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:13.619 INFO kablam! | Oct 15 08:51:13.619 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 08:51:13.619 INFO kablam! help: remove these parentheses Oct 15 08:51:13.619 INFO kablam! | Oct 15 08:51:13.619 INFO kablam! 129 | server_select.add_item(::fmt::format(::std::fmt::Arguments::new_v1_formatted(&["", " : "], Oct 15 08:51:13.619 INFO kablam! 130 | &match (&server.0, Oct 15 08:51:13.619 INFO kablam! 131 | &server.1) { Oct 15 08:51:13.619 INFO kablam! 132 | (arg0, arg1) => Oct 15 08:51:13.619 INFO kablam! 133 | [::std::fmt::ArgumentV1::new(arg0, Oct 15 08:51:13.619 INFO kablam! 134 | ::std::fmt::Display::fmt), Oct 15 08:51:13.619 INFO kablam! ... Oct 15 08:51:13.619 INFO kablam! Oct 15 08:51:13.683 INFO kablam! warning: unused variable: `sshwindow` Oct 15 08:51:13.683 INFO kablam! --> src/main.rs:49:9 Oct 15 08:51:13.683 INFO kablam! | Oct 15 08:51:13.683 INFO kablam! 49 | let sshwindow = Command::new("/bin/tmux") Oct 15 08:51:13.683 INFO kablam! | ^^^^^^^^^ help: consider using `_sshwindow` instead Oct 15 08:51:13.683 INFO kablam! | Oct 15 08:51:13.683 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:51:13.683 INFO kablam! Oct 15 08:51:13.683 INFO kablam! warning: unused variable: `siv` Oct 15 08:51:13.683 INFO kablam! --> src/main.rs:48:16 Oct 15 08:51:13.683 INFO kablam! | Oct 15 08:51:13.683 INFO kablam! 48 | fn open_window(siv: &mut Cursive, ip: &str) { Oct 15 08:51:13.683 INFO kablam! | ^^^ help: consider using `_siv` instead Oct 15 08:51:13.683 INFO kablam! Oct 15 08:51:13.694 INFO kablam! warning: type `config` should have a camel case name such as `Config` Oct 15 08:51:13.694 INFO kablam! --> src/main.rs:16:1 Oct 15 08:51:13.694 INFO kablam! | Oct 15 08:51:13.694 INFO kablam! 16 | / struct config { Oct 15 08:51:13.694 INFO kablam! 17 | | servers: Vec<(String, String)>, Oct 15 08:51:13.694 INFO kablam! 18 | | theme: String, Oct 15 08:51:13.694 INFO kablam! 19 | | } Oct 15 08:51:13.694 INFO kablam! | |_^ Oct 15 08:51:13.694 INFO kablam! | Oct 15 08:51:13.694 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 08:51:13.694 INFO kablam! Oct 15 08:51:14.236 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.33s Oct 15 08:51:14.243 INFO kablam! su: No module specific data is present Oct 15 08:51:15.055 INFO running `"docker" "rm" "-f" "393fae883b8ec211163310f21b4b1a74b8329e60483f75314aa39185a2e81fb2"` Oct 15 08:51:15.284 INFO blam! 393fae883b8ec211163310f21b4b1a74b8329e60483f75314aa39185a2e81fb2 Oct 15 08:51:15.301 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.711 INFO blam! c9b6dd8105a779b06f1fb1fed17a81d45b6c860207a847d87d4e2709e1e3d143 Oct 15 08:51:15.715 INFO running `"docker" "start" "-a" "c9b6dd8105a779b06f1fb1fed17a81d45b6c860207a847d87d4e2709e1e3d143"` Oct 15 08:51:16.896 INFO kablam! usermod: no changes Oct 15 08:51:16.980 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 08:51:16.993 INFO kablam! Running /target/debug/deps/ssh_menu-bab23c0b7d192172 Oct 15 08:51:16.995 INFO blam! Oct 15 08:51:16.995 INFO blam! running 0 tests Oct 15 08:51:16.995 INFO blam! Oct 15 08:51:16.995 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:51:16.995 INFO blam! Oct 15 08:51:16.997 INFO kablam! su: No module specific data is present Oct 15 08:51:17.937 INFO running `"docker" "rm" "-f" "c9b6dd8105a779b06f1fb1fed17a81d45b6c860207a847d87d4e2709e1e3d143"` Oct 15 08:51:18.311 INFO blam! c9b6dd8105a779b06f1fb1fed17a81d45b6c860207a847d87d4e2709e1e3d143