Oct 26 21:15:39.510 INFO checking segfo/rust_ssh against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 21:15:39.511 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 26 21:15:40.020 INFO blam! 1edcf54b26ef42e7e6acc23f00022ed17a1a66eaa48b8e02c2386c8a18d81959 Oct 26 21:15:40.022 INFO running `"docker" "start" "-a" "1edcf54b26ef42e7e6acc23f00022ed17a1a66eaa48b8e02c2386c8a18d81959"` Oct 26 21:15:42.618 INFO kablam! usermod: no changes Oct 26 21:15:42.705 INFO kablam! Compiling libz-sys v1.0.18 Oct 26 21:15:42.715 INFO kablam! Compiling cmake v0.1.29 Oct 26 21:15:44.735 INFO kablam! Compiling libssh2-sys v0.2.6 Oct 26 21:15:58.387 INFO kablam! Checking ssh2 v0.3.2 Oct 26 21:15:59.207 INFO kablam! Checking ssh_test v0.1.0 (/source) Oct 26 21:15:59.576 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 26 21:15:59.576 INFO kablam! --> src/ssh.rs:2:5 Oct 26 21:15:59.577 INFO kablam! | Oct 26 21:15:59.577 INFO kablam! 2 | use std::io::prelude::*; Oct 26 21:15:59.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 26 21:15:59.577 INFO kablam! | Oct 26 21:15:59.578 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 21:15:59.578 INFO kablam! Oct 26 21:15:59.647 INFO kablam! warning: variable does not need to be mutable Oct 26 21:15:59.647 INFO kablam! --> src/ssh.rs:78:13 Oct 26 21:15:59.647 INFO kablam! | Oct 26 21:15:59.647 INFO kablam! 78 | let mut channel = self.session.as_ref().unwrap().channel_session()?; Oct 26 21:15:59.647 INFO kablam! | ----^^^^^^^ Oct 26 21:15:59.647 INFO kablam! | | Oct 26 21:15:59.647 INFO kablam! | help: remove this `mut` Oct 26 21:15:59.647 INFO kablam! | Oct 26 21:15:59.647 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 21:15:59.648 INFO kablam! Oct 26 21:15:59.648 INFO kablam! warning: struct is never constructed: `SSH_CONNECT_INFO` Oct 26 21:15:59.648 INFO kablam! --> src/main.rs:5:1 Oct 26 21:15:59.649 INFO kablam! | Oct 26 21:15:59.649 INFO kablam! 5 | struct SSH_CONNECT_INFO{ Oct 26 21:15:59.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:15:59.649 INFO kablam! | Oct 26 21:15:59.650 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 21:15:59.650 INFO kablam! Oct 26 21:15:59.679 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 21:15:59.679 INFO kablam! --> src/ssh.rs:55:13 Oct 26 21:15:59.679 INFO kablam! | Oct 26 21:15:59.679 INFO kablam! 55 | sess.userauth_password(user,pass); Oct 26 21:15:59.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:15:59.679 INFO kablam! | Oct 26 21:15:59.679 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 21:15:59.679 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 21:15:59.680 INFO kablam! Oct 26 21:15:59.680 INFO kablam! warning: type `SSH_CONNECT_INFO` should have a camel case name such as `SshConnectInfo` Oct 26 21:15:59.680 INFO kablam! --> src/main.rs:5:1 Oct 26 21:15:59.680 INFO kablam! | Oct 26 21:15:59.680 INFO kablam! 5 | / struct SSH_CONNECT_INFO{ Oct 26 21:15:59.680 INFO kablam! 6 | | host:String, Oct 26 21:15:59.680 INFO kablam! 7 | | port:u16, Oct 26 21:15:59.680 INFO kablam! 8 | | user:String, Oct 26 21:15:59.680 INFO kablam! 9 | | pass:Option, Oct 26 21:15:59.680 INFO kablam! 10 | | agent_auth:bool Oct 26 21:15:59.680 INFO kablam! 11 | | } Oct 26 21:15:59.680 INFO kablam! | |_^ Oct 26 21:15:59.680 INFO kablam! | Oct 26 21:15:59.680 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 26 21:15:59.680 INFO kablam! Oct 26 21:15:59.811 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 26 21:15:59.811 INFO kablam! --> src/ssh.rs:2:5 Oct 26 21:15:59.811 INFO kablam! | Oct 26 21:15:59.811 INFO kablam! 2 | use std::io::prelude::*; Oct 26 21:15:59.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 26 21:15:59.811 INFO kablam! | Oct 26 21:15:59.819 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 21:15:59.819 INFO kablam! Oct 26 21:15:59.867 INFO kablam! warning: variable does not need to be mutable Oct 26 21:15:59.867 INFO kablam! --> src/ssh.rs:78:13 Oct 26 21:15:59.867 INFO kablam! | Oct 26 21:15:59.867 INFO kablam! 78 | let mut channel = self.session.as_ref().unwrap().channel_session()?; Oct 26 21:15:59.867 INFO kablam! | ----^^^^^^^ Oct 26 21:15:59.867 INFO kablam! | | Oct 26 21:15:59.867 INFO kablam! | help: remove this `mut` Oct 26 21:15:59.867 INFO kablam! | Oct 26 21:15:59.867 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 21:15:59.867 INFO kablam! Oct 26 21:15:59.867 INFO kablam! warning: struct is never constructed: `SSH_CONNECT_INFO` Oct 26 21:15:59.867 INFO kablam! --> src/main.rs:5:1 Oct 26 21:15:59.867 INFO kablam! | Oct 26 21:15:59.867 INFO kablam! 5 | struct SSH_CONNECT_INFO{ Oct 26 21:15:59.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:15:59.867 INFO kablam! | Oct 26 21:15:59.867 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 21:15:59.867 INFO kablam! Oct 26 21:15:59.879 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 21:15:59.879 INFO kablam! --> src/ssh.rs:55:13 Oct 26 21:15:59.879 INFO kablam! | Oct 26 21:15:59.879 INFO kablam! 55 | sess.userauth_password(user,pass); Oct 26 21:15:59.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:15:59.879 INFO kablam! | Oct 26 21:15:59.879 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 21:15:59.879 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 21:15:59.879 INFO kablam! Oct 26 21:15:59.879 INFO kablam! warning: type `SSH_CONNECT_INFO` should have a camel case name such as `SshConnectInfo` Oct 26 21:15:59.879 INFO kablam! --> src/main.rs:5:1 Oct 26 21:15:59.879 INFO kablam! | Oct 26 21:15:59.879 INFO kablam! 5 | / struct SSH_CONNECT_INFO{ Oct 26 21:15:59.879 INFO kablam! 6 | | host:String, Oct 26 21:15:59.879 INFO kablam! 7 | | port:u16, Oct 26 21:15:59.879 INFO kablam! 8 | | user:String, Oct 26 21:15:59.879 INFO kablam! 9 | | pass:Option, Oct 26 21:15:59.879 INFO kablam! 10 | | agent_auth:bool Oct 26 21:15:59.879 INFO kablam! 11 | | } Oct 26 21:15:59.879 INFO kablam! | |_^ Oct 26 21:15:59.879 INFO kablam! | Oct 26 21:15:59.879 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 26 21:15:59.880 INFO kablam! Oct 26 21:15:59.906 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.27s Oct 26 21:15:59.907 INFO kablam! su: No module specific data is present Oct 26 21:16:01.055 INFO running `"docker" "rm" "-f" "1edcf54b26ef42e7e6acc23f00022ed17a1a66eaa48b8e02c2386c8a18d81959"` Oct 26 21:16:01.375 INFO blam! 1edcf54b26ef42e7e6acc23f00022ed17a1a66eaa48b8e02c2386c8a18d81959