Oct 13 03:21:52.729 INFO checking Nercury/tokio-proxy-rs against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 03:21:52.731 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 03:21:53.200 INFO blam! 0dddce956661b29bf55f0d690946551f62e356aaed1439a1a338c282335607d7 Oct 13 03:21:53.206 INFO running `"docker" "start" "-a" "0dddce956661b29bf55f0d690946551f62e356aaed1439a1a338c282335607d7"` Oct 13 03:21:55.619 INFO kablam! usermod: no changes Oct 13 03:21:55.752 INFO kablam! Checking mio-proxy-rs v0.1.0 (/source) Oct 13 03:21:58.561 INFO kablam! warning: unused `#[macro_use]` import Oct 13 03:21:58.562 INFO kablam! --> src/main.rs:5:1 Oct 13 03:21:58.562 INFO kablam! | Oct 13 03:21:58.563 INFO kablam! 5 | #[macro_use] Oct 13 03:21:58.564 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:21:58.565 INFO kablam! | Oct 13 03:21:58.565 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:21:58.566 INFO kablam! Oct 13 03:21:58.591 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 13 03:21:58.592 INFO kablam! --> src/server.rs:7:22 Oct 13 03:21:58.592 INFO kablam! | Oct 13 03:21:58.593 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 13 03:21:58.594 INFO kablam! | ^^^^ Oct 13 03:21:58.594 INFO kablam! | Oct 13 03:21:58.595 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 03:21:58.596 INFO kablam! Oct 13 03:21:58.597 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 03:21:58.597 INFO kablam! --> src/server.rs:7:28 Oct 13 03:21:58.598 INFO kablam! | Oct 13 03:21:58.598 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 13 03:21:58.599 INFO kablam! | ^^ Oct 13 03:21:58.600 INFO kablam! Oct 13 03:21:58.601 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 13 03:21:58.601 INFO kablam! --> src/server.rs:31:30 Oct 13 03:21:58.602 INFO kablam! | Oct 13 03:21:58.603 INFO kablam! 31 | let upload = copy(server_reader, client_writer); Oct 13 03:21:58.603 INFO kablam! | ^^^^ Oct 13 03:21:58.604 INFO kablam! Oct 13 03:21:58.605 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 13 03:21:58.605 INFO kablam! --> src/server.rs:32:32 Oct 13 03:21:58.606 INFO kablam! | Oct 13 03:21:58.607 INFO kablam! 32 | let download = copy(client_reader, server_writer); Oct 13 03:21:58.607 INFO kablam! | ^^^^ Oct 13 03:21:58.608 INFO kablam! Oct 13 03:21:58.656 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 13 03:21:58.657 INFO kablam! --> src/server.rs:23:86 Oct 13 03:21:58.658 INFO kablam! | Oct 13 03:21:58.658 INFO kablam! 23 | let client_pair = TcpStream::connect(&fwd_addr, &handle).map(|socket| socket.split()); Oct 13 03:21:58.659 INFO kablam! | ^^^^^ Oct 13 03:21:58.659 INFO kablam! Oct 13 03:21:58.662 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 13 03:21:58.662 INFO kablam! --> src/server.rs:30:68 Oct 13 03:21:58.663 INFO kablam! | Oct 13 03:21:58.664 INFO kablam! 30 | let (server_reader, server_writer) = server_socket.split(); Oct 13 03:21:58.664 INFO kablam! | ^^^^^ Oct 13 03:21:58.665 INFO kablam! Oct 13 03:21:58.893 INFO kablam! warning: unused `#[macro_use]` import Oct 13 03:21:58.894 INFO kablam! --> src/main.rs:5:1 Oct 13 03:21:58.894 INFO kablam! | Oct 13 03:21:58.895 INFO kablam! 5 | #[macro_use] Oct 13 03:21:58.896 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:21:58.896 INFO kablam! | Oct 13 03:21:58.897 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:21:58.897 INFO kablam! Oct 13 03:21:58.914 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 13 03:21:58.914 INFO kablam! --> src/server.rs:7:22 Oct 13 03:21:58.915 INFO kablam! | Oct 13 03:21:58.916 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 13 03:21:58.917 INFO kablam! | ^^^^ Oct 13 03:21:58.917 INFO kablam! | Oct 13 03:21:58.918 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 03:21:58.918 INFO kablam! Oct 13 03:21:58.919 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 03:21:58.920 INFO kablam! --> src/server.rs:7:28 Oct 13 03:21:58.920 INFO kablam! | Oct 13 03:21:58.921 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 13 03:21:58.922 INFO kablam! | ^^ Oct 13 03:21:58.922 INFO kablam! Oct 13 03:21:58.923 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 13 03:21:58.923 INFO kablam! --> src/server.rs:31:30 Oct 13 03:21:58.924 INFO kablam! | Oct 13 03:21:58.925 INFO kablam! 31 | let upload = copy(server_reader, client_writer); Oct 13 03:21:58.925 INFO kablam! | ^^^^ Oct 13 03:21:58.925 INFO kablam! Oct 13 03:21:58.925 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 13 03:21:58.925 INFO kablam! --> src/server.rs:32:32 Oct 13 03:21:58.925 INFO kablam! | Oct 13 03:21:58.925 INFO kablam! 32 | let download = copy(client_reader, server_writer); Oct 13 03:21:58.925 INFO kablam! | ^^^^ Oct 13 03:21:58.925 INFO kablam! Oct 13 03:21:58.990 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 13 03:21:58.991 INFO kablam! --> src/server.rs:23:86 Oct 13 03:21:58.992 INFO kablam! | Oct 13 03:21:58.992 INFO kablam! 23 | let client_pair = TcpStream::connect(&fwd_addr, &handle).map(|socket| socket.split()); Oct 13 03:21:58.993 INFO kablam! | ^^^^^ Oct 13 03:21:58.993 INFO kablam! Oct 13 03:21:58.994 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 13 03:21:58.995 INFO kablam! --> src/server.rs:30:68 Oct 13 03:21:58.995 INFO kablam! | Oct 13 03:21:58.996 INFO kablam! 30 | let (server_reader, server_writer) = server_socket.split(); Oct 13 03:21:58.997 INFO kablam! | ^^^^^ Oct 13 03:21:58.997 INFO kablam! Oct 13 03:21:59.099 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.46s Oct 13 03:21:59.109 INFO kablam! su: No module specific data is present Oct 13 03:22:00.646 INFO running `"docker" "rm" "-f" "0dddce956661b29bf55f0d690946551f62e356aaed1439a1a338c282335607d7"` Oct 13 03:22:00.980 INFO blam! 0dddce956661b29bf55f0d690946551f62e356aaed1439a1a338c282335607d7