Oct 11 05:20:05.365 INFO testing Nercury/tokio-proxy-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:20:05.365 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:20:05.365 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:20:05.827 INFO blam! ce0064ab16eac59cc9d39a64271c1f79bf1bcd1aa936ee74f867ed5d2774d6a0 Oct 11 05:20:05.829 INFO running `"docker" "start" "-a" "ce0064ab16eac59cc9d39a64271c1f79bf1bcd1aa936ee74f867ed5d2774d6a0"` Oct 11 05:20:07.108 INFO kablam! usermod: no changes Oct 11 05:20:07.268 INFO kablam! Compiling clap v2.24.1 Oct 11 05:20:27.972 INFO kablam! Compiling mio-proxy-rs v0.1.0 (/source) Oct 11 05:20:31.060 INFO kablam! warning: unused `#[macro_use]` import Oct 11 05:20:31.060 INFO kablam! --> src/main.rs:5:1 Oct 11 05:20:31.060 INFO kablam! | Oct 11 05:20:31.060 INFO kablam! 5 | #[macro_use] Oct 11 05:20:31.060 INFO kablam! | ^^^^^^^^^^^^ Oct 11 05:20:31.060 INFO kablam! | Oct 11 05:20:31.060 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:20:31.060 INFO kablam! Oct 11 05:20:31.060 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 11 05:20:31.062 INFO kablam! --> src/server.rs:7:22 Oct 11 05:20:31.063 INFO kablam! | Oct 11 05:20:31.063 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 11 05:20:31.063 INFO kablam! | ^^^^ Oct 11 05:20:31.063 INFO kablam! | Oct 11 05:20:31.064 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 05:20:31.064 INFO kablam! Oct 11 05:20:31.064 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 11 05:20:31.064 INFO kablam! --> src/server.rs:7:28 Oct 11 05:20:31.065 INFO kablam! | Oct 11 05:20:31.065 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 11 05:20:31.065 INFO kablam! | ^^ Oct 11 05:20:31.065 INFO kablam! Oct 11 05:20:31.066 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 11 05:20:31.066 INFO kablam! --> src/server.rs:31:30 Oct 11 05:20:31.066 INFO kablam! | Oct 11 05:20:31.067 INFO kablam! 31 | let upload = copy(server_reader, client_writer); Oct 11 05:20:31.067 INFO kablam! | ^^^^ Oct 11 05:20:31.067 INFO kablam! Oct 11 05:20:31.067 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 11 05:20:31.067 INFO kablam! --> src/server.rs:32:32 Oct 11 05:20:31.068 INFO kablam! | Oct 11 05:20:31.068 INFO kablam! 32 | let download = copy(client_reader, server_writer); Oct 11 05:20:31.068 INFO kablam! | ^^^^ Oct 11 05:20:31.068 INFO kablam! Oct 11 05:20:31.140 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 11 05:20:31.141 INFO kablam! --> src/server.rs:23:86 Oct 11 05:20:31.141 INFO kablam! | Oct 11 05:20:31.141 INFO kablam! 23 | let client_pair = TcpStream::connect(&fwd_addr, &handle).map(|socket| socket.split()); Oct 11 05:20:31.141 INFO kablam! | ^^^^^ Oct 11 05:20:31.142 INFO kablam! Oct 11 05:20:31.142 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 11 05:20:31.142 INFO kablam! --> src/server.rs:30:68 Oct 11 05:20:31.142 INFO kablam! | Oct 11 05:20:31.143 INFO kablam! 30 | let (server_reader, server_writer) = server_socket.split(); Oct 11 05:20:31.143 INFO kablam! | ^^^^^ Oct 11 05:20:31.143 INFO kablam! Oct 11 05:20:33.884 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.74s Oct 11 05:20:33.902 INFO kablam! su: No module specific data is present Oct 11 05:20:34.585 INFO running `"docker" "rm" "-f" "ce0064ab16eac59cc9d39a64271c1f79bf1bcd1aa936ee74f867ed5d2774d6a0"` Oct 11 05:20:34.894 INFO blam! ce0064ab16eac59cc9d39a64271c1f79bf1bcd1aa936ee74f867ed5d2774d6a0 Oct 11 05:20:34.898 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:20:34.898 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:20:35.425 INFO blam! 50c7021235d1857e442d023307a476e6882573ae9247af6471aecd6e893d6ea3 Oct 11 05:20:35.432 INFO running `"docker" "start" "-a" "50c7021235d1857e442d023307a476e6882573ae9247af6471aecd6e893d6ea3"` Oct 11 05:20:36.611 INFO kablam! usermod: no changes Oct 11 05:20:36.759 INFO kablam! Compiling mio-proxy-rs v0.1.0 (/source) Oct 11 05:20:39.744 INFO kablam! warning: unused `#[macro_use]` import Oct 11 05:20:39.744 INFO kablam! --> src/main.rs:5:1 Oct 11 05:20:39.744 INFO kablam! | Oct 11 05:20:39.744 INFO kablam! 5 | #[macro_use] Oct 11 05:20:39.744 INFO kablam! | ^^^^^^^^^^^^ Oct 11 05:20:39.744 INFO kablam! | Oct 11 05:20:39.744 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:20:39.744 INFO kablam! Oct 11 05:20:39.753 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 11 05:20:39.754 INFO kablam! --> src/server.rs:7:22 Oct 11 05:20:39.755 INFO kablam! | Oct 11 05:20:39.755 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 11 05:20:39.756 INFO kablam! | ^^^^ Oct 11 05:20:39.756 INFO kablam! | Oct 11 05:20:39.757 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 05:20:39.757 INFO kablam! Oct 11 05:20:39.757 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 11 05:20:39.757 INFO kablam! --> src/server.rs:7:28 Oct 11 05:20:39.757 INFO kablam! | Oct 11 05:20:39.757 INFO kablam! 7 | use tokio_core::io::{copy, Io}; Oct 11 05:20:39.757 INFO kablam! | ^^ Oct 11 05:20:39.757 INFO kablam! Oct 11 05:20:39.757 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 11 05:20:39.757 INFO kablam! --> src/server.rs:31:30 Oct 11 05:20:39.757 INFO kablam! | Oct 11 05:20:39.757 INFO kablam! 31 | let upload = copy(server_reader, client_writer); Oct 11 05:20:39.757 INFO kablam! | ^^^^ Oct 11 05:20:39.757 INFO kablam! Oct 11 05:20:39.757 INFO kablam! warning: use of deprecated item 'tokio_core::io::copy': moved to the `tokio-io` crate Oct 11 05:20:39.757 INFO kablam! --> src/server.rs:32:32 Oct 11 05:20:39.757 INFO kablam! | Oct 11 05:20:39.757 INFO kablam! 32 | let download = copy(client_reader, server_writer); Oct 11 05:20:39.757 INFO kablam! | ^^^^ Oct 11 05:20:39.757 INFO kablam! Oct 11 05:20:39.799 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 11 05:20:39.801 INFO kablam! --> src/server.rs:23:86 Oct 11 05:20:39.801 INFO kablam! | Oct 11 05:20:39.801 INFO kablam! 23 | let client_pair = TcpStream::connect(&fwd_addr, &handle).map(|socket| socket.split()); Oct 11 05:20:39.801 INFO kablam! | ^^^^^ Oct 11 05:20:39.801 INFO kablam! Oct 11 05:20:39.802 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::split': moved to the `tokio-io` crate Oct 11 05:20:39.802 INFO kablam! --> src/server.rs:30:68 Oct 11 05:20:39.802 INFO kablam! | Oct 11 05:20:39.802 INFO kablam! 30 | let (server_reader, server_writer) = server_socket.split(); Oct 11 05:20:39.803 INFO kablam! | ^^^^^ Oct 11 05:20:39.803 INFO kablam! Oct 11 05:20:40.324 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.66s Oct 11 05:20:40.324 INFO kablam! su: No module specific data is present Oct 11 05:20:40.980 INFO running `"docker" "rm" "-f" "50c7021235d1857e442d023307a476e6882573ae9247af6471aecd6e893d6ea3"` Oct 11 05:20:41.241 INFO blam! 50c7021235d1857e442d023307a476e6882573ae9247af6471aecd6e893d6ea3 Oct 11 05:20:41.252 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:20:41.252 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:20:41.925 INFO blam! bf48ad63ea332acca746f6c5ed78ae8012162ea25877e3718dafd9b8fa5e0cea Oct 11 05:20:41.927 INFO running `"docker" "start" "-a" "bf48ad63ea332acca746f6c5ed78ae8012162ea25877e3718dafd9b8fa5e0cea"` Oct 11 05:20:43.009 INFO kablam! usermod: no changes Oct 11 05:20:43.188 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 11 05:20:43.189 INFO blam! Oct 11 05:20:43.189 INFO kablam! Running /target/debug/deps/mio_proxy_rs-533bd5f4a9b6207d Oct 11 05:20:43.189 INFO blam! running 0 tests Oct 11 05:20:43.190 INFO blam! Oct 11 05:20:43.190 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:20:43.190 INFO blam! Oct 11 05:20:43.197 INFO kablam! su: No module specific data is present Oct 11 05:20:43.691 INFO running `"docker" "rm" "-f" "bf48ad63ea332acca746f6c5ed78ae8012162ea25877e3718dafd9b8fa5e0cea"` Oct 11 05:20:43.936 INFO blam! bf48ad63ea332acca746f6c5ed78ae8012162ea25877e3718dafd9b8fa5e0cea