Oct 11 05:36:32.490 INFO testing Matt8898/ssh-menu against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:36:32.490 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:36:32.490 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:36:32.889 INFO blam! 7291317cb3cfc21fe9fff03e1b1c7ab0b9bb05d3ea962c685fff8ea15db3894c Oct 11 05:36:32.896 INFO running `"docker" "start" "-a" "7291317cb3cfc21fe9fff03e1b1c7ab0b9bb05d3ea962c685fff8ea15db3894c"` Oct 11 05:36:33.831 INFO kablam! usermod: no changes Oct 11 05:36:33.944 INFO kablam! Compiling cursive v0.5.0 Oct 11 05:36:33.944 INFO kablam! Compiling termion v1.3.0 Oct 11 05:36:33.944 INFO kablam! Compiling num-complex v0.1.36 Oct 11 05:36:33.945 INFO kablam! Compiling toml v0.3.2 Oct 11 05:36:33.952 INFO kablam! Compiling clap v2.23.1 Oct 11 05:36:33.952 INFO kablam! Compiling num-bigint v0.1.37 Oct 11 05:36:33.952 INFO kablam! Compiling chan-signal v0.2.0 Oct 11 05:36:38.793 INFO kablam! Compiling num-rational v0.1.36 Oct 11 05:36:40.588 INFO kablam! Compiling num v0.1.37 Oct 11 05:36:56.085 INFO kablam! Compiling ssh-menu v0.5.0 (/source) Oct 11 05:36:58.783 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 05:36:58.785 INFO kablam! --> src/main.rs:129:32 Oct 11 05:36:58.785 INFO kablam! | Oct 11 05:36:58.785 INFO kablam! 129 | server_select.add_item((format!("{} : {}", server.0, server.1)), server.1); Oct 11 05:36:58.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:36:58.786 INFO kablam! | Oct 11 05:36:58.786 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 05:36:58.786 INFO kablam! help: remove these parentheses Oct 11 05:36:58.786 INFO kablam! | Oct 11 05:36:58.787 INFO kablam! 129 | server_select.add_item(::fmt::format(::std::fmt::Arguments::new_v1_formatted(&["", " : "], Oct 11 05:36:58.787 INFO kablam! 130 | &match (&server.0, Oct 11 05:36:58.787 INFO kablam! 131 | &server.1) { Oct 11 05:36:58.787 INFO kablam! 132 | (arg0, arg1) => Oct 11 05:36:58.788 INFO kablam! 133 | [::std::fmt::ArgumentV1::new(arg0, Oct 11 05:36:58.788 INFO kablam! 134 | ::std::fmt::Display::fmt), Oct 11 05:36:58.788 INFO kablam! ... Oct 11 05:36:58.788 INFO kablam! Oct 11 05:36:58.846 INFO kablam! warning: unused variable: `sshwindow` Oct 11 05:36:58.846 INFO kablam! --> src/main.rs:49:9 Oct 11 05:36:58.846 INFO kablam! | Oct 11 05:36:58.847 INFO kablam! 49 | let sshwindow = Command::new("/bin/tmux") Oct 11 05:36:58.847 INFO kablam! | ^^^^^^^^^ help: consider using `_sshwindow` instead Oct 11 05:36:58.848 INFO kablam! | Oct 11 05:36:58.848 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:36:58.848 INFO kablam! Oct 11 05:36:58.848 INFO kablam! warning: unused variable: `siv` Oct 11 05:36:58.849 INFO kablam! --> src/main.rs:48:16 Oct 11 05:36:58.849 INFO kablam! | Oct 11 05:36:58.849 INFO kablam! 48 | fn open_window(siv: &mut Cursive, ip: &str) { Oct 11 05:36:58.850 INFO kablam! | ^^^ help: consider using `_siv` instead Oct 11 05:36:58.850 INFO kablam! Oct 11 05:36:58.859 INFO kablam! warning: type `config` should have a camel case name such as `Config` Oct 11 05:36:58.860 INFO kablam! --> src/main.rs:16:1 Oct 11 05:36:58.860 INFO kablam! | Oct 11 05:36:58.861 INFO kablam! 16 | / struct config { Oct 11 05:36:58.861 INFO kablam! 17 | | servers: Vec<(String, String)>, Oct 11 05:36:58.861 INFO kablam! 18 | | theme: String, Oct 11 05:36:58.862 INFO kablam! 19 | | } Oct 11 05:36:58.862 INFO kablam! | |_^ Oct 11 05:36:58.863 INFO kablam! | Oct 11 05:36:58.863 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 05:36:58.863 INFO kablam! Oct 11 05:37:01.659 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.80s Oct 11 05:37:01.668 INFO kablam! su: No module specific data is present Oct 11 05:37:02.192 INFO running `"docker" "rm" "-f" "7291317cb3cfc21fe9fff03e1b1c7ab0b9bb05d3ea962c685fff8ea15db3894c"` Oct 11 05:37:02.534 INFO blam! 7291317cb3cfc21fe9fff03e1b1c7ab0b9bb05d3ea962c685fff8ea15db3894c Oct 11 05:37:02.544 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:37:02.544 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:37:02.958 INFO blam! 9dbcb65930accf05776a7f1788a0e8102213197d1ec7135c2db92471c106d474 Oct 11 05:37:02.958 INFO running `"docker" "start" "-a" "9dbcb65930accf05776a7f1788a0e8102213197d1ec7135c2db92471c106d474"` Oct 11 05:37:03.788 INFO kablam! usermod: no changes Oct 11 05:37:03.855 INFO kablam! Compiling ssh-menu v0.5.0 (/source) Oct 11 05:37:06.640 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 05:37:06.640 INFO kablam! --> src/main.rs:129:32 Oct 11 05:37:06.640 INFO kablam! | Oct 11 05:37:06.640 INFO kablam! 129 | server_select.add_item((format!("{} : {}", server.0, server.1)), server.1); Oct 11 05:37:06.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:37:06.640 INFO kablam! | Oct 11 05:37:06.640 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 05:37:06.640 INFO kablam! help: remove these parentheses Oct 11 05:37:06.640 INFO kablam! | Oct 11 05:37:06.640 INFO kablam! 129 | server_select.add_item(::fmt::format(::std::fmt::Arguments::new_v1_formatted(&["", " : "], Oct 11 05:37:06.640 INFO kablam! 130 | &match (&server.0, Oct 11 05:37:06.640 INFO kablam! 131 | &server.1) { Oct 11 05:37:06.640 INFO kablam! 132 | (arg0, arg1) => Oct 11 05:37:06.640 INFO kablam! 133 | [::std::fmt::ArgumentV1::new(arg0, Oct 11 05:37:06.640 INFO kablam! 134 | ::std::fmt::Display::fmt), Oct 11 05:37:06.640 INFO kablam! ... Oct 11 05:37:06.640 INFO kablam! Oct 11 05:37:06.716 INFO kablam! warning: unused variable: `sshwindow` Oct 11 05:37:06.716 INFO kablam! --> src/main.rs:49:9 Oct 11 05:37:06.716 INFO kablam! | Oct 11 05:37:06.716 INFO kablam! 49 | let sshwindow = Command::new("/bin/tmux") Oct 11 05:37:06.716 INFO kablam! | ^^^^^^^^^ help: consider using `_sshwindow` instead Oct 11 05:37:06.716 INFO kablam! | Oct 11 05:37:06.716 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:37:06.716 INFO kablam! Oct 11 05:37:06.716 INFO kablam! warning: unused variable: `siv` Oct 11 05:37:06.716 INFO kablam! --> src/main.rs:48:16 Oct 11 05:37:06.716 INFO kablam! | Oct 11 05:37:06.716 INFO kablam! 48 | fn open_window(siv: &mut Cursive, ip: &str) { Oct 11 05:37:06.716 INFO kablam! | ^^^ help: consider using `_siv` instead Oct 11 05:37:06.716 INFO kablam! Oct 11 05:37:06.732 INFO kablam! warning: type `config` should have a camel case name such as `Config` Oct 11 05:37:06.732 INFO kablam! --> src/main.rs:16:1 Oct 11 05:37:06.732 INFO kablam! | Oct 11 05:37:06.732 INFO kablam! 16 | / struct config { Oct 11 05:37:06.732 INFO kablam! 17 | | servers: Vec<(String, String)>, Oct 11 05:37:06.732 INFO kablam! 18 | | theme: String, Oct 11 05:37:06.732 INFO kablam! 19 | | } Oct 11 05:37:06.732 INFO kablam! | |_^ Oct 11 05:37:06.732 INFO kablam! | Oct 11 05:37:06.732 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 05:37:06.732 INFO kablam! Oct 11 05:37:07.228 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.42s Oct 11 05:37:07.228 INFO kablam! su: No module specific data is present Oct 11 05:37:07.804 INFO running `"docker" "rm" "-f" "9dbcb65930accf05776a7f1788a0e8102213197d1ec7135c2db92471c106d474"` Oct 11 05:37:08.104 INFO blam! 9dbcb65930accf05776a7f1788a0e8102213197d1ec7135c2db92471c106d474 Oct 11 05:37:08.107 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:37:08.109 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:37:08.581 INFO blam! b9c6656be2218fc818ff51f62344e7032a1fd6ad5e8d8b47c1f2afd193bb612d Oct 11 05:37:08.586 INFO running `"docker" "start" "-a" "b9c6656be2218fc818ff51f62344e7032a1fd6ad5e8d8b47c1f2afd193bb612d"` Oct 11 05:37:09.536 INFO kablam! usermod: no changes Oct 11 05:37:09.635 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 11 05:37:09.645 INFO kablam! Running /target/debug/deps/ssh_menu-bab23c0b7d192172 Oct 11 05:37:09.657 INFO kablam! su: No module specific data is present Oct 11 05:37:09.657 INFO blam! Oct 11 05:37:09.658 INFO blam! running 0 tests Oct 11 05:37:09.658 INFO blam! Oct 11 05:37:09.658 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:37:09.658 INFO blam! Oct 11 05:37:10.264 INFO running `"docker" "rm" "-f" "b9c6656be2218fc818ff51f62344e7032a1fd6ad5e8d8b47c1f2afd193bb612d"` Oct 11 05:37:10.460 INFO blam! b9c6656be2218fc818ff51f62344e7032a1fd6ad5e8d8b47c1f2afd193bb612d