Oct 15 08:19:30.496 INFO testing Nercury/tokio-proxy-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:19:30.496 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 08:19:30.912 INFO blam! e12ec77a77d14a25449db6a37e167228f6650a447c6285a9f2373d1020a6f128 Oct 15 08:19:30.914 INFO running `"docker" "start" "-a" "e12ec77a77d14a25449db6a37e167228f6650a447c6285a9f2373d1020a6f128"` Oct 15 08:19:32.678 INFO kablam! usermod: no changes Oct 15 08:19:32.803 INFO kablam! Compiling env_logger v0.3.5 Oct 15 08:19:34.367 INFO kablam! Compiling mio-proxy-rs v0.1.0 (/source) Oct 15 08:19:36.096 INFO kablam! warning: unused `#[macro_use]` import Oct 15 08:19:36.096 INFO kablam! --> src/main.rs:5:1 Oct 15 08:19:36.096 INFO kablam! | Oct 15 08:19:36.097 INFO kablam! 5 | #[macro_use] Oct 15 08:19:36.097 INFO kablam! | ^^^^^^^^^^^^ Oct 15 08:19:36.097 INFO kablam! | Oct 15 08:19:36.098 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:19:36.098 INFO kablam! Oct 15 08:19:36.107 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 15 08:19:36.111 INFO kablam! --> src/server.rs:7:22 Oct 15 08:19:36.111 INFO kablam! | Oct 15 08:19:36.111 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 15 08:19:36.112 INFO kablam! | ^^^^ Oct 15 08:19:36.112 INFO kablam! | Oct 15 08:19:36.112 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 08:19:36.113 INFO kablam! Oct 15 08:19:36.113 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 15 08:19:36.113 INFO kablam! --> src/server.rs:7:28 Oct 15 08:19:36.114 INFO kablam! | Oct 15 08:19:36.114 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 15 08:19:36.114 INFO kablam! | ^^ Oct 15 08:19:36.115 INFO kablam! Oct 15 08:19:36.115 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 15 08:19:36.115 INFO kablam! --> src/server.rs:31:30 Oct 15 08:19:36.116 INFO kablam! | Oct 15 08:19:36.116 INFO kablam! 31 | let upload = copy(server_reader, client_writer); Oct 15 08:19:36.116 INFO kablam! | ^^^^ Oct 15 08:19:36.117 INFO kablam! Oct 15 08:19:36.117 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 15 08:19:36.117 INFO kablam! --> src/server.rs:32:32 Oct 15 08:19:36.117 INFO kablam! | Oct 15 08:19:36.118 INFO kablam! 32 | let download = copy(client_reader, server_writer); Oct 15 08:19:36.118 INFO kablam! | ^^^^ Oct 15 08:19:36.118 INFO kablam! Oct 15 08:19:36.179 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 15 08:19:36.179 INFO kablam! --> src/server.rs:23:86 Oct 15 08:19:36.179 INFO kablam! | Oct 15 08:19:36.179 INFO kablam! 23 | let client_pair = TcpStream::connect(&fwd_addr, &handle).map(|socket| socket.split()); Oct 15 08:19:36.179 INFO kablam! | ^^^^^ Oct 15 08:19:36.179 INFO kablam! Oct 15 08:19:36.179 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 15 08:19:36.179 INFO kablam! --> src/server.rs:30:68 Oct 15 08:19:36.179 INFO kablam! | Oct 15 08:19:36.179 INFO kablam! 30 | let (server_reader, server_writer) = server_socket.split(); Oct 15 08:19:36.179 INFO kablam! | ^^^^^ Oct 15 08:19:36.179 INFO kablam! Oct 15 08:19:38.956 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.25s Oct 15 08:19:38.963 INFO kablam! su: No module specific data is present Oct 15 08:19:40.252 INFO running `"docker" "rm" "-f" "e12ec77a77d14a25449db6a37e167228f6650a447c6285a9f2373d1020a6f128"` Oct 15 08:19:40.599 INFO blam! e12ec77a77d14a25449db6a37e167228f6650a447c6285a9f2373d1020a6f128 Oct 15 08:19:40.615 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 08:19:41.211 INFO blam! ab3050e79e04641d6fa750e106f901e7217bc725ad8fa0c8514c7b384fdfe244 Oct 15 08:19:41.223 INFO running `"docker" "start" "-a" "ab3050e79e04641d6fa750e106f901e7217bc725ad8fa0c8514c7b384fdfe244"` Oct 15 08:19:42.758 INFO kablam! usermod: no changes Oct 15 08:19:42.961 INFO kablam! Compiling mio-proxy-rs v0.1.0 (/source) Oct 15 08:19:44.684 INFO kablam! warning: unused `#[macro_use]` import Oct 15 08:19:44.684 INFO kablam! --> src/main.rs:5:1 Oct 15 08:19:44.684 INFO kablam! | Oct 15 08:19:44.684 INFO kablam! 5 | #[macro_use] Oct 15 08:19:44.684 INFO kablam! | ^^^^^^^^^^^^ Oct 15 08:19:44.684 INFO kablam! | Oct 15 08:19:44.684 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:19:44.684 INFO kablam! Oct 15 08:19:44.696 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 15 08:19:44.697 INFO kablam! --> src/server.rs:7:22 Oct 15 08:19:44.697 INFO kablam! | Oct 15 08:19:44.697 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 15 08:19:44.697 INFO kablam! | ^^^^ Oct 15 08:19:44.697 INFO kablam! | Oct 15 08:19:44.697 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 08:19:44.697 INFO kablam! Oct 15 08:19:44.697 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 15 08:19:44.697 INFO kablam! --> src/server.rs:7:28 Oct 15 08:19:44.697 INFO kablam! | Oct 15 08:19:44.697 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 15 08:19:44.697 INFO kablam! | ^^ Oct 15 08:19:44.697 INFO kablam! Oct 15 08:19:44.697 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 15 08:19:44.697 INFO kablam! --> src/server.rs:31:30 Oct 15 08:19:44.697 INFO kablam! | Oct 15 08:19:44.697 INFO kablam! 31 | let upload = copy(server_reader, client_writer); Oct 15 08:19:44.697 INFO kablam! | ^^^^ Oct 15 08:19:44.697 INFO kablam! Oct 15 08:19:44.697 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 15 08:19:44.697 INFO kablam! --> src/server.rs:32:32 Oct 15 08:19:44.697 INFO kablam! | Oct 15 08:19:44.697 INFO kablam! 32 | let download = copy(client_reader, server_writer); Oct 15 08:19:44.697 INFO kablam! | ^^^^ Oct 15 08:19:44.697 INFO kablam! Oct 15 08:19:44.744 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 15 08:19:44.744 INFO kablam! --> src/server.rs:23:86 Oct 15 08:19:44.744 INFO kablam! | Oct 15 08:19:44.744 INFO kablam! 23 | let client_pair = TcpStream::connect(&fwd_addr, &handle).map(|socket| socket.split()); Oct 15 08:19:44.744 INFO kablam! | ^^^^^ Oct 15 08:19:44.744 INFO kablam! Oct 15 08:19:44.745 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 15 08:19:44.745 INFO kablam! --> src/server.rs:30:68 Oct 15 08:19:44.745 INFO kablam! | Oct 15 08:19:44.745 INFO kablam! 30 | let (server_reader, server_writer) = server_socket.split(); Oct 15 08:19:44.745 INFO kablam! | ^^^^^ Oct 15 08:19:44.745 INFO kablam! Oct 15 08:19:45.386 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.58s Oct 15 08:19:45.391 INFO kablam! su: No module specific data is present Oct 15 08:19:46.998 INFO running `"docker" "rm" "-f" "ab3050e79e04641d6fa750e106f901e7217bc725ad8fa0c8514c7b384fdfe244"` Oct 15 08:19:47.367 INFO blam! ab3050e79e04641d6fa750e106f901e7217bc725ad8fa0c8514c7b384fdfe244 Oct 15 08:19:47.375 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 08:19:47.722 INFO blam! 6d558bb6ef587c458237950c298ca164e1af5632ebe3cf9bf06ed1a85bc0b382 Oct 15 08:19:47.725 INFO running `"docker" "start" "-a" "6d558bb6ef587c458237950c298ca164e1af5632ebe3cf9bf06ed1a85bc0b382"` Oct 15 08:19:49.015 INFO kablam! usermod: no changes Oct 15 08:19:49.206 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 15 08:19:49.219 INFO kablam! Running /target/debug/deps/mio_proxy_rs-533bd5f4a9b6207d Oct 15 08:19:49.221 INFO blam! Oct 15 08:19:49.221 INFO blam! running 0 tests Oct 15 08:19:49.221 INFO blam! Oct 15 08:19:49.221 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:19:49.222 INFO blam! Oct 15 08:19:49.227 INFO kablam! su: No module specific data is present Oct 15 08:19:49.947 INFO running `"docker" "rm" "-f" "6d558bb6ef587c458237950c298ca164e1af5632ebe3cf9bf06ed1a85bc0b382"` Oct 15 08:19:50.300 INFO blam! 6d558bb6ef587c458237950c298ca164e1af5632ebe3cf9bf06ed1a85bc0b382