Oct 13 00:59:53.072 INFO testing segfo/rust_ssh against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 00:59:53.072 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 00:59:53.451 INFO blam! ce4aee6d04b03880f1faf450a388119ae2ec585101c68708d86354fc1e8cb09a Oct 13 00:59:53.455 INFO running `"docker" "start" "-a" "ce4aee6d04b03880f1faf450a388119ae2ec585101c68708d86354fc1e8cb09a"` Oct 13 00:59:54.962 INFO kablam! usermod: no changes Oct 13 00:59:55.059 INFO kablam! Compiling openssl-sys v0.9.23 Oct 13 00:59:55.078 INFO kablam! Compiling libz-sys v1.0.18 Oct 13 00:59:57.619 INFO kablam! Compiling libssh2-sys v0.2.6 Oct 13 01:00:10.981 INFO kablam! Compiling ssh2 v0.3.2 Oct 13 01:00:12.742 INFO kablam! Compiling ssh_test v0.1.0 (/source) Oct 13 01:00:13.020 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 13 01:00:13.021 INFO kablam! --> src/ssh.rs:2:5 Oct 13 01:00:13.021 INFO kablam! | Oct 13 01:00:13.021 INFO kablam! 2 | use std::io::prelude::*; Oct 13 01:00:13.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 01:00:13.021 INFO kablam! | Oct 13 01:00:13.021 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:00:13.021 INFO kablam! Oct 13 01:00:13.080 INFO kablam! warning: variable does not need to be mutable Oct 13 01:00:13.080 INFO kablam! --> src/ssh.rs:78:13 Oct 13 01:00:13.080 INFO kablam! | Oct 13 01:00:13.080 INFO kablam! 78 | let mut channel = self.session.as_ref().unwrap().channel_session()?; Oct 13 01:00:13.080 INFO kablam! | ----^^^^^^^ Oct 13 01:00:13.080 INFO kablam! | | Oct 13 01:00:13.080 INFO kablam! | help: remove this `mut` Oct 13 01:00:13.080 INFO kablam! | Oct 13 01:00:13.081 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:00:13.081 INFO kablam! Oct 13 01:00:13.081 INFO kablam! warning: struct is never constructed: `SSH_CONNECT_INFO` Oct 13 01:00:13.081 INFO kablam! --> src/main.rs:5:1 Oct 13 01:00:13.081 INFO kablam! | Oct 13 01:00:13.081 INFO kablam! 5 | struct SSH_CONNECT_INFO{ Oct 13 01:00:13.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:00:13.081 INFO kablam! | Oct 13 01:00:13.081 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:00:13.081 INFO kablam! Oct 13 01:00:13.090 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:00:13.090 INFO kablam! --> src/ssh.rs:55:13 Oct 13 01:00:13.090 INFO kablam! | Oct 13 01:00:13.090 INFO kablam! 55 | sess.userauth_password(user,pass); Oct 13 01:00:13.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:00:13.090 INFO kablam! | Oct 13 01:00:13.090 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:00:13.090 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:00:13.090 INFO kablam! Oct 13 01:00:13.091 INFO kablam! warning: type `SSH_CONNECT_INFO` should have a camel case name such as `SshConnectInfo` Oct 13 01:00:13.091 INFO kablam! --> src/main.rs:5:1 Oct 13 01:00:13.091 INFO kablam! | Oct 13 01:00:13.091 INFO kablam! 5 | / struct SSH_CONNECT_INFO{ Oct 13 01:00:13.091 INFO kablam! 6 | | host:String, Oct 13 01:00:13.091 INFO kablam! 7 | | port:u16, Oct 13 01:00:13.091 INFO kablam! 8 | | user:String, Oct 13 01:00:13.091 INFO kablam! 9 | | pass:Option, Oct 13 01:00:13.091 INFO kablam! 10 | | agent_auth:bool Oct 13 01:00:13.091 INFO kablam! 11 | | } Oct 13 01:00:13.091 INFO kablam! | |_^ Oct 13 01:00:13.091 INFO kablam! | Oct 13 01:00:13.091 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 01:00:13.091 INFO kablam! Oct 13 01:00:14.008 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.02s Oct 13 01:00:14.011 INFO kablam! su: No module specific data is present Oct 13 01:00:14.844 INFO running `"docker" "rm" "-f" "ce4aee6d04b03880f1faf450a388119ae2ec585101c68708d86354fc1e8cb09a"` Oct 13 01:00:15.180 INFO blam! ce4aee6d04b03880f1faf450a388119ae2ec585101c68708d86354fc1e8cb09a Oct 13 01:00:15.183 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 01:00:15.629 INFO blam! 2fcd1aa4eedfe939bfa8d0a5ef45c193728a5fb1ddeabd4a6e405252f177eeca Oct 13 01:00:15.630 INFO running `"docker" "start" "-a" "2fcd1aa4eedfe939bfa8d0a5ef45c193728a5fb1ddeabd4a6e405252f177eeca"` Oct 13 01:00:17.759 INFO kablam! usermod: no changes Oct 13 01:00:17.807 INFO kablam! Compiling ssh_test v0.1.0 (/source) Oct 13 01:00:18.227 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 13 01:00:18.227 INFO kablam! --> src/ssh.rs:2:5 Oct 13 01:00:18.227 INFO kablam! | Oct 13 01:00:18.227 INFO kablam! 2 | use std::io::prelude::*; Oct 13 01:00:18.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 01:00:18.227 INFO kablam! | Oct 13 01:00:18.235 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:00:18.235 INFO kablam! Oct 13 01:00:18.303 INFO kablam! warning: variable does not need to be mutable Oct 13 01:00:18.303 INFO kablam! --> src/ssh.rs:78:13 Oct 13 01:00:18.304 INFO kablam! | Oct 13 01:00:18.304 INFO kablam! 78 | let mut channel = self.session.as_ref().unwrap().channel_session()?; Oct 13 01:00:18.304 INFO kablam! | ----^^^^^^^ Oct 13 01:00:18.305 INFO kablam! | | Oct 13 01:00:18.305 INFO kablam! | help: remove this `mut` Oct 13 01:00:18.305 INFO kablam! | Oct 13 01:00:18.306 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:00:18.306 INFO kablam! Oct 13 01:00:18.306 INFO kablam! warning: struct is never constructed: `SSH_CONNECT_INFO` Oct 13 01:00:18.306 INFO kablam! --> src/main.rs:5:1 Oct 13 01:00:18.307 INFO kablam! | Oct 13 01:00:18.307 INFO kablam! 5 | struct SSH_CONNECT_INFO{ Oct 13 01:00:18.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:00:18.308 INFO kablam! | Oct 13 01:00:18.308 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:00:18.308 INFO kablam! Oct 13 01:00:18.315 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:00:18.315 INFO kablam! --> src/ssh.rs:55:13 Oct 13 01:00:18.315 INFO kablam! | Oct 13 01:00:18.316 INFO kablam! 55 | sess.userauth_password(user,pass); Oct 13 01:00:18.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:00:18.316 INFO kablam! | Oct 13 01:00:18.317 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:00:18.317 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:00:18.317 INFO kablam! Oct 13 01:00:18.318 INFO kablam! warning: type `SSH_CONNECT_INFO` should have a camel case name such as `SshConnectInfo` Oct 13 01:00:18.318 INFO kablam! --> src/main.rs:5:1 Oct 13 01:00:18.318 INFO kablam! | Oct 13 01:00:18.319 INFO kablam! 5 | / struct SSH_CONNECT_INFO{ Oct 13 01:00:18.319 INFO kablam! 6 | | host:String, Oct 13 01:00:18.319 INFO kablam! 7 | | port:u16, Oct 13 01:00:18.320 INFO kablam! 8 | | user:String, Oct 13 01:00:18.320 INFO kablam! 9 | | pass:Option, Oct 13 01:00:18.320 INFO kablam! 10 | | agent_auth:bool Oct 13 01:00:18.321 INFO kablam! 11 | | } Oct 13 01:00:18.321 INFO kablam! | |_^ Oct 13 01:00:18.321 INFO kablam! | Oct 13 01:00:18.321 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 01:00:18.322 INFO kablam! Oct 13 01:00:19.034 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Oct 13 01:00:19.039 INFO kablam! su: No module specific data is present Oct 13 01:00:20.233 INFO running `"docker" "rm" "-f" "2fcd1aa4eedfe939bfa8d0a5ef45c193728a5fb1ddeabd4a6e405252f177eeca"` Oct 13 01:00:20.644 INFO blam! 2fcd1aa4eedfe939bfa8d0a5ef45c193728a5fb1ddeabd4a6e405252f177eeca Oct 13 01:00:20.645 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 01:00:21.112 INFO blam! 42b75b03c6e8f830ebfa1b4bf680e55ddbb46f48ed7cedb2f997ea6d42485256 Oct 13 01:00:21.114 INFO running `"docker" "start" "-a" "42b75b03c6e8f830ebfa1b4bf680e55ddbb46f48ed7cedb2f997ea6d42485256"` Oct 13 01:00:22.535 INFO kablam! usermod: no changes Oct 13 01:00:22.591 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 01:00:22.599 INFO kablam! Running /target/debug/deps/ssh_test-ed06349a8c40bf8e Oct 13 01:00:22.601 INFO blam! Oct 13 01:00:22.601 INFO blam! running 0 tests Oct 13 01:00:22.601 INFO blam! Oct 13 01:00:22.601 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:00:22.601 INFO blam! Oct 13 01:00:22.604 INFO kablam! su: No module specific data is present Oct 13 01:00:23.684 INFO running `"docker" "rm" "-f" "42b75b03c6e8f830ebfa1b4bf680e55ddbb46f48ed7cedb2f997ea6d42485256"` Oct 13 01:00:24.063 INFO blam! 42b75b03c6e8f830ebfa1b4bf680e55ddbb46f48ed7cedb2f997ea6d42485256