Oct 16 02:42:05.831 INFO testing mio-utun-0.6.19 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 02:42:05.833 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 02:42:06.396 INFO blam! f6583db2ac46ad0c30b83a93b15348df7ccaf60172e3e29f0bf9ef73294cacbf Oct 16 02:42:06.398 INFO running `"docker" "start" "-a" "f6583db2ac46ad0c30b83a93b15348df7ccaf60172e3e29f0bf9ef73294cacbf"` Oct 16 02:42:07.499 INFO kablam! usermod: no changes Oct 16 02:42:07.607 INFO kablam! Compiling mio-utun v0.6.19 (/source) Oct 16 02:42:09.624 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.10s Oct 16 02:42:09.630 INFO kablam! su: No module specific data is present Oct 16 02:42:10.231 INFO running `"docker" "rm" "-f" "f6583db2ac46ad0c30b83a93b15348df7ccaf60172e3e29f0bf9ef73294cacbf"` Oct 16 02:42:10.591 INFO blam! f6583db2ac46ad0c30b83a93b15348df7ccaf60172e3e29f0bf9ef73294cacbf Oct 16 02:42:10.603 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 02:42:11.095 INFO blam! fda8070d1a49b27f553a3155f23fc6a2970bdeb72791f9d5d0923b37e10012b8 Oct 16 02:42:11.107 INFO running `"docker" "start" "-a" "fda8070d1a49b27f553a3155f23fc6a2970bdeb72791f9d5d0923b37e10012b8"` Oct 16 02:42:12.459 INFO kablam! usermod: no changes Oct 16 02:42:12.535 INFO kablam! Compiling mio-utun v0.6.19 (/source) Oct 16 02:42:14.039 INFO kablam! warning: unused import: `Write` Oct 16 02:42:14.039 INFO kablam! --> tests/echo.rs:4:21 Oct 16 02:42:14.039 INFO kablam! | Oct 16 02:42:14.039 INFO kablam! 4 | use std::io::{self, Write, Read}; Oct 16 02:42:14.039 INFO kablam! | ^^^^^ Oct 16 02:42:14.039 INFO kablam! | Oct 16 02:42:14.039 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 02:42:14.039 INFO kablam! Oct 16 02:42:14.039 INFO kablam! warning: unused import: `std::io::ErrorKind::WouldBlock` Oct 16 02:42:14.039 INFO kablam! --> tests/echo.rs:5:5 Oct 16 02:42:14.039 INFO kablam! | Oct 16 02:42:14.039 INFO kablam! 5 | use std::io::ErrorKind::WouldBlock; Oct 16 02:42:14.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:42:14.039 INFO kablam! Oct 16 02:42:14.039 INFO kablam! warning: unused macro definition Oct 16 02:42:14.039 INFO kablam! --> tests/echo.rs:10:1 Oct 16 02:42:14.039 INFO kablam! | Oct 16 02:42:14.039 INFO kablam! 10 | / macro_rules! t { Oct 16 02:42:14.039 INFO kablam! 11 | | ($e:expr) => (match $e { Oct 16 02:42:14.039 INFO kablam! 12 | | Ok(e) => e, Oct 16 02:42:14.039 INFO kablam! 13 | | Err(e) => panic!("{} failed with {}", stringify!($e), e), Oct 16 02:42:14.039 INFO kablam! 14 | | }) Oct 16 02:42:14.039 INFO kablam! 15 | | } Oct 16 02:42:14.039 INFO kablam! | |_^ Oct 16 02:42:14.039 INFO kablam! | Oct 16 02:42:14.039 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 02:42:14.039 INFO kablam! Oct 16 02:42:14.091 INFO kablam! warning: constant item is never used: `SERVER` Oct 16 02:42:14.091 INFO kablam! --> tests/echo.rs:19:5 Oct 16 02:42:14.091 INFO kablam! | Oct 16 02:42:14.091 INFO kablam! 19 | const SERVER: Token = Token(0); Oct 16 02:42:14.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:42:14.091 INFO kablam! | Oct 16 02:42:14.091 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 02:42:14.091 INFO kablam! Oct 16 02:42:15.329 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.86s Oct 16 02:42:15.338 INFO kablam! su: No module specific data is present Oct 16 02:42:16.166 INFO running `"docker" "rm" "-f" "fda8070d1a49b27f553a3155f23fc6a2970bdeb72791f9d5d0923b37e10012b8"` Oct 16 02:42:16.518 INFO blam! fda8070d1a49b27f553a3155f23fc6a2970bdeb72791f9d5d0923b37e10012b8