Oct 13 03:21:52.367 INFO checking Nercury/tokio-proxy-rs against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 03:21:52.369 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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:52.880 INFO blam! b7ef8e7e0e9b27324991c8b5fffbab5f257f3040d7190c1c364476c164df42f3 Oct 13 03:21:52.892 INFO running `"docker" "start" "-a" "b7ef8e7e0e9b27324991c8b5fffbab5f257f3040d7190c1c364476c164df42f3"` Oct 13 03:21:54.331 INFO kablam! usermod: no changes Oct 13 03:21:54.492 INFO kablam! Checking memchr v0.1.11 Oct 13 03:21:54.512 INFO kablam! Checking thread-id v2.0.0 Oct 13 03:21:55.112 INFO kablam! Checking thread_local v0.2.7 Oct 13 03:21:55.744 INFO kablam! Checking aho-corasick v0.5.3 Oct 13 03:21:57.141 INFO kablam! Checking regex v0.1.80 Oct 13 03:21:59.620 INFO kablam! Checking env_logger v0.3.5 Oct 13 03:22:00.530 INFO kablam! Checking mio-proxy-rs v0.1.0 (/source) Oct 13 03:22:03.120 INFO kablam! warning: unused `#[macro_use]` import Oct 13 03:22:03.120 INFO kablam! --> src/main.rs:5:1 Oct 13 03:22:03.120 INFO kablam! | Oct 13 03:22:03.120 INFO kablam! 5 | #[macro_use] Oct 13 03:22:03.120 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:22:03.120 INFO kablam! | Oct 13 03:22:03.120 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:22:03.120 INFO kablam! Oct 13 03:22:03.144 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 13 03:22:03.144 INFO kablam! --> src/server.rs:7:22 Oct 13 03:22:03.144 INFO kablam! | Oct 13 03:22:03.144 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 13 03:22:03.144 INFO kablam! | ^^^^ Oct 13 03:22:03.144 INFO kablam! | Oct 13 03:22:03.144 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 03:22:03.144 INFO kablam! Oct 13 03:22:03.144 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 03:22:03.144 INFO kablam! --> src/server.rs:7:28 Oct 13 03:22:03.144 INFO kablam! | Oct 13 03:22:03.144 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 13 03:22:03.144 INFO kablam! | ^^ Oct 13 03:22:03.144 INFO kablam! Oct 13 03:22:03.144 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 13 03:22:03.144 INFO kablam! --> src/server.rs:31:30 Oct 13 03:22:03.144 INFO kablam! | Oct 13 03:22:03.144 INFO kablam! 31 | let upload = copy(server_reader, client_writer); Oct 13 03:22:03.144 INFO kablam! | ^^^^ Oct 13 03:22:03.144 INFO kablam! Oct 13 03:22:03.144 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 13 03:22:03.144 INFO kablam! --> src/server.rs:32:32 Oct 13 03:22:03.144 INFO kablam! | Oct 13 03:22:03.144 INFO kablam! 32 | let download = copy(client_reader, server_writer); Oct 13 03:22:03.144 INFO kablam! | ^^^^ Oct 13 03:22:03.144 INFO kablam! Oct 13 03:22:03.240 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 13 03:22:03.240 INFO kablam! --> src/server.rs:23:86 Oct 13 03:22:03.240 INFO kablam! | Oct 13 03:22:03.240 INFO kablam! 23 | let client_pair = TcpStream::connect(&fwd_addr, &handle).map(|socket| socket.split()); Oct 13 03:22:03.240 INFO kablam! | ^^^^^ Oct 13 03:22:03.240 INFO kablam! Oct 13 03:22:03.240 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 13 03:22:03.240 INFO kablam! --> src/server.rs:30:68 Oct 13 03:22:03.240 INFO kablam! | Oct 13 03:22:03.240 INFO kablam! 30 | let (server_reader, server_writer) = server_socket.split(); Oct 13 03:22:03.240 INFO kablam! | ^^^^^ Oct 13 03:22:03.240 INFO kablam! Oct 13 03:22:03.625 INFO kablam! warning: unused `#[macro_use]` import Oct 13 03:22:03.625 INFO kablam! --> src/main.rs:5:1 Oct 13 03:22:03.625 INFO kablam! | Oct 13 03:22:03.625 INFO kablam! 5 | #[macro_use] Oct 13 03:22:03.625 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:22:03.625 INFO kablam! | Oct 13 03:22:03.625 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:22:03.625 INFO kablam! Oct 13 03:22:03.638 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 13 03:22:03.638 INFO kablam! --> src/server.rs:7:22 Oct 13 03:22:03.638 INFO kablam! | Oct 13 03:22:03.638 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 13 03:22:03.638 INFO kablam! | ^^^^ Oct 13 03:22:03.639 INFO kablam! | Oct 13 03:22:03.639 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 03:22:03.639 INFO kablam! Oct 13 03:22:03.639 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 03:22:03.639 INFO kablam! --> src/server.rs:7:28 Oct 13 03:22:03.639 INFO kablam! | Oct 13 03:22:03.639 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 13 03:22:03.639 INFO kablam! | ^^ Oct 13 03:22:03.639 INFO kablam! Oct 13 03:22:03.639 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 13 03:22:03.639 INFO kablam! --> src/server.rs:31:30 Oct 13 03:22:03.639 INFO kablam! | Oct 13 03:22:03.639 INFO kablam! 31 | let upload = copy(server_reader, client_writer); Oct 13 03:22:03.639 INFO kablam! | ^^^^ Oct 13 03:22:03.639 INFO kablam! Oct 13 03:22:03.639 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 13 03:22:03.639 INFO kablam! --> src/server.rs:32:32 Oct 13 03:22:03.639 INFO kablam! | Oct 13 03:22:03.639 INFO kablam! 32 | let download = copy(client_reader, server_writer); Oct 13 03:22:03.639 INFO kablam! | ^^^^ Oct 13 03:22:03.639 INFO kablam! Oct 13 03:22:03.685 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 13 03:22:03.685 INFO kablam! --> src/server.rs:23:86 Oct 13 03:22:03.685 INFO kablam! | Oct 13 03:22:03.685 INFO kablam! 23 | let client_pair = TcpStream::connect(&fwd_addr, &handle).map(|socket| socket.split()); Oct 13 03:22:03.685 INFO kablam! | ^^^^^ Oct 13 03:22:03.685 INFO kablam! Oct 13 03:22:03.686 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 13 03:22:03.686 INFO kablam! --> src/server.rs:30:68 Oct 13 03:22:03.686 INFO kablam! | Oct 13 03:22:03.686 INFO kablam! 30 | let (server_reader, server_writer) = server_socket.split(); Oct 13 03:22:03.686 INFO kablam! | ^^^^^ Oct 13 03:22:03.686 INFO kablam! Oct 13 03:22:03.761 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.40s Oct 13 03:22:03.766 INFO kablam! su: No module specific data is present Oct 13 03:22:04.907 INFO running `"docker" "rm" "-f" "b7ef8e7e0e9b27324991c8b5fffbab5f257f3040d7190c1c364476c164df42f3"` Oct 13 03:22:05.188 INFO blam! b7ef8e7e0e9b27324991c8b5fffbab5f257f3040d7190c1c364476c164df42f3