Oct 10 17:41:21.616 INFO testing ndenev/bgpdump-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:41:21.616 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:41:21.616 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 17:41:22.180 INFO blam! 6c6244db6a3999173f0ccf34136d49adeb32bf34afb3d89ae1d5aaaced6ae80e Oct 10 17:41:22.185 INFO running `"docker" "start" "-a" "6c6244db6a3999173f0ccf34136d49adeb32bf34afb3d89ae1d5aaaced6ae80e"` Oct 10 17:41:23.306 INFO kablam! usermod: no changes Oct 10 17:41:23.410 INFO kablam! Compiling memchr v1.0.2 Oct 10 17:41:23.410 INFO kablam! Compiling memmap v0.6.1 Oct 10 17:41:23.420 INFO kablam! Compiling chrono v0.4.0 Oct 10 17:41:24.616 INFO kablam! Compiling nom v3.2.1 Oct 10 17:41:29.316 INFO kablam! Compiling bgpdump-rs v0.1.0 (/source) Oct 10 17:41:30.332 INFO kablam! warning: unused import: `Ipv6Addr` Oct 10 17:41:30.332 INFO kablam! --> src/main.rs:7:26 Oct 10 17:41:30.332 INFO kablam! | Oct 10 17:41:30.332 INFO kablam! 7 | use std::net::{Ipv4Addr, Ipv6Addr}; Oct 10 17:41:30.332 INFO kablam! | ^^^^^^^^ Oct 10 17:41:30.332 INFO kablam! | Oct 10 17:41:30.332 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:41:30.332 INFO kablam! Oct 10 17:41:30.332 INFO kablam! warning: unused imports: `BufReader`, `self` Oct 10 17:41:30.332 INFO kablam! --> src/main.rs:8:15 Oct 10 17:41:30.332 INFO kablam! | Oct 10 17:41:30.332 INFO kablam! 8 | use std::io::{self, BufReader}; Oct 10 17:41:30.332 INFO kablam! | ^^^^ ^^^^^^^^^ Oct 10 17:41:30.332 INFO kablam! Oct 10 17:41:30.332 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 10 17:41:30.332 INFO kablam! --> src/main.rs:9:5 Oct 10 17:41:30.332 INFO kablam! | Oct 10 17:41:30.332 INFO kablam! 9 | use std::io::prelude::*; Oct 10 17:41:30.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 17:41:30.332 INFO kablam! Oct 10 17:41:30.333 INFO kablam! warning: unused import: `std::fmt::Write` Oct 10 17:41:30.333 INFO kablam! --> src/main.rs:11:5 Oct 10 17:41:30.333 INFO kablam! | Oct 10 17:41:30.333 INFO kablam! 11 | use std::fmt::Write; Oct 10 17:41:30.333 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 17:41:30.333 INFO kablam! Oct 10 17:41:30.333 INFO kablam! warning: unused imports: `FileProducer`, `Needed` Oct 10 17:41:30.333 INFO kablam! --> src/main.rs:13:43 Oct 10 17:41:30.333 INFO kablam! | Oct 10 17:41:30.333 INFO kablam! 13 | use nom::{IResult, be_u8, be_u16, be_u32, Needed, FileProducer}; Oct 10 17:41:30.333 INFO kablam! | ^^^^^^ ^^^^^^^^^^^^ Oct 10 17:41:30.333 INFO kablam! Oct 10 17:41:30.632 INFO kablam! warning: variant `AFI_IPv4` should have a camel case name such as `AfiIpv4` Oct 10 17:41:30.632 INFO kablam! --> src/main.rs:75:5 Oct 10 17:41:30.633 INFO kablam! | Oct 10 17:41:30.633 INFO kablam! 75 | AFI_IPv4, Oct 10 17:41:30.634 INFO kablam! | ^^^^^^^^ Oct 10 17:41:30.634 INFO kablam! | Oct 10 17:41:30.635 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 10 17:41:30.635 INFO kablam! Oct 10 17:41:30.636 INFO kablam! warning: variant `AFI_IPv6` should have a camel case name such as `AfiIpv6` Oct 10 17:41:30.636 INFO kablam! --> src/main.rs:76:5 Oct 10 17:41:30.636 INFO kablam! | Oct 10 17:41:30.636 INFO kablam! 76 | AFI_IPv6, Oct 10 17:41:30.636 INFO kablam! | ^^^^^^^^ Oct 10 17:41:30.636 INFO kablam! Oct 10 17:41:30.636 INFO kablam! warning: variant `Bgp4Mp_ET` should have a camel case name such as `Bgp4mpEt` Oct 10 17:41:30.636 INFO kablam! --> src/main.rs:111:5 Oct 10 17:41:30.636 INFO kablam! | Oct 10 17:41:30.636 INFO kablam! 111 | Bgp4Mp_ET(Bgp4MpSubtype), Oct 10 17:41:30.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:41:30.636 INFO kablam! Oct 10 17:41:30.636 INFO kablam! warning: variant `Isis_ET` should have a camel case name such as `IsisEt` Oct 10 17:41:30.636 INFO kablam! --> src/main.rs:115:5 Oct 10 17:41:30.636 INFO kablam! | Oct 10 17:41:30.636 INFO kablam! 115 | Isis_ET, Oct 10 17:41:30.636 INFO kablam! | ^^^^^^^ Oct 10 17:41:30.636 INFO kablam! Oct 10 17:41:30.636 INFO kablam! warning: variant `OspfV3_ET` should have a camel case name such as `Ospfv3Et` Oct 10 17:41:30.636 INFO kablam! --> src/main.rs:119:5 Oct 10 17:41:30.636 INFO kablam! | Oct 10 17:41:30.636 INFO kablam! 119 | OspfV3_ET, Oct 10 17:41:30.636 INFO kablam! | ^^^^^^^^^ Oct 10 17:41:30.636 INFO kablam! Oct 10 17:41:31.490 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.14s Oct 10 17:41:31.494 INFO kablam! su: No module specific data is present Oct 10 17:41:32.888 INFO running `"docker" "rm" "-f" "6c6244db6a3999173f0ccf34136d49adeb32bf34afb3d89ae1d5aaaced6ae80e"` Oct 10 17:41:33.133 INFO blam! 6c6244db6a3999173f0ccf34136d49adeb32bf34afb3d89ae1d5aaaced6ae80e Oct 10 17:41:33.134 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:41:33.135 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 17:41:33.528 INFO blam! fb3246fcaaad26839bd8b1cf59c00220e187164e017b954f68c8fc44e3427dbb Oct 10 17:41:33.533 INFO running `"docker" "start" "-a" "fb3246fcaaad26839bd8b1cf59c00220e187164e017b954f68c8fc44e3427dbb"` Oct 10 17:41:34.568 INFO kablam! usermod: no changes Oct 10 17:41:34.624 INFO kablam! Compiling bgpdump-rs v0.1.0 (/source) Oct 10 17:41:35.643 INFO kablam! warning: unused import: `Ipv6Addr` Oct 10 17:41:35.643 INFO kablam! --> src/main.rs:7:26 Oct 10 17:41:35.643 INFO kablam! | Oct 10 17:41:35.643 INFO kablam! 7 | use std::net::{Ipv4Addr, Ipv6Addr}; Oct 10 17:41:35.643 INFO kablam! | ^^^^^^^^ Oct 10 17:41:35.644 INFO kablam! | Oct 10 17:41:35.648 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:41:35.648 INFO kablam! Oct 10 17:41:35.648 INFO kablam! warning: unused imports: `BufReader`, `self` Oct 10 17:41:35.648 INFO kablam! --> src/main.rs:8:15 Oct 10 17:41:35.648 INFO kablam! | Oct 10 17:41:35.648 INFO kablam! 8 | use std::io::{self, BufReader}; Oct 10 17:41:35.648 INFO kablam! | ^^^^ ^^^^^^^^^ Oct 10 17:41:35.648 INFO kablam! Oct 10 17:41:35.648 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 10 17:41:35.648 INFO kablam! --> src/main.rs:9:5 Oct 10 17:41:35.648 INFO kablam! | Oct 10 17:41:35.648 INFO kablam! 9 | use std::io::prelude::*; Oct 10 17:41:35.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 17:41:35.648 INFO kablam! Oct 10 17:41:35.648 INFO kablam! warning: unused import: `std::fmt::Write` Oct 10 17:41:35.648 INFO kablam! --> src/main.rs:11:5 Oct 10 17:41:35.648 INFO kablam! | Oct 10 17:41:35.648 INFO kablam! 11 | use std::fmt::Write; Oct 10 17:41:35.648 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 17:41:35.648 INFO kablam! Oct 10 17:41:35.648 INFO kablam! warning: unused imports: `FileProducer`, `Needed` Oct 10 17:41:35.648 INFO kablam! --> src/main.rs:13:43 Oct 10 17:41:35.648 INFO kablam! | Oct 10 17:41:35.648 INFO kablam! 13 | use nom::{IResult, be_u8, be_u16, be_u32, Needed, FileProducer}; Oct 10 17:41:35.649 INFO kablam! | ^^^^^^ ^^^^^^^^^^^^ Oct 10 17:41:35.649 INFO kablam! Oct 10 17:41:35.887 INFO kablam! warning: variant `AFI_IPv4` should have a camel case name such as `AfiIpv4` Oct 10 17:41:35.887 INFO kablam! --> src/main.rs:75:5 Oct 10 17:41:35.887 INFO kablam! | Oct 10 17:41:35.887 INFO kablam! 75 | AFI_IPv4, Oct 10 17:41:35.887 INFO kablam! | ^^^^^^^^ Oct 10 17:41:35.887 INFO kablam! | Oct 10 17:41:35.887 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 10 17:41:35.887 INFO kablam! Oct 10 17:41:35.887 INFO kablam! warning: variant `AFI_IPv6` should have a camel case name such as `AfiIpv6` Oct 10 17:41:35.888 INFO kablam! --> src/main.rs:76:5 Oct 10 17:41:35.888 INFO kablam! | Oct 10 17:41:35.888 INFO kablam! 76 | AFI_IPv6, Oct 10 17:41:35.888 INFO kablam! | ^^^^^^^^ Oct 10 17:41:35.888 INFO kablam! Oct 10 17:41:35.888 INFO kablam! warning: variant `Bgp4Mp_ET` should have a camel case name such as `Bgp4mpEt` Oct 10 17:41:35.888 INFO kablam! --> src/main.rs:111:5 Oct 10 17:41:35.888 INFO kablam! | Oct 10 17:41:35.888 INFO kablam! 111 | Bgp4Mp_ET(Bgp4MpSubtype), Oct 10 17:41:35.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:41:35.888 INFO kablam! Oct 10 17:41:35.888 INFO kablam! warning: variant `Isis_ET` should have a camel case name such as `IsisEt` Oct 10 17:41:35.888 INFO kablam! --> src/main.rs:115:5 Oct 10 17:41:35.888 INFO kablam! | Oct 10 17:41:35.888 INFO kablam! 115 | Isis_ET, Oct 10 17:41:35.888 INFO kablam! | ^^^^^^^ Oct 10 17:41:35.888 INFO kablam! Oct 10 17:41:35.888 INFO kablam! warning: variant `OspfV3_ET` should have a camel case name such as `Ospfv3Et` Oct 10 17:41:35.889 INFO kablam! --> src/main.rs:119:5 Oct 10 17:41:35.889 INFO kablam! | Oct 10 17:41:35.889 INFO kablam! 119 | OspfV3_ET, Oct 10 17:41:35.889 INFO kablam! | ^^^^^^^^^ Oct 10 17:41:35.889 INFO kablam! Oct 10 17:41:36.408 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.81s Oct 10 17:41:36.409 INFO kablam! su: No module specific data is present Oct 10 17:41:37.591 INFO running `"docker" "rm" "-f" "fb3246fcaaad26839bd8b1cf59c00220e187164e017b954f68c8fc44e3427dbb"` Oct 10 17:41:37.861 INFO blam! fb3246fcaaad26839bd8b1cf59c00220e187164e017b954f68c8fc44e3427dbb Oct 10 17:41:37.872 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:41:37.874 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 17:41:38.242 INFO blam! a8543a8537d188946dec83772f94861f53a2f5019d6d3db5d6bda3178930ba36 Oct 10 17:41:38.244 INFO running `"docker" "start" "-a" "a8543a8537d188946dec83772f94861f53a2f5019d6d3db5d6bda3178930ba36"` Oct 10 17:41:40.208 INFO kablam! usermod: no changes Oct 10 17:41:40.277 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 17:41:40.288 INFO kablam! Running /target/debug/deps/bgpdump_rs-ef7a534a43712bb8 Oct 10 17:41:40.288 INFO blam! Oct 10 17:41:40.289 INFO blam! running 0 tests Oct 10 17:41:40.289 INFO blam! Oct 10 17:41:40.289 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:41:40.289 INFO blam! Oct 10 17:41:40.292 INFO kablam! su: No module specific data is present Oct 10 17:41:41.354 INFO running `"docker" "rm" "-f" "a8543a8537d188946dec83772f94861f53a2f5019d6d3db5d6bda3178930ba36"` Oct 10 17:41:41.616 INFO blam! a8543a8537d188946dec83772f94861f53a2f5019d6d3db5d6bda3178930ba36