Oct 21 23:02:43.481 INFO checking tiberius-0.3.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:02:43.481 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 23:02:43.904 INFO blam! f09f09738f5e59d77766d8c8e8b14287ccff0be3f5e894385d3864c2fc75ebfa Oct 21 23:02:43.905 INFO running `"docker" "start" "-a" "f09f09738f5e59d77766d8c8e8b14287ccff0be3f5e894385d3864c2fc75ebfa"` Oct 21 23:02:44.908 INFO kablam! usermod: no changes Oct 21 23:02:45.180 INFO kablam! Checking futures-state-stream v0.1.1 Oct 21 23:02:45.180 INFO kablam! Checking winauth v0.0.3 Oct 21 23:02:46.968 INFO kablam! Checking tiberius v0.3.0 (/source) Oct 21 23:02:52.300 INFO kablam! warning: unreachable expression Oct 21 23:02:52.300 INFO kablam! --> src/lib.rs:754:17 Oct 21 23:02:52.300 INFO kablam! | Oct 21 23:02:52.301 INFO kablam! 754 | / connect_params.auth = match connect_params.auth { Oct 21 23:02:52.301 INFO kablam! 755 | | AuthMethod::SqlServer(ref mut username, _) | Oct 21 23:02:52.301 INFO kablam! 756 | | AuthMethod::WinAuth(ref mut username, _) => { Oct 21 23:02:52.302 INFO kablam! 757 | | *username = value.into_owned().into(); Oct 21 23:02:52.302 INFO kablam! ... | Oct 21 23:02:52.302 INFO kablam! 763 | | } Oct 21 23:02:52.302 INFO kablam! 764 | | }; Oct 21 23:02:52.302 INFO kablam! | |_________________^ Oct 21 23:02:52.304 INFO kablam! | Oct 21 23:02:52.304 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 21 23:02:52.304 INFO kablam! Oct 21 23:02:52.305 INFO kablam! warning: unreachable expression Oct 21 23:02:52.305 INFO kablam! --> src/lib.rs:767:17 Oct 21 23:02:52.306 INFO kablam! | Oct 21 23:02:52.306 INFO kablam! 767 | / connect_params.auth = match connect_params.auth { Oct 21 23:02:52.306 INFO kablam! 768 | | AuthMethod::SqlServer(_, ref mut password) | Oct 21 23:02:52.306 INFO kablam! 769 | | AuthMethod::WinAuth(_, ref mut password) => { Oct 21 23:02:52.306 INFO kablam! 770 | | *password = value.into_owned().into(); Oct 21 23:02:52.306 INFO kablam! ... | Oct 21 23:02:52.308 INFO kablam! 776 | | } Oct 21 23:02:52.308 INFO kablam! 777 | | }; Oct 21 23:02:52.308 INFO kablam! | |_________________^ Oct 21 23:02:52.308 INFO kablam! Oct 21 23:02:52.321 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate or functions in tokio::runtime::current_thread instead Oct 21 23:02:52.322 INFO kablam! --> src/collation.rs:336:9 Oct 21 23:02:52.322 INFO kablam! | Oct 21 23:02:52.323 INFO kablam! 336 | use tokio::executor::current_thread; Oct 21 23:02:52.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:02:52.324 INFO kablam! | Oct 21 23:02:52.324 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:02:52.324 INFO kablam! Oct 21 23:02:52.324 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate or functions in tokio::runtime::current_thread instead Oct 21 23:02:52.324 INFO kablam! --> src/types/time.rs:245:13 Oct 21 23:02:52.324 INFO kablam! | Oct 21 23:02:52.324 INFO kablam! 245 | use tokio::executor::current_thread; Oct 21 23:02:52.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:02:52.324 INFO kablam! Oct 21 23:02:52.324 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate or functions in tokio::runtime::current_thread instead Oct 21 23:02:52.325 INFO kablam! --> src/types/time.rs:286:9 Oct 21 23:02:52.325 INFO kablam! | Oct 21 23:02:52.325 INFO kablam! 286 | use tokio::executor::current_thread; Oct 21 23:02:52.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:02:52.325 INFO kablam! Oct 21 23:02:52.325 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate or functions in tokio::runtime::current_thread instead Oct 21 23:02:52.325 INFO kablam! --> src/types/mod.rs:701:9 Oct 21 23:02:52.325 INFO kablam! | Oct 21 23:02:52.325 INFO kablam! 701 | use tokio::executor::current_thread; Oct 21 23:02:52.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:02:52.325 INFO kablam! Oct 21 23:02:52.325 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate or functions in tokio::runtime::current_thread instead Oct 21 23:02:52.325 INFO kablam! --> src/lib.rs:1046:9 Oct 21 23:02:52.325 INFO kablam! | Oct 21 23:02:52.325 INFO kablam! 1046 | use tokio::executor::current_thread; Oct 21 23:02:52.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:02:52.325 INFO kablam! Oct 21 23:02:52.472 INFO kablam! warning: use of deprecated item 'transport::tls::connect_async::openssl::ssl::SslConnectorBuilder::builder_mut': SslConnectorBuilder now implements DerefMut Oct 21 23:02:52.472 INFO kablam! --> src/transport.rs:237:22 Oct 21 23:02:52.472 INFO kablam! | Oct 21 23:02:52.472 INFO kablam! 237 | .builder_mut() Oct 21 23:02:52.472 INFO kablam! | ^^^^^^^^^^^ Oct 21 23:02:52.472 INFO kablam! | Oct 21 23:02:52.472 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:02:52.472 INFO kablam! Oct 21 23:02:52.870 INFO kablam! warning: unreachable expression Oct 21 23:02:52.870 INFO kablam! --> src/lib.rs:754:17 Oct 21 23:02:52.871 INFO kablam! | Oct 21 23:02:52.871 INFO kablam! 754 | / connect_params.auth = match connect_params.auth { Oct 21 23:02:52.871 INFO kablam! 755 | | AuthMethod::SqlServer(ref mut username, _) | Oct 21 23:02:52.871 INFO kablam! 756 | | AuthMethod::WinAuth(ref mut username, _) => { Oct 21 23:02:52.871 INFO kablam! 757 | | *username = value.into_owned().into(); Oct 21 23:02:52.871 INFO kablam! ... | Oct 21 23:02:52.871 INFO kablam! 763 | | } Oct 21 23:02:52.871 INFO kablam! 764 | | }; Oct 21 23:02:52.871 INFO kablam! | |_________________^ Oct 21 23:02:52.871 INFO kablam! | Oct 21 23:02:52.871 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 21 23:02:52.871 INFO kablam! Oct 21 23:02:52.876 INFO kablam! warning: unreachable expression Oct 21 23:02:52.884 INFO kablam! --> src/lib.rs:767:17 Oct 21 23:02:52.884 INFO kablam! | Oct 21 23:02:52.884 INFO kablam! 767 | / connect_params.auth = match connect_params.auth { Oct 21 23:02:52.884 INFO kablam! 768 | | AuthMethod::SqlServer(_, ref mut password) | Oct 21 23:02:52.884 INFO kablam! 769 | | AuthMethod::WinAuth(_, ref mut password) => { Oct 21 23:02:52.884 INFO kablam! 770 | | *password = value.into_owned().into(); Oct 21 23:02:52.884 INFO kablam! ... | Oct 21 23:02:52.884 INFO kablam! 776 | | } Oct 21 23:02:52.884 INFO kablam! 777 | | }; Oct 21 23:02:52.884 INFO kablam! | |_________________^ Oct 21 23:02:52.884 INFO kablam! Oct 21 23:02:53.368 INFO kablam! warning: use of deprecated item 'transport::tls::connect_async::openssl::ssl::SslConnectorBuilder::builder_mut': SslConnectorBuilder now implements DerefMut Oct 21 23:02:53.369 INFO kablam! --> src/transport.rs:237:22 Oct 21 23:02:53.369 INFO kablam! | Oct 21 23:02:53.369 INFO kablam! 237 | .builder_mut() Oct 21 23:02:53.369 INFO kablam! | ^^^^^^^^^^^ Oct 21 23:02:53.369 INFO kablam! Oct 21 23:02:56.500 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.56s Oct 21 23:02:56.504 INFO kablam! su: No module specific data is present Oct 21 23:02:57.230 INFO running `"docker" "rm" "-f" "f09f09738f5e59d77766d8c8e8b14287ccff0be3f5e894385d3864c2fc75ebfa"` Oct 21 23:02:57.444 INFO blam! f09f09738f5e59d77766d8c8e8b14287ccff0be3f5e894385d3864c2fc75ebfa