Oct 27 22:07:27.010 INFO checking gaffer_udp-0.1.4 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 22:07:27.012 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.503 INFO blam! 8eed348761d7ff62f923af5ae7a4436951a9db553f9090a9c3eae78315f6a60e Oct 27 22:07:27.505 INFO running `"docker" "start" "-a" "8eed348761d7ff62f923af5ae7a4436951a9db553f9090a9c3eae78315f6a60e"` Oct 27 22:07:28.571 INFO kablam! usermod: no changes Oct 27 22:07:28.700 INFO kablam! Compiling itertools v0.4.19 Oct 27 22:07:28.720 INFO kablam! Compiling syntex_pos v0.39.0 Oct 27 22:07:28.729 INFO kablam! Checking gaffer_udp v0.1.4 (/source) Oct 27 22:07:31.199 INFO kablam! Compiling syntex_errors v0.39.0 Oct 27 22:07:31.919 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket': use net module instead Oct 27 22:07:31.919 INFO kablam! --> src/socket/non_blocking.rs:3:5 Oct 27 22:07:31.919 INFO kablam! | Oct 27 22:07:31.919 INFO kablam! 3 | use mio::udp::UdpSocket; Oct 27 22:07:31.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:07:31.919 INFO kablam! | Oct 27 22:07:31.919 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:07:31.919 INFO kablam! Oct 27 22:07:31.919 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket': use net module instead Oct 27 22:07:31.919 INFO kablam! --> src/socket/non_blocking.rs:16:15 Oct 27 22:07:31.919 INFO kablam! | Oct 27 22:07:31.919 INFO kablam! 16 | udp_socket: UdpSocket, Oct 27 22:07:31.919 INFO kablam! | ^^^^^^^^^ Oct 27 22:07:31.919 INFO kablam! Oct 27 22:07:31.919 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket': use net module instead Oct 27 22:07:31.919 INFO kablam! --> src/socket/non_blocking.rs:24:5 Oct 27 22:07:31.919 INFO kablam! | Oct 27 22:07:31.919 INFO kablam! 24 | UdpSocket::bind(&first_addr).map(|sock| { Oct 27 22:07:31.919 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 22:07:31.919 INFO kablam! Oct 27 22:07:32.295 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket::bind': use net module instead Oct 27 22:07:32.295 INFO kablam! --> src/socket/non_blocking.rs:24:5 Oct 27 22:07:32.295 INFO kablam! | Oct 27 22:07:32.295 INFO kablam! 24 | UdpSocket::bind(&first_addr).map(|sock| { Oct 27 22:07:32.295 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 22:07:32.315 INFO kablam! Oct 27 22:07:32.315 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket::recv_from': use net module instead Oct 27 22:07:32.315 INFO kablam! --> src/socket/non_blocking.rs:41:21 Oct 27 22:07:32.315 INFO kablam! | Oct 27 22:07:32.315 INFO kablam! 41 | self.udp_socket.recv_from(&mut self.recv_buffer) Oct 27 22:07:32.315 INFO kablam! | ^^^^^^^^^ Oct 27 22:07:32.315 INFO kablam! Oct 27 22:07:32.319 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket::send_to': use net module instead Oct 27 22:07:32.319 INFO kablam! --> src/socket/non_blocking.rs:78:21 Oct 27 22:07:32.319 INFO kablam! | Oct 27 22:07:32.319 INFO kablam! 78 | self.udp_socket.send_to(payload.as_ref(), &destination) Oct 27 22:07:32.319 INFO kablam! | ^^^^^^^ Oct 27 22:07:32.319 INFO kablam! Oct 27 22:07:36.841 INFO kablam! Compiling syntex_syntax v0.39.0 Oct 27 22:08:20.972 INFO kablam! Compiling aster v0.22.1 Oct 27 22:08:20.973 INFO kablam! Compiling syntex v0.39.0 Oct 27 22:08:20.973 INFO kablam! Compiling quasi v0.16.0 Oct 27 22:08:20.974 INFO kablam! Compiling serde_codegen_internals v0.4.0 Oct 27 22:08:30.635 INFO kablam! Compiling quasi_codegen v0.16.0 Oct 27 22:08:33.979 INFO kablam! Compiling serde_codegen v0.7.15 Oct 27 22:08:50.835 INFO kablam! Compiling cucumber v0.1.3 Oct 27 22:09:00.543 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket': use net module instead Oct 27 22:09:00.543 INFO kablam! --> src/socket/non_blocking.rs:3:5 Oct 27 22:09:00.543 INFO kablam! | Oct 27 22:09:00.543 INFO kablam! 3 | use mio::udp::UdpSocket; Oct 27 22:09:00.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 22:09:00.543 INFO kablam! | Oct 27 22:09:00.543 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:09:00.543 INFO kablam! Oct 27 22:09:00.547 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket': use net module instead Oct 27 22:09:00.547 INFO kablam! --> src/socket/non_blocking.rs:16:15 Oct 27 22:09:00.547 INFO kablam! | Oct 27 22:09:00.547 INFO kablam! 16 | udp_socket: UdpSocket, Oct 27 22:09:00.547 INFO kablam! | ^^^^^^^^^ Oct 27 22:09:00.547 INFO kablam! Oct 27 22:09:00.547 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket': use net module instead Oct 27 22:09:00.547 INFO kablam! --> src/socket/non_blocking.rs:24:5 Oct 27 22:09:00.547 INFO kablam! | Oct 27 22:09:00.547 INFO kablam! 24 | UdpSocket::bind(&first_addr).map(|sock| { Oct 27 22:09:00.547 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 22:09:00.547 INFO kablam! Oct 27 22:09:00.736 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket::bind': use net module instead Oct 27 22:09:00.736 INFO kablam! --> src/socket/non_blocking.rs:24:5 Oct 27 22:09:00.736 INFO kablam! | Oct 27 22:09:00.736 INFO kablam! 24 | UdpSocket::bind(&first_addr).map(|sock| { Oct 27 22:09:00.736 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 22:09:00.736 INFO kablam! Oct 27 22:09:00.739 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket::recv_from': use net module instead Oct 27 22:09:00.739 INFO kablam! --> src/socket/non_blocking.rs:41:21 Oct 27 22:09:00.739 INFO kablam! | Oct 27 22:09:00.739 INFO kablam! 41 | self.udp_socket.recv_from(&mut self.recv_buffer) Oct 27 22:09:00.739 INFO kablam! | ^^^^^^^^^ Oct 27 22:09:00.739 INFO kablam! Oct 27 22:09:00.741 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket::send_to': use net module instead Oct 27 22:09:00.742 INFO kablam! --> src/socket/non_blocking.rs:78:21 Oct 27 22:09:00.743 INFO kablam! | Oct 27 22:09:00.743 INFO kablam! 78 | self.udp_socket.send_to(payload.as_ref(), &destination) Oct 27 22:09:00.743 INFO kablam! | ^^^^^^^ Oct 27 22:09:00.743 INFO kablam! Oct 27 22:09:01.674 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 33s Oct 27 22:09:01.683 INFO kablam! su: No module specific data is present Oct 27 22:09:02.853 INFO running `"docker" "rm" "-f" "8eed348761d7ff62f923af5ae7a4436951a9db553f9090a9c3eae78315f6a60e"` Oct 27 22:09:03.219 INFO blam! 8eed348761d7ff62f923af5ae7a4436951a9db553f9090a9c3eae78315f6a60e