Oct 11 15:10:20.129 INFO testing pgp-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 15:10:20.129 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 15:10:20.130 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 11 15:10:20.376 INFO blam! aa4bfc9e228efa0d441846bfa43d66f0f48cb0283229c9d1e4e28c9d25a91974 Oct 11 15:10:20.376 INFO running `"docker" "start" "-a" "aa4bfc9e228efa0d441846bfa43d66f0f48cb0283229c9d1e4e28c9d25a91974"` Oct 11 15:10:21.168 INFO kablam! usermod: no changes Oct 11 15:10:21.256 INFO kablam! Compiling crc24 v0.1.6 Oct 11 15:10:23.320 INFO kablam! Compiling pgp v0.1.0 (/source) Oct 11 15:10:25.788 INFO kablam! warning: type alias is never used: `ParseResult` Oct 11 15:10:25.788 INFO kablam! --> src/types.rs:5:1 Oct 11 15:10:25.788 INFO kablam! | Oct 11 15:10:25.788 INFO kablam! 5 | pub type ParseResult<'a> = IResult<&'a [u8], Headers>; Oct 11 15:10:25.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:10:25.788 INFO kablam! Oct 11 15:10:25.788 INFO kablam! warning: function is never used: `is_name_token` Oct 11 15:10:25.788 INFO kablam! --> src/header.rs:7:1 Oct 11 15:10:25.788 INFO kablam! | Oct 11 15:10:25.788 INFO kablam! 7 | fn is_name_token(chr: u8) -> bool { Oct 11 15:10:25.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:10:25.796 INFO kablam! Oct 11 15:10:25.796 INFO kablam! warning: function is never used: `is_body_token` Oct 11 15:10:25.796 INFO kablam! --> src/header.rs:12:1 Oct 11 15:10:25.796 INFO kablam! | Oct 11 15:10:25.796 INFO kablam! 12 | fn is_body_token(chr: char) -> bool { Oct 11 15:10:25.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:10:25.796 INFO kablam! Oct 11 15:10:25.796 INFO kablam! warning: function is never used: `body_token` Oct 11 15:10:25.796 INFO kablam! --> src/header.rs:25:1 Oct 11 15:10:25.796 INFO kablam! | Oct 11 15:10:25.796 INFO kablam! 25 | / fn body_token(input: T) -> IResult Oct 11 15:10:25.796 INFO kablam! 26 | | where Oct 11 15:10:25.796 INFO kablam! 27 | | T: nom::Slice> + nom::Slice> + nom::Slice>, Oct 11 15:10:25.796 INFO kablam! 28 | | T: nom::InputIter + nom::InputLength, Oct 11 15:10:25.796 INFO kablam! ... | Oct 11 15:10:25.796 INFO kablam! 46 | | IResult::Done(input.slice(input_length..), input) Oct 11 15:10:25.796 INFO kablam! 47 | | } Oct 11 15:10:25.796 INFO kablam! | |_^ Oct 11 15:10:25.796 INFO kablam! Oct 11 15:10:25.796 INFO kablam! warning: function is never used: `parse` Oct 11 15:10:25.796 INFO kablam! --> src/header.rs:82:1 Oct 11 15:10:25.796 INFO kablam! | Oct 11 15:10:25.796 INFO kablam! 82 | pub fn parse(msg: &[u8]) -> ParseResult { Oct 11 15:10:25.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:10:25.796 INFO kablam! Oct 11 15:10:25.796 INFO kablam! warning: function is never used: `parse` Oct 11 15:10:25.796 INFO kablam! --> src/email.rs:6:1 Oct 11 15:10:25.796 INFO kablam! | Oct 11 15:10:25.796 INFO kablam! 6 | pub fn parse(msg: &[u8]) -> IResult<&[u8], Email> { Oct 11 15:10:25.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:10:25.796 INFO kablam! Oct 11 15:10:26.652 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.45s Oct 11 15:10:26.655 INFO kablam! su: No module specific data is present Oct 11 15:10:27.007 INFO running `"docker" "rm" "-f" "aa4bfc9e228efa0d441846bfa43d66f0f48cb0283229c9d1e4e28c9d25a91974"` Oct 11 15:10:27.301 INFO blam! aa4bfc9e228efa0d441846bfa43d66f0f48cb0283229c9d1e4e28c9d25a91974 Oct 11 15:10:27.303 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 15:10:27.303 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 11 15:10:27.494 INFO blam! dfe44e3e7f9b65d2be7e15e7625f48322b5c5b86ed0e4a5d86b981a74268eabc Oct 11 15:10:27.502 INFO running `"docker" "start" "-a" "dfe44e3e7f9b65d2be7e15e7625f48322b5c5b86ed0e4a5d86b981a74268eabc"` Oct 11 15:10:28.320 INFO kablam! usermod: no changes Oct 11 15:10:28.378 INFO kablam! Compiling pgp v0.1.0 (/source) Oct 11 15:10:33.089 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.75s Oct 11 15:10:33.092 INFO kablam! su: No module specific data is present Oct 11 15:10:33.529 INFO running `"docker" "rm" "-f" "dfe44e3e7f9b65d2be7e15e7625f48322b5c5b86ed0e4a5d86b981a74268eabc"` Oct 11 15:10:33.836 INFO blam! dfe44e3e7f9b65d2be7e15e7625f48322b5c5b86ed0e4a5d86b981a74268eabc Oct 11 15:10:33.842 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 15:10:33.842 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 11 15:10:34.267 INFO blam! 3a2331003004ae113310afb0fc8826a026ca7a0cff36c0f46859778a43793aa0 Oct 11 15:10:34.269 INFO running `"docker" "start" "-a" "3a2331003004ae113310afb0fc8826a026ca7a0cff36c0f46859778a43793aa0"` Oct 11 15:10:34.990 INFO kablam! usermod: no changes Oct 11 15:10:35.052 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 15:10:35.060 INFO kablam! Running /target/debug/deps/pgp-5b2a0f7126968bad Oct 11 15:10:35.072 INFO blam! Oct 11 15:10:35.072 INFO blam! running 8 tests Oct 11 15:10:35.072 INFO blam! test header::tests::test_parse ... ok Oct 11 15:10:35.072 INFO blam! test header::tests::test_collect_into_string ... ok Oct 11 15:10:35.080 INFO blam! test pgp::tests::test_armor_header ... ok Oct 11 15:10:35.080 INFO blam! test pgp::tests::test_armor_header_line ... ok Oct 11 15:10:35.080 INFO blam! test pgp::tests::test_armor_headers ... ok Oct 11 15:10:35.084 INFO blam! test pgp::tests::test_parse ... ok Oct 11 15:10:35.084 INFO blam! test pgp::tests::test_mpi ... ok Oct 11 15:10:35.084 INFO blam! test email::tests::test_parse ... ok Oct 11 15:10:35.084 INFO blam! Oct 11 15:10:35.084 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 15:10:35.084 INFO blam! Oct 11 15:10:35.084 INFO kablam! Doc-tests pgp Oct 11 15:10:37.498 INFO blam! Oct 11 15:10:37.498 INFO blam! running 0 tests Oct 11 15:10:37.498 INFO blam! Oct 11 15:10:37.498 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 15:10:37.498 INFO blam! Oct 11 15:10:37.512 INFO kablam! su: No module specific data is present Oct 11 15:10:38.104 INFO running `"docker" "rm" "-f" "3a2331003004ae113310afb0fc8826a026ca7a0cff36c0f46859778a43793aa0"` Oct 11 15:10:38.360 INFO blam! 3a2331003004ae113310afb0fc8826a026ca7a0cff36c0f46859778a43793aa0