Oct 15 08:19:10.513 INFO testing Nercury/tokio-proxy-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 08:19:10.515 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:11.009 INFO blam! fd9175d47518de4eea7ad0c48f76e135d4abe747f1ded078d97c05bca4e8e529 Oct 15 08:19:11.011 INFO running `"docker" "start" "-a" "fd9175d47518de4eea7ad0c48f76e135d4abe747f1ded078d97c05bca4e8e529"` Oct 15 08:19:13.307 INFO kablam! usermod: no changes Oct 15 08:19:13.491 INFO kablam! Compiling env_logger v0.3.5 Oct 15 08:19:14.989 INFO kablam! Compiling mio-proxy-rs v0.1.0 (/source) Oct 15 08:19:16.647 INFO kablam! warning: unused `#[macro_use]` import Oct 15 08:19:16.648 INFO kablam! --> src/main.rs:5:1 Oct 15 08:19:16.649 INFO kablam! | Oct 15 08:19:16.649 INFO kablam! 5 | #[macro_use] Oct 15 08:19:16.650 INFO kablam! | ^^^^^^^^^^^^ Oct 15 08:19:16.650 INFO kablam! | Oct 15 08:19:16.651 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:19:16.652 INFO kablam! Oct 15 08:19:16.655 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 15 08:19:16.655 INFO kablam! --> src/server.rs:7:22 Oct 15 08:19:16.656 INFO kablam! | Oct 15 08:19:16.657 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 15 08:19:16.657 INFO kablam! | ^^^^ Oct 15 08:19:16.658 INFO kablam! | Oct 15 08:19:16.659 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 08:19:16.659 INFO kablam! Oct 15 08:19:16.660 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 15 08:19:16.660 INFO kablam! --> src/server.rs:7:28 Oct 15 08:19:16.661 INFO kablam! | Oct 15 08:19:16.662 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 15 08:19:16.662 INFO kablam! | ^^ Oct 15 08:19:16.663 INFO kablam! Oct 15 08:19:16.663 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 15 08:19:16.664 INFO kablam! --> src/server.rs:31:30 Oct 15 08:19:16.665 INFO kablam! | Oct 15 08:19:16.666 INFO kablam! 31 | let upload = copy(server_reader, client_writer); Oct 15 08:19:16.667 INFO kablam! | ^^^^ Oct 15 08:19:16.667 INFO kablam! Oct 15 08:19:16.667 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 15 08:19:16.667 INFO kablam! --> src/server.rs:32:32 Oct 15 08:19:16.667 INFO kablam! | Oct 15 08:19:16.667 INFO kablam! 32 | let download = copy(client_reader, server_writer); Oct 15 08:19:16.667 INFO kablam! | ^^^^ Oct 15 08:19:16.667 INFO kablam! Oct 15 08:19:16.727 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 15 08:19:16.727 INFO kablam! --> src/server.rs:23:86 Oct 15 08:19:16.727 INFO kablam! | Oct 15 08:19:16.727 INFO kablam! 23 | let client_pair = TcpStream::connect(&fwd_addr, &handle).map(|socket| socket.split()); Oct 15 08:19:16.727 INFO kablam! | ^^^^^ Oct 15 08:19:16.727 INFO kablam! Oct 15 08:19:16.732 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 15 08:19:16.732 INFO kablam! --> src/server.rs:30:68 Oct 15 08:19:16.732 INFO kablam! | Oct 15 08:19:16.732 INFO kablam! 30 | let (server_reader, server_writer) = server_socket.split(); Oct 15 08:19:16.732 INFO kablam! | ^^^^^ Oct 15 08:19:16.732 INFO kablam! Oct 15 08:19:19.355 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.02s Oct 15 08:19:19.355 INFO kablam! su: No module specific data is present Oct 15 08:19:20.714 INFO running `"docker" "rm" "-f" "fd9175d47518de4eea7ad0c48f76e135d4abe747f1ded078d97c05bca4e8e529"` Oct 15 08:19:20.997 INFO blam! fd9175d47518de4eea7ad0c48f76e135d4abe747f1ded078d97c05bca4e8e529 Oct 15 08:19:21.015 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:21.449 INFO blam! 7f1482c154711f017080e530e84e09a3e36cc3f464724249653abfd34f390319 Oct 15 08:19:21.451 INFO running `"docker" "start" "-a" "7f1482c154711f017080e530e84e09a3e36cc3f464724249653abfd34f390319"` Oct 15 08:19:22.632 INFO kablam! usermod: no changes Oct 15 08:19:22.778 INFO kablam! Compiling mio-proxy-rs v0.1.0 (/source) Oct 15 08:19:24.355 INFO kablam! warning: unused `#[macro_use]` import Oct 15 08:19:24.355 INFO kablam! --> src/main.rs:5:1 Oct 15 08:19:24.355 INFO kablam! | Oct 15 08:19:24.355 INFO kablam! 5 | #[macro_use] Oct 15 08:19:24.355 INFO kablam! | ^^^^^^^^^^^^ Oct 15 08:19:24.355 INFO kablam! | Oct 15 08:19:24.355 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:19:24.355 INFO kablam! Oct 15 08:19:24.364 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 15 08:19:24.364 INFO kablam! --> src/server.rs:7:22 Oct 15 08:19:24.364 INFO kablam! | Oct 15 08:19:24.364 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 15 08:19:24.364 INFO kablam! | ^^^^ Oct 15 08:19:24.364 INFO kablam! | Oct 15 08:19:24.364 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 08:19:24.364 INFO kablam! Oct 15 08:19:24.364 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 15 08:19:24.364 INFO kablam! --> src/server.rs:7:28 Oct 15 08:19:24.364 INFO kablam! | Oct 15 08:19:24.364 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 15 08:19:24.364 INFO kablam! | ^^ Oct 15 08:19:24.364 INFO kablam! Oct 15 08:19:24.364 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 15 08:19:24.364 INFO kablam! --> src/server.rs:31:30 Oct 15 08:19:24.364 INFO kablam! | Oct 15 08:19:24.364 INFO kablam! 31 | let upload = copy(server_reader, client_writer); Oct 15 08:19:24.364 INFO kablam! | ^^^^ Oct 15 08:19:24.364 INFO kablam! Oct 15 08:19:24.364 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 15 08:19:24.364 INFO kablam! --> src/server.rs:32:32 Oct 15 08:19:24.364 INFO kablam! | Oct 15 08:19:24.364 INFO kablam! 32 | let download = copy(client_reader, server_writer); Oct 15 08:19:24.364 INFO kablam! | ^^^^ Oct 15 08:19:24.364 INFO kablam! Oct 15 08:19:24.427 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 15 08:19:24.427 INFO kablam! --> src/server.rs:23:86 Oct 15 08:19:24.427 INFO kablam! | Oct 15 08:19:24.427 INFO kablam! 23 | let client_pair = TcpStream::connect(&fwd_addr, &handle).map(|socket| socket.split()); Oct 15 08:19:24.427 INFO kablam! | ^^^^^ Oct 15 08:19:24.427 INFO kablam! Oct 15 08:19:24.435 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 15 08:19:24.435 INFO kablam! --> src/server.rs:30:68 Oct 15 08:19:24.435 INFO kablam! | Oct 15 08:19:24.435 INFO kablam! 30 | let (server_reader, server_writer) = server_socket.split(); Oct 15 08:19:24.435 INFO kablam! | ^^^^^ Oct 15 08:19:24.435 INFO kablam! Oct 15 08:19:25.019 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.36s Oct 15 08:19:25.029 INFO kablam! su: No module specific data is present Oct 15 08:19:25.996 INFO running `"docker" "rm" "-f" "7f1482c154711f017080e530e84e09a3e36cc3f464724249653abfd34f390319"` Oct 15 08:19:26.285 INFO blam! 7f1482c154711f017080e530e84e09a3e36cc3f464724249653abfd34f390319 Oct 15 08:19:26.291 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:26.797 INFO blam! ae939c07e48d9f94abcbe35fffda3b6fbdafe1cb9d3af943ef3fab8c24de8918 Oct 15 08:19:26.800 INFO running `"docker" "start" "-a" "ae939c07e48d9f94abcbe35fffda3b6fbdafe1cb9d3af943ef3fab8c24de8918"` Oct 15 08:19:28.666 INFO kablam! usermod: no changes Oct 15 08:19:28.818 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 15 08:19:28.833 INFO kablam! Running /target/debug/deps/mio_proxy_rs-ad92193a2ceaa447 Oct 15 08:19:28.844 INFO blam! Oct 15 08:19:28.844 INFO blam! running 0 tests Oct 15 08:19:28.844 INFO blam! Oct 15 08:19:28.844 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:19:28.844 INFO blam! Oct 15 08:19:28.848 INFO kablam! su: No module specific data is present Oct 15 08:19:30.057 INFO running `"docker" "rm" "-f" "ae939c07e48d9f94abcbe35fffda3b6fbdafe1cb9d3af943ef3fab8c24de8918"` Oct 15 08:19:30.396 INFO blam! ae939c07e48d9f94abcbe35fffda3b6fbdafe1cb9d3af943ef3fab8c24de8918