Oct 27 10:29:23.615 INFO checking Nercury/tokio-proxy-rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 10:29:23.615 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 27 10:29:24.115 INFO blam! c0d6c64ec99cddaf9e129b02c59dbf756c0ddcae64955d23224d6ffa7c316050 Oct 27 10:29:24.117 INFO running `"docker" "start" "-a" "c0d6c64ec99cddaf9e129b02c59dbf756c0ddcae64955d23224d6ffa7c316050"` Oct 27 10:29:25.731 INFO kablam! usermod: no changes Oct 27 10:29:25.879 INFO kablam! Checking clap v2.24.1 Oct 27 10:29:25.879 INFO kablam! Checking tokio-core v0.1.7 Oct 27 10:29:25.887 INFO kablam! Checking env_logger v0.3.5 Oct 27 10:29:34.363 INFO kablam! Checking mio-proxy-rs v0.1.0 (/source) Oct 27 10:29:37.139 INFO kablam! warning: unused `#[macro_use]` import Oct 27 10:29:37.139 INFO kablam! --> src/main.rs:5:1 Oct 27 10:29:37.140 INFO kablam! | Oct 27 10:29:37.141 INFO kablam! 5 | #[macro_use] Oct 27 10:29:37.141 INFO kablam! | ^^^^^^^^^^^^ Oct 27 10:29:37.141 INFO kablam! | Oct 27 10:29:37.141 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:29:37.142 INFO kablam! Oct 27 10:29:37.155 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 27 10:29:37.155 INFO kablam! --> src/server.rs:7:22 Oct 27 10:29:37.155 INFO kablam! | Oct 27 10:29:37.155 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 27 10:29:37.155 INFO kablam! | ^^^^ Oct 27 10:29:37.155 INFO kablam! | Oct 27 10:29:37.155 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 10:29:37.155 INFO kablam! Oct 27 10:29:37.155 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 27 10:29:37.155 INFO kablam! --> src/server.rs:7:28 Oct 27 10:29:37.155 INFO kablam! | Oct 27 10:29:37.155 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 27 10:29:37.155 INFO kablam! | ^^ Oct 27 10:29:37.155 INFO kablam! Oct 27 10:29:37.155 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 27 10:29:37.156 INFO kablam! --> src/server.rs:31:30 Oct 27 10:29:37.156 INFO kablam! | Oct 27 10:29:37.156 INFO kablam! 31 | let upload = copy(server_reader, client_writer); Oct 27 10:29:37.156 INFO kablam! | ^^^^ Oct 27 10:29:37.156 INFO kablam! Oct 27 10:29:37.156 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 27 10:29:37.156 INFO kablam! --> src/server.rs:32:32 Oct 27 10:29:37.156 INFO kablam! | Oct 27 10:29:37.156 INFO kablam! 32 | let download = copy(client_reader, server_writer); Oct 27 10:29:37.156 INFO kablam! | ^^^^ Oct 27 10:29:37.156 INFO kablam! Oct 27 10:29:37.239 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 27 10:29:37.239 INFO kablam! --> src/server.rs:23:86 Oct 27 10:29:37.239 INFO kablam! | Oct 27 10:29:37.239 INFO kablam! 23 | let client_pair = TcpStream::connect(&fwd_addr, &handle).map(|socket| socket.split()); Oct 27 10:29:37.239 INFO kablam! | ^^^^^ Oct 27 10:29:37.239 INFO kablam! Oct 27 10:29:37.241 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 27 10:29:37.241 INFO kablam! --> src/server.rs:30:68 Oct 27 10:29:37.241 INFO kablam! | Oct 27 10:29:37.241 INFO kablam! 30 | let (server_reader, server_writer) = server_socket.split(); Oct 27 10:29:37.241 INFO kablam! | ^^^^^ Oct 27 10:29:37.241 INFO kablam! Oct 27 10:29:37.574 INFO kablam! warning: unused `#[macro_use]` import Oct 27 10:29:37.575 INFO kablam! --> src/main.rs:5:1 Oct 27 10:29:37.575 INFO kablam! | Oct 27 10:29:37.576 INFO kablam! 5 | #[macro_use] Oct 27 10:29:37.576 INFO kablam! | ^^^^^^^^^^^^ Oct 27 10:29:37.577 INFO kablam! | Oct 27 10:29:37.578 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:29:37.578 INFO kablam! Oct 27 10:29:37.585 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 27 10:29:37.586 INFO kablam! --> src/server.rs:7:22 Oct 27 10:29:37.587 INFO kablam! | Oct 27 10:29:37.587 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 27 10:29:37.588 INFO kablam! | ^^^^ Oct 27 10:29:37.589 INFO kablam! | Oct 27 10:29:37.589 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 10:29:37.590 INFO kablam! Oct 27 10:29:37.591 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 27 10:29:37.591 INFO kablam! --> src/server.rs:7:28 Oct 27 10:29:37.592 INFO kablam! | Oct 27 10:29:37.592 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 27 10:29:37.593 INFO kablam! | ^^ Oct 27 10:29:37.593 INFO kablam! Oct 27 10:29:37.594 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 27 10:29:37.595 INFO kablam! --> src/server.rs:31:30 Oct 27 10:29:37.595 INFO kablam! | Oct 27 10:29:37.596 INFO kablam! 31 | let upload = copy(server_reader, client_writer); Oct 27 10:29:37.596 INFO kablam! | ^^^^ Oct 27 10:29:37.596 INFO kablam! Oct 27 10:29:37.596 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 27 10:29:37.596 INFO kablam! --> src/server.rs:32:32 Oct 27 10:29:37.596 INFO kablam! | Oct 27 10:29:37.596 INFO kablam! 32 | let download = copy(client_reader, server_writer); Oct 27 10:29:37.596 INFO kablam! | ^^^^ Oct 27 10:29:37.596 INFO kablam! Oct 27 10:29:37.639 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 27 10:29:37.640 INFO kablam! --> src/server.rs:23:86 Oct 27 10:29:37.640 INFO kablam! | Oct 27 10:29:37.641 INFO kablam! 23 | let client_pair = TcpStream::connect(&fwd_addr, &handle).map(|socket| socket.split()); Oct 27 10:29:37.641 INFO kablam! | ^^^^^ Oct 27 10:29:37.642 INFO kablam! Oct 27 10:29:37.643 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 27 10:29:37.643 INFO kablam! --> src/server.rs:30:68 Oct 27 10:29:37.643 INFO kablam! | Oct 27 10:29:37.644 INFO kablam! 30 | let (server_reader, server_writer) = server_socket.split(); Oct 27 10:29:37.644 INFO kablam! | ^^^^^ Oct 27 10:29:37.644 INFO kablam! Oct 27 10:29:37.740 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.99s Oct 27 10:29:37.746 INFO kablam! su: No module specific data is present Oct 27 10:29:39.360 INFO running `"docker" "rm" "-f" "c0d6c64ec99cddaf9e129b02c59dbf756c0ddcae64955d23224d6ffa7c316050"` Oct 27 10:29:39.707 INFO blam! c0d6c64ec99cddaf9e129b02c59dbf756c0ddcae64955d23224d6ffa7c316050