Oct 10 23:04:19.831 INFO testing flier/rust-pcap2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:04:19.831 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:04:19.833 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 23:04:20.453 INFO blam! 702053da8c3954e0873ab193d12a5a6e30485fd370ea1f142108443a4d66979a Oct 10 23:04:20.454 INFO running `"docker" "start" "-a" "702053da8c3954e0873ab193d12a5a6e30485fd370ea1f142108443a4d66979a"` Oct 10 23:04:21.708 INFO kablam! usermod: no changes Oct 10 23:04:21.938 INFO kablam! Compiling hexplay v0.2.1 Oct 10 23:04:21.941 INFO kablam! Compiling backtrace v0.3.9 Oct 10 23:04:21.941 INFO kablam! Compiling regex v1.0.2 Oct 10 23:04:24.136 INFO kablam! Compiling failure v0.1.2 Oct 10 23:04:34.020 INFO kablam! Compiling nom v4.0.0 Oct 10 23:04:37.864 INFO kablam! Compiling pcap2 v0.1.0 (/source) Oct 10 23:04:40.148 INFO kablam! warning: unused `#[macro_use]` import Oct 10 23:04:40.148 INFO kablam! --> src/lib.rs:15:1 Oct 10 23:04:40.148 INFO kablam! | Oct 10 23:04:40.148 INFO kablam! 15 | #[macro_use] Oct 10 23:04:40.148 INFO kablam! | ^^^^^^^^^^^^ Oct 10 23:04:40.148 INFO kablam! | Oct 10 23:04:40.148 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:04:40.148 INFO kablam! Oct 10 23:04:41.717 INFO kablam! warning: method is never used: `link_type` Oct 10 23:04:41.717 INFO kablam! --> src/pcap/header.rs:95:5 Oct 10 23:04:41.717 INFO kablam! | Oct 10 23:04:41.717 INFO kablam! 95 | pub fn link_type(&self) -> LinkType { Oct 10 23:04:41.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:04:41.717 INFO kablam! | Oct 10 23:04:41.717 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:04:41.717 INFO kablam! Oct 10 23:04:41.717 INFO kablam! warning: field is never used: `r` Oct 10 23:04:41.717 INFO kablam! --> src/pcapng/reader.rs:313:5 Oct 10 23:04:41.717 INFO kablam! | Oct 10 23:04:41.717 INFO kablam! 313 | r: R, Oct 10 23:04:41.717 INFO kablam! | ^^^^ Oct 10 23:04:41.717 INFO kablam! Oct 10 23:04:44.051 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.30s Oct 10 23:04:44.060 INFO kablam! su: No module specific data is present Oct 10 23:04:44.758 INFO running `"docker" "rm" "-f" "702053da8c3954e0873ab193d12a5a6e30485fd370ea1f142108443a4d66979a"` Oct 10 23:04:45.012 INFO blam! 702053da8c3954e0873ab193d12a5a6e30485fd370ea1f142108443a4d66979a Oct 10 23:04:45.015 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:04:45.017 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 23:04:45.474 INFO blam! 836dc20b1837d3999167522b9287781e7a2d22c9e16c38d14a3de527e705a941 Oct 10 23:04:45.478 INFO running `"docker" "start" "-a" "836dc20b1837d3999167522b9287781e7a2d22c9e16c38d14a3de527e705a941"` Oct 10 23:04:46.512 INFO kablam! usermod: no changes Oct 10 23:04:46.764 INFO kablam! Compiling pnet_datalink v0.21.0 Oct 10 23:04:46.764 INFO kablam! Compiling hexplay v0.2.1 Oct 10 23:04:46.764 INFO kablam! Compiling syntex_errors v0.42.0 Oct 10 23:04:46.766 INFO kablam! Compiling num-integer v0.1.39 Oct 10 23:04:46.767 INFO kablam! Compiling thread_local v0.3.5 Oct 10 23:04:46.767 INFO kablam! Compiling structopt-derive v0.2.10 Oct 10 23:04:51.086 INFO kablam! Compiling regex v0.2.11 Oct 10 23:04:51.100 INFO kablam! Compiling regex v1.0.2 Oct 10 23:04:54.262 INFO kablam! Compiling chrono v0.4.5 Oct 10 23:04:57.599 INFO kablam! Compiling syntex_syntax v0.42.0 Oct 10 23:05:13.892 INFO kablam! Compiling structopt v0.2.10 Oct 10 23:05:17.524 INFO kablam! Compiling nom v4.0.0 Oct 10 23:05:17.524 INFO kablam! Compiling env_logger v0.5.12 Oct 10 23:05:22.938 INFO kablam! Compiling pretty_env_logger v0.2.4 Oct 10 23:05:25.608 INFO kablam! Compiling pcap2 v0.1.0 (/source) Oct 10 23:05:29.556 INFO kablam! warning: unused `#[macro_use]` import Oct 10 23:05:29.556 INFO kablam! --> src/lib.rs:15:1 Oct 10 23:05:29.556 INFO kablam! | Oct 10 23:05:29.556 INFO kablam! 15 | #[macro_use] Oct 10 23:05:29.556 INFO kablam! | ^^^^^^^^^^^^ Oct 10 23:05:29.556 INFO kablam! | Oct 10 23:05:29.556 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:05:29.556 INFO kablam! Oct 10 23:05:31.597 INFO kablam! warning: method is never used: `link_type` Oct 10 23:05:31.597 INFO kablam! --> src/pcap/header.rs:95:5 Oct 10 23:05:31.597 INFO kablam! | Oct 10 23:05:31.598 INFO kablam! 95 | pub fn link_type(&self) -> LinkType { Oct 10 23:05:31.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:05:31.598 INFO kablam! | Oct 10 23:05:31.599 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:05:31.599 INFO kablam! Oct 10 23:05:31.599 INFO kablam! warning: field is never used: `r` Oct 10 23:05:31.600 INFO kablam! --> src/pcapng/reader.rs:313:5 Oct 10 23:05:31.600 INFO kablam! | Oct 10 23:05:31.600 INFO kablam! 313 | r: R, Oct 10 23:05:31.600 INFO kablam! | ^^^^ Oct 10 23:05:31.601 INFO kablam! Oct 10 23:05:57.032 INFO kablam! Compiling syntex v0.42.2 Oct 10 23:05:58.820 INFO kablam! Compiling pnet_macros v0.21.0 Oct 10 23:06:02.014 INFO kablam! Compiling pnet_packet v0.21.0 Oct 10 23:06:16.810 INFO kablam! Compiling pnet_transport v0.21.0 Oct 10 23:06:17.880 INFO kablam! Compiling pnet v0.21.0 Oct 10 23:06:22.824 INFO kablam! warning: unused `#[macro_use]` import Oct 10 23:06:22.824 INFO kablam! --> src/lib.rs:15:1 Oct 10 23:06:22.824 INFO kablam! | Oct 10 23:06:22.824 INFO kablam! 15 | #[macro_use] Oct 10 23:06:22.824 INFO kablam! | ^^^^^^^^^^^^ Oct 10 23:06:22.824 INFO kablam! | Oct 10 23:06:22.824 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:06:22.824 INFO kablam! Oct 10 23:06:23.261 INFO kablam! warning: unused `#[macro_use]` import Oct 10 23:06:23.262 INFO kablam! --> examples/pcapdump.rs:4:1 Oct 10 23:06:23.262 INFO kablam! | Oct 10 23:06:23.262 INFO kablam! 4 | #[macro_use] Oct 10 23:06:23.262 INFO kablam! | ^^^^^^^^^^^^ Oct 10 23:06:23.262 INFO kablam! | Oct 10 23:06:23.262 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:06:23.262 INFO kablam! Oct 10 23:06:23.262 INFO kablam! warning: unused `#[macro_use]` import Oct 10 23:06:23.262 INFO kablam! --> examples/pcapdump.rs:6:1 Oct 10 23:06:23.262 INFO kablam! | Oct 10 23:06:23.262 INFO kablam! 6 | #[macro_use] Oct 10 23:06:23.262 INFO kablam! | ^^^^^^^^^^^^ Oct 10 23:06:23.262 INFO kablam! Oct 10 23:06:23.441 INFO kablam! warning: unused variable: `w` Oct 10 23:06:23.441 INFO kablam! --> examples/pcapdump.rs:63:33 Oct 10 23:06:23.441 INFO kablam! | Oct 10 23:06:23.441 INFO kablam! 63 | fn dump_file(w: &mut W, r: &mut R) -> fmt::Result { Oct 10 23:06:23.441 INFO kablam! | ^ help: consider using `_w` instead Oct 10 23:06:23.441 INFO kablam! | Oct 10 23:06:23.441 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 23:06:23.441 INFO kablam! Oct 10 23:06:23.441 INFO kablam! warning: unused variable: `r` Oct 10 23:06:23.441 INFO kablam! --> examples/pcapdump.rs:63:44 Oct 10 23:06:23.441 INFO kablam! | Oct 10 23:06:23.441 INFO kablam! 63 | fn dump_file(w: &mut W, r: &mut R) -> fmt::Result { Oct 10 23:06:23.441 INFO kablam! | ^ help: consider using `_r` instead Oct 10 23:06:23.441 INFO kablam! Oct 10 23:06:24.060 INFO kablam! warning: unused import: `pcapng` Oct 10 23:06:24.060 INFO kablam! --> tests/integration_tests.rs:23:19 Oct 10 23:06:24.060 INFO kablam! | Oct 10 23:06:24.060 INFO kablam! 23 | use pcap2::{pcap, pcapng}; Oct 10 23:06:24.060 INFO kablam! | ^^^^^^ Oct 10 23:06:24.060 INFO kablam! | Oct 10 23:06:24.060 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:06:24.060 INFO kablam! Oct 10 23:06:24.256 INFO kablam! warning: constant in pattern `TimeExceeded` should have an upper case name such as `TIME_EXCEEDED` Oct 10 23:06:24.256 INFO kablam! --> tests/integration_tests.rs:212:13 Oct 10 23:06:24.256 INFO kablam! | Oct 10 23:06:24.256 INFO kablam! 212 | TimeExceeded => { Oct 10 23:06:24.256 INFO kablam! | ^^^^^^^^^^^^ Oct 10 23:06:24.256 INFO kablam! | Oct 10 23:06:24.256 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 10 23:06:24.256 INFO kablam! Oct 10 23:06:26.593 INFO kablam! warning: field is never used: `r` Oct 10 23:06:26.593 INFO kablam! --> src/pcapng/reader.rs:313:5 Oct 10 23:06:26.593 INFO kablam! | Oct 10 23:06:26.593 INFO kablam! 313 | r: R, Oct 10 23:06:26.593 INFO kablam! | ^^^^ Oct 10 23:06:26.593 INFO kablam! | Oct 10 23:06:26.596 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:06:26.596 INFO kablam! Oct 10 23:06:32.466 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 45s Oct 10 23:06:32.479 INFO kablam! su: No module specific data is present Oct 10 23:06:33.352 INFO running `"docker" "rm" "-f" "836dc20b1837d3999167522b9287781e7a2d22c9e16c38d14a3de527e705a941"` Oct 10 23:06:33.616 INFO blam! 836dc20b1837d3999167522b9287781e7a2d22c9e16c38d14a3de527e705a941 Oct 10 23:06:33.628 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:06:33.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 23:06:34.060 INFO blam! 973d4fadfe60d7744a2613900ec32b0877f81bd7392bb109583cd30e139520dd Oct 10 23:06:34.069 INFO running `"docker" "start" "-a" "973d4fadfe60d7744a2613900ec32b0877f81bd7392bb109583cd30e139520dd"` Oct 10 23:06:35.235 INFO kablam! usermod: no changes Oct 10 23:06:35.512 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 10 23:06:35.560 INFO kablam! Running /target/debug/deps/pcap2-e3b956023165d7ef Oct 10 23:06:35.572 INFO blam! Oct 10 23:06:35.572 INFO blam! running 42 tests Oct 10 23:06:35.572 INFO blam! test pcap::packet::tests::test_layout ... ok Oct 10 23:06:35.572 INFO blam! test pcap::header::tests::test_write ... ok Oct 10 23:06:35.572 INFO blam! test pcap::reader::tests::test_parse ... ok Oct 10 23:06:35.572 INFO blam! test pcap::writer::tests::test_from_packets ... ok Oct 10 23:06:35.572 INFO blam! test pcap::header::tests::test_layout ... ok Oct 10 23:06:35.572 INFO blam! test pcap::reader::tests::test_read ... ok Oct 10 23:06:35.572 INFO blam! test pcap::header::tests::test_parse ... ok Oct 10 23:06:35.572 INFO blam! test pcap::packet::tests::test_write ... ok Oct 10 23:06:35.572 INFO blam! test pcap::packet::tests::test_read ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::blocks::custom::tests::test_parse ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::block::tests::test_write ... ok Oct 10 23:06:35.572 INFO blam! test pcap::writer::tests::test_write ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::block::tests::test_corrupted ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::blocks::custom::tests::test_write ... ok Oct 10 23:06:35.572 INFO blam! test pcap::packet::tests::test_parse ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::blocks::enhanced_packet::tests::test_options ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::blocks::enhanced_packet::tests::test_parse ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::blocks::enhanced_packet::tests::test_write ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::blocks::interface_description::tests::test_options ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::blocks::interface_statistics::tests::test_options ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::blocks::interface_statistics::tests::test_parse ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::blocks::interface_statistics::tests::test_write ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::blocks::interface_description::tests::test_parse ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::blocks::interface_description::tests::test_write ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::blocks::name_resolution::tests::test_parse ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::blocks::name_resolution::tests::test_write ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::blocks::section_header::tests::test_parse ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::blocks::obsoleted_packet::tests::test_write ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::blocks::obsoleted_packet::tests::test_parse ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::blocks::section_header::tests::test_write ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::blocks::obsoleted_packet::tests::test_options ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::blocks::simple_packet::tests::test_parse ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::blocks::simple_packet::tests::test_write ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::options::tests::test_parse ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::options::tests::test_parse_empty ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::options::tests::test_read ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::options::tests::test_size ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::options::tests::test_write ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::reader::tests::test_parse_blocks ... ok Oct 10 23:06:35.572 INFO blam! test pcapng::reader::tests::test_read_blocks ... ok Oct 10 23:06:35.576 INFO blam! test pcapng::block::tests::test_layout ... ok Oct 10 23:06:35.576 INFO blam! test pcapng::block::tests::test_parse ... ok Oct 10 23:06:35.576 INFO blam! Oct 10 23:06:35.576 INFO blam! test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:06:35.576 INFO blam! Oct 10 23:06:35.579 INFO blam! Oct 10 23:06:35.579 INFO kablam! Running /target/debug/deps/integration_tests-4afbca487b0b7d2c Oct 10 23:06:35.579 INFO blam! running 3 tests Oct 10 23:06:35.584 INFO blam! test test_pcapng_data ... ok Oct 10 23:06:35.588 INFO blam! test test_generated_data ... ok Oct 10 23:06:35.631 INFO blam! test test_pcap_data ... FAILED Oct 10 23:06:35.631 INFO blam! Oct 10 23:06:35.631 INFO blam! failures: Oct 10 23:06:35.631 INFO blam! Oct 10 23:06:35.631 INFO blam! ---- test_pcap_data stdout ---- Oct 10 23:06:35.631 INFO blam! thread 'test_pcap_data' panicked at '"tests/data/smallFlows.pcap" decoded #0 packet mismatch: Oct 10 23:06:35.631 INFO blam! packet: Oct 10 23:06:35.631 INFO blam! 18:52:22.484409 IP 192.168.3.131.57011 > 72.14.213.138.80 Oct 10 23:06:35.631 INFO blam! dumps: Oct 10 23:06:35.631 INFO blam! 02:52:22.484409 IP 192.168.3.131.57011 > 72.14.213.138.80: Flags [P.], seq 2542412440:2542413383, ack 2428019935, win 16288, length 943: HTTP: GET /complete/search?client=chrome&hl=en-US&q=cr HTTP/1.1', tests/integration_tests.rs:256:78 Oct 10 23:06:35.631 INFO blam! stack backtrace: Oct 10 23:06:35.631 INFO blam! 0: 0x55e896c86afe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 23:06:35.631 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 23:06:35.631 INFO blam! 1: 0x55e896c8fa36 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 23:06:35.631 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 23:06:35.631 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 23:06:35.631 INFO blam! 2: 0x55e896c8a78d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 23:06:35.631 INFO blam! at libstd/panicking.rs:211 Oct 10 23:06:35.631 INFO blam! 3: 0x55e896c8a49b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 23:06:35.631 INFO blam! at libstd/panicking.rs:221 Oct 10 23:06:35.631 INFO blam! 4: 0x55e896c8ae3c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 23:06:35.631 INFO blam! at libstd/panicking.rs:476 Oct 10 23:06:35.631 INFO blam! 5: 0x55e896c8a9f9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 23:06:35.631 INFO blam! at libstd/panicking.rs:390 Oct 10 23:06:35.631 INFO blam! 6: 0x55e896c8a95d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 10 23:06:35.631 INFO blam! at libstd/panicking.rs:345 Oct 10 23:06:35.631 INFO blam! 7: 0x55e8969efcf6 - integration_tests::test_pcap_data::h1f224a94ba193a70 Oct 10 23:06:35.631 INFO blam! at tests/integration_tests.rs:256 Oct 10 23:06:35.631 INFO blam! 8: 0x55e8969ef149 - integration_tests::test_pcap_data::{{closure}}::haad1307bc1c74f43 Oct 10 23:06:35.631 INFO blam! at tests/integration_tests.rs:231 Oct 10 23:06:35.631 INFO blam! 9: 0x55e8969f9b1d - core::ops::function::FnOnce::call_once::h62e50c52758f01e7 Oct 10 23:06:35.631 INFO blam! at libcore/ops/function.rs:238 Oct 10 23:06:35.631 INFO blam! 10: 0x55e896a0392e - >::call_box::h95b7cb918af67b5d Oct 10 23:06:35.631 INFO blam! at libtest/lib.rs:1468 Oct 10 23:06:35.631 INFO blam! at libcore/ops/function.rs:238 Oct 10 23:06:35.631 INFO blam! at liballoc/boxed.rs:672 Oct 10 23:06:35.631 INFO blam! 11: 0x55e896c9ac09 - __rust_maybe_catch_panic Oct 10 23:06:35.631 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 23:06:35.631 INFO blam! 12: 0x55e896a2447d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 23:06:35.631 INFO blam! at libstd/panicking.rs:289 Oct 10 23:06:35.631 INFO blam! at libstd/panic.rs:392 Oct 10 23:06:35.631 INFO blam! at libtest/lib.rs:1423 Oct 10 23:06:35.631 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 23:06:35.631 INFO blam! 13: 0x55e896a25084 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 23:06:35.631 INFO blam! at libstd/thread/mod.rs:409 Oct 10 23:06:35.631 INFO blam! at libstd/panic.rs:313 Oct 10 23:06:35.631 INFO blam! at libstd/panicking.rs:310 Oct 10 23:06:35.631 INFO blam! 14: 0x55e896c9ac09 - __rust_maybe_catch_panic Oct 10 23:06:35.632 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 23:06:35.632 INFO blam! 15: 0x55e896a12646 - >::call_box::h96125cb29a9ba44b Oct 10 23:06:35.632 INFO blam! at libstd/panicking.rs:289 Oct 10 23:06:35.632 INFO blam! at libstd/panic.rs:392 Oct 10 23:06:35.632 INFO blam! at libstd/thread/mod.rs:408 Oct 10 23:06:35.632 INFO blam! at liballoc/boxed.rs:672 Oct 10 23:06:35.632 INFO blam! 16: 0x55e896c88baa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 23:06:35.632 INFO blam! at liballoc/boxed.rs:682 Oct 10 23:06:35.632 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 23:06:35.632 INFO blam! 17: 0x55e896c7c545 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 23:06:35.632 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 23:06:35.632 INFO blam! 18: 0x7fb5ba0676b9 - start_thread Oct 10 23:06:35.632 INFO blam! 19: 0x7fb5b9b8741c - clone Oct 10 23:06:35.632 INFO blam! 20: 0x0 - Oct 10 23:06:35.632 INFO blam! Oct 10 23:06:35.632 INFO blam! Oct 10 23:06:35.632 INFO blam! failures: Oct 10 23:06:35.632 INFO blam! test_pcap_data Oct 10 23:06:35.632 INFO blam! Oct 10 23:06:35.632 INFO blam! test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:06:35.632 INFO blam! Oct 10 23:06:35.636 INFO kablam! error: test failed, to rerun pass '--test integration_tests' Oct 10 23:06:35.637 INFO kablam! su: No module specific data is present Oct 10 23:06:36.297 INFO running `"docker" "rm" "-f" "973d4fadfe60d7744a2613900ec32b0877f81bd7392bb109583cd30e139520dd"` Oct 10 23:06:36.640 INFO blam! 973d4fadfe60d7744a2613900ec32b0877f81bd7392bb109583cd30e139520dd