Oct 21 13:58:05.807 INFO checking sebglazebrook/ping-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 13:58:05.807 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 21 13:58:06.146 INFO blam! 48317d586d22fb2f34b8a64b66c70f91386c7be82fc4b8ed036aef02fd1246ae Oct 21 13:58:06.148 INFO running `"docker" "start" "-a" "48317d586d22fb2f34b8a64b66c70f91386c7be82fc4b8ed036aef02fd1246ae"` Oct 21 13:58:07.644 INFO kablam! usermod: no changes Oct 21 13:58:07.767 INFO kablam! Compiling rustc-serialize v0.3.24 Oct 21 13:58:07.767 INFO kablam! Compiling unicode-xid v0.0.3 Oct 21 13:58:07.767 INFO kablam! Compiling libc v0.2.36 Oct 21 13:58:07.772 INFO kablam! Compiling term v0.4.6 Oct 21 13:58:07.772 INFO kablam! Compiling bitflags v0.5.0 Oct 21 13:58:07.772 INFO kablam! Compiling regex-syntax v0.4.2 Oct 21 13:58:07.772 INFO kablam! Checking pnet_base v0.20.0 Oct 21 13:58:07.772 INFO kablam! Checking ipnetwork v0.12.7 Oct 21 13:58:08.788 INFO kablam! Compiling pnet v0.20.0 Oct 21 13:58:09.029 INFO kablam! Checking pnet_sys v0.20.0 Oct 21 13:58:09.628 INFO kablam! Checking pnet_macros_support v0.20.0 Oct 21 13:58:09.788 INFO kablam! Compiling thread_local v0.3.5 Oct 21 13:58:10.416 INFO kablam! Checking pnet_datalink v0.20.0 Oct 21 13:58:13.128 INFO kablam! Compiling memchr v2.0.1 Oct 21 13:58:15.667 INFO kablam! Compiling aho-corasick v0.6.4 Oct 21 13:58:20.396 INFO kablam! Compiling regex v0.2.6 Oct 21 13:58:25.955 INFO kablam! Compiling syntex_pos v0.42.0 Oct 21 13:58:31.332 INFO kablam! Compiling syntex_errors v0.42.0 Oct 21 13:58:34.700 INFO kablam! Compiling syntex_syntax v0.42.0 Oct 21 13:59:07.324 INFO kablam! Compiling syntex v0.42.2 Oct 21 13:59:08.500 INFO kablam! Compiling pnet_macros v0.20.0 Oct 21 13:59:11.232 INFO kablam! Compiling pnet_packet v0.20.0 Oct 21 13:59:24.880 INFO kablam! Checking pnet_transport v0.20.0 Oct 21 13:59:25.680 INFO kablam! Checking ping-rs v0.1.0 (/source) Oct 21 13:59:26.217 INFO kablam! warning: variable does not need to be mutable Oct 21 13:59:26.217 INFO kablam! --> src/ping/network_layer.rs:15:22 Oct 21 13:59:26.217 INFO kablam! | Oct 21 13:59:26.217 INFO kablam! 15 | let (mut tx, mut rx) = match datalink::channel(&interface, datalink::Config::default()) { Oct 21 13:59:26.218 INFO kablam! | ----^^ Oct 21 13:59:26.218 INFO kablam! | | Oct 21 13:59:26.218 INFO kablam! | help: remove this `mut` Oct 21 13:59:26.218 INFO kablam! | Oct 21 13:59:26.219 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 13:59:26.219 INFO kablam! Oct 21 13:59:26.219 INFO kablam! warning: variable does not need to be mutable Oct 21 13:59:26.219 INFO kablam! --> src/ping/network_layer.rs:15:14 Oct 21 13:59:26.219 INFO kablam! | Oct 21 13:59:26.220 INFO kablam! 15 | let (mut tx, mut rx) = match datalink::channel(&interface, datalink::Config::default()) { Oct 21 13:59:26.220 INFO kablam! | ----^^ Oct 21 13:59:26.220 INFO kablam! | | Oct 21 13:59:26.220 INFO kablam! | help: remove this `mut` Oct 21 13:59:26.220 INFO kablam! Oct 21 13:59:26.221 INFO kablam! warning: field is never used: `interface` Oct 21 13:59:26.221 INFO kablam! --> src/ping/network_layer.rs:6:5 Oct 21 13:59:26.221 INFO kablam! | Oct 21 13:59:26.221 INFO kablam! 6 | interface: datalink::NetworkInterface, Oct 21 13:59:26.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:59:26.222 INFO kablam! | Oct 21 13:59:26.222 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 13:59:26.222 INFO kablam! Oct 21 13:59:26.222 INFO kablam! warning: field is never used: `receiver` Oct 21 13:59:26.222 INFO kablam! --> src/ping/network_layer.rs:8:5 Oct 21 13:59:26.223 INFO kablam! | Oct 21 13:59:26.223 INFO kablam! 8 | receiver: Box, Oct 21 13:59:26.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:59:26.223 INFO kablam! Oct 21 13:59:26.237 INFO kablam! warning: literal out of range for u8 Oct 21 13:59:26.237 INFO kablam! --> src/ping/ip_header.rs:31:22 Oct 21 13:59:26.237 INFO kablam! | Oct 21 13:59:26.237 INFO kablam! 31 | version: 0x0800, // TODO correct value ?? Oct 21 13:59:26.238 INFO kablam! | ^^^^^^ Oct 21 13:59:26.238 INFO kablam! | Oct 21 13:59:26.238 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 21 13:59:26.238 INFO kablam! = note: the literal `0x0800` (decimal `2048`) does not fit into an `u8` and will become `0u8` Oct 21 13:59:26.238 INFO kablam! = help: consider using `u16` instead Oct 21 13:59:26.239 INFO kablam! Oct 21 13:59:26.239 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:59:26.239 INFO kablam! --> src/ping/ip_header.rs:70:9 Oct 21 13:59:26.242 INFO kablam! | Oct 21 13:59:26.243 INFO kablam! 70 | header_checksum.write_u16::(self.header_checksum); Oct 21 13:59:26.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:59:26.243 INFO kablam! | Oct 21 13:59:26.243 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 13:59:26.243 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:59:26.243 INFO kablam! Oct 21 13:59:26.328 INFO kablam! warning: variable does not need to be mutable Oct 21 13:59:26.328 INFO kablam! --> src/ping/network_layer.rs:15:22 Oct 21 13:59:26.328 INFO kablam! | Oct 21 13:59:26.328 INFO kablam! 15 | let (mut tx, mut rx) = match datalink::channel(&interface, datalink::Config::default()) { Oct 21 13:59:26.328 INFO kablam! | ----^^ Oct 21 13:59:26.328 INFO kablam! | | Oct 21 13:59:26.328 INFO kablam! | help: remove this `mut` Oct 21 13:59:26.328 INFO kablam! | Oct 21 13:59:26.328 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 13:59:26.328 INFO kablam! Oct 21 13:59:26.328 INFO kablam! warning: variable does not need to be mutable Oct 21 13:59:26.328 INFO kablam! --> src/ping/network_layer.rs:15:14 Oct 21 13:59:26.328 INFO kablam! | Oct 21 13:59:26.328 INFO kablam! 15 | let (mut tx, mut rx) = match datalink::channel(&interface, datalink::Config::default()) { Oct 21 13:59:26.328 INFO kablam! | ----^^ Oct 21 13:59:26.328 INFO kablam! | | Oct 21 13:59:26.329 INFO kablam! | help: remove this `mut` Oct 21 13:59:26.329 INFO kablam! Oct 21 13:59:26.332 INFO kablam! warning: field is never used: `interface` Oct 21 13:59:26.332 INFO kablam! --> src/ping/network_layer.rs:6:5 Oct 21 13:59:26.332 INFO kablam! | Oct 21 13:59:26.332 INFO kablam! 6 | interface: datalink::NetworkInterface, Oct 21 13:59:26.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:59:26.332 INFO kablam! | Oct 21 13:59:26.332 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 13:59:26.332 INFO kablam! Oct 21 13:59:26.332 INFO kablam! warning: field is never used: `receiver` Oct 21 13:59:26.332 INFO kablam! --> src/ping/network_layer.rs:8:5 Oct 21 13:59:26.332 INFO kablam! | Oct 21 13:59:26.332 INFO kablam! 8 | receiver: Box, Oct 21 13:59:26.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:59:26.332 INFO kablam! Oct 21 13:59:26.357 INFO kablam! warning: literal out of range for u8 Oct 21 13:59:26.357 INFO kablam! --> src/ping/ip_header.rs:31:22 Oct 21 13:59:26.357 INFO kablam! | Oct 21 13:59:26.357 INFO kablam! 31 | version: 0x0800, // TODO correct value ?? Oct 21 13:59:26.357 INFO kablam! | ^^^^^^ Oct 21 13:59:26.357 INFO kablam! | Oct 21 13:59:26.357 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 21 13:59:26.357 INFO kablam! = note: the literal `0x0800` (decimal `2048`) does not fit into an `u8` and will become `0u8` Oct 21 13:59:26.357 INFO kablam! = help: consider using `u16` instead Oct 21 13:59:26.357 INFO kablam! Oct 21 13:59:26.357 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:59:26.357 INFO kablam! --> src/ping/ip_header.rs:70:9 Oct 21 13:59:26.357 INFO kablam! | Oct 21 13:59:26.357 INFO kablam! 70 | header_checksum.write_u16::(self.header_checksum); Oct 21 13:59:26.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:59:26.357 INFO kablam! | Oct 21 13:59:26.357 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 13:59:26.357 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:59:26.357 INFO kablam! Oct 21 13:59:27.069 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 19s Oct 21 13:59:27.084 INFO kablam! su: No module specific data is present Oct 21 13:59:27.816 INFO running `"docker" "rm" "-f" "48317d586d22fb2f34b8a64b66c70f91386c7be82fc4b8ed036aef02fd1246ae"` Oct 21 13:59:28.152 INFO blam! 48317d586d22fb2f34b8a64b66c70f91386c7be82fc4b8ed036aef02fd1246ae