Oct 27 22:07:27.247 INFO checking gaffer_udp-0.1.4 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 22:07:27.249 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 22:07:27.701 INFO blam! 457bed36f6817dc5db385340b9ba5617add6e12401863cbfb81c21f3a5749402 Oct 27 22:07:27.709 INFO running `"docker" "start" "-a" "457bed36f6817dc5db385340b9ba5617add6e12401863cbfb81c21f3a5749402"` Oct 27 22:07:28.899 INFO kablam! usermod: no changes Oct 27 22:07:29.055 INFO kablam! Compiling itertools v0.4.19 Oct 27 22:07:29.055 INFO kablam! Compiling syntex_pos v0.39.0 Oct 27 22:07:29.075 INFO kablam! Checking gaffer_udp v0.1.4 (/source) Oct 27 22:07:31.183 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket': use net module instead Oct 27 22:07:31.183 INFO kablam! --> src/socket/non_blocking.rs:3:5 Oct 27 22:07:31.183 INFO kablam! | Oct 27 22:07:31.183 INFO kablam! 3 | use mio::udp::UdpSocket; Oct 27 22:07:31.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:07:31.183 INFO kablam! | Oct 27 22:07:31.183 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:07:31.183 INFO kablam! Oct 27 22:07:31.183 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket': use net module instead Oct 27 22:07:31.183 INFO kablam! --> src/socket/non_blocking.rs:16:15 Oct 27 22:07:31.183 INFO kablam! | Oct 27 22:07:31.183 INFO kablam! 16 | udp_socket: UdpSocket, Oct 27 22:07:31.183 INFO kablam! | ^^^^^^^^^ Oct 27 22:07:31.183 INFO kablam! Oct 27 22:07:31.183 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket': use net module instead Oct 27 22:07:31.183 INFO kablam! --> src/socket/non_blocking.rs:24:5 Oct 27 22:07:31.183 INFO kablam! | Oct 27 22:07:31.183 INFO kablam! 24 | UdpSocket::bind(&first_addr).map(|sock| { Oct 27 22:07:31.183 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 22:07:31.183 INFO kablam! Oct 27 22:07:31.607 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket::bind': use net module instead Oct 27 22:07:31.607 INFO kablam! --> src/socket/non_blocking.rs:24:5 Oct 27 22:07:31.607 INFO kablam! | Oct 27 22:07:31.607 INFO kablam! 24 | UdpSocket::bind(&first_addr).map(|sock| { Oct 27 22:07:31.607 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 22:07:31.607 INFO kablam! Oct 27 22:07:31.611 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket::recv_from': use net module instead Oct 27 22:07:31.611 INFO kablam! --> src/socket/non_blocking.rs:41:21 Oct 27 22:07:31.611 INFO kablam! | Oct 27 22:07:31.611 INFO kablam! 41 | self.udp_socket.recv_from(&mut self.recv_buffer) Oct 27 22:07:31.611 INFO kablam! | ^^^^^^^^^ Oct 27 22:07:31.611 INFO kablam! Oct 27 22:07:31.611 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket::send_to': use net module instead Oct 27 22:07:31.611 INFO kablam! --> src/socket/non_blocking.rs:78:21 Oct 27 22:07:31.611 INFO kablam! | Oct 27 22:07:31.611 INFO kablam! 78 | self.udp_socket.send_to(payload.as_ref(), &destination) Oct 27 22:07:31.611 INFO kablam! | ^^^^^^^ Oct 27 22:07:31.611 INFO kablam! Oct 27 22:07:32.331 INFO kablam! Compiling syntex_errors v0.39.0 Oct 27 22:07:37.751 INFO kablam! Compiling syntex_syntax v0.39.0 Oct 27 22:08:21.040 INFO kablam! Compiling aster v0.22.1 Oct 27 22:08:21.040 INFO kablam! Compiling syntex v0.39.0 Oct 27 22:08:21.047 INFO kablam! Compiling serde_codegen_internals v0.4.0 Oct 27 22:08:21.047 INFO kablam! Compiling quasi v0.16.0 Oct 27 22:08:27.515 INFO kablam! Compiling quasi_codegen v0.16.0 Oct 27 22:08:32.976 INFO kablam! Compiling serde_codegen v0.7.15 Oct 27 22:08:49.027 INFO kablam! Compiling cucumber v0.1.3 Oct 27 22:08:57.643 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket': use net module instead Oct 27 22:08:57.643 INFO kablam! --> src/socket/non_blocking.rs:3:5 Oct 27 22:08:57.643 INFO kablam! | Oct 27 22:08:57.643 INFO kablam! 3 | use mio::udp::UdpSocket; Oct 27 22:08:57.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:08:57.643 INFO kablam! | Oct 27 22:08:57.643 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:08:57.643 INFO kablam! Oct 27 22:08:57.643 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket': use net module instead Oct 27 22:08:57.643 INFO kablam! --> src/socket/non_blocking.rs:16:15 Oct 27 22:08:57.643 INFO kablam! | Oct 27 22:08:57.643 INFO kablam! 16 | udp_socket: UdpSocket, Oct 27 22:08:57.643 INFO kablam! | ^^^^^^^^^ Oct 27 22:08:57.643 INFO kablam! Oct 27 22:08:57.643 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket': use net module instead Oct 27 22:08:57.643 INFO kablam! --> src/socket/non_blocking.rs:24:5 Oct 27 22:08:57.643 INFO kablam! | Oct 27 22:08:57.643 INFO kablam! 24 | UdpSocket::bind(&first_addr).map(|sock| { Oct 27 22:08:57.643 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 22:08:57.643 INFO kablam! Oct 27 22:08:58.028 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket::bind': use net module instead Oct 27 22:08:58.028 INFO kablam! --> src/socket/non_blocking.rs:24:5 Oct 27 22:08:58.028 INFO kablam! | Oct 27 22:08:58.028 INFO kablam! 24 | UdpSocket::bind(&first_addr).map(|sock| { Oct 27 22:08:58.028 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 22:08:58.028 INFO kablam! Oct 27 22:08:58.029 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket::recv_from': use net module instead Oct 27 22:08:58.029 INFO kablam! --> src/socket/non_blocking.rs:41:21 Oct 27 22:08:58.029 INFO kablam! | Oct 27 22:08:58.029 INFO kablam! 41 | self.udp_socket.recv_from(&mut self.recv_buffer) Oct 27 22:08:58.029 INFO kablam! | ^^^^^^^^^ Oct 27 22:08:58.029 INFO kablam! Oct 27 22:08:58.032 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket::send_to': use net module instead Oct 27 22:08:58.032 INFO kablam! --> src/socket/non_blocking.rs:78:21 Oct 27 22:08:58.032 INFO kablam! | Oct 27 22:08:58.032 INFO kablam! 78 | self.udp_socket.send_to(payload.as_ref(), &destination) Oct 27 22:08:58.032 INFO kablam! | ^^^^^^^ Oct 27 22:08:58.032 INFO kablam! Oct 27 22:08:59.723 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 30s Oct 27 22:08:59.733 INFO kablam! su: No module specific data is present Oct 27 22:09:00.727 INFO running `"docker" "rm" "-f" "457bed36f6817dc5db385340b9ba5617add6e12401863cbfb81c21f3a5749402"` Oct 27 22:09:01.119 INFO blam! 457bed36f6817dc5db385340b9ba5617add6e12401863cbfb81c21f3a5749402