Oct 11 14:57:31.291 INFO testing pktparse-0.3.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 14:57:31.291 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 14:57:31.292 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 11 14:57:31.667 INFO blam! 0d7ddec68a730caed6e9312ee4d201c758c62aabc9e59d54bc849557af3c99f4 Oct 11 14:57:31.667 INFO running `"docker" "start" "-a" "0d7ddec68a730caed6e9312ee4d201c758c62aabc9e59d54bc849557af3c99f4"` Oct 11 14:57:32.797 INFO kablam! usermod: no changes Oct 11 14:57:32.928 INFO kablam! Compiling pktparse v0.3.0 (/source) Oct 11 14:57:33.904 INFO kablam! warning: unused imports: `be_u16`, `le_u16` Oct 11 14:57:33.905 INFO kablam! --> src/arp.rs:3:27 Oct 11 14:57:33.905 INFO kablam! | Oct 11 14:57:33.905 INFO kablam! 3 | use nom::{IResult, be_u8, be_u16, le_u16}; Oct 11 14:57:33.905 INFO kablam! | ^^^^^^ ^^^^^^ Oct 11 14:57:33.905 INFO kablam! | Oct 11 14:57:33.905 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 14:57:33.905 INFO kablam! Oct 11 14:57:33.905 INFO kablam! warning: unused import: `self` Oct 11 14:57:33.905 INFO kablam! --> src/arp.rs:4:23 Oct 11 14:57:33.905 INFO kablam! | Oct 11 14:57:33.905 INFO kablam! 4 | use nom::Endianness::{self, Big}; Oct 11 14:57:33.905 INFO kablam! | ^^^^ Oct 11 14:57:33.905 INFO kablam! Oct 11 14:57:33.905 INFO kablam! warning: unused imports: `be_u16`, `le_u16` Oct 11 14:57:33.905 INFO kablam! --> src/ethernet.rs:3:20 Oct 11 14:57:33.905 INFO kablam! | Oct 11 14:57:33.905 INFO kablam! 3 | use nom::{IResult, le_u16, be_u16}; Oct 11 14:57:33.905 INFO kablam! | ^^^^^^ ^^^^^^ Oct 11 14:57:33.905 INFO kablam! Oct 11 14:57:33.905 INFO kablam! warning: unused import: `self` Oct 11 14:57:33.905 INFO kablam! --> src/ethernet.rs:4:23 Oct 11 14:57:33.905 INFO kablam! | Oct 11 14:57:33.905 INFO kablam! 4 | use nom::Endianness::{self, Big}; Oct 11 14:57:33.905 INFO kablam! | ^^^^ Oct 11 14:57:33.905 INFO kablam! Oct 11 14:57:33.905 INFO kablam! warning: unused imports: `be_u16`, `le_u16` Oct 11 14:57:33.905 INFO kablam! --> src/ipv4.rs:3:27 Oct 11 14:57:33.905 INFO kablam! | Oct 11 14:57:33.905 INFO kablam! 3 | use nom::{IResult, be_u8, be_u16, le_u16}; Oct 11 14:57:33.905 INFO kablam! | ^^^^^^ ^^^^^^ Oct 11 14:57:33.905 INFO kablam! Oct 11 14:57:33.905 INFO kablam! warning: unused import: `self` Oct 11 14:57:33.905 INFO kablam! --> src/ipv4.rs:4:23 Oct 11 14:57:33.905 INFO kablam! | Oct 11 14:57:33.905 INFO kablam! 4 | use nom::Endianness::{self, Big}; Oct 11 14:57:33.905 INFO kablam! | ^^^^ Oct 11 14:57:33.905 INFO kablam! Oct 11 14:57:33.906 INFO kablam! warning: unused imports: `be_u16`, `be_u32`, `le_u16`, `le_u32` Oct 11 14:57:33.906 INFO kablam! --> src/tcp.rs:3:40 Oct 11 14:57:33.906 INFO kablam! | Oct 11 14:57:33.906 INFO kablam! 3 | use nom::{IResult, Needed, Err, be_u8, be_u16, le_u16, be_u32, le_u32}; Oct 11 14:57:33.906 INFO kablam! | ^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^ Oct 11 14:57:33.906 INFO kablam! Oct 11 14:57:33.906 INFO kablam! warning: unused import: `self` Oct 11 14:57:33.906 INFO kablam! --> src/tcp.rs:4:23 Oct 11 14:57:33.906 INFO kablam! | Oct 11 14:57:33.906 INFO kablam! 4 | use nom::Endianness::{self, Big}; Oct 11 14:57:33.906 INFO kablam! | ^^^^ Oct 11 14:57:33.906 INFO kablam! Oct 11 14:57:35.073 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.25s Oct 11 14:57:35.076 INFO kablam! su: No module specific data is present Oct 11 14:57:35.621 INFO running `"docker" "rm" "-f" "0d7ddec68a730caed6e9312ee4d201c758c62aabc9e59d54bc849557af3c99f4"` Oct 11 14:57:35.888 INFO blam! 0d7ddec68a730caed6e9312ee4d201c758c62aabc9e59d54bc849557af3c99f4 Oct 11 14:57:35.892 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 14:57:35.892 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 11 14:57:36.320 INFO blam! c4309c0ab9f45e7b85b0b22cd4e2f9d35502aaba40fd4abbc7e147ba32ff6300 Oct 11 14:57:36.320 INFO running `"docker" "start" "-a" "c4309c0ab9f45e7b85b0b22cd4e2f9d35502aaba40fd4abbc7e147ba32ff6300"` Oct 11 14:57:37.277 INFO kablam! usermod: no changes Oct 11 14:57:37.380 INFO kablam! Compiling pktparse v0.3.0 (/source) Oct 11 14:57:39.157 INFO kablam! warning: unused imports: `be_u16`, `le_u16` Oct 11 14:57:39.157 INFO kablam! --> src/arp.rs:3:27 Oct 11 14:57:39.157 INFO kablam! | Oct 11 14:57:39.157 INFO kablam! 3 | use nom::{IResult, be_u8, be_u16, le_u16}; Oct 11 14:57:39.157 INFO kablam! | ^^^^^^ ^^^^^^ Oct 11 14:57:39.157 INFO kablam! | Oct 11 14:57:39.157 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 14:57:39.157 INFO kablam! Oct 11 14:57:39.157 INFO kablam! warning: unused import: `self` Oct 11 14:57:39.157 INFO kablam! --> src/arp.rs:4:23 Oct 11 14:57:39.157 INFO kablam! | Oct 11 14:57:39.157 INFO kablam! 4 | use nom::Endianness::{self, Big}; Oct 11 14:57:39.157 INFO kablam! | ^^^^ Oct 11 14:57:39.157 INFO kablam! Oct 11 14:57:39.157 INFO kablam! warning: unused imports: `be_u16`, `le_u16` Oct 11 14:57:39.157 INFO kablam! --> src/ethernet.rs:3:20 Oct 11 14:57:39.157 INFO kablam! | Oct 11 14:57:39.157 INFO kablam! 3 | use nom::{IResult, le_u16, be_u16}; Oct 11 14:57:39.157 INFO kablam! | ^^^^^^ ^^^^^^ Oct 11 14:57:39.157 INFO kablam! Oct 11 14:57:39.157 INFO kablam! warning: unused import: `self` Oct 11 14:57:39.157 INFO kablam! --> src/ethernet.rs:4:23 Oct 11 14:57:39.157 INFO kablam! | Oct 11 14:57:39.157 INFO kablam! 4 | use nom::Endianness::{self, Big}; Oct 11 14:57:39.157 INFO kablam! | ^^^^ Oct 11 14:57:39.157 INFO kablam! Oct 11 14:57:39.157 INFO kablam! warning: unused imports: `be_u16`, `le_u16` Oct 11 14:57:39.157 INFO kablam! --> src/ipv4.rs:3:27 Oct 11 14:57:39.157 INFO kablam! | Oct 11 14:57:39.157 INFO kablam! 3 | use nom::{IResult, be_u8, be_u16, le_u16}; Oct 11 14:57:39.157 INFO kablam! | ^^^^^^ ^^^^^^ Oct 11 14:57:39.157 INFO kablam! Oct 11 14:57:39.157 INFO kablam! warning: unused import: `self` Oct 11 14:57:39.157 INFO kablam! --> src/ipv4.rs:4:23 Oct 11 14:57:39.157 INFO kablam! | Oct 11 14:57:39.157 INFO kablam! 4 | use nom::Endianness::{self, Big}; Oct 11 14:57:39.157 INFO kablam! | ^^^^ Oct 11 14:57:39.157 INFO kablam! Oct 11 14:57:39.157 INFO kablam! warning: unused imports: `be_u16`, `be_u32`, `le_u16`, `le_u32` Oct 11 14:57:39.157 INFO kablam! --> src/tcp.rs:3:40 Oct 11 14:57:39.157 INFO kablam! | Oct 11 14:57:39.157 INFO kablam! 3 | use nom::{IResult, Needed, Err, be_u8, be_u16, le_u16, be_u32, le_u32}; Oct 11 14:57:39.157 INFO kablam! | ^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^ Oct 11 14:57:39.157 INFO kablam! Oct 11 14:57:39.157 INFO kablam! warning: unused import: `self` Oct 11 14:57:39.157 INFO kablam! --> src/tcp.rs:4:23 Oct 11 14:57:39.157 INFO kablam! | Oct 11 14:57:39.157 INFO kablam! 4 | use nom::Endianness::{self, Big}; Oct 11 14:57:39.157 INFO kablam! | ^^^^ Oct 11 14:57:39.157 INFO kablam! Oct 11 14:57:40.947 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.65s Oct 11 14:57:40.953 INFO kablam! su: No module specific data is present Oct 11 14:57:41.588 INFO running `"docker" "rm" "-f" "c4309c0ab9f45e7b85b0b22cd4e2f9d35502aaba40fd4abbc7e147ba32ff6300"` Oct 11 14:57:41.806 INFO blam! c4309c0ab9f45e7b85b0b22cd4e2f9d35502aaba40fd4abbc7e147ba32ff6300 Oct 11 14:57:41.810 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 14:57:41.810 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 11 14:57:42.200 INFO blam! 20f6a5cc66ef7fd7590e900f59ee838f184beb0e44e4862bdb975a10c052f2a8 Oct 11 14:57:42.203 INFO running `"docker" "start" "-a" "20f6a5cc66ef7fd7590e900f59ee838f184beb0e44e4862bdb975a10c052f2a8"` Oct 11 14:57:43.384 INFO kablam! usermod: no changes Oct 11 14:57:43.452 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 14:57:43.464 INFO kablam! Running /target/debug/deps/pktparse-9fcc4c4de19760c0 Oct 11 14:57:43.468 INFO blam! Oct 11 14:57:43.468 INFO blam! running 13 tests Oct 11 14:57:43.472 INFO blam! test arp::tests::arp_packet_works ... ok Oct 11 14:57:43.472 INFO blam! test ethernet::tests::ethernet_frame_works ... ok Oct 11 14:57:43.472 INFO blam! test ethernet::tests::ethertype_gets_arp_correct ... ok Oct 11 14:57:43.472 INFO blam! test ipv4::tests::protocol_gets_udp_correct ... ok Oct 11 14:57:43.472 INFO blam! test ipv4::tests::protocol_gets_icmp_correct ... ok Oct 11 14:57:43.472 INFO blam! test ipv4::tests::protocol_gets_tcp_correct ... ok Oct 11 14:57:43.472 INFO blam! test ipv4::tests::ipparse_gets_packet_correct ... ok Oct 11 14:57:43.472 INFO blam! test ethernet::tests::mac_address_works ... ok Oct 11 14:57:43.472 INFO blam! test ethernet::tests::ethertype_gets_vlan_correct ... ok Oct 11 14:57:43.472 INFO blam! test udp::tests::udp_header_works ... ok Oct 11 14:57:43.476 INFO blam! test tcp::tests::test_tcp_parse ... ok Oct 11 14:57:43.476 INFO blam! test ethernet::tests::ethertype_gets_ipv6_correct ... ok Oct 11 14:57:43.476 INFO blam! test ethernet::tests::ethertype_gets_ipv4_correct ... ok Oct 11 14:57:43.476 INFO blam! Oct 11 14:57:43.476 INFO blam! test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:57:43.476 INFO blam! Oct 11 14:57:43.480 INFO blam! Oct 11 14:57:43.480 INFO kablam! Running /target/debug/deps/icmp_packet-6d44ebb556d5caa5 Oct 11 14:57:43.480 INFO blam! running 1 test Oct 11 14:57:43.480 INFO blam! test tests::ipfrag_packet ... ok Oct 11 14:57:43.480 INFO kablam! Running /target/debug/deps/tcp_packet-22f06c7298ae0f01 Oct 11 14:57:43.480 INFO blam! Oct 11 14:57:43.480 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:57:43.480 INFO blam! Oct 11 14:57:43.488 INFO blam! Oct 11 14:57:43.488 INFO kablam! Doc-tests pktparse Oct 11 14:57:43.488 INFO blam! running 2 tests Oct 11 14:57:43.488 INFO blam! test tests::parse_tcp_packet_with_options ... ok Oct 11 14:57:43.488 INFO blam! test tests::parse_tcp_packet ... ok Oct 11 14:57:43.488 INFO blam! Oct 11 14:57:43.488 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:57:43.488 INFO blam! Oct 11 14:57:44.760 INFO blam! Oct 11 14:57:44.760 INFO blam! running 0 tests Oct 11 14:57:44.760 INFO blam! Oct 11 14:57:44.760 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:57:44.760 INFO blam! Oct 11 14:57:44.763 INFO kablam! su: No module specific data is present Oct 11 14:57:45.542 INFO running `"docker" "rm" "-f" "20f6a5cc66ef7fd7590e900f59ee838f184beb0e44e4862bdb975a10c052f2a8"` Oct 11 14:57:45.746 INFO blam! 20f6a5cc66ef7fd7590e900f59ee838f184beb0e44e4862bdb975a10c052f2a8