Oct 21 20:51:34.937 INFO checking Nercury/tokio-proxy-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:51:34.937 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 20:51:35.322 INFO blam! 1667fe48165b506f65bec251b449a75cd511945f4deab12b7c0bdbe1fe04413b Oct 21 20:51:35.336 INFO running `"docker" "start" "-a" "1667fe48165b506f65bec251b449a75cd511945f4deab12b7c0bdbe1fe04413b"` Oct 21 20:51:36.591 INFO kablam! usermod: no changes Oct 21 20:51:36.760 INFO kablam! Checking env_logger v0.3.5 Oct 21 20:51:37.924 INFO kablam! Checking mio-proxy-rs v0.1.0 (/source) Oct 21 20:51:40.155 INFO kablam! warning: unused `#[macro_use]` import Oct 21 20:51:40.155 INFO kablam! --> src/main.rs:5:1 Oct 21 20:51:40.155 INFO kablam! | Oct 21 20:51:40.155 INFO kablam! 5 | #[macro_use] Oct 21 20:51:40.155 INFO kablam! | ^^^^^^^^^^^^ Oct 21 20:51:40.155 INFO kablam! | Oct 21 20:51:40.155 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:51:40.155 INFO kablam! Oct 21 20:51:40.172 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 21 20:51:40.172 INFO kablam! --> src/server.rs:7:22 Oct 21 20:51:40.172 INFO kablam! | Oct 21 20:51:40.173 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 21 20:51:40.173 INFO kablam! | ^^^^ Oct 21 20:51:40.173 INFO kablam! | Oct 21 20:51:40.173 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 20:51:40.173 INFO kablam! Oct 21 20:51:40.173 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 21 20:51:40.173 INFO kablam! --> src/server.rs:7:28 Oct 21 20:51:40.173 INFO kablam! | Oct 21 20:51:40.173 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 21 20:51:40.173 INFO kablam! | ^^ Oct 21 20:51:40.173 INFO kablam! Oct 21 20:51:40.173 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 21 20:51:40.173 INFO kablam! --> src/server.rs:31:30 Oct 21 20:51:40.173 INFO kablam! | Oct 21 20:51:40.173 INFO kablam! 31 | let upload = copy(server_reader, client_writer); Oct 21 20:51:40.173 INFO kablam! | ^^^^ Oct 21 20:51:40.173 INFO kablam! Oct 21 20:51:40.173 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 21 20:51:40.173 INFO kablam! --> src/server.rs:32:32 Oct 21 20:51:40.173 INFO kablam! | Oct 21 20:51:40.173 INFO kablam! 32 | let download = copy(client_reader, server_writer); Oct 21 20:51:40.174 INFO kablam! | ^^^^ Oct 21 20:51:40.174 INFO kablam! Oct 21 20:51:40.248 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 21 20:51:40.256 INFO kablam! --> src/server.rs:23:86 Oct 21 20:51:40.256 INFO kablam! | Oct 21 20:51:40.256 INFO kablam! 23 | let client_pair = TcpStream::connect(&fwd_addr, &handle).map(|socket| socket.split()); Oct 21 20:51:40.256 INFO kablam! | ^^^^^ Oct 21 20:51:40.256 INFO kablam! Oct 21 20:51:40.256 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 21 20:51:40.256 INFO kablam! --> src/server.rs:30:68 Oct 21 20:51:40.256 INFO kablam! | Oct 21 20:51:40.256 INFO kablam! 30 | let (server_reader, server_writer) = server_socket.split(); Oct 21 20:51:40.257 INFO kablam! | ^^^^^ Oct 21 20:51:40.257 INFO kablam! Oct 21 20:51:40.396 INFO kablam! warning: unused `#[macro_use]` import Oct 21 20:51:40.396 INFO kablam! --> src/main.rs:5:1 Oct 21 20:51:40.396 INFO kablam! | Oct 21 20:51:40.396 INFO kablam! 5 | #[macro_use] Oct 21 20:51:40.396 INFO kablam! | ^^^^^^^^^^^^ Oct 21 20:51:40.396 INFO kablam! | Oct 21 20:51:40.396 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:51:40.396 INFO kablam! Oct 21 20:51:40.412 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 21 20:51:40.413 INFO kablam! --> src/server.rs:7:22 Oct 21 20:51:40.413 INFO kablam! | Oct 21 20:51:40.413 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 21 20:51:40.413 INFO kablam! | ^^^^ Oct 21 20:51:40.413 INFO kablam! | Oct 21 20:51:40.413 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 20:51:40.413 INFO kablam! Oct 21 20:51:40.413 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 21 20:51:40.413 INFO kablam! --> src/server.rs:7:28 Oct 21 20:51:40.413 INFO kablam! | Oct 21 20:51:40.413 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 21 20:51:40.413 INFO kablam! | ^^ Oct 21 20:51:40.413 INFO kablam! Oct 21 20:51:40.413 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 21 20:51:40.413 INFO kablam! --> src/server.rs:31:30 Oct 21 20:51:40.413 INFO kablam! | Oct 21 20:51:40.413 INFO kablam! 31 | let upload = copy(server_reader, client_writer); Oct 21 20:51:40.413 INFO kablam! | ^^^^ Oct 21 20:51:40.413 INFO kablam! Oct 21 20:51:40.413 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 21 20:51:40.413 INFO kablam! --> src/server.rs:32:32 Oct 21 20:51:40.414 INFO kablam! | Oct 21 20:51:40.414 INFO kablam! 32 | let download = copy(client_reader, server_writer); Oct 21 20:51:40.414 INFO kablam! | ^^^^ Oct 21 20:51:40.414 INFO kablam! Oct 21 20:51:40.465 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 21 20:51:40.465 INFO kablam! --> src/server.rs:23:86 Oct 21 20:51:40.465 INFO kablam! | Oct 21 20:51:40.465 INFO kablam! 23 | let client_pair = TcpStream::connect(&fwd_addr, &handle).map(|socket| socket.split()); Oct 21 20:51:40.465 INFO kablam! | ^^^^^ Oct 21 20:51:40.465 INFO kablam! Oct 21 20:51:40.465 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 21 20:51:40.465 INFO kablam! --> src/server.rs:30:68 Oct 21 20:51:40.465 INFO kablam! | Oct 21 20:51:40.465 INFO kablam! 30 | let (server_reader, server_writer) = server_socket.split(); Oct 21 20:51:40.465 INFO kablam! | ^^^^^ Oct 21 20:51:40.465 INFO kablam! Oct 21 20:51:40.519 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.89s Oct 21 20:51:40.525 INFO kablam! su: No module specific data is present Oct 21 20:51:41.158 INFO running `"docker" "rm" "-f" "1667fe48165b506f65bec251b449a75cd511945f4deab12b7c0bdbe1fe04413b"` Oct 21 20:51:41.418 INFO blam! 1667fe48165b506f65bec251b449a75cd511945f4deab12b7c0bdbe1fe04413b