Oct 16 00:02:46.196 INFO testing pktparse-0.3.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 00:02:46.196 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 16 00:02:46.575 INFO blam! 22d2c5f6f2a3fc39cbd8b59b8bb2c4ac8a6ec95e8adf35e18110dfafd72da022 Oct 16 00:02:46.583 INFO running `"docker" "start" "-a" "22d2c5f6f2a3fc39cbd8b59b8bb2c4ac8a6ec95e8adf35e18110dfafd72da022"` Oct 16 00:02:47.411 INFO kablam! usermod: no changes Oct 16 00:02:47.514 INFO kablam! Compiling pktparse v0.3.0 (/source) Oct 16 00:02:48.501 INFO kablam! warning: unused imports: `be_u16`, `le_u16` Oct 16 00:02:48.501 INFO kablam! --> src/arp.rs:3:27 Oct 16 00:02:48.501 INFO kablam! | Oct 16 00:02:48.501 INFO kablam! 3 | use nom::{IResult, be_u8, be_u16, le_u16}; Oct 16 00:02:48.501 INFO kablam! | ^^^^^^ ^^^^^^ Oct 16 00:02:48.501 INFO kablam! | Oct 16 00:02:48.501 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 00:02:48.501 INFO kablam! Oct 16 00:02:48.501 INFO kablam! warning: unused import: `self` Oct 16 00:02:48.501 INFO kablam! --> src/arp.rs:4:23 Oct 16 00:02:48.501 INFO kablam! | Oct 16 00:02:48.501 INFO kablam! 4 | use nom::Endianness::{self, Big}; Oct 16 00:02:48.501 INFO kablam! | ^^^^ Oct 16 00:02:48.501 INFO kablam! Oct 16 00:02:48.501 INFO kablam! warning: unused imports: `be_u16`, `le_u16` Oct 16 00:02:48.501 INFO kablam! --> src/ethernet.rs:3:20 Oct 16 00:02:48.501 INFO kablam! | Oct 16 00:02:48.501 INFO kablam! 3 | use nom::{IResult, le_u16, be_u16}; Oct 16 00:02:48.501 INFO kablam! | ^^^^^^ ^^^^^^ Oct 16 00:02:48.501 INFO kablam! Oct 16 00:02:48.501 INFO kablam! warning: unused import: `self` Oct 16 00:02:48.501 INFO kablam! --> src/ethernet.rs:4:23 Oct 16 00:02:48.501 INFO kablam! | Oct 16 00:02:48.501 INFO kablam! 4 | use nom::Endianness::{self, Big}; Oct 16 00:02:48.501 INFO kablam! | ^^^^ Oct 16 00:02:48.501 INFO kablam! Oct 16 00:02:48.501 INFO kablam! warning: unused imports: `be_u16`, `le_u16` Oct 16 00:02:48.501 INFO kablam! --> src/ipv4.rs:3:27 Oct 16 00:02:48.501 INFO kablam! | Oct 16 00:02:48.501 INFO kablam! 3 | use nom::{IResult, be_u8, be_u16, le_u16}; Oct 16 00:02:48.501 INFO kablam! | ^^^^^^ ^^^^^^ Oct 16 00:02:48.501 INFO kablam! Oct 16 00:02:48.507 INFO kablam! warning: unused import: `self` Oct 16 00:02:48.507 INFO kablam! --> src/ipv4.rs:4:23 Oct 16 00:02:48.507 INFO kablam! | Oct 16 00:02:48.507 INFO kablam! 4 | use nom::Endianness::{self, Big}; Oct 16 00:02:48.507 INFO kablam! | ^^^^ Oct 16 00:02:48.507 INFO kablam! Oct 16 00:02:48.507 INFO kablam! warning: unused imports: `be_u16`, `be_u32`, `le_u16`, `le_u32` Oct 16 00:02:48.507 INFO kablam! --> src/tcp.rs:3:40 Oct 16 00:02:48.507 INFO kablam! | Oct 16 00:02:48.507 INFO kablam! 3 | use nom::{IResult, Needed, Err, be_u8, be_u16, le_u16, be_u32, le_u32}; Oct 16 00:02:48.507 INFO kablam! | ^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^ Oct 16 00:02:48.507 INFO kablam! Oct 16 00:02:48.507 INFO kablam! warning: unused import: `self` Oct 16 00:02:48.507 INFO kablam! --> src/tcp.rs:4:23 Oct 16 00:02:48.507 INFO kablam! | Oct 16 00:02:48.507 INFO kablam! 4 | use nom::Endianness::{self, Big}; Oct 16 00:02:48.507 INFO kablam! | ^^^^ Oct 16 00:02:48.511 INFO kablam! Oct 16 00:02:49.534 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.09s Oct 16 00:02:49.539 INFO kablam! su: No module specific data is present Oct 16 00:02:49.942 INFO running `"docker" "rm" "-f" "22d2c5f6f2a3fc39cbd8b59b8bb2c4ac8a6ec95e8adf35e18110dfafd72da022"` Oct 16 00:02:50.156 INFO blam! 22d2c5f6f2a3fc39cbd8b59b8bb2c4ac8a6ec95e8adf35e18110dfafd72da022 Oct 16 00:02:50.161 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 16 00:02:50.436 INFO blam! abdfc635b4bc9a391038b0a0e42a04d9aaee4d80a620f3faec77edbe5e1c99df Oct 16 00:02:50.437 INFO running `"docker" "start" "-a" "abdfc635b4bc9a391038b0a0e42a04d9aaee4d80a620f3faec77edbe5e1c99df"` Oct 16 00:02:51.086 INFO kablam! usermod: no changes Oct 16 00:02:51.158 INFO kablam! Compiling pktparse v0.3.0 (/source) Oct 16 00:02:53.510 INFO kablam! warning: unused imports: `be_u16`, `le_u16` Oct 16 00:02:53.510 INFO kablam! --> src/arp.rs:3:27 Oct 16 00:02:53.510 INFO kablam! | Oct 16 00:02:53.510 INFO kablam! 3 | use nom::{IResult, be_u8, be_u16, le_u16}; Oct 16 00:02:53.511 INFO kablam! | ^^^^^^ ^^^^^^ Oct 16 00:02:53.511 INFO kablam! | Oct 16 00:02:53.511 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 00:02:53.511 INFO kablam! Oct 16 00:02:53.511 INFO kablam! warning: unused import: `self` Oct 16 00:02:53.511 INFO kablam! --> src/arp.rs:4:23 Oct 16 00:02:53.511 INFO kablam! | Oct 16 00:02:53.511 INFO kablam! 4 | use nom::Endianness::{self, Big}; Oct 16 00:02:53.511 INFO kablam! | ^^^^ Oct 16 00:02:53.511 INFO kablam! Oct 16 00:02:53.511 INFO kablam! warning: unused imports: `be_u16`, `le_u16` Oct 16 00:02:53.511 INFO kablam! --> src/ethernet.rs:3:20 Oct 16 00:02:53.511 INFO kablam! | Oct 16 00:02:53.511 INFO kablam! 3 | use nom::{IResult, le_u16, be_u16}; Oct 16 00:02:53.511 INFO kablam! | ^^^^^^ ^^^^^^ Oct 16 00:02:53.511 INFO kablam! Oct 16 00:02:53.511 INFO kablam! warning: unused import: `self` Oct 16 00:02:53.511 INFO kablam! --> src/ethernet.rs:4:23 Oct 16 00:02:53.511 INFO kablam! | Oct 16 00:02:53.511 INFO kablam! 4 | use nom::Endianness::{self, Big}; Oct 16 00:02:53.511 INFO kablam! | ^^^^ Oct 16 00:02:53.511 INFO kablam! Oct 16 00:02:53.511 INFO kablam! warning: unused imports: `be_u16`, `le_u16` Oct 16 00:02:53.511 INFO kablam! --> src/ipv4.rs:3:27 Oct 16 00:02:53.511 INFO kablam! | Oct 16 00:02:53.511 INFO kablam! 3 | use nom::{IResult, be_u8, be_u16, le_u16}; Oct 16 00:02:53.511 INFO kablam! | ^^^^^^ ^^^^^^ Oct 16 00:02:53.511 INFO kablam! Oct 16 00:02:53.511 INFO kablam! warning: unused import: `self` Oct 16 00:02:53.511 INFO kablam! --> src/ipv4.rs:4:23 Oct 16 00:02:53.511 INFO kablam! | Oct 16 00:02:53.511 INFO kablam! 4 | use nom::Endianness::{self, Big}; Oct 16 00:02:53.511 INFO kablam! | ^^^^ Oct 16 00:02:53.511 INFO kablam! Oct 16 00:02:53.511 INFO kablam! warning: unused imports: `be_u16`, `be_u32`, `le_u16`, `le_u32` Oct 16 00:02:53.511 INFO kablam! --> src/tcp.rs:3:40 Oct 16 00:02:53.511 INFO kablam! | Oct 16 00:02:53.511 INFO kablam! 3 | use nom::{IResult, Needed, Err, be_u8, be_u16, le_u16, be_u32, le_u32}; Oct 16 00:02:53.511 INFO kablam! | ^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^ Oct 16 00:02:53.511 INFO kablam! Oct 16 00:02:53.511 INFO kablam! warning: unused import: `self` Oct 16 00:02:53.511 INFO kablam! --> src/tcp.rs:4:23 Oct 16 00:02:53.511 INFO kablam! | Oct 16 00:02:53.511 INFO kablam! 4 | use nom::Endianness::{self, Big}; Oct 16 00:02:53.511 INFO kablam! | ^^^^ Oct 16 00:02:53.511 INFO kablam! Oct 16 00:02:55.988 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.87s Oct 16 00:02:55.995 INFO kablam! su: No module specific data is present Oct 16 00:02:56.473 INFO running `"docker" "rm" "-f" "abdfc635b4bc9a391038b0a0e42a04d9aaee4d80a620f3faec77edbe5e1c99df"` Oct 16 00:02:56.853 INFO blam! abdfc635b4bc9a391038b0a0e42a04d9aaee4d80a620f3faec77edbe5e1c99df Oct 16 00:02:56.854 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 16 00:02:57.206 INFO blam! 55a4e2d46df65e3e29d7ec5e4e68fcb4bd165751335302f33ec2b5683f70e26d Oct 16 00:02:57.208 INFO running `"docker" "start" "-a" "55a4e2d46df65e3e29d7ec5e4e68fcb4bd165751335302f33ec2b5683f70e26d"` Oct 16 00:02:58.324 INFO kablam! usermod: no changes Oct 16 00:02:58.395 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 16 00:02:58.406 INFO kablam! Running /target/debug/deps/pktparse-b87269c68c5df6f9 Oct 16 00:02:58.411 INFO blam! Oct 16 00:02:58.411 INFO blam! running 13 tests Oct 16 00:02:58.411 INFO blam! test ethernet::tests::ethertype_gets_arp_correct ... ok Oct 16 00:02:58.446 INFO blam! test ethernet::tests::mac_address_works ... ok Oct 16 00:02:58.447 INFO kablam! Running /target/debug/deps/icmp_packet-1e55afdd7ed4c980 Oct 16 00:02:58.447 INFO blam! test ethernet::tests::ethertype_gets_vlan_correct ... ok Oct 16 00:02:58.447 INFO kablam! Running /target/debug/deps/tcp_packet-ad619968416e3989 Oct 16 00:02:58.447 INFO blam! test ethernet::tests::ethertype_gets_ipv4_correct ... ok Oct 16 00:02:58.447 INFO blam! test ethernet::tests::ethernet_frame_works ... ok Oct 16 00:02:58.447 INFO blam! test ethernet::tests::ethertype_gets_ipv6_correct ... ok Oct 16 00:02:58.447 INFO blam! test arp::tests::arp_packet_works ... ok Oct 16 00:02:58.447 INFO blam! test tcp::tests::test_tcp_parse ... ok Oct 16 00:02:58.447 INFO blam! test ipv4::tests::protocol_gets_icmp_correct ... ok Oct 16 00:02:58.447 INFO blam! test ipv4::tests::protocol_gets_tcp_correct ... ok Oct 16 00:02:58.447 INFO blam! test ipv4::tests::protocol_gets_udp_correct ... ok Oct 16 00:02:58.447 INFO blam! test ipv4::tests::ipparse_gets_packet_correct ... ok Oct 16 00:02:58.447 INFO blam! test udp::tests::udp_header_works ... ok Oct 16 00:02:58.447 INFO blam! Oct 16 00:02:58.447 INFO blam! test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 00:02:58.447 INFO blam! Oct 16 00:02:58.447 INFO blam! Oct 16 00:02:58.447 INFO blam! running 1 test Oct 16 00:02:58.447 INFO blam! test tests::ipfrag_packet ... ok Oct 16 00:02:58.447 INFO blam! Oct 16 00:02:58.447 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 00:02:58.447 INFO blam! Oct 16 00:02:58.447 INFO blam! Oct 16 00:02:58.447 INFO blam! running 2 tests Oct 16 00:02:58.470 INFO blam! test tests::parse_tcp_packet_with_options ... ok Oct 16 00:02:58.471 INFO kablam! Doc-tests pktparse Oct 16 00:02:58.471 INFO blam! test tests::parse_tcp_packet ... ok Oct 16 00:02:58.471 INFO blam! Oct 16 00:02:58.471 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 00:02:58.471 INFO blam! Oct 16 00:02:59.917 INFO blam! Oct 16 00:02:59.917 INFO blam! running 0 tests Oct 16 00:02:59.917 INFO blam! Oct 16 00:02:59.917 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 00:02:59.917 INFO blam! Oct 16 00:02:59.927 INFO kablam! su: No module specific data is present Oct 16 00:03:00.573 INFO running `"docker" "rm" "-f" "55a4e2d46df65e3e29d7ec5e4e68fcb4bd165751335302f33ec2b5683f70e26d"` Oct 16 00:03:00.831 INFO blam! 55a4e2d46df65e3e29d7ec5e4e68fcb4bd165751335302f33ec2b5683f70e26d