Oct 27 10:29:23.689 INFO checking Nercury/tokio-proxy-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 10:29:23.691 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/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 27 10:29:24.163 INFO blam! 78bf36285f5dd4aa7dc884f81c5d444b60c3fc1d8ee837311bcc4fcc7172c2ea Oct 27 10:29:24.175 INFO running `"docker" "start" "-a" "78bf36285f5dd4aa7dc884f81c5d444b60c3fc1d8ee837311bcc4fcc7172c2ea"` Oct 27 10:29:25.701 INFO kablam! usermod: no changes Oct 27 10:29:25.907 INFO kablam! Checking memchr v0.1.11 Oct 27 10:29:25.907 INFO kablam! Checking net2 v0.2.29 Oct 27 10:29:25.907 INFO kablam! Checking bytes v0.4.3 Oct 27 10:29:25.907 INFO kablam! Checking clap v2.24.1 Oct 27 10:29:25.907 INFO kablam! Checking thread-id v2.0.0 Oct 27 10:29:28.095 INFO kablam! Checking thread_local v0.2.7 Oct 27 10:29:28.484 INFO kablam! Checking aho-corasick v0.5.3 Oct 27 10:29:29.991 INFO kablam! Checking mio v0.6.7 Oct 27 10:29:31.571 INFO kablam! Checking tokio-io v0.1.1 Oct 27 10:29:32.395 INFO kablam! Checking regex v0.1.80 Oct 27 10:29:36.983 INFO kablam! Checking tokio-core v0.1.7 Oct 27 10:29:39.223 INFO kablam! Checking env_logger v0.3.5 Oct 27 10:29:42.402 INFO kablam! Checking mio-proxy-rs v0.1.0 (/source) Oct 27 10:29:44.639 INFO kablam! warning: unused `#[macro_use]` import Oct 27 10:29:44.639 INFO kablam! --> src/main.rs:5:1 Oct 27 10:29:44.639 INFO kablam! | Oct 27 10:29:44.639 INFO kablam! 5 | #[macro_use] Oct 27 10:29:44.639 INFO kablam! | ^^^^^^^^^^^^ Oct 27 10:29:44.639 INFO kablam! | Oct 27 10:29:44.639 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:29:44.639 INFO kablam! Oct 27 10:29:44.643 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 27 10:29:44.643 INFO kablam! --> src/server.rs:7:22 Oct 27 10:29:44.643 INFO kablam! | Oct 27 10:29:44.643 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 27 10:29:44.643 INFO kablam! | ^^^^ Oct 27 10:29:44.643 INFO kablam! | Oct 27 10:29:44.643 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 10:29:44.643 INFO kablam! Oct 27 10:29:44.643 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 27 10:29:44.643 INFO kablam! --> src/server.rs:7:28 Oct 27 10:29:44.643 INFO kablam! | Oct 27 10:29:44.643 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 27 10:29:44.643 INFO kablam! | ^^ Oct 27 10:29:44.643 INFO kablam! Oct 27 10:29:44.643 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 27 10:29:44.643 INFO kablam! --> src/server.rs:31:30 Oct 27 10:29:44.643 INFO kablam! | Oct 27 10:29:44.643 INFO kablam! 31 | let upload = copy(server_reader, client_writer); Oct 27 10:29:44.643 INFO kablam! | ^^^^ Oct 27 10:29:44.643 INFO kablam! Oct 27 10:29:44.643 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 27 10:29:44.643 INFO kablam! --> src/server.rs:32:32 Oct 27 10:29:44.643 INFO kablam! | Oct 27 10:29:44.643 INFO kablam! 32 | let download = copy(client_reader, server_writer); Oct 27 10:29:44.643 INFO kablam! | ^^^^ Oct 27 10:29:44.643 INFO kablam! Oct 27 10:29:44.687 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 27 10:29:44.687 INFO kablam! --> src/server.rs:23:86 Oct 27 10:29:44.687 INFO kablam! | Oct 27 10:29:44.687 INFO kablam! 23 | let client_pair = TcpStream::connect(&fwd_addr, &handle).map(|socket| socket.split()); Oct 27 10:29:44.687 INFO kablam! | ^^^^^ Oct 27 10:29:44.687 INFO kablam! Oct 27 10:29:44.687 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 27 10:29:44.687 INFO kablam! --> src/server.rs:30:68 Oct 27 10:29:44.687 INFO kablam! | Oct 27 10:29:44.687 INFO kablam! 30 | let (server_reader, server_writer) = server_socket.split(); Oct 27 10:29:44.687 INFO kablam! | ^^^^^ Oct 27 10:29:44.687 INFO kablam! Oct 27 10:29:45.105 INFO kablam! warning: unused `#[macro_use]` import Oct 27 10:29:45.106 INFO kablam! --> src/main.rs:5:1 Oct 27 10:29:45.107 INFO kablam! | Oct 27 10:29:45.108 INFO kablam! 5 | #[macro_use] Oct 27 10:29:45.109 INFO kablam! | ^^^^^^^^^^^^ Oct 27 10:29:45.109 INFO kablam! | Oct 27 10:29:45.110 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:29:45.115 INFO kablam! Oct 27 10:29:45.123 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 27 10:29:45.123 INFO kablam! --> src/server.rs:7:22 Oct 27 10:29:45.123 INFO kablam! | Oct 27 10:29:45.123 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 27 10:29:45.123 INFO kablam! | ^^^^ Oct 27 10:29:45.123 INFO kablam! | Oct 27 10:29:45.123 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 10:29:45.123 INFO kablam! Oct 27 10:29:45.123 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 27 10:29:45.123 INFO kablam! --> src/server.rs:7:28 Oct 27 10:29:45.123 INFO kablam! | Oct 27 10:29:45.123 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 27 10:29:45.123 INFO kablam! | ^^ Oct 27 10:29:45.123 INFO kablam! Oct 27 10:29:45.123 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 27 10:29:45.123 INFO kablam! --> src/server.rs:31:30 Oct 27 10:29:45.123 INFO kablam! | Oct 27 10:29:45.123 INFO kablam! 31 | let upload = copy(server_reader, client_writer); Oct 27 10:29:45.123 INFO kablam! | ^^^^ Oct 27 10:29:45.123 INFO kablam! Oct 27 10:29:45.123 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 27 10:29:45.123 INFO kablam! --> src/server.rs:32:32 Oct 27 10:29:45.123 INFO kablam! | Oct 27 10:29:45.123 INFO kablam! 32 | let download = copy(client_reader, server_writer); Oct 27 10:29:45.123 INFO kablam! | ^^^^ Oct 27 10:29:45.123 INFO kablam! Oct 27 10:29:45.163 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 27 10:29:45.163 INFO kablam! --> src/server.rs:23:86 Oct 27 10:29:45.163 INFO kablam! | Oct 27 10:29:45.163 INFO kablam! 23 | let client_pair = TcpStream::connect(&fwd_addr, &handle).map(|socket| socket.split()); Oct 27 10:29:45.163 INFO kablam! | ^^^^^ Oct 27 10:29:45.163 INFO kablam! Oct 27 10:29:45.163 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 27 10:29:45.163 INFO kablam! --> src/server.rs:30:68 Oct 27 10:29:45.163 INFO kablam! | Oct 27 10:29:45.163 INFO kablam! 30 | let (server_reader, server_writer) = server_socket.split(); Oct 27 10:29:45.163 INFO kablam! | ^^^^^ Oct 27 10:29:45.163 INFO kablam! Oct 27 10:29:45.219 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.48s Oct 27 10:29:45.227 INFO kablam! su: No module specific data is present Oct 27 10:29:46.138 INFO running `"docker" "rm" "-f" "78bf36285f5dd4aa7dc884f81c5d444b60c3fc1d8ee837311bcc4fcc7172c2ea"` Oct 27 10:29:46.463 INFO blam! 78bf36285f5dd4aa7dc884f81c5d444b60c3fc1d8ee837311bcc4fcc7172c2ea