Oct 13 01:03:34.190 INFO testing sebglazebrook/ping-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 01:03:34.190 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:34.541 INFO blam! c3134f15bfe744e9616d50f67a531af93ec8b56d9d026adf2c25475eb1e8cc7c Oct 13 01:03:34.555 INFO running `"docker" "start" "-a" "c3134f15bfe744e9616d50f67a531af93ec8b56d9d026adf2c25475eb1e8cc7c"` Oct 13 01:03:35.236 INFO kablam! usermod: no changes Oct 13 01:03:35.327 INFO kablam! Compiling rustc-serialize v0.3.24 Oct 13 01:03:35.327 INFO kablam! Compiling pnet_base v0.20.0 Oct 13 01:03:35.327 INFO kablam! Compiling ipnetwork v0.12.7 Oct 13 01:03:35.327 INFO kablam! Compiling pnet v0.20.0 Oct 13 01:03:35.327 INFO kablam! Compiling memchr v2.0.1 Oct 13 01:03:35.327 INFO kablam! Compiling pnet_sys v0.20.0 Oct 13 01:03:36.215 INFO kablam! Compiling pnet_macros_support v0.20.0 Oct 13 01:03:36.491 INFO kablam! Compiling aho-corasick v0.6.4 Oct 13 01:03:37.728 INFO kablam! Compiling pnet_datalink v0.20.0 Oct 13 01:03:39.211 INFO kablam! Compiling regex v0.2.6 Oct 13 01:03:47.651 INFO kablam! Compiling syntex_pos v0.42.0 Oct 13 01:03:52.511 INFO kablam! Compiling syntex_errors v0.42.0 Oct 13 01:03:55.759 INFO kablam! Compiling syntex_syntax v0.42.0 Oct 13 01:04:30.686 INFO kablam! Compiling syntex v0.42.2 Oct 13 01:04:31.967 INFO kablam! Compiling pnet_macros v0.20.0 Oct 13 01:04:34.779 INFO kablam! Compiling pnet_packet v0.20.0 Oct 13 01:04:50.011 INFO kablam! Compiling pnet_transport v0.20.0 Oct 13 01:04:51.207 INFO kablam! Compiling ping-rs v0.1.0 (/source) Oct 13 01:04:51.647 INFO kablam! warning: variable does not need to be mutable Oct 13 01:04:51.647 INFO kablam! --> src/ping/network_layer.rs:15:22 Oct 13 01:04:51.647 INFO kablam! | Oct 13 01:04:51.647 INFO kablam! 15 | let (mut tx, mut rx) = match datalink::channel(&interface, datalink::Config::default()) { Oct 13 01:04:51.647 INFO kablam! | ----^^ Oct 13 01:04:51.647 INFO kablam! | | Oct 13 01:04:51.647 INFO kablam! | help: remove this `mut` Oct 13 01:04:51.647 INFO kablam! | Oct 13 01:04:51.647 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:04:51.647 INFO kablam! Oct 13 01:04:51.647 INFO kablam! warning: variable does not need to be mutable Oct 13 01:04:51.647 INFO kablam! --> src/ping/network_layer.rs:15:14 Oct 13 01:04:51.647 INFO kablam! | Oct 13 01:04:51.647 INFO kablam! 15 | let (mut tx, mut rx) = match datalink::channel(&interface, datalink::Config::default()) { Oct 13 01:04:51.647 INFO kablam! | ----^^ Oct 13 01:04:51.647 INFO kablam! | | Oct 13 01:04:51.647 INFO kablam! | help: remove this `mut` Oct 13 01:04:51.647 INFO kablam! Oct 13 01:04:51.647 INFO kablam! warning: field is never used: `interface` Oct 13 01:04:51.647 INFO kablam! --> src/ping/network_layer.rs:6:5 Oct 13 01:04:51.647 INFO kablam! | Oct 13 01:04:51.647 INFO kablam! 6 | interface: datalink::NetworkInterface, Oct 13 01:04:51.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:04:51.655 INFO kablam! | Oct 13 01:04:51.655 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:04:51.655 INFO kablam! Oct 13 01:04:51.655 INFO kablam! warning: field is never used: `receiver` Oct 13 01:04:51.655 INFO kablam! --> src/ping/network_layer.rs:8:5 Oct 13 01:04:51.655 INFO kablam! | Oct 13 01:04:51.655 INFO kablam! 8 | receiver: Box, Oct 13 01:04:51.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:04:51.655 INFO kablam! Oct 13 01:04:51.667 INFO kablam! warning: literal out of range for u8 Oct 13 01:04:51.667 INFO kablam! --> src/ping/ip_header.rs:31:22 Oct 13 01:04:51.667 INFO kablam! | Oct 13 01:04:51.667 INFO kablam! 31 | version: 0x0800, // TODO correct value ?? Oct 13 01:04:51.667 INFO kablam! | ^^^^^^ Oct 13 01:04:51.667 INFO kablam! | Oct 13 01:04:51.667 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 13 01:04:51.667 INFO kablam! = note: the literal `0x0800` (decimal `2048`) does not fit into an `u8` and will become `0u8` Oct 13 01:04:51.667 INFO kablam! = help: consider using `u16` instead Oct 13 01:04:51.667 INFO kablam! Oct 13 01:04:51.667 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:04:51.667 INFO kablam! --> src/ping/ip_header.rs:70:9 Oct 13 01:04:51.667 INFO kablam! | Oct 13 01:04:51.667 INFO kablam! 70 | header_checksum.write_u16::(self.header_checksum); Oct 13 01:04:51.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:04:51.667 INFO kablam! | Oct 13 01:04:51.667 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:04:51.667 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:04:51.667 INFO kablam! Oct 13 01:04:53.074 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Oct 13 01:04:53.081 INFO kablam! su: No module specific data is present Oct 13 01:04:53.681 INFO running `"docker" "rm" "-f" "c3134f15bfe744e9616d50f67a531af93ec8b56d9d026adf2c25475eb1e8cc7c"` Oct 13 01:04:54.018 INFO blam! c3134f15bfe744e9616d50f67a531af93ec8b56d9d026adf2c25475eb1e8cc7c Oct 13 01:04:54.028 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:54.385 INFO blam! 1709247c10b301218fe5fa18897175e12974d0422f415a2faac50bcb39c52db7 Oct 13 01:04:54.387 INFO running `"docker" "start" "-a" "1709247c10b301218fe5fa18897175e12974d0422f415a2faac50bcb39c52db7"` Oct 13 01:04:55.799 INFO kablam! usermod: no changes Oct 13 01:04:55.943 INFO kablam! Compiling ping-rs v0.1.0 (/source) Oct 13 01:04:56.819 INFO kablam! warning: variable does not need to be mutable Oct 13 01:04:56.819 INFO kablam! --> src/ping/network_layer.rs:15:22 Oct 13 01:04:56.819 INFO kablam! | Oct 13 01:04:56.819 INFO kablam! 15 | let (mut tx, mut rx) = match datalink::channel(&interface, datalink::Config::default()) { Oct 13 01:04:56.819 INFO kablam! | ----^^ Oct 13 01:04:56.819 INFO kablam! | | Oct 13 01:04:56.819 INFO kablam! | help: remove this `mut` Oct 13 01:04:56.819 INFO kablam! | Oct 13 01:04:56.819 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:04:56.819 INFO kablam! Oct 13 01:04:56.819 INFO kablam! warning: variable does not need to be mutable Oct 13 01:04:56.819 INFO kablam! --> src/ping/network_layer.rs:15:14 Oct 13 01:04:56.819 INFO kablam! | Oct 13 01:04:56.819 INFO kablam! 15 | let (mut tx, mut rx) = match datalink::channel(&interface, datalink::Config::default()) { Oct 13 01:04:56.819 INFO kablam! | ----^^ Oct 13 01:04:56.819 INFO kablam! | | Oct 13 01:04:56.819 INFO kablam! | help: remove this `mut` Oct 13 01:04:56.819 INFO kablam! Oct 13 01:04:56.819 INFO kablam! warning: field is never used: `interface` Oct 13 01:04:56.819 INFO kablam! --> src/ping/network_layer.rs:6:5 Oct 13 01:04:56.819 INFO kablam! | Oct 13 01:04:56.819 INFO kablam! 6 | interface: datalink::NetworkInterface, Oct 13 01:04:56.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:04:56.819 INFO kablam! | Oct 13 01:04:56.819 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:04:56.819 INFO kablam! Oct 13 01:04:56.819 INFO kablam! warning: field is never used: `receiver` Oct 13 01:04:56.819 INFO kablam! --> src/ping/network_layer.rs:8:5 Oct 13 01:04:56.819 INFO kablam! | Oct 13 01:04:56.819 INFO kablam! 8 | receiver: Box, Oct 13 01:04:56.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:04:56.819 INFO kablam! Oct 13 01:04:56.843 INFO kablam! warning: literal out of range for u8 Oct 13 01:04:56.843 INFO kablam! --> src/ping/ip_header.rs:31:22 Oct 13 01:04:56.843 INFO kablam! | Oct 13 01:04:56.843 INFO kablam! 31 | version: 0x0800, // TODO correct value ?? Oct 13 01:04:56.843 INFO kablam! | ^^^^^^ Oct 13 01:04:56.843 INFO kablam! | Oct 13 01:04:56.843 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 13 01:04:56.843 INFO kablam! = note: the literal `0x0800` (decimal `2048`) does not fit into an `u8` and will become `0u8` Oct 13 01:04:56.843 INFO kablam! = help: consider using `u16` instead Oct 13 01:04:56.843 INFO kablam! Oct 13 01:04:56.843 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:04:56.843 INFO kablam! --> src/ping/ip_header.rs:70:9 Oct 13 01:04:56.843 INFO kablam! | Oct 13 01:04:56.843 INFO kablam! 70 | header_checksum.write_u16::(self.header_checksum); Oct 13 01:04:56.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:04:56.843 INFO kablam! | Oct 13 01:04:56.843 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:04:56.843 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:04:56.843 INFO kablam! Oct 13 01:04:57.647 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.82s Oct 13 01:04:57.647 INFO kablam! su: No module specific data is present Oct 13 01:04:58.331 INFO running `"docker" "rm" "-f" "1709247c10b301218fe5fa18897175e12974d0422f415a2faac50bcb39c52db7"` Oct 13 01:04:58.663 INFO blam! 1709247c10b301218fe5fa18897175e12974d0422f415a2faac50bcb39c52db7 Oct 13 01:04:58.675 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:59.093 INFO blam! 6cbb8eea9a6432f0251135b28a8752db2cba893d89b531858fdf024326c44b12 Oct 13 01:04:59.094 INFO running `"docker" "start" "-a" "6cbb8eea9a6432f0251135b28a8752db2cba893d89b531858fdf024326c44b12"` Oct 13 01:05:00.931 INFO kablam! usermod: no changes Oct 13 01:05:01.157 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 13 01:05:01.167 INFO blam! Oct 13 01:05:01.167 INFO blam! running 0 tests Oct 13 01:05:01.167 INFO blam! Oct 13 01:05:01.167 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:05:01.167 INFO blam! Oct 13 01:05:01.167 INFO kablam! Running /target/debug/deps/ping-eb3dd0ae8a876c0f Oct 13 01:05:01.183 INFO kablam! Running /target/debug/deps/ping_rs-9f8d42657682890d Oct 13 01:05:01.183 INFO kablam! Doc-tests ping Oct 13 01:05:01.183 INFO blam! Oct 13 01:05:01.183 INFO blam! running 0 tests Oct 13 01:05:01.183 INFO blam! Oct 13 01:05:01.183 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:05:01.183 INFO blam! Oct 13 01:05:01.706 INFO blam! Oct 13 01:05:01.706 INFO blam! running 0 tests Oct 13 01:05:01.707 INFO blam! Oct 13 01:05:01.707 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:05:01.707 INFO blam! Oct 13 01:05:01.719 INFO kablam! su: No module specific data is present Oct 13 01:05:03.350 INFO running `"docker" "rm" "-f" "6cbb8eea9a6432f0251135b28a8752db2cba893d89b531858fdf024326c44b12"` Oct 13 01:05:03.739 INFO blam! 6cbb8eea9a6432f0251135b28a8752db2cba893d89b531858fdf024326c44b12