Oct 13 01:03:29.346 INFO testing sebglazebrook/ping-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 01:03:29.346 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 13 01:03:29.768 INFO blam! 323395e31170f8f7a783978f351f0cb01a0d5ef8e8e463c527358c224c8b188a Oct 13 01:03:29.768 INFO running `"docker" "start" "-a" "323395e31170f8f7a783978f351f0cb01a0d5ef8e8e463c527358c224c8b188a"` Oct 13 01:03:30.754 INFO kablam! usermod: no changes Oct 13 01:03:30.911 INFO kablam! Compiling rustc-serialize v0.3.24 Oct 13 01:03:30.919 INFO kablam! Compiling bitflags v0.5.0 Oct 13 01:03:30.919 INFO kablam! Compiling pnet_base v0.20.0 Oct 13 01:03:30.919 INFO kablam! Compiling pnet v0.20.0 Oct 13 01:03:30.919 INFO kablam! Compiling ipnetwork v0.12.7 Oct 13 01:03:30.919 INFO kablam! Compiling memchr v2.0.1 Oct 13 01:03:30.919 INFO kablam! Compiling pnet_sys v0.20.0 Oct 13 01:03:31.898 INFO kablam! Compiling pnet_macros_support v0.20.0 Oct 13 01:03:32.999 INFO kablam! Compiling pnet_datalink v0.20.0 Oct 13 01:03:33.023 INFO kablam! Compiling aho-corasick v0.6.4 Oct 13 01:03:34.614 INFO kablam! Compiling regex v0.2.6 Oct 13 01:03:44.895 INFO kablam! Compiling syntex_pos v0.42.0 Oct 13 01:03:46.471 INFO kablam! Compiling syntex_errors v0.42.0 Oct 13 01:03:49.395 INFO kablam! Compiling syntex_syntax v0.42.0 Oct 13 01:04:24.686 INFO kablam! Compiling syntex v0.42.2 Oct 13 01:04:25.815 INFO kablam! Compiling pnet_macros v0.20.0 Oct 13 01:04:28.663 INFO kablam! Compiling pnet_packet v0.20.0 Oct 13 01:04:44.003 INFO kablam! Compiling pnet_transport v0.20.0 Oct 13 01:04:45.113 INFO kablam! Compiling ping-rs v0.1.0 (/source) Oct 13 01:04:45.607 INFO kablam! warning: variable does not need to be mutable Oct 13 01:04:45.607 INFO kablam! --> src/ping/network_layer.rs:15:22 Oct 13 01:04:45.607 INFO kablam! | Oct 13 01:04:45.607 INFO kablam! 15 | let (mut tx, mut rx) = match datalink::channel(&interface, datalink::Config::default()) { Oct 13 01:04:45.607 INFO kablam! | ----^^ Oct 13 01:04:45.607 INFO kablam! | | Oct 13 01:04:45.607 INFO kablam! | help: remove this `mut` Oct 13 01:04:45.607 INFO kablam! | Oct 13 01:04:45.607 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:04:45.607 INFO kablam! Oct 13 01:04:45.607 INFO kablam! warning: variable does not need to be mutable Oct 13 01:04:45.607 INFO kablam! --> src/ping/network_layer.rs:15:14 Oct 13 01:04:45.607 INFO kablam! | Oct 13 01:04:45.607 INFO kablam! 15 | let (mut tx, mut rx) = match datalink::channel(&interface, datalink::Config::default()) { Oct 13 01:04:45.607 INFO kablam! | ----^^ Oct 13 01:04:45.607 INFO kablam! | | Oct 13 01:04:45.607 INFO kablam! | help: remove this `mut` Oct 13 01:04:45.607 INFO kablam! Oct 13 01:04:45.615 INFO kablam! warning: field is never used: `interface` Oct 13 01:04:45.615 INFO kablam! --> src/ping/network_layer.rs:6:5 Oct 13 01:04:45.615 INFO kablam! | Oct 13 01:04:45.615 INFO kablam! 6 | interface: datalink::NetworkInterface, Oct 13 01:04:45.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:04:45.615 INFO kablam! | Oct 13 01:04:45.615 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:04:45.615 INFO kablam! Oct 13 01:04:45.615 INFO kablam! warning: field is never used: `receiver` Oct 13 01:04:45.615 INFO kablam! --> src/ping/network_layer.rs:8:5 Oct 13 01:04:45.615 INFO kablam! | Oct 13 01:04:45.615 INFO kablam! 8 | receiver: Box, Oct 13 01:04:45.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:04:45.615 INFO kablam! Oct 13 01:04:45.623 INFO kablam! warning: literal out of range for u8 Oct 13 01:04:45.623 INFO kablam! --> src/ping/ip_header.rs:31:22 Oct 13 01:04:45.623 INFO kablam! | Oct 13 01:04:45.623 INFO kablam! 31 | version: 0x0800, // TODO correct value ?? Oct 13 01:04:45.623 INFO kablam! | ^^^^^^ Oct 13 01:04:45.623 INFO kablam! | Oct 13 01:04:45.623 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 13 01:04:45.623 INFO kablam! = note: the literal `0x0800` (decimal `2048`) does not fit into an `u8` and will become `0u8` Oct 13 01:04:45.623 INFO kablam! = help: consider using `u16` instead Oct 13 01:04:45.623 INFO kablam! Oct 13 01:04:45.623 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:04:45.623 INFO kablam! --> src/ping/ip_header.rs:70:9 Oct 13 01:04:45.623 INFO kablam! | Oct 13 01:04:45.623 INFO kablam! 70 | header_checksum.write_u16::(self.header_checksum); Oct 13 01:04:45.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:04:45.623 INFO kablam! | Oct 13 01:04:45.623 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:04:45.623 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:04:45.623 INFO kablam! Oct 13 01:04:47.043 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 16s Oct 13 01:04:47.043 INFO kablam! su: No module specific data is present Oct 13 01:04:47.819 INFO running `"docker" "rm" "-f" "323395e31170f8f7a783978f351f0cb01a0d5ef8e8e463c527358c224c8b188a"` Oct 13 01:04:48.195 INFO blam! 323395e31170f8f7a783978f351f0cb01a0d5ef8e8e463c527358c224c8b188a Oct 13 01:04:48.199 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 13 01:04:48.656 INFO blam! 5b558f736c0e81d6d8ef3fde8f06907d48516c9cd3e1eef722ed93b409e30f09 Oct 13 01:04:48.658 INFO running `"docker" "start" "-a" "5b558f736c0e81d6d8ef3fde8f06907d48516c9cd3e1eef722ed93b409e30f09"` Oct 13 01:04:50.583 INFO kablam! usermod: no changes Oct 13 01:04:50.739 INFO kablam! Compiling ping-rs v0.1.0 (/source) Oct 13 01:04:51.457 INFO kablam! warning: variable does not need to be mutable Oct 13 01:04:51.457 INFO kablam! --> src/ping/network_layer.rs:15:22 Oct 13 01:04:51.457 INFO kablam! | Oct 13 01:04:51.457 INFO kablam! 15 | let (mut tx, mut rx) = match datalink::channel(&interface, datalink::Config::default()) { Oct 13 01:04:51.457 INFO kablam! | ----^^ Oct 13 01:04:51.457 INFO kablam! | | Oct 13 01:04:51.457 INFO kablam! | help: remove this `mut` Oct 13 01:04:51.457 INFO kablam! | Oct 13 01:04:51.457 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:04:51.457 INFO kablam! Oct 13 01:04:51.457 INFO kablam! warning: variable does not need to be mutable Oct 13 01:04:51.457 INFO kablam! --> src/ping/network_layer.rs:15:14 Oct 13 01:04:51.457 INFO kablam! | Oct 13 01:04:51.457 INFO kablam! 15 | let (mut tx, mut rx) = match datalink::channel(&interface, datalink::Config::default()) { Oct 13 01:04:51.457 INFO kablam! | ----^^ Oct 13 01:04:51.457 INFO kablam! | | Oct 13 01:04:51.457 INFO kablam! | help: remove this `mut` Oct 13 01:04:51.457 INFO kablam! Oct 13 01:04:51.461 INFO kablam! warning: field is never used: `interface` Oct 13 01:04:51.461 INFO kablam! --> src/ping/network_layer.rs:6:5 Oct 13 01:04:51.461 INFO kablam! | Oct 13 01:04:51.461 INFO kablam! 6 | interface: datalink::NetworkInterface, Oct 13 01:04:51.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:04:51.461 INFO kablam! | Oct 13 01:04:51.461 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:04:51.461 INFO kablam! Oct 13 01:04:51.461 INFO kablam! warning: field is never used: `receiver` Oct 13 01:04:51.462 INFO kablam! --> src/ping/network_layer.rs:8:5 Oct 13 01:04:51.462 INFO kablam! | Oct 13 01:04:51.462 INFO kablam! 8 | receiver: Box, Oct 13 01:04:51.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:04:51.462 INFO kablam! Oct 13 01:04:51.472 INFO kablam! warning: literal out of range for u8 Oct 13 01:04:51.472 INFO kablam! --> src/ping/ip_header.rs:31:22 Oct 13 01:04:51.472 INFO kablam! | Oct 13 01:04:51.472 INFO kablam! 31 | version: 0x0800, // TODO correct value ?? Oct 13 01:04:51.472 INFO kablam! | ^^^^^^ Oct 13 01:04:51.475 INFO kablam! | Oct 13 01:04:51.475 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 13 01:04:51.475 INFO kablam! = note: the literal `0x0800` (decimal `2048`) does not fit into an `u8` and will become `0u8` Oct 13 01:04:51.475 INFO kablam! = help: consider using `u16` instead Oct 13 01:04:51.475 INFO kablam! Oct 13 01:04:51.479 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:04:51.479 INFO kablam! --> src/ping/ip_header.rs:70:9 Oct 13 01:04:51.479 INFO kablam! | Oct 13 01:04:51.479 INFO kablam! 70 | header_checksum.write_u16::(self.header_checksum); Oct 13 01:04:51.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:04:51.479 INFO kablam! | Oct 13 01:04:51.479 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:04:51.479 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:04:51.479 INFO kablam! Oct 13 01:04:52.182 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Oct 13 01:04:52.187 INFO kablam! su: No module specific data is present Oct 13 01:04:53.001 INFO running `"docker" "rm" "-f" "5b558f736c0e81d6d8ef3fde8f06907d48516c9cd3e1eef722ed93b409e30f09"` Oct 13 01:04:53.333 INFO blam! 5b558f736c0e81d6d8ef3fde8f06907d48516c9cd3e1eef722ed93b409e30f09 Oct 13 01:04:53.339 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 13 01:04:53.739 INFO blam! 1137430a05ca9738c6b34a9247603feb1909371733827a600576e09f73153720 Oct 13 01:04:53.743 INFO running `"docker" "start" "-a" "1137430a05ca9738c6b34a9247603feb1909371733827a600576e09f73153720"` Oct 13 01:04:54.999 INFO kablam! usermod: no changes Oct 13 01:04:55.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 13 01:04:55.116 INFO kablam! Running /target/debug/deps/ping-8a0692001f06f943 Oct 13 01:04:55.123 INFO blam! Oct 13 01:04:55.123 INFO blam! running 0 tests Oct 13 01:04:55.123 INFO blam! Oct 13 01:04:55.123 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:04:55.123 INFO blam! Oct 13 01:04:55.124 INFO kablam! Running /target/debug/deps/ping_rs-d497d68b2b4fdec1 Oct 13 01:04:55.131 INFO blam! Oct 13 01:04:55.131 INFO blam! running 0 tests Oct 13 01:04:55.131 INFO blam! Oct 13 01:04:55.131 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:04:55.131 INFO blam! Oct 13 01:04:55.132 INFO kablam! Doc-tests ping Oct 13 01:04:55.763 INFO blam! Oct 13 01:04:55.763 INFO blam! running 0 tests Oct 13 01:04:55.763 INFO blam! Oct 13 01:04:55.763 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:04:55.763 INFO blam! Oct 13 01:04:55.766 INFO kablam! su: No module specific data is present Oct 13 01:04:56.768 INFO running `"docker" "rm" "-f" "1137430a05ca9738c6b34a9247603feb1909371733827a600576e09f73153720"` Oct 13 01:04:57.143 INFO blam! 1137430a05ca9738c6b34a9247603feb1909371733827a600576e09f73153720