Oct 10 15:14:06.559 INFO testing sebglazebrook/ping-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:14:06.559 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:14:06.561 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:14:06.928 INFO blam! 60b45d0ad0dabd84b89543d435d4221a376e9ea90dcd4e0769d3f5f726e3fea4 Oct 10 15:14:06.933 INFO running `"docker" "start" "-a" "60b45d0ad0dabd84b89543d435d4221a376e9ea90dcd4e0769d3f5f726e3fea4"` Oct 10 15:14:08.195 INFO kablam! usermod: no changes Oct 10 15:14:08.360 INFO kablam! Compiling pnet_base v0.20.0 Oct 10 15:14:08.364 INFO kablam! Compiling ipnetwork v0.12.7 Oct 10 15:14:08.364 INFO kablam! Compiling pnet v0.20.0 Oct 10 15:14:08.376 INFO kablam! Compiling pnet_sys v0.20.0 Oct 10 15:14:08.385 INFO kablam! Compiling syntex_errors v0.42.0 Oct 10 15:14:10.741 INFO kablam! Compiling pnet_macros_support v0.20.0 Oct 10 15:14:10.748 INFO kablam! Compiling pnet_datalink v0.20.0 Oct 10 15:14:14.185 INFO kablam! Compiling syntex_syntax v0.42.0 Oct 10 15:14:47.053 INFO kablam! Compiling syntex v0.42.2 Oct 10 15:14:48.216 INFO kablam! Compiling pnet_macros v0.20.0 Oct 10 15:14:51.159 INFO kablam! Compiling pnet_packet v0.20.0 Oct 10 15:15:07.524 INFO kablam! Compiling pnet_transport v0.20.0 Oct 10 15:15:09.047 INFO kablam! Compiling ping-rs v0.1.0 (/source) Oct 10 15:15:10.045 INFO kablam! warning: variable does not need to be mutable Oct 10 15:15:10.048 INFO kablam! --> src/ping/network_layer.rs:15:22 Oct 10 15:15:10.048 INFO kablam! | Oct 10 15:15:10.048 INFO kablam! 15 | let (mut tx, mut rx) = match datalink::channel(&interface, datalink::Config::default()) { Oct 10 15:15:10.048 INFO kablam! | ----^^ Oct 10 15:15:10.048 INFO kablam! | | Oct 10 15:15:10.048 INFO kablam! | help: remove this `mut` Oct 10 15:15:10.048 INFO kablam! | Oct 10 15:15:10.048 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 15:15:10.048 INFO kablam! Oct 10 15:15:10.048 INFO kablam! warning: variable does not need to be mutable Oct 10 15:15:10.048 INFO kablam! --> src/ping/network_layer.rs:15:14 Oct 10 15:15:10.048 INFO kablam! | Oct 10 15:15:10.048 INFO kablam! 15 | let (mut tx, mut rx) = match datalink::channel(&interface, datalink::Config::default()) { Oct 10 15:15:10.048 INFO kablam! | ----^^ Oct 10 15:15:10.048 INFO kablam! | | Oct 10 15:15:10.048 INFO kablam! | help: remove this `mut` Oct 10 15:15:10.048 INFO kablam! Oct 10 15:15:10.052 INFO kablam! warning: field is never used: `interface` Oct 10 15:15:10.052 INFO kablam! --> src/ping/network_layer.rs:6:5 Oct 10 15:15:10.052 INFO kablam! | Oct 10 15:15:10.052 INFO kablam! 6 | interface: datalink::NetworkInterface, Oct 10 15:15:10.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:15:10.052 INFO kablam! | Oct 10 15:15:10.052 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:15:10.052 INFO kablam! Oct 10 15:15:10.052 INFO kablam! warning: field is never used: `receiver` Oct 10 15:15:10.052 INFO kablam! --> src/ping/network_layer.rs:8:5 Oct 10 15:15:10.052 INFO kablam! | Oct 10 15:15:10.052 INFO kablam! 8 | receiver: Box, Oct 10 15:15:10.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:15:10.052 INFO kablam! Oct 10 15:15:10.068 INFO kablam! warning: literal out of range for u8 Oct 10 15:15:10.068 INFO kablam! --> src/ping/ip_header.rs:31:22 Oct 10 15:15:10.068 INFO kablam! | Oct 10 15:15:10.068 INFO kablam! 31 | version: 0x0800, // TODO correct value ?? Oct 10 15:15:10.068 INFO kablam! | ^^^^^^ Oct 10 15:15:10.068 INFO kablam! | Oct 10 15:15:10.068 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 10 15:15:10.068 INFO kablam! = note: the literal `0x0800` (decimal `2048`) does not fit into an `u8` and will become `0u8` Oct 10 15:15:10.068 INFO kablam! = help: consider using `u16` instead Oct 10 15:15:10.068 INFO kablam! Oct 10 15:15:10.068 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:15:10.068 INFO kablam! --> src/ping/ip_header.rs:70:9 Oct 10 15:15:10.068 INFO kablam! | Oct 10 15:15:10.068 INFO kablam! 70 | header_checksum.write_u16::(self.header_checksum); Oct 10 15:15:10.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:15:10.068 INFO kablam! | Oct 10 15:15:10.068 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 15:15:10.068 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:15:10.068 INFO kablam! Oct 10 15:15:11.883 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 03s Oct 10 15:15:11.888 INFO kablam! su: No module specific data is present Oct 10 15:15:12.901 INFO running `"docker" "rm" "-f" "60b45d0ad0dabd84b89543d435d4221a376e9ea90dcd4e0769d3f5f726e3fea4"` Oct 10 15:15:13.241 INFO blam! 60b45d0ad0dabd84b89543d435d4221a376e9ea90dcd4e0769d3f5f726e3fea4 Oct 10 15:15:13.242 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:15:13.244 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:15:13.768 INFO blam! 3485b80ebb7b0295ffabda3c85c037a824c5e3889b8e00899d146640408fc345 Oct 10 15:15:13.770 INFO running `"docker" "start" "-a" "3485b80ebb7b0295ffabda3c85c037a824c5e3889b8e00899d146640408fc345"` Oct 10 15:15:14.900 INFO kablam! usermod: no changes Oct 10 15:15:15.024 INFO kablam! Compiling ping-rs v0.1.0 (/source) Oct 10 15:15:16.206 INFO kablam! warning: variable does not need to be mutable Oct 10 15:15:16.206 INFO kablam! --> src/ping/network_layer.rs:15:22 Oct 10 15:15:16.207 INFO kablam! | Oct 10 15:15:16.207 INFO kablam! 15 | let (mut tx, mut rx) = match datalink::channel(&interface, datalink::Config::default()) { Oct 10 15:15:16.207 INFO kablam! | ----^^ Oct 10 15:15:16.207 INFO kablam! | | Oct 10 15:15:16.207 INFO kablam! | help: remove this `mut` Oct 10 15:15:16.207 INFO kablam! | Oct 10 15:15:16.207 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 15:15:16.208 INFO kablam! Oct 10 15:15:16.208 INFO kablam! warning: variable does not need to be mutable Oct 10 15:15:16.208 INFO kablam! --> src/ping/network_layer.rs:15:14 Oct 10 15:15:16.209 INFO kablam! | Oct 10 15:15:16.209 INFO kablam! 15 | let (mut tx, mut rx) = match datalink::channel(&interface, datalink::Config::default()) { Oct 10 15:15:16.209 INFO kablam! | ----^^ Oct 10 15:15:16.209 INFO kablam! | | Oct 10 15:15:16.209 INFO kablam! | help: remove this `mut` Oct 10 15:15:16.209 INFO kablam! Oct 10 15:15:16.215 INFO kablam! warning: field is never used: `interface` Oct 10 15:15:16.216 INFO kablam! --> src/ping/network_layer.rs:6:5 Oct 10 15:15:16.216 INFO kablam! | Oct 10 15:15:16.216 INFO kablam! 6 | interface: datalink::NetworkInterface, Oct 10 15:15:16.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:15:16.217 INFO kablam! | Oct 10 15:15:16.217 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:15:16.218 INFO kablam! Oct 10 15:15:16.219 INFO kablam! warning: field is never used: `receiver` Oct 10 15:15:16.219 INFO kablam! --> src/ping/network_layer.rs:8:5 Oct 10 15:15:16.219 INFO kablam! | Oct 10 15:15:16.220 INFO kablam! 8 | receiver: Box, Oct 10 15:15:16.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:15:16.220 INFO kablam! Oct 10 15:15:16.236 INFO kablam! warning: literal out of range for u8 Oct 10 15:15:16.236 INFO kablam! --> src/ping/ip_header.rs:31:22 Oct 10 15:15:16.237 INFO kablam! | Oct 10 15:15:16.237 INFO kablam! 31 | version: 0x0800, // TODO correct value ?? Oct 10 15:15:16.237 INFO kablam! | ^^^^^^ Oct 10 15:15:16.237 INFO kablam! | Oct 10 15:15:16.237 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 10 15:15:16.237 INFO kablam! = note: the literal `0x0800` (decimal `2048`) does not fit into an `u8` and will become `0u8` Oct 10 15:15:16.237 INFO kablam! = help: consider using `u16` instead Oct 10 15:15:16.237 INFO kablam! Oct 10 15:15:16.237 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:15:16.237 INFO kablam! --> src/ping/ip_header.rs:70:9 Oct 10 15:15:16.237 INFO kablam! | Oct 10 15:15:16.237 INFO kablam! 70 | header_checksum.write_u16::(self.header_checksum); Oct 10 15:15:16.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:15:16.237 INFO kablam! | Oct 10 15:15:16.237 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 15:15:16.237 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:15:16.237 INFO kablam! Oct 10 15:15:17.060 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.13s Oct 10 15:15:17.068 INFO kablam! su: No module specific data is present Oct 10 15:15:17.687 INFO running `"docker" "rm" "-f" "3485b80ebb7b0295ffabda3c85c037a824c5e3889b8e00899d146640408fc345"` Oct 10 15:15:18.014 INFO blam! 3485b80ebb7b0295ffabda3c85c037a824c5e3889b8e00899d146640408fc345 Oct 10 15:15:18.021 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:15:18.023 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:15:18.534 INFO blam! 3d364ae8221ded9bc2527b629aa85eb2ee6b5eaf3cd300abae1f463113bbd760 Oct 10 15:15:18.538 INFO running `"docker" "start" "-a" "3d364ae8221ded9bc2527b629aa85eb2ee6b5eaf3cd300abae1f463113bbd760"` Oct 10 15:15:19.785 INFO kablam! usermod: no changes Oct 10 15:15:19.896 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 10 15:15:19.912 INFO kablam! Running /target/debug/deps/ping-eb3dd0ae8a876c0f Oct 10 15:15:19.920 INFO kablam! Running /target/debug/deps/ping_rs-9f8d42657682890d Oct 10 15:15:19.920 INFO blam! Oct 10 15:15:19.920 INFO kablam! Doc-tests ping Oct 10 15:15:19.920 INFO blam! running 0 tests Oct 10 15:15:19.920 INFO blam! Oct 10 15:15:19.920 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:15:19.920 INFO blam! Oct 10 15:15:19.920 INFO blam! Oct 10 15:15:19.920 INFO blam! running 0 tests Oct 10 15:15:19.920 INFO blam! Oct 10 15:15:19.920 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:15:19.920 INFO blam! Oct 10 15:15:21.587 INFO blam! Oct 10 15:15:21.588 INFO blam! running 0 tests Oct 10 15:15:21.588 INFO blam! Oct 10 15:15:21.588 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:15:21.588 INFO blam! Oct 10 15:15:21.595 INFO kablam! su: No module specific data is present Oct 10 15:15:22.696 INFO running `"docker" "rm" "-f" "3d364ae8221ded9bc2527b629aa85eb2ee6b5eaf3cd300abae1f463113bbd760"` Oct 10 15:15:23.017 INFO blam! 3d364ae8221ded9bc2527b629aa85eb2ee6b5eaf3cd300abae1f463113bbd760