Oct 15 16:06:34.878 INFO testing tokio-udp-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:06:34.879 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16:06:35.239 INFO blam! e4669af95b89563121a9b985eb1bc6ba13081b01904240e8e3a372224a2f4999 Oct 15 16:06:35.251 INFO running `"docker" "start" "-a" "e4669af95b89563121a9b985eb1bc6ba13081b01904240e8e3a372224a2f4999"` Oct 15 16:06:36.441 INFO kablam! usermod: no changes Oct 15 16:06:36.587 INFO kablam! Compiling tokio-udp v0.1.2 (/source) Oct 15 16:06:39.632 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.16s Oct 15 16:06:39.639 INFO kablam! su: No module specific data is present Oct 15 16:06:40.506 INFO running `"docker" "rm" "-f" "e4669af95b89563121a9b985eb1bc6ba13081b01904240e8e3a372224a2f4999"` Oct 15 16:06:40.791 INFO blam! e4669af95b89563121a9b985eb1bc6ba13081b01904240e8e3a372224a2f4999 Oct 15 16:06:40.796 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16:06:41.299 INFO blam! eecaa714e72adae8cc3e1c9f68226d24d4796d507a9149e8c68a510ca65602df Oct 15 16:06:41.307 INFO running `"docker" "start" "-a" "eecaa714e72adae8cc3e1c9f68226d24d4796d507a9149e8c68a510ca65602df"` Oct 15 16:06:42.758 INFO kablam! usermod: no changes Oct 15 16:06:42.907 INFO kablam! Compiling env_logger v0.5.13 Oct 15 16:06:44.811 INFO kablam! Compiling tokio-udp v0.1.2 (/source) Oct 15 16:06:47.425 INFO kablam! warning: use of deprecated item 'tokio_udp::UdpSocket::send_to': use poll_send_to instead Oct 15 16:06:47.425 INFO kablam! --> tests/udp.rs:65:16 Oct 15 16:06:47.425 INFO kablam! | Oct 15 16:06:47.426 INFO kablam! 65 | socket.send_to(buf, addr) Oct 15 16:06:47.426 INFO kablam! | ^^^^^^^ Oct 15 16:06:47.426 INFO kablam! | Oct 15 16:06:47.427 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:06:47.427 INFO kablam! Oct 15 16:06:47.427 INFO kablam! warning: use of deprecated item 'tokio_udp::UdpSocket::send': use poll_send instead Oct 15 16:06:47.427 INFO kablam! --> tests/udp.rs:75:16 Oct 15 16:06:47.427 INFO kablam! | Oct 15 16:06:47.427 INFO kablam! 75 | socket.send(buf) Oct 15 16:06:47.427 INFO kablam! | ^^^^ Oct 15 16:06:47.427 INFO kablam! Oct 15 16:06:47.437 INFO kablam! warning: use of deprecated item 'tokio_udp::UdpSocket::recv_from': use poll_recv_from instead Oct 15 16:06:47.437 INFO kablam! --> tests/udp.rs:120:16 Oct 15 16:06:47.437 INFO kablam! | Oct 15 16:06:47.437 INFO kablam! 120 | socket.recv_from(buf).map(|(s, addr)| { Oct 15 16:06:47.437 INFO kablam! | ^^^^^^^^^ Oct 15 16:06:47.437 INFO kablam! Oct 15 16:06:47.442 INFO kablam! warning: use of deprecated item 'tokio_udp::UdpSocket::recv': use poll_recv instead Oct 15 16:06:47.442 INFO kablam! --> tests/udp.rs:132:16 Oct 15 16:06:47.442 INFO kablam! | Oct 15 16:06:47.442 INFO kablam! 132 | socket.recv(buf) Oct 15 16:06:47.442 INFO kablam! | ^^^^ Oct 15 16:06:47.442 INFO kablam! Oct 15 16:06:48.951 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.15s Oct 15 16:06:48.957 INFO kablam! su: No module specific data is present Oct 15 16:06:49.309 INFO running `"docker" "rm" "-f" "eecaa714e72adae8cc3e1c9f68226d24d4796d507a9149e8c68a510ca65602df"` Oct 15 16:06:49.392 INFO blam! eecaa714e72adae8cc3e1c9f68226d24d4796d507a9149e8c68a510ca65602df Oct 15 16:06:49.399 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16:06:49.623 INFO blam! 4ce88e64af78416bda50837d1a578b77b20cc4e724d1765390c2fd2aa8d75452 Oct 15 16:06:49.625 INFO running `"docker" "start" "-a" "4ce88e64af78416bda50837d1a578b77b20cc4e724d1765390c2fd2aa8d75452"` Oct 15 16:06:50.175 INFO kablam! usermod: no changes Oct 15 16:06:50.252 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 16:06:50.265 INFO kablam! Running /target/debug/deps/tokio_udp-9dfc98b1413300fc Oct 15 16:06:50.281 INFO blam! Oct 15 16:06:50.281 INFO blam! running 0 tests Oct 15 16:06:50.281 INFO kablam! Running /target/debug/deps/udp-7ee9c3cfffd43542 Oct 15 16:06:50.281 INFO blam! Oct 15 16:06:50.281 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:06:50.281 INFO blam! Oct 15 16:06:50.284 INFO blam! Oct 15 16:06:50.284 INFO blam! running 4 tests Oct 15 16:06:50.285 INFO blam! test send_dgrams ... ok Oct 15 16:06:50.285 INFO blam! test send_and_recv ... ok Oct 15 16:06:50.285 INFO blam! test send_to_and_recv_from ... ok Oct 15 16:06:50.295 INFO blam! test send_framed ... ok Oct 15 16:06:50.296 INFO kablam! Doc-tests tokio-udp Oct 15 16:06:50.296 INFO blam! Oct 15 16:06:50.296 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:06:50.297 INFO blam! Oct 15 16:06:52.842 INFO blam! Oct 15 16:06:52.842 INFO blam! running 0 tests Oct 15 16:06:52.842 INFO blam! Oct 15 16:06:52.842 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:06:52.842 INFO blam! Oct 15 16:06:52.851 INFO kablam! su: No module specific data is present Oct 15 16:06:53.228 INFO running `"docker" "rm" "-f" "4ce88e64af78416bda50837d1a578b77b20cc4e724d1765390c2fd2aa8d75452"` Oct 15 16:06:53.341 INFO blam! 4ce88e64af78416bda50837d1a578b77b20cc4e724d1765390c2fd2aa8d75452