Oct 10 15:12:18.562 INFO testing segfo/rust_ssh against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:12:18.563 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:12:18.564 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 15:12:19.051 INFO blam! 0b077d779242607475cfe827f221a0da94321c9a43f441b2e54322cac49ca5b3 Oct 10 15:12:19.053 INFO running `"docker" "start" "-a" "0b077d779242607475cfe827f221a0da94321c9a43f441b2e54322cac49ca5b3"` Oct 10 15:12:20.116 INFO kablam! usermod: no changes Oct 10 15:12:20.248 INFO kablam! Compiling openssl-sys v0.9.23 Oct 10 15:12:20.256 INFO kablam! Compiling libz-sys v1.0.18 Oct 10 15:12:22.800 INFO kablam! Compiling libssh2-sys v0.2.6 Oct 10 15:12:35.033 INFO kablam! Compiling ssh2 v0.3.2 Oct 10 15:12:37.213 INFO kablam! Compiling ssh_test v0.1.0 (/source) Oct 10 15:12:37.896 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 10 15:12:37.896 INFO kablam! --> src/ssh.rs:2:5 Oct 10 15:12:37.896 INFO kablam! | Oct 10 15:12:37.896 INFO kablam! 2 | use std::io::prelude::*; Oct 10 15:12:37.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 15:12:37.896 INFO kablam! | Oct 10 15:12:37.896 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:12:37.896 INFO kablam! Oct 10 15:12:37.946 INFO kablam! warning: variable does not need to be mutable Oct 10 15:12:37.946 INFO kablam! --> src/ssh.rs:78:13 Oct 10 15:12:37.946 INFO kablam! | Oct 10 15:12:37.946 INFO kablam! 78 | let mut channel = self.session.as_ref().unwrap().channel_session()?; Oct 10 15:12:37.946 INFO kablam! | ----^^^^^^^ Oct 10 15:12:37.946 INFO kablam! | | Oct 10 15:12:37.946 INFO kablam! | help: remove this `mut` Oct 10 15:12:37.946 INFO kablam! | Oct 10 15:12:37.946 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 15:12:37.946 INFO kablam! Oct 10 15:12:37.946 INFO kablam! warning: struct is never constructed: `SSH_CONNECT_INFO` Oct 10 15:12:37.946 INFO kablam! --> src/main.rs:5:1 Oct 10 15:12:37.946 INFO kablam! | Oct 10 15:12:37.946 INFO kablam! 5 | struct SSH_CONNECT_INFO{ Oct 10 15:12:37.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:12:37.946 INFO kablam! | Oct 10 15:12:37.946 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:12:37.946 INFO kablam! Oct 10 15:12:37.957 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:12:37.957 INFO kablam! --> src/ssh.rs:55:13 Oct 10 15:12:37.957 INFO kablam! | Oct 10 15:12:37.957 INFO kablam! 55 | sess.userauth_password(user,pass); Oct 10 15:12:37.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:12:37.957 INFO kablam! | Oct 10 15:12:37.957 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 15:12:37.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:12:37.957 INFO kablam! Oct 10 15:12:37.957 INFO kablam! warning: type `SSH_CONNECT_INFO` should have a camel case name such as `SshConnectInfo` Oct 10 15:12:37.957 INFO kablam! --> src/main.rs:5:1 Oct 10 15:12:37.957 INFO kablam! | Oct 10 15:12:37.957 INFO kablam! 5 | / struct SSH_CONNECT_INFO{ Oct 10 15:12:37.957 INFO kablam! 6 | | host:String, Oct 10 15:12:37.957 INFO kablam! 7 | | port:u16, Oct 10 15:12:37.957 INFO kablam! 8 | | user:String, Oct 10 15:12:37.957 INFO kablam! 9 | | pass:Option, Oct 10 15:12:37.957 INFO kablam! 10 | | agent_auth:bool Oct 10 15:12:37.957 INFO kablam! 11 | | } Oct 10 15:12:37.957 INFO kablam! | |_^ Oct 10 15:12:37.957 INFO kablam! | Oct 10 15:12:37.957 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 10 15:12:37.957 INFO kablam! Oct 10 15:12:38.866 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.72s Oct 10 15:12:38.870 INFO kablam! su: No module specific data is present Oct 10 15:12:39.742 INFO running `"docker" "rm" "-f" "0b077d779242607475cfe827f221a0da94321c9a43f441b2e54322cac49ca5b3"` Oct 10 15:12:40.036 INFO blam! 0b077d779242607475cfe827f221a0da94321c9a43f441b2e54322cac49ca5b3 Oct 10 15:12:40.040 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:12:40.040 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 15:12:40.551 INFO blam! 75406e5a655ae70d64f2ad4dc1e5c78a6ce6d7002918dd1c0b3f4660efcded72 Oct 10 15:12:40.556 INFO running `"docker" "start" "-a" "75406e5a655ae70d64f2ad4dc1e5c78a6ce6d7002918dd1c0b3f4660efcded72"` Oct 10 15:12:41.760 INFO kablam! usermod: no changes Oct 10 15:12:41.872 INFO kablam! Compiling ssh_test v0.1.0 (/source) Oct 10 15:12:42.694 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 10 15:12:42.694 INFO kablam! --> src/ssh.rs:2:5 Oct 10 15:12:42.694 INFO kablam! | Oct 10 15:12:42.694 INFO kablam! 2 | use std::io::prelude::*; Oct 10 15:12:42.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 15:12:42.694 INFO kablam! | Oct 10 15:12:42.694 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:12:42.694 INFO kablam! Oct 10 15:12:42.757 INFO kablam! warning: variable does not need to be mutable Oct 10 15:12:42.757 INFO kablam! --> src/ssh.rs:78:13 Oct 10 15:12:42.757 INFO kablam! | Oct 10 15:12:42.757 INFO kablam! 78 | let mut channel = self.session.as_ref().unwrap().channel_session()?; Oct 10 15:12:42.757 INFO kablam! | ----^^^^^^^ Oct 10 15:12:42.757 INFO kablam! | | Oct 10 15:12:42.757 INFO kablam! | help: remove this `mut` Oct 10 15:12:42.757 INFO kablam! | Oct 10 15:12:42.757 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 15:12:42.757 INFO kablam! Oct 10 15:12:42.757 INFO kablam! warning: struct is never constructed: `SSH_CONNECT_INFO` Oct 10 15:12:42.757 INFO kablam! --> src/main.rs:5:1 Oct 10 15:12:42.757 INFO kablam! | Oct 10 15:12:42.757 INFO kablam! 5 | struct SSH_CONNECT_INFO{ Oct 10 15:12:42.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:12:42.757 INFO kablam! | Oct 10 15:12:42.757 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:12:42.757 INFO kablam! Oct 10 15:12:42.762 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:12:42.762 INFO kablam! --> src/ssh.rs:55:13 Oct 10 15:12:42.762 INFO kablam! | Oct 10 15:12:42.762 INFO kablam! 55 | sess.userauth_password(user,pass); Oct 10 15:12:42.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:12:42.762 INFO kablam! | Oct 10 15:12:42.762 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 15:12:42.762 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:12:42.762 INFO kablam! Oct 10 15:12:42.762 INFO kablam! warning: type `SSH_CONNECT_INFO` should have a camel case name such as `SshConnectInfo` Oct 10 15:12:42.762 INFO kablam! --> src/main.rs:5:1 Oct 10 15:12:42.762 INFO kablam! | Oct 10 15:12:42.762 INFO kablam! 5 | / struct SSH_CONNECT_INFO{ Oct 10 15:12:42.762 INFO kablam! 6 | | host:String, Oct 10 15:12:42.762 INFO kablam! 7 | | port:u16, Oct 10 15:12:42.762 INFO kablam! 8 | | user:String, Oct 10 15:12:42.762 INFO kablam! 9 | | pass:Option, Oct 10 15:12:42.762 INFO kablam! 10 | | agent_auth:bool Oct 10 15:12:42.762 INFO kablam! 11 | | } Oct 10 15:12:42.762 INFO kablam! | |_^ Oct 10 15:12:42.762 INFO kablam! | Oct 10 15:12:42.762 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 10 15:12:42.762 INFO kablam! Oct 10 15:12:43.341 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 10 15:12:43.342 INFO kablam! su: No module specific data is present Oct 10 15:12:44.318 INFO running `"docker" "rm" "-f" "75406e5a655ae70d64f2ad4dc1e5c78a6ce6d7002918dd1c0b3f4660efcded72"` Oct 10 15:12:44.568 INFO blam! 75406e5a655ae70d64f2ad4dc1e5c78a6ce6d7002918dd1c0b3f4660efcded72 Oct 10 15:12:44.584 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:12:44.586 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 15:12:45.042 INFO blam! 8de8aa31acbe811769047d951b4301dfd7c45a8908e03703a056e4fb30814677 Oct 10 15:12:45.043 INFO running `"docker" "start" "-a" "8de8aa31acbe811769047d951b4301dfd7c45a8908e03703a056e4fb30814677"` Oct 10 15:12:46.560 INFO kablam! usermod: no changes Oct 10 15:12:46.656 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 15:12:46.661 INFO kablam! Running /target/debug/deps/ssh_test-ed06349a8c40bf8e Oct 10 15:12:46.661 INFO blam! Oct 10 15:12:46.661 INFO blam! running 0 tests Oct 10 15:12:46.661 INFO blam! Oct 10 15:12:46.661 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:12:46.661 INFO blam! Oct 10 15:12:46.664 INFO kablam! su: No module specific data is present Oct 10 15:12:47.328 INFO running `"docker" "rm" "-f" "8de8aa31acbe811769047d951b4301dfd7c45a8908e03703a056e4fb30814677"` Oct 10 15:12:47.556 INFO blam! 8de8aa31acbe811769047d951b4301dfd7c45a8908e03703a056e4fb30814677