Oct 22 03:05:37.108 INFO checking gaffer_udp-0.1.4 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:05:37.108 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/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 22 03:05:37.454 INFO blam! 7d5bc289d462f9e9f70b0b14e892fb276acb99bbabc9a1cf2804979d00d65e09 Oct 22 03:05:37.456 INFO running `"docker" "start" "-a" "7d5bc289d462f9e9f70b0b14e892fb276acb99bbabc9a1cf2804979d00d65e09"` Oct 22 03:05:38.608 INFO kablam! usermod: no changes Oct 22 03:05:38.812 INFO kablam! Compiling syntex_pos v0.39.0 Oct 22 03:05:38.844 INFO kablam! Checking gaffer_udp v0.1.4 (/source) Oct 22 03:05:38.844 INFO kablam! Checking serde_json v0.7.4 Oct 22 03:05:40.920 INFO kablam! Compiling syntex_errors v0.39.0 Oct 22 03:05:41.076 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket': use net module instead Oct 22 03:05:41.076 INFO kablam! --> src/socket/non_blocking.rs:3:5 Oct 22 03:05:41.076 INFO kablam! | Oct 22 03:05:41.076 INFO kablam! 3 | use mio::udp::UdpSocket; Oct 22 03:05:41.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 03:05:41.076 INFO kablam! | Oct 22 03:05:41.076 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:05:41.076 INFO kablam! Oct 22 03:05:41.076 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket': use net module instead Oct 22 03:05:41.076 INFO kablam! --> src/socket/non_blocking.rs:16:15 Oct 22 03:05:41.076 INFO kablam! | Oct 22 03:05:41.076 INFO kablam! 16 | udp_socket: UdpSocket, Oct 22 03:05:41.076 INFO kablam! | ^^^^^^^^^ Oct 22 03:05:41.076 INFO kablam! Oct 22 03:05:41.076 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket': use net module instead Oct 22 03:05:41.077 INFO kablam! --> src/socket/non_blocking.rs:24:5 Oct 22 03:05:41.077 INFO kablam! | Oct 22 03:05:41.077 INFO kablam! 24 | UdpSocket::bind(&first_addr).map(|sock| { Oct 22 03:05:41.077 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 03:05:41.077 INFO kablam! Oct 22 03:05:41.218 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket::bind': use net module instead Oct 22 03:05:41.218 INFO kablam! --> src/socket/non_blocking.rs:24:5 Oct 22 03:05:41.218 INFO kablam! | Oct 22 03:05:41.218 INFO kablam! 24 | UdpSocket::bind(&first_addr).map(|sock| { Oct 22 03:05:41.218 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 03:05:41.218 INFO kablam! Oct 22 03:05:41.220 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket::recv_from': use net module instead Oct 22 03:05:41.220 INFO kablam! --> src/socket/non_blocking.rs:41:21 Oct 22 03:05:41.221 INFO kablam! | Oct 22 03:05:41.221 INFO kablam! 41 | self.udp_socket.recv_from(&mut self.recv_buffer) Oct 22 03:05:41.221 INFO kablam! | ^^^^^^^^^ Oct 22 03:05:41.221 INFO kablam! Oct 22 03:05:41.225 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket::send_to': use net module instead Oct 22 03:05:41.225 INFO kablam! --> src/socket/non_blocking.rs:78:21 Oct 22 03:05:41.225 INFO kablam! | Oct 22 03:05:41.225 INFO kablam! 78 | self.udp_socket.send_to(payload.as_ref(), &destination) Oct 22 03:05:41.225 INFO kablam! | ^^^^^^^ Oct 22 03:05:41.225 INFO kablam! Oct 22 03:05:45.049 INFO kablam! Compiling syntex_syntax v0.39.0 Oct 22 03:06:18.952 INFO kablam! Compiling aster v0.22.1 Oct 22 03:06:18.952 INFO kablam! Compiling syntex v0.39.0 Oct 22 03:06:18.952 INFO kablam! Compiling serde_codegen_internals v0.4.0 Oct 22 03:06:18.952 INFO kablam! Compiling quasi v0.16.0 Oct 22 03:06:23.232 INFO kablam! Compiling quasi_codegen v0.16.0 Oct 22 03:06:26.624 INFO kablam! Compiling serde_codegen v0.7.15 Oct 22 03:06:40.192 INFO kablam! Compiling cucumber v0.1.3 Oct 22 03:06:47.399 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket': use net module instead Oct 22 03:06:47.399 INFO kablam! --> src/socket/non_blocking.rs:3:5 Oct 22 03:06:47.399 INFO kablam! | Oct 22 03:06:47.399 INFO kablam! 3 | use mio::udp::UdpSocket; Oct 22 03:06:47.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 03:06:47.399 INFO kablam! | Oct 22 03:06:47.399 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:06:47.399 INFO kablam! Oct 22 03:06:47.399 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket': use net module instead Oct 22 03:06:47.399 INFO kablam! --> src/socket/non_blocking.rs:16:15 Oct 22 03:06:47.399 INFO kablam! | Oct 22 03:06:47.399 INFO kablam! 16 | udp_socket: UdpSocket, Oct 22 03:06:47.399 INFO kablam! | ^^^^^^^^^ Oct 22 03:06:47.399 INFO kablam! Oct 22 03:06:47.399 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket': use net module instead Oct 22 03:06:47.399 INFO kablam! --> src/socket/non_blocking.rs:24:5 Oct 22 03:06:47.399 INFO kablam! | Oct 22 03:06:47.399 INFO kablam! 24 | UdpSocket::bind(&first_addr).map(|sock| { Oct 22 03:06:47.399 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 03:06:47.399 INFO kablam! Oct 22 03:06:47.577 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket::bind': use net module instead Oct 22 03:06:47.577 INFO kablam! --> src/socket/non_blocking.rs:24:5 Oct 22 03:06:47.577 INFO kablam! | Oct 22 03:06:47.577 INFO kablam! 24 | UdpSocket::bind(&first_addr).map(|sock| { Oct 22 03:06:47.577 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 03:06:47.577 INFO kablam! Oct 22 03:06:47.577 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket::recv_from': use net module instead Oct 22 03:06:47.577 INFO kablam! --> src/socket/non_blocking.rs:41:21 Oct 22 03:06:47.577 INFO kablam! | Oct 22 03:06:47.577 INFO kablam! 41 | self.udp_socket.recv_from(&mut self.recv_buffer) Oct 22 03:06:47.577 INFO kablam! | ^^^^^^^^^ Oct 22 03:06:47.577 INFO kablam! Oct 22 03:06:47.585 INFO kablam! warning: use of deprecated item 'mio::udp::UdpSocket::send_to': use net module instead Oct 22 03:06:47.585 INFO kablam! --> src/socket/non_blocking.rs:78:21 Oct 22 03:06:47.585 INFO kablam! | Oct 22 03:06:47.585 INFO kablam! 78 | self.udp_socket.send_to(payload.as_ref(), &destination) Oct 22 03:06:47.585 INFO kablam! | ^^^^^^^ Oct 22 03:06:47.585 INFO kablam! Oct 22 03:06:48.649 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 10s Oct 22 03:06:48.657 INFO kablam! su: No module specific data is present Oct 22 03:06:49.103 INFO running `"docker" "rm" "-f" "7d5bc289d462f9e9f70b0b14e892fb276acb99bbabc9a1cf2804979d00d65e09"` Oct 22 03:06:49.307 INFO blam! 7d5bc289d462f9e9f70b0b14e892fb276acb99bbabc9a1cf2804979d00d65e09